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

Diff for /src/usr.bin/ssh/auth2.c between version 1.25 and 1.26

version 1.25, 2001/01/08 22:29:05 version 1.26, 2001/01/13 18:21:48
Line 116 
Line 116 
         authctxt->success = 0;          authctxt->success = 0;
         x_authctxt = authctxt;          /*XXX*/          x_authctxt = authctxt;          /*XXX*/
   
 #ifdef KRB4  #ifdef AFS
         /* turn off kerberos, not supported by SSH2 */          /* If machine has AFS, set process authentication group. */
         options.kerberos_authentication = 0;          if (k_hasafs()) {
                   k_setpag();
                   k_unlog();
           }
 #endif  #endif
         dispatch_init(&protocol_error);          dispatch_init(&protocol_error);
         dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request);          dispatch_set(SSH2_MSG_SERVICE_REQUEST, &input_service_request);

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26