[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.44 and 1.45

version 1.44, 2003/08/22 10:56:08 version 1.45, 2003/08/26 09:58:43
Line 171 
Line 171 
 void     auth_debug_send(void);  void     auth_debug_send(void);
 void     auth_debug_reset(void);  void     auth_debug_reset(void);
   
   struct passwd *fakepw(void);
   
 #define AUTH_FAIL_MAX 6  #define AUTH_FAIL_MAX 6
 #define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2)  #define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2)
 #define AUTH_FAIL_MSG "Too many authentication failures for %.100s"  #define AUTH_FAIL_MSG "Too many authentication failures for %.100s"

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45