[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.77 and 1.78

version 1.77, 2014/01/29 06:18:35 version 1.78, 2014/07/03 11:16:55
Line 133 
Line 133 
             __attribute__((__format__ (printf, 2, 3)))              __attribute__((__format__ (printf, 2, 3)))
             __attribute__((__nonnull__ (2)));              __attribute__((__nonnull__ (2)));
 void    auth_log(Authctxt *, int, int, const char *, const char *);  void    auth_log(Authctxt *, int, int, const char *, const char *);
   void    auth_maxtries_exceeded(Authctxt *) __attribute__((noreturn));
 void    userauth_finish(Authctxt *, int, const char *, const char *);  void    userauth_finish(Authctxt *, int, const char *, const char *);
 int     auth_root_allowed(const char *);  int     auth_root_allowed(const char *);
   
Line 183 
Line 184 
 void     auth_debug_reset(void);  void     auth_debug_reset(void);
   
 struct passwd *fakepw(void);  struct passwd *fakepw(void);
   
 #define AUTH_FAIL_MSG "Too many authentication failures for %.100s"  
   
 #endif  #endif

Legend:
Removed from v.1.77  
changed lines
  Added in v.1.78