[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.306 and 1.307

version 1.306, 2017/03/14 07:19:07 version 1.307, 2017/04/27 13:40:05
Line 889 
Line 889 
         { "no",                         0 },          { "no",                         0 },
         { NULL, -1 }          { NULL, -1 }
 };  };
 static const struct multistate multistate_privsep[] = {  
         { "yes",                        PRIVSEP_NOSANDBOX },  
         { "sandbox",                    PRIVSEP_ON },  
         { "nosandbox",                  PRIVSEP_NOSANDBOX },  
         { "no",                         PRIVSEP_OFF },  
         { NULL, -1 }  
 };  
 static const struct multistate multistate_tcpfwd[] = {  static const struct multistate multistate_tcpfwd[] = {
         { "yes",                        FORWARD_ALLOW },          { "yes",                        FORWARD_ALLOW },
         { "all",                        FORWARD_ALLOW },          { "all",                        FORWARD_ALLOW },

Legend:
Removed from v.1.306  
changed lines
  Added in v.1.307