[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.72 and 1.73

version 1.72, 2012/12/02 20:34:09 version 1.73, 2013/03/07 19:27:25
Line 134 
Line 134 
   
 char    *auth2_read_banner(void);  char    *auth2_read_banner(void);
 int      auth2_methods_valid(const char *, int);  int      auth2_methods_valid(const char *, int);
 int      auth2_update_methods_lists(Authctxt *, const char *);  int      auth2_update_methods_lists(Authctxt *, const char *, const char *);
 int      auth2_setup_methods_lists(Authctxt *);  int      auth2_setup_methods_lists(Authctxt *);
   int      auth2_method_allowed(Authctxt *, const char *, const char *);
   
 void    privsep_challenge_enable(void);  void    privsep_challenge_enable(void);
   

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.73