[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.57 and 1.58

version 1.57, 2002/03/20 19:12:25 version 1.58, 2002/06/20 23:05:55
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.57  
changed lines
  Added in v.1.58