Changes from titi-0.1.8.pre7 to titi-0.1.8.pre8 Fri May 30 2003 Denis Ducamp * See the NEWS file Changes from titi-0.1.8.pre6 to titi-0.1.8.pre7 Fri May 30 2003 Denis Ducamp * See the NEWS file Changes from titi-0.1.8.pre5 to titi-0.1.8.pre6 Mon May 19 2003 Denis Ducamp * See the NEWS file Changes from titi-0.1.8.pre4 to titi-0.1.8.pre5 Thu May 15 2003 Denis Ducamp * See the NEWS file Changes from titi-0.1.8.pre3 to titi-0.1.8.pre4 Fri May 9 2003 Denis Ducamp * See the NEWS file Changes from titi-0.1.8.pre2 to titi-0.1.8.pre3 Sun Nov 19 2000 Denis Ducamp * See the NEWS file Changes from titi-0.1.8.pre1 to titi-0.1.8.pre2 Sun Nov 19 2000 Denis Ducamp * kr_des.h , kr_md5.h , kr_sha.h: Copies of des.h , md5.h and sha.h from OpenSSL 0.9.6 Added K&R declarations in local copies. * a lot of .h and .c: Added K&R styled prototypes and declarations Changes from titi-0.1.7 to titi-0.1.8.pre1 Fri Nov 17 2000 Denis Ducamp * pwd.h: Renamed to pwd_.h Define struct passwd only if not defined in * configure.in: Look if struct passwd only is defined in Changes from titi-0.1.7.pre7 to titi-0.1.7 Sun Nov 05 2000 Denis Ducamp * arc4random.c , bcrypt.c , blowfish.c , md4.h , md4c.c , pwd.h: Updated files from OpenBSD * lanman-main.c: Added #include needed to compile with OpenSSL 0.9.6: Changes from titi-0.1.6 to titi-0.1.7.pre7 Thu Mar 23 2000 Denis Ducamp * Lots of things that I don't remember :-( Changes from titi-0.1.5 to titi-0.1.6 Fri Jan 21 2000 Denis Ducamp * configure.in and several C files: added autodetection of u_int*_t , __P and BYTE_ORDER OK on Slackware 4.0 , OpenBSD 2.5 and Solaris 2.6 (sparc/gcc 2.7.2.3) should be OK on Slackware 7.0 , RedHat 6.0 , Debian 2.2 and FreeBSD 3.2 * md4c.c: works on bigendian processors Changes from titi-0.1.4 to titi-0.1.5 Tue Dec 14 1999 Denis Ducamp * How did that piece of code could compile on slackware 4 ? Now compiles correctly on slackware 7 and crypt uses openssl md5 functions. Changes from titi-0.1.3 to titi-0.1.4 Sun Dec 12 1999 Denis Ducamp * lanman-main.c & ntlm-main.c: corrected silly bug #1 : use strncpy to copy a binary char table !!!