[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.301 and 1.302

version 1.301, 2016/11/30 03:00:05 version 1.302, 2017/01/06 03:45:41
Line 253 
Line 253 
         if (options->gss_cleanup_creds == -1)          if (options->gss_cleanup_creds == -1)
                 options->gss_cleanup_creds = 1;                  options->gss_cleanup_creds = 1;
         if (options->gss_strict_acceptor == -1)          if (options->gss_strict_acceptor == -1)
                 options->gss_strict_acceptor = 0;                  options->gss_strict_acceptor = 1;
         if (options->password_authentication == -1)          if (options->password_authentication == -1)
                 options->password_authentication = 1;                  options->password_authentication = 1;
         if (options->kbd_interactive_authentication == -1)          if (options->kbd_interactive_authentication == -1)

Legend:
Removed from v.1.301  
changed lines
  Added in v.1.302