[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.81 and 1.82

version 1.81, 2008/02/08 23:24:08 version 1.82, 2008/02/13 22:38:17
Line 36 
Line 36 
   
 #define DEFAULT_AUTH_FAIL_MAX   6       /* Default for MaxAuthTries */  #define DEFAULT_AUTH_FAIL_MAX   6       /* Default for MaxAuthTries */
   
   /* Magic name for internal sftp-server */
   #define INTERNAL_SFTP_NAME      "internal-sftp"
   
 typedef struct {  typedef struct {
         u_int num_ports;          u_int num_ports;
         u_int ports_from_cmdline;          u_int ports_from_cmdline;

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82