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

Diff for /src/usr.bin/ssh/readconf.c between version 1.121 and 1.122

version 1.121, 2003/09/01 18:15:50 version 1.122, 2003/10/08 15:21:24
Line 883 
Line 883 
         if (options->challenge_response_authentication == -1)          if (options->challenge_response_authentication == -1)
                 options->challenge_response_authentication = 1;                  options->challenge_response_authentication = 1;
         if (options->gss_authentication == -1)          if (options->gss_authentication == -1)
                 options->gss_authentication = 1;                  options->gss_authentication = 0;
         if (options->gss_deleg_creds == -1)          if (options->gss_deleg_creds == -1)
                 options->gss_deleg_creds = 0;                  options->gss_deleg_creds = 0;
         if (options->password_authentication == -1)          if (options->password_authentication == -1)

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.122