Change Module-Message to Module-Failure-Message,
[freeradius.git] / src / modules / rlm_counter / rlm_counter.c
2002-05-29 fcusack Change Module-Message to Module-Failure-Message,
2002-05-24 aland Don't bother locking the FD ourselves, as it appears...
2002-03-27 kkalevMake counter and ippool modules thread safe since we...
2002-02-25 aland <grumble> work around variations in gdbm from version...
2002-02-22 aland Open the DB unlocked, and do file locking ourselves...
2002-02-05 aland Only double-check the counter value against the reset...
2002-02-01 aland Replaced calls to localtime() with calls to localtime_...
2001-12-19 kkalevAdd user definable counter reset values. Something...
2001-12-18 kkalevAdd support for 'never' counter expiration.
2001-11-09 kkalevChange paircmp,paircompare,simplapaircmp and RAD_COMPAR...
2001-11-01 aland Update to use new definition of dict_addattr()
2001-10-29 aland When rejecting the user, add a Module-Message saying...
2001-10-09 aland Patch from Kostas Kalevras <kkalev@noc.ntua.gr> to...
2001-07-01 cmillerIntegrated Kostas Kalevras' rlm_counter code, plus...
2001-03-09 aland Updated to remove all references to GDBM_SYNC
2001-03-07 cmillerSome GDBMs use synchronous access by default, it seems...
2001-03-06 aland Made the 'counter' module a little more useful, and...
2001-03-05 aland Added preliminary code to re-set the database every...
2001-03-05 aland Added paircompare_register, so that we can examine...
2001-03-05 aland Initial stab at counting information.