[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.36 and 1.37

version 1.36, 2002/05/12 23:53:45 version 1.37, 2002/05/13 20:44:58
Line 169 
Line 169 
 int      get_hostkey_index(Key *);  int      get_hostkey_index(Key *);
 int      ssh1_session_key(BIGNUM *);  int      ssh1_session_key(BIGNUM *);
   
   /* debug messages during authentication */
   void     auth_debug_add(const char *fmt,...) __attribute__((format(printf, 1, 2)));
   void     auth_debug_send(void);
   void     auth_debug_reset(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.36  
changed lines
  Added in v.1.37