Moved API to (attr, vendor), instead of just attr
[freeradius.git] / src / modules / rlm_sqlcounter / rlm_sqlcounter.c
2010-05-31 Alan T. DeKokMoved API to (attr, vendor), instead of just attr
2010-04-08 Alan T. DeKokAdd missing 'break' to escape '%' properly.
2008-12-15 Alan T. DeKokRemoved dead code.
2008-04-20 aland Signed/unsigned issues
2007-12-15 aland get rid of warning messages
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-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-07 aland We treat openbraces as normal.
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-02-26 aland Pulled from branch_1_1, with formatting
2007-02-25 nbk Fix a typo in log message.
2007-02-25 nbk Fix a typo in log message.
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-13 aland replace strNcpy strlcpy -- `cat file_list`
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-18 nbkPull from CVS head:
2006-11-18 nbk Update the sqlcounter_detach() function and always...
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-11-05 nbk Add a new "reply-name" directive to choose the attribu...
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-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...