Changes from groar-0.1.17.pre3 to groar-0.1.17 Sun Nov 05 2000 Denis Ducamp * avl.c , avl.h , ldap_cdefs.h: Updated files from OpenLDAP * ac_stdlib.h: Added file from OpenLDAP * md4c.c , md4.h: Updated files from OpenBSD * fmt-lanman.c , fmt-lm.c: Added #include needed to compile with OpenSSL 0.9.6 * defines.h fmt-clear.h fmt-lanman.h fmt-lm.h fmt-ntlm.h fmt-sha1.h fmt.h groar.h mode-in.h mode-si.h mode-wo.h options.h potfile.h utils.h: Added #error "this-file.h is included twice :-(" Changes from groar-0.1.16 to groar-0.1.17.pre3 Thu Mar 23 2000 Denis Ducamp * Lots of things that I don't remember :-( Changes from groar-0.1.15 to groar-0.1.16 Fri Feb 25 2000 Denis Ducamp * configure.in and several C files: added support for old OpenSSL and SSLeay added support for SunOS and Solaris7/x86 * fmt-*.c: basic hash validation * options.c and fmt-*.c: test mode * options.c: bench mode Changes from groar-0.1.14 to groar-0.1.15 Fri Jan 21 2000 Denis Ducamp * configure.in and several C files: added autodetection of u_int*_t , caddr_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 groar-0.1.13 to groar-0.1.14 Thu Jan 9 2000 Denis Ducamp * groar.c: replaced the qsort call by the build of an avl tree * potfile.c: replaced dicotomic search by an avl_find * mode-wo.c & mode-in.c: should better support ^M from MSDOS world Changes from groar-0.1.12 to groar-0.1.13 Thu Jan 6 2000 Denis Ducamp * groar.c: modified to add a call to the qsort function before the call to the loadpot function * potfile.c: modified to add a dicotomic search in the whohas function !!! This version may be Fucked Up Beyond Any Repair I didn't found any problem but because I coded the dicotomic search very fast at 3am there may be... Changes from groar-0.1.11 to groar-0.1.12 Wed Jan 5 2000 Denis Ducamp * configure.in: modified to permit user to set CFLAGS * mode-*.[ch]: modified to add miscellaneous functions not used yet * fmt-*.[ch]: modified to add miscellaneous functions not used yet * avl.[ch] ldap_cdefs.h: added avl tree librarie not used yet * groar.[ch]: modified to support big numbers of entries * groar.c: modified to sort loaded passwords Changes from groar-0.1.10 to groar-0.1.11 Sun Dec 12 1999 Denis Ducamp * fmt-lm.c & fmt-lm.h: created to support lanman passwords TODO: add support for "double hashes" * fmt-ntlm.c & fmt-ntlm.h: created to support ntlm passwords * md4c.c & md4.h: created to provide md4 functions for ntlm * utils.c & utils.h: created to provide some functions for lanman & ntlm * options.c & groar.c: modified to limit number of loaded passwords Changes from groar-0.1.9 to groar-0.1.10 Sat Dec 11 1999 Denis Ducamp * fmt.c & fmt.h: created to enhance saltless algorithmes * fmt-clear.c & fmt-clear.h: created to support cleartext passwords Changes from groar-0.1.8 to groar-0.1.9 Sat Dec 11 1999 Denis Ducamp * groar.c: splitted into fmt-sha.c , options.c , potfile.c , mode-si.c , mode-wo.c , mode-in.c Changes from groar-0.1.7 to groar-0.1.8 Sat Dec 5 1999 Denis Ducamp * Makefile.am & configure.in: added --with-openbsd option Changes from groar-0.1.6 to groar-0.1.7 Sat Dec 3 1999 Denis Ducamp * Makefile.am: replaced references to /usr/local/ssl with $with_openssl * configure.in: added --with-openssl option to configure Changes from sha1_crack-0.1.5 to groar-0.1.6 Sat Nov 26 1999 Denis Ducamp * sha1_crack have been renamed groar... * sha1_crack.c: now needs openssl (tested with 0.9.4) * removed all sha files copied from from openssl Changes from 0.1.4 to 0.1.5 Sat Nov 20 1999 Denis Ducamp * sha1_crack.c: changed version() and usage() * sha1_crack.c: changed options and default actions * NEWS, README, AUTHORS, ChangeLog & TODO: created * groar.1: created Version 0.1.4 * Let's say that it's the initial version ;-)