Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Apr 2000 09:20:05 -0400 (EDT)
From:      "Chris D. Faulhaber" <cdf.lists@fxp.org>
To:        "Alexey N. Dokuchaev" <danfe@inet.ssc.nsu.ru>
Cc:        "Chris D. Faulhaber" <jedgar@fxp.org>, freebsd-hackers@freebsd.org
Subject:   Re: How to make sure that I compile MD5 based system
Message-ID:  <Pine.BSF.4.10.10004080917460.59399-100000@pawn.primelocation.net>
In-Reply-To: <Pine.LNX.4.10.10004082011140.23066-100000@inet.ssc.nsu.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 8 Apr 2000, Alexey N. Dokuchaev wrote:

> On Sat, 8 Apr 2000, Chris D. Faulhaber wrote:
> 
> > On Sat, 8 Apr 2000, Alexey N. Dokuchaev wrote:
> > 
> > > Hello!
> > > 
> > > I am using FreeBSD 4.0.  The thing is, that I want DES sources and
> > > libraries hanging around (just in case), but the whole system be MD5 based
> > > (including /sbin/init, other utils, and correct links in /lib).  I looked
> > > at /etc/defaults/make.conf, but didn't and references of this kind, except
> > > USA_RESIDENT.
> > > 
> > > So, when making world and stuff, how do I explicitly say to make MD5
> > > system, having *all* the sources, both DES and MD5.
> > > 
> > 
> > Using:
> > 
> > #NODESCRYPTLINKS=true   # do not replace libcrypt -> libscrypt links
> > 
> > will ensure your libcrypt is not linked to the des-based libcrypt
> > (libdescrypt).
> > 
> 
> But, AFAIUC, this deals only with libraries.  And how about binary
> executables in /bin, /sbin (e.g., init)?
> 

If a program links with libcrypt and libcrypt is linked to libscrypt (MD5
version) instead of libdescrypt (DES version), then that program will use
MD5.

-----
Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org
--------------------------------------------------------
FreeBSD: The Power To Serve   -   http://www.FreeBSD.org



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10004080917460.59399-100000>