From owner-freebsd-stable Mon Feb 19 22:17:12 1996 Return-Path: owner-stable Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA23742 for stable-outgoing; Mon, 19 Feb 1996 22:17:12 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [192.216.222.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA23719 Mon, 19 Feb 1996 22:17:06 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id WAA22884; Mon, 19 Feb 1996 22:14:48 -0800 To: Rich Siggs cc: freebsd-questions@freebsd.org, freebsd-stable@freebsd.org, freebsd-isp@freebsd.org Subject: Re: Q: exportable DES library & "DES How To" for 2.1-STABLE In-reply-to: Your message of "Tue, 20 Feb 1996 14:37:42 +1100." <199602200337.OAA00250@goliath.spirit.net.au> Date: Mon, 19 Feb 1996 22:14:48 -0800 Message-ID: <22882.824796888@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-stable@freebsd.org Precedence: bulk > Greetings, > > I am having some grief with the conversion/use of DES password encryption > on my 2.1-STABLE hosts and I'm looking for definitive non-US sources of the D ES > source distibutions (des.aa), plus a guide to the migration & use of DES on > 2.1 (in particular, I'm lead to believe that there's a version of the DES > distrib that can deal with _both_ DES & MD5 passwords - that'd be good! ;) 1. The definitive site for international bits is ftp.internat.freebsd.org (though it could really use some mirrors - South Africa is often unreachable). 2. The split DES/MD5 feature is part of 2.2-CURRENT right now and would require some custom merging. Jordan