[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.71 and 1.72

version 1.71, 2012/11/04 11:09:15 version 1.72, 2012/12/02 20:34:09
Line 127 
Line 127 
 void    do_authentication(Authctxt *);  void    do_authentication(Authctxt *);
 void    do_authentication2(Authctxt *);  void    do_authentication2(Authctxt *);
   
 void    auth_log(Authctxt *, int, char *, char *);  void    auth_log(Authctxt *, int, int, const char *, const char *,
 void    userauth_finish(Authctxt *, int, char *);      const char *);
 int     auth_root_allowed(char *);  void    userauth_finish(Authctxt *, int, const char *, const char *);
   int     auth_root_allowed(const char *);
   
 char    *auth2_read_banner(void);  char    *auth2_read_banner(void);
 int      auth2_methods_valid(const char *, int);  int      auth2_methods_valid(const char *, int);

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