[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.11.2.6 and 1.11.2.7

version 1.11.2.6, 2001/11/15 00:14:59 version 1.11.2.7, 2001/11/15 22:50:30
Line 156 
Line 156 
             authmsg,              authmsg,
             method,              method,
             authctxt->valid ? "" : "illegal user ",              authctxt->valid ? "" : "illegal user ",
             authctxt->valid && authctxt->pw->pw_uid == 0 ? "ROOT" : authctxt->user,              authctxt->user,
             get_remote_ipaddr(),              get_remote_ipaddr(),
             get_remote_port(),              get_remote_port(),
             info);              info);

Legend:
Removed from v.1.11.2.6  
changed lines
  Added in v.1.11.2.7