[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.75 and 1.76

version 1.75, 2010/08/31 09:58:37 version 1.76, 2012/11/04 11:09:15
Line 338 
Line 338 
                 authctxt->pw = fakepw();                  authctxt->pw = fakepw();
         }          }
   
           /* Configuration may have changed as a result of Match */
           if (options.num_auth_methods != 0)
                   fatal("AuthenticationMethods is not supported with SSH "
                       "protocol 1");
   
         setproctitle("%s%s", authctxt->valid ? user : "unknown",          setproctitle("%s%s", authctxt->valid ? user : "unknown",
             use_privsep ? " [net]" : "");              use_privsep ? " [net]" : "");
   

Legend:
Removed from v.1.75  
changed lines
  Added in v.1.76