[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.49.2.2 and 1.49.2.3

version 1.49.2.2, 2002/05/17 00:03:24 version 1.49.2.3, 2002/06/22 07:23:17
Line 98 
Line 98 
         int     permit_empty_passwd;    /* If false, do not permit empty          int     permit_empty_passwd;    /* If false, do not permit empty
                                          * passwords. */                                           * passwords. */
         int     use_login;      /* If true, login(1) is used */          int     use_login;      /* If true, login(1) is used */
           int     compression;    /* If true, compression is allowed */
         int     allow_tcp_forwarding;          int     allow_tcp_forwarding;
         u_int num_allow_users;          u_int num_allow_users;
         char   *allow_users[MAX_ALLOW_USERS];          char   *allow_users[MAX_ALLOW_USERS];

Legend:
Removed from v.1.49.2.2  
changed lines
  Added in v.1.49.2.3