You can tell I read oldest->newest :-) I'm pretty sure I have an older ufc-crypt under a freebsd license, I'll have to look about. ITMT, I really believe that the SSL library (which nearly everyone would link in) is probably a better choice, since OpenSSL has the des methods.
Does that sound 'saner' to everyone ... using OpenSSL which we will be using within Apache (and other foos: daemons or clients) anyways? Bill ----- Original Message ----- From: "William A. Rowe, Jr." <[EMAIL PROTECTED]> To: "Cliff Woolley" <[EMAIL PROTECTED]>; <[email protected]> Sent: Saturday, July 14, 2001 12:36 PM Subject: Re: crypt() for WIN Patch > From: "Cliff Woolley" <[EMAIL PROTECTED]> > Sent: Saturday, July 14, 2001 9:21 AM > > > > On Sat, 14 Jul 2001, Mladen Turk wrote: > > > > > Recenty the guy asked me is it possibile to use the password database > > > created on UNIX using default crypt algorithm on WIN platform. > > > So, here I have a patch that enables this. > > > It consists of ported glibc crypt and needed diff's to enable the > > > authorization and password creation. > > > > Licensing issues? If it came out of glibc, surely it's GPL or LGPL... no? > > Yup. We need either to incorporate ufc-crypt, or crypt() of the BSD license. > > Bill > > >
