perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / modules / rlm_sqlcounter / rlm_sqlcounter.c
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-07-14 aland check & memset
2003-07-14 aland check & memset
2003-07-07 aland check & memset
2002-09-08 kkalevAllocate more room for the sql queries. Remove a wrong...
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-07-22 ramooreSmall correction to the way sqlcounter calculates the...
2002-06-21 cparker Jumbo fix to quiet compiler warnings by adding (int...
2002-05-29 fcusack Change Module-Message to Module-Failure-Message,
2002-05-07 ramooreFix several debug messages in rlm_sqlcounter that mista...
2002-04-23 ramooreAdded rlm_sqlcounter module. It impliments counters...