[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.134 and 1.135

version 1.134, 2018/06/09 03:03:10 version 1.135, 2018/07/03 10:59:35
Line 133 
Line 133 
         int     permit_empty_passwd;    /* If false, do not permit empty          int     permit_empty_passwd;    /* If false, do not permit empty
                                          * passwords. */                                           * passwords. */
         int     permit_user_env;        /* If true, read ~/.ssh/environment */          int     permit_user_env;        /* If true, read ~/.ssh/environment */
           char   *permit_user_env_whitelist; /* pattern-list whitelist */
         int     compression;    /* If true, compression is allowed */          int     compression;    /* If true, compression is allowed */
         int     allow_tcp_forwarding; /* One of FORWARD_* */          int     allow_tcp_forwarding; /* One of FORWARD_* */
         int     allow_streamlocal_forwarding; /* One of FORWARD_* */          int     allow_streamlocal_forwarding; /* One of FORWARD_* */
Line 240 
Line 241 
                 M_CP_STROPT(hostbased_key_types); \                  M_CP_STROPT(hostbased_key_types); \
                 M_CP_STROPT(pubkey_key_types); \                  M_CP_STROPT(pubkey_key_types); \
                 M_CP_STROPT(routing_domain); \                  M_CP_STROPT(routing_domain); \
                   M_CP_STROPT(permit_user_env_whitelist); \
                 M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \                  M_CP_STRARRAYOPT(authorized_keys_files, num_authkeys_files); \
                 M_CP_STRARRAYOPT(allow_users, num_allow_users); \                  M_CP_STRARRAYOPT(allow_users, num_allow_users); \
                 M_CP_STRARRAYOPT(deny_users, num_deny_users); \                  M_CP_STRARRAYOPT(deny_users, num_deny_users); \

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.135