New build path variable
[freeradius.git] / src / modules / rlm_counter / rlm_counter.c
2010-10-29 Alan T. DeKokUpdated API for 2.2
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-05-31 Alan T. DeKokMoved API to (attr, vendor), instead of just attr
2007-08-13 aland Pulled fix from branch_1_1
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-04-20 aland Use new radius_paircreate() function.
2007-04-17 aland Rename vp->lvalue to vp->vp_*, as appropriate.
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-03-12 aland strcpy doesn't need a '-1' in the sizeof
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-14 aland Removed all free(inst->foo) where "foo" comes from...
2007-02-13 aland replace strncpy strlcpy `cat filelist`
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-11-05 nbk Change "return-attribute" to "reply-name" for consiste...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-03 aland ./scripts/min-includes +n <files listed here>
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-09-23 nbk If strftime(3) returns 0, the contents of the string...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-04-27 aland Remove libradius.h from the top of the standard header...
2005-04-08 aland 'static' to 'static const'
2005-01-02 kkalevIf we are near a reset then, before doing anything...
2004-12-07 kkalevAdd a return-attribute directive. That way we can send...
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.
next