perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / modules / rlm_dbm / rlm_dbm.c
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-11-21 mcr some more UNUSED markings.
2003-09-11 phampsonCorrect GPL boilerplate in files which had it wrong...
2003-07-07 aland check for malloc failed & memset
2002-10-15 aland Minor reformatting.
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2001-11-20 cmillerInclude check for gdbm-ndbm.h file, for GDBM versions...
2001-11-09 kkalevChange paircmp,paircompare,simplapaircmp and RAD_COMPAR...
2001-10-18 aland Initial commit of DBM module, from Andrei Koulik ...