[BACK]Return to auth.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/auth.h between version 1.22.2.3 and 1.22.2.4

version 1.22.2.3, 2002/06/22 07:23:16 version 1.22.2.4, 2002/10/11 14:53:06
Line 113 
Line 113 
   
 #ifdef KRB4  #ifdef KRB4
 #include <krb.h>  #include <krb.h>
 int     auth_krb4(Authctxt *, KTEXT, char **);  int     auth_krb4(Authctxt *, KTEXT, char **, KTEXT);
 int     auth_krb4_password(Authctxt *, const char *);  int     auth_krb4_password(Authctxt *, const char *);
 void    krb4_cleanup_proc(void *);  void    krb4_cleanup_proc(void *);
   
Line 126 
Line 126 
 #endif /* KRB4 */  #endif /* KRB4 */
   
 #ifdef KRB5  #ifdef KRB5
 int     auth_krb5(Authctxt *authctxt, krb5_data *auth, char **client);  int     auth_krb5(Authctxt *authctxt, krb5_data *auth, char **client, krb5_data *);
 int     auth_krb5_tgt(Authctxt *authctxt, krb5_data *tgt);  int     auth_krb5_tgt(Authctxt *authctxt, krb5_data *tgt);
 int     auth_krb5_password(Authctxt *authctxt, const char *password);  int     auth_krb5_password(Authctxt *authctxt, const char *password);
 void    krb5_cleanup_proc(void *authctxt);  void    krb5_cleanup_proc(void *authctxt);

Legend:
Removed from v.1.22.2.3  
changed lines
  Added in v.1.22.2.4