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

Diff for /src/usr.bin/ssh/servconf.c between version 1.299 and 1.300

version 1.299, 2016/11/06 05:46:37 version 1.300, 2016/11/23 23:14:15
Line 482 
Line 482 
         { "usedns", sUseDNS, SSHCFG_GLOBAL },          { "usedns", sUseDNS, SSHCFG_GLOBAL },
         { "verifyreversemapping", sDeprecated, SSHCFG_GLOBAL },          { "verifyreversemapping", sDeprecated, SSHCFG_GLOBAL },
         { "reversemappingcheck", sDeprecated, SSHCFG_GLOBAL },          { "reversemappingcheck", sDeprecated, SSHCFG_GLOBAL },
         { "clientaliveinterval", sClientAliveInterval, SSHCFG_GLOBAL },          { "clientaliveinterval", sClientAliveInterval, SSHCFG_ALL },
         { "clientalivecountmax", sClientAliveCountMax, SSHCFG_GLOBAL },          { "clientalivecountmax", sClientAliveCountMax, SSHCFG_ALL },
         { "authorizedkeysfile", sAuthorizedKeysFile, SSHCFG_ALL },          { "authorizedkeysfile", sAuthorizedKeysFile, SSHCFG_ALL },
         { "authorizedkeysfile2", sDeprecated, SSHCFG_ALL },          { "authorizedkeysfile2", sDeprecated, SSHCFG_ALL },
         { "useprivilegeseparation", sUsePrivilegeSeparation, SSHCFG_GLOBAL},          { "useprivilegeseparation", sUsePrivilegeSeparation, SSHCFG_GLOBAL},
Line 1923 
Line 1923 
         M_CP_INTOPT(permit_user_rc);          M_CP_INTOPT(permit_user_rc);
         M_CP_INTOPT(max_sessions);          M_CP_INTOPT(max_sessions);
         M_CP_INTOPT(max_authtries);          M_CP_INTOPT(max_authtries);
           M_CP_INTOPT(client_alive_count_max);
           M_CP_INTOPT(client_alive_interval);
         M_CP_INTOPT(ip_qos_interactive);          M_CP_INTOPT(ip_qos_interactive);
         M_CP_INTOPT(ip_qos_bulk);          M_CP_INTOPT(ip_qos_bulk);
         M_CP_INTOPT(rekey_limit);          M_CP_INTOPT(rekey_limit);

Legend:
Removed from v.1.299  
changed lines
  Added in v.1.300