[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.31 and 1.32

version 1.31, 2002/03/16 17:22:09 version 1.32, 2002/03/17 20:25:56
Line 130 
Line 130 
 void    auth2_challenge_stop(Authctxt *);  void    auth2_challenge_stop(Authctxt *);
   
 int     allowed_user(struct passwd *);  int     allowed_user(struct passwd *);
   struct passwd * getpwnamallow(const char *user);
   
 char    *get_challenge(Authctxt *);  char    *get_challenge(Authctxt *);
 int     verify_response(Authctxt *, const char *);  int     verify_response(Authctxt *, const char *);

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32