perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / modules / rlm_counter / rlm_counter.c
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2004-01-16 kkalevres should be int not unsigned
2003-12-22 kkalevMisplaced arguments in strncpy
2003-11-21 mcr fix some signed/unsigned warnings.
2003-11-01 kkalevAdd more debugging information.
2003-10-18 kkalevAdd a string represantation of current time and next...
2003-10-03 kkalev* Replace calls to exit() in counter_instantiate with...
2003-09-18 kkalevCheck if request->timestamp - {Acct-Delay-Time} < last_...
2003-09-15 aland If we don't have threads, don't use pthread functions
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-07-27 kkalevAdd debug statements for allowed service type
2003-07-11 aland check & memset
2003-07-11 aland check & memset
2003-06-10 kkalevInstead of just storing the user counter we also store...
2003-05-17 kkalevAdd a few more debug statements
2003-02-08 kkalevKeep the attribute number for the check item so that...
2002-12-28 kkalevOnly run for Accounting-Stop packets in accounting
2002-12-19 kkalevCheck that the reset time is not never before reseting...
2002-09-06 kkalevOnly add Session-Timeout if the count attribute is...
2002-09-05 kkalevIstead of checking for date type check for acct-session...
2002-08-31 kkalevSet the cache size *before* doing any operations on...
2002-08-30 kkalevAdd a mutex around gdbm_fetch and gdmb_store and declar...
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-08-15 kkalevAdd two entries in the counter database:
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-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.