[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.92 and 1.93

version 1.92, 2017/06/24 06:34:38 version 1.93, 2017/08/18 05:36:45
Line 136 
Line 136 
             __attribute__((__nonnull__ (2)));              __attribute__((__nonnull__ (2)));
 void     auth2_update_session_info(Authctxt *, const char *, const char *);  void     auth2_update_session_info(Authctxt *, const char *, const char *);
   
 struct stat;  
 int      auth_secure_path(const char *, struct stat *, const char *, uid_t,  
     char *, size_t);  
   
 #ifdef KRB5  #ifdef KRB5
 int     auth_krb5(Authctxt *authctxt, krb5_data *auth, char **client, krb5_data *);  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);

Legend:
Removed from v.1.92  
changed lines
  Added in v.1.93