[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.82 and 1.83

version 1.82, 2015/02/16 22:13:32 version 1.83, 2015/05/01 03:23:51
Line 117 
Line 117 
   
 int      auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);  int      auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);
 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 *, int);
 void     pubkey_auth_info(Authctxt *, const Key *, const char *, ...)  void     pubkey_auth_info(Authctxt *, const Key *, const char *, ...)
             __attribute__((__format__ (printf, 3, 4)));              __attribute__((__format__ (printf, 3, 4)));
 void     auth2_record_userkey(Authctxt *, struct sshkey *);  void     auth2_record_userkey(Authctxt *, struct sshkey *);

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.83