[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.87 and 1.88

version 1.87, 2016/03/07 19:02:43 version 1.88, 2016/05/04 14:04:40
Line 115 
Line 115 
 int      auth_rsa_verify_response(Key *, BIGNUM *, u_char[]);  int      auth_rsa_verify_response(Key *, BIGNUM *, u_char[]);
 int      auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);  int      auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
   
 int      auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);  int      auth_rhosts_rsa_key_allowed(struct passwd *, const char *,
       const 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);  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 *, ...)

Legend:
Removed from v.1.87  
changed lines
  Added in v.1.88