[BACK]Return to servconf.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/servconf.h between version 1.102 and 1.103

version 1.102, 2012/06/19 18:25:28 version 1.103, 2012/07/10 02:19:15
Line 39 
Line 39 
 /* use_privsep */  /* use_privsep */
 #define PRIVSEP_OFF             0  #define PRIVSEP_OFF             0
 #define PRIVSEP_ON              1  #define PRIVSEP_ON              1
 #define PRIVSEP_SANDBOX         2  #define PRIVSEP_NOSANDBOX       2
   
 #define DEFAULT_AUTH_FAIL_MAX   6       /* Default for MaxAuthTries */  #define DEFAULT_AUTH_FAIL_MAX   6       /* Default for MaxAuthTries */
 #define DEFAULT_SESSIONS_MAX    10      /* Default for MaxSessions */  #define DEFAULT_SESSIONS_MAX    10      /* Default for MaxSessions */

Legend:
Removed from v.1.102  
changed lines
  Added in v.1.103