Require that the modules call talloc for their instance handle.
[freeradius.git] / src / modules / rlm_sqlcounter / rlm_sqlcounter.c
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-18 Alan T. DeKokDon't free config data manually.
2013-02-18 Alan T. DeKokMore debug macros
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
2013-02-12 Arran Cudbard-BellAdd CONST to functions that return DICT_ATTR
2013-01-22 Arran Cudbard-BellAdd doxygen headers to all module files
2013-01-11 Arran Cudbard-BellAdd documentation to modules.h
2013-01-04 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-12-30 Arran Cudbard-BellAdd support for tags to remaining functions in lib...
2012-11-24 Arran Cudbard-BellReorganise SQL files
2012-10-08 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-05 Alan DeKokMerge pull request #101 from philmayers/escape-context2
2012-10-05 Phil Mayersrlm_sqlcounter: remove SQL escaping, let the SQL module...
2012-10-05 Phil Mayersadd REQUEST* and void* to escape functions
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2011-10-27 Alan T. DeKokMake Session-Timeout the default
2011-10-27 Alan T. DeKokClean upo logic See bug #181
2011-03-15 Alan T. DeKokFix build error
2011-03-15 Alan T. DeKokNote bad configuration
2010-05-31 Alan T. DeKokAll of the modules now build.
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...
next