Re: cvs commit: src/lib/libcrypt crypt-md5.c crypt.c crypt.h misc.c src/secure/lib/libcrypt blowfish.c blowfish.h crypt-blowfish.c crypt-des.c

2002-03-08 Thread Brad Huntting


 This comment is false. On my -CURRENT system with
 this commit in place 'passwd' and 'login'/'su' commands
 loops forever computing MD5 password.

 After reverting crypt-md5.c to rev. 1.8 all thouse
 commands work as always.

Same thing happened to me, but it appears to have been fixed.


brad

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: cvs commit: src/lib/libcrypt crypt-md5.c crypt.c crypt.h misc.c src/secure/lib/libcrypt blowfish.c blowfish.h crypt-blowfish.c crypt-des.c

2002-03-07 Thread Nickolay Dudorov

In article [EMAIL PROTECTED]
Mark Murray [EMAIL PROTECTED] wrote:
 markm   2002/03/06 09:18:09 PST
 
  Modified files:
lib/libcrypt crypt-md5.c crypt.c crypt.h misc.c 
secure/lib/libcrypt  blowfish.c blowfish.h crypt-blowfish.c 
 crypt-des.c 
  Log:
  No functional change, but big code cleanup. WARNS, lint(1) and style(9).

This comment is false. On my -CURRENT system with
this commit in place 'passwd' and 'login'/'su' commands
loops forever computing MD5 password.

After reverting crypt-md5.c to rev. 1.8 all thouse
commands work as always.

Was this cleanup tested ?

N.Dudorov

  
  Revision  ChangesPath
  1.9   +47 -47src/lib/libcrypt/crypt-md5.c
  1.22  +9 -7  src/lib/libcrypt/crypt.c
  1.7   +2 -2  src/lib/libcrypt/crypt.h
  1.3   +6 -5  src/lib/libcrypt/misc.c
  1.3   +13 -110   src/secure/lib/libcrypt/blowfish.c
  1.2   +13 -13src/secure/lib/libcrypt/blowfish.h
  1.3   +26 -59src/secure/lib/libcrypt/crypt-blowfish.c
  1.16  +40 -34src/secure/lib/libcrypt/crypt-des.c
 

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message



Re: cvs commit: src/lib/libcrypt crypt-md5.c crypt.c crypt.h misc.c src/secure/lib/libcrypt blowfish.c blowfish.h crypt-blowfish.c crypt-des.c

2002-03-07 Thread Mark Murray

   This comment is false. On my -CURRENT system with
 this commit in place 'passwd' and 'login'/'su' commands
 loops forever computing MD5 password.
 
   After reverting crypt-md5.c to rev. 1.8 all thouse
 commands work as always.

It was a signed/unsiged issue. Fixed!

M
-- 
o   Mark Murray
\_
O.\_Warning: this .sig is umop ap!sdn

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-current in the body of the message