[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.57 and 1.58

version 1.57, 2004/05/23 23:59:53 version 1.58, 2004/07/21 10:33:31
Line 260 
Line 260 
                 authctxt->pw = fakepw();                  authctxt->pw = fakepw();
         }          }
   
         setproctitle("%s%s", authctxt->pw ? user : "unknown",          setproctitle("%s%s", authctxt->valid ? user : "unknown",
             use_privsep ? " [net]" : "");              use_privsep ? " [net]" : "");
   
         /*          /*

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.58