perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / modules / rlm_dbm / rlm_dbm_parser.c
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-09-11 phampsonCorrect GPL boilerplate in files which had it wrong...
2003-06-26 aland updated usage help
2002-10-15 aland Removed duplicate function 'sm_prints', and replaced...
2002-06-21 cparker Jumbo fix to quiet compiler warnings by adding (int...
2002-01-14 aland Added more 'const' to get rid of some compiler warnings.
2001-11-20 cmillerInclude check for gdbm-ndbm.h file, for GDBM versions...
2001-10-19 aland Add more includes, to quiet compiler warnings.
2001-10-18 aland Added utility programs, and update the make file to...