[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.21.2.2 and 1.21.2.3

version 1.21.2.2, 2001/11/15 00:15:19 version 1.21.2.3, 2001/11/15 22:51:15
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.21.2.2  
changed lines
  Added in v.1.21.2.3