[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.74 and 1.75

version 1.74, 2013/05/19 02:42:42 version 1.75, 2013/06/21 00:34:49
Line 113 
Line 113 
 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 *);
 void     pubkey_auth_info(Authctxt *, const Key *);  void     pubkey_auth_info(Authctxt *, const Key *, const char *, ...)
               __attribute__((__format__ (printf, 3, 4)));
   
 struct stat;  struct stat;
 int      auth_secure_path(const char *, struct stat *, const char *, uid_t,  int      auth_secure_path(const char *, struct stat *, const char *, uid_t,

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75