./scripts/min-includes +n <files listed here>
[freeradius.git] / src / modules / rlm_sqlcounter / rlm_sqlcounter.c
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-08-01 aland allow number of days, too
2006-07-01 fcusackimport from branch_1_1:
2006-06-12 nbk Don't use a "config.h" file when it's not needed.
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-27 aland Pull fix from the head
2005-12-27 aland No query, die
2005-12-13 nbkPull from CVS head:
2005-12-13 nbk Initialize allowed_chars before using sql_escape_func.
2005-12-12 nbkPull from CVS head:
2005-12-12 nbk Make the list of safe characters defined by user.
2005-12-12 nbkPull from CVS head:
2005-12-12 nbk Strings from options "key" and "sql-inst" are copied...
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-29 nbk Add an attribute to the unused parameters.
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-23 nbk Escape the SQL queries to prevent possible SQL injection
2005-08-21 nbk Replace sprintf(3) by snprintf(3) because they can...
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-29 phampsonMore autoheader cleanups. HAVE_REGEX_H is provided...
2004-05-15 mgriegoDon't exit() on failure in instantiate function, let...
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...