[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.65 and 1.66

version 1.65, 2010/03/04 10:36:03 version 1.66, 2010/05/07 11:30:29
Line 146 
Line 146 
   
 char    *authorized_keys_file(struct passwd *);  char    *authorized_keys_file(struct passwd *);
 char    *authorized_keys_file2(struct passwd *);  char    *authorized_keys_file2(struct passwd *);
   char    *authorized_principals_file(struct passwd *);
   
 FILE    *auth_openkeyfile(const char *, struct passwd *, int);  FILE    *auth_openkeyfile(const char *, struct passwd *, int);
   FILE    *auth_openprincipals(const char *, struct passwd *, int);
 int      auth_key_is_revoked(Key *);  int      auth_key_is_revoked(Key *);
   
 HostStatus  HostStatus

Legend:
Removed from v.1.65  
changed lines
  Added in v.1.66