[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.68 and 1.69

version 1.68, 2011/05/11 04:47:06 version 1.69, 2011/05/23 03:30:07
Line 145 
Line 145 
 char    *get_challenge(Authctxt *);  char    *get_challenge(Authctxt *);
 int     verify_response(Authctxt *, const char *);  int     verify_response(Authctxt *, const char *);
   
 char    *authorized_keys_file(struct passwd *);  char    *expand_authorized_keys(const char *, struct passwd *pw);
 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.68  
changed lines
  Added in v.1.69