[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.2 and 1.3

version 1.2, 2000/04/06 08:55:22 version 1.3, 2000/04/26 21:28:32
Line 7 
Line 7 
 struct passwd *  struct passwd *
 auth_get_user(void);  auth_get_user(void);
   
   int allowed_user(struct passwd * pw);;
   
   #define AUTH_FAIL_MAX 6
   #define AUTH_FAIL_LOG (AUTH_FAIL_MAX/2)
   #define AUTH_FAIL_MSG "Too many authentication failures for %.100s"
   
 #endif  #endif
   

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3