More prototypes.
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1648 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -55,20 +55,23 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
#if defined(AUTHENTICATION)
|
#ifdef AUTHENTICATION
|
||||||
Authenticator *findauthenticator (int, int);
|
Authenticator *findauthenticator (int, int);
|
||||||
|
|
||||||
void auth_init (char *, int);
|
|
||||||
int auth_cmd (int, char **);
|
int auth_cmd (int, char **);
|
||||||
|
int auth_wait (char *);
|
||||||
|
void auth_disable_name (char *);
|
||||||
|
void auth_finished (Authenticator *, int);
|
||||||
|
void auth_gen_printsub (unsigned char *, int, unsigned char *, int);
|
||||||
|
void auth_init (char *, int);
|
||||||
|
void auth_is (unsigned char *, int);
|
||||||
|
void auth_name(unsigned char*, int);
|
||||||
|
void auth_reply (unsigned char *, int);
|
||||||
void auth_request (void);
|
void auth_request (void);
|
||||||
void auth_send (unsigned char *, int);
|
void auth_send (unsigned char *, int);
|
||||||
void auth_send_retry (void);
|
void auth_send_retry (void);
|
||||||
void auth_is (unsigned char *, int);
|
void auth_printsub(unsigned char*, int, unsigned char*, int);
|
||||||
void auth_reply (unsigned char *, int);
|
|
||||||
void auth_finished (Authenticator *, int);
|
|
||||||
int auth_wait (char *);
|
|
||||||
void auth_disable_name (char *);
|
|
||||||
void auth_gen_printsub (unsigned char *, int, unsigned char *, int);
|
|
||||||
|
|
||||||
#ifdef UNSAFE
|
#ifdef UNSAFE
|
||||||
int unsafe_init (Authenticator *, int);
|
int unsafe_init (Authenticator *, int);
|
||||||
|
@@ -58,27 +58,49 @@
|
|||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
#if defined(ENCRYPTION)
|
#if defined(ENCRYPTION)
|
||||||
void encrypt_init (char *, int);
|
|
||||||
Encryptions *findencryption (int);
|
Encryptions *findencryption (int);
|
||||||
void encrypt_send_supprt (void);
|
int EncryptAutoDec(int);
|
||||||
void encrypt_auto (int);
|
int EncryptAutoEnc(int);
|
||||||
void decrypt_auto (int);
|
int EncryptDebug(int);
|
||||||
void encrypt_not (void);
|
int EncryptDisable(char*, char*);
|
||||||
void encrypt_verbose_quiet (int);
|
int EncryptEnable(char*, char*);
|
||||||
void encrypt_is (unsigned char *, int);
|
int EncryptStart(char*);
|
||||||
void encrypt_reply (unsigned char *, int);
|
int EncryptStartInput(void);
|
||||||
void encrypt_start_input (int);
|
int EncryptStartOutput(void);
|
||||||
void encrypt_session_key (Session_Key *, int);
|
int EncryptStatus(void);
|
||||||
void encrypt_end_input (void);
|
int EncryptStop(char*);
|
||||||
void encrypt_start_output (int);
|
int EncryptStopInput(void);
|
||||||
void encrypt_end_output (void);
|
int EncryptStopOutput(void);
|
||||||
void encrypt_send_request_start (void);
|
int EncryptType(char*, char*);
|
||||||
void encrypt_send_request_end (void);
|
int EncryptVerbose(int);
|
||||||
void encrypt_send_end (void);
|
|
||||||
void encrypt_wait (void);
|
|
||||||
void encrypt_send_support (void);
|
|
||||||
void encrypt_send_keyid (int, unsigned char *, int, int);
|
|
||||||
int net_write (unsigned char *, int);
|
int net_write (unsigned char *, int);
|
||||||
|
void decrypt_auto(int);
|
||||||
|
void encrypt_auto(int);
|
||||||
|
void encrypt_debug(int);
|
||||||
|
void encrypt_dec_keyid(unsigned char*, int);
|
||||||
|
void encrypt_display(void);
|
||||||
|
void encrypt_enc_keyid(unsigned char*, int);
|
||||||
|
void encrypt_end(void);
|
||||||
|
void encrypt_gen_printsub(unsigned char*, int, unsigned char*, int);
|
||||||
|
void encrypt_init(char*, int);
|
||||||
|
void encrypt_is(unsigned char*, int);
|
||||||
|
void encrypt_list_types(void);
|
||||||
|
void encrypt_not(void);
|
||||||
|
void encrypt_printsub(unsigned char*, int, unsigned char*, int);
|
||||||
|
void encrypt_reply(unsigned char*, int);
|
||||||
|
void encrypt_request_end(void);
|
||||||
|
void encrypt_request_start(unsigned char*, int);
|
||||||
|
void encrypt_send_end(void);
|
||||||
|
void encrypt_send_keyid(int, unsigned char*, int, int);
|
||||||
|
void encrypt_send_request_end(void);
|
||||||
|
void encrypt_send_request_start(void);
|
||||||
|
void encrypt_send_support(void);
|
||||||
|
void encrypt_session_key(Session_Key*, int);
|
||||||
|
void encrypt_start(unsigned char*, int);
|
||||||
|
void encrypt_start_output(int);
|
||||||
|
void encrypt_support(unsigned char*, int);
|
||||||
|
void encrypt_verbose_quiet(int);
|
||||||
|
void encrypt_wait(void);
|
||||||
|
|
||||||
#ifdef TELENTD
|
#ifdef TELENTD
|
||||||
void encrypt_wait (void);
|
void encrypt_wait (void);
|
||||||
|
Reference in New Issue
Block a user