[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.50 and 1.51

version 1.50, 2004/05/23 23:59:53 version 1.51, 2005/06/06 11:20:36
Line 146 
Line 146 
 char    *get_challenge(Authctxt *);  char    *get_challenge(Authctxt *);
 int     verify_response(Authctxt *, const char *);  int     verify_response(Authctxt *, const char *);
   
 char    *expand_filename(const char *, struct passwd *);  
 char    *authorized_keys_file(struct passwd *);  char    *authorized_keys_file(struct passwd *);
 char    *authorized_keys_file2(struct passwd *);  char    *authorized_keys_file2(struct passwd *);
   

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51