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

Diff for /src/usr.bin/ssh/auth.c between version 1.112 and 1.113

version 1.112, 2015/08/06 14:53:21 version 1.113, 2015/08/21 03:42:19
Line 263 
Line 263 
         case PERMIT_NO_PASSWD:          case PERMIT_NO_PASSWD:
                 if (strcmp(method, "publickey") == 0 ||                  if (strcmp(method, "publickey") == 0 ||
                     strcmp(method, "hostbased") == 0 ||                      strcmp(method, "hostbased") == 0 ||
                     strcmp(method, "gssapi-with-mic"))                      strcmp(method, "gssapi-with-mic") == 0)
                         return 1;                          return 1;
                 break;                  break;
         case PERMIT_FORCED_ONLY:          case PERMIT_FORCED_ONLY:

Legend:
Removed from v.1.112  
changed lines
  Added in v.1.113