[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.39 and 1.40

version 1.39, 2002/05/31 11:35:15 version 1.40, 2002/09/09 06:48:06
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.39  
changed lines
  Added in v.1.40