[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.55 and 1.56

version 1.55, 2004/07/21 08:56:12 version 1.56, 2004/07/28 09:40:29
Line 173 
Line 173 
         authlog("%s %s for %s%.100s from %.200s port %d%s",          authlog("%s %s for %s%.100s from %.200s port %d%s",
             authmsg,              authmsg,
             method,              method,
             authctxt->valid ? "" : "illegal user ",              authctxt->valid ? "" : "invalid user ",
             authctxt->user,              authctxt->user,
             get_remote_ipaddr(),              get_remote_ipaddr(),
             get_remote_port(),              get_remote_port(),

Legend:
Removed from v.1.55  
changed lines
  Added in v.1.56