[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.67 and 1.68

version 1.67, 2011/03/10 11:34:25 version 1.68, 2011/05/11 04:47:06
Line 146 
Line 146 
 int     verify_response(Authctxt *, const char *);  int     verify_response(Authctxt *, const char *);
   
 char    *authorized_keys_file(struct passwd *);  char    *authorized_keys_file(struct passwd *);
 char    *authorized_keys_file2(struct passwd *);  
 char    *authorized_principals_file(struct passwd *);  char    *authorized_principals_file(struct passwd *);
   
 FILE    *auth_openkeyfile(const char *, struct passwd *, int);  FILE    *auth_openkeyfile(const char *, struct passwd *, int);

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68