[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.279 and 1.280

version 1.279, 2015/07/31 15:38:09 version 1.280, 2015/08/06 14:53:21
Line 874 
Line 874 
 };  };
 static const struct multistate multistate_permitrootlogin[] = {  static const struct multistate multistate_permitrootlogin[] = {
         { "without-password",           PERMIT_NO_PASSWD },          { "without-password",           PERMIT_NO_PASSWD },
           { "prohibit-password",          PERMIT_NO_PASSWD },
         { "forced-commands-only",       PERMIT_FORCED_ONLY },          { "forced-commands-only",       PERMIT_FORCED_ONLY },
         { "yes",                        PERMIT_YES },          { "yes",                        PERMIT_YES },
         { "no",                         PERMIT_NO },          { "no",                         PERMIT_NO },

Legend:
Removed from v.1.279  
changed lines
  Added in v.1.280