bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[patch #1800] [Patch #1800] clean up some more crypt() things in idvec-v


From: noreply
Subject: [patch #1800] [Patch #1800] clean up some more crypt() things in idvec-verify.c
Date: Wed, 06 Aug 2003 18:13:18 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686) Gecko/20030714 Galeon/1.3.5 Debian/1.3.5.20030714-2

Patch #1800 has been updated. 

Project: 
Category: libshouldbeinlibc
Status: Open
Summary: clean up some more crypt() things in idvec-verify.c

Follow-Ups:

Date: Wed 08/06/2003 at 11:48
By: jeroen

Comment:
We don't have to make crypt() weak nor check whether crypt() exist because it's 
always in glibc now.
-------------------------------------------------------

Date: Wed 08/06/2003 at 13:07
By: marcus

Comment:
Right.  I have committed this change.  Thanks!
-------------------------------------------------------

Date: Thu 08/07/2003 at 00:13
By: marcus

Comment:
I have reverted this change.  Shame on you because you didn't test it (and 
shame on me for not testing it either, nor asking you if you did).

The pragma is necessary because not all programs linked to libshouldbeinlibc 
should also be linked to crypt.

The allowance for a missing crypt is not necessary anymore.  But I reverted 
that change as well for now, because the code
would segfault otherwise if crypt happened not to be linked in by accident.  A 
modified patch that disables plaintext passwords (which don't make much sense 
today anymore, I think), would be ok, assuming it is properly tested.


-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://savannah.gnu.org/patch/?func=detailpatch&patch_id=1800&group_id=30

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]