[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.69 and 1.70

version 1.69, 2011/05/23 03:30:07 version 1.70, 2012/10/30 21:29:54
Line 111 
Line 111 
 int      hostbased_key_allowed(struct passwd *, const char *, char *, Key *);  int      hostbased_key_allowed(struct passwd *, const char *, char *, Key *);
 int      user_key_allowed(struct passwd *, Key *);  int      user_key_allowed(struct passwd *, Key *);
   
   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.69  
changed lines
  Added in v.1.70