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

Diff for /src/usr.bin/ssh/Attic/auth1.c between version 1.15 and 1.16

version 1.15, 2001/02/07 22:35:45 version 1.16, 2001/02/12 16:16:23
Line 289 
Line 289 
                             authctxt->user);                              authctxt->user);
   
                 /* Special handling for root */                  /* Special handling for root */
                 if (authenticated && authctxt->pw->pw_uid == 0 && !auth_root_allowed())                  if (authenticated && authctxt->pw->pw_uid == 0 &&
                       !auth_root_allowed(get_authname(type)))
                         authenticated = 0;                          authenticated = 0;
   
                 /* Log before sending the reply */                  /* Log before sending the reply */

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16