Require that the modules call talloc for their instance handle.
[freeradius.git] / src / modules / rlm_sqlippool / rlm_sqlippool.c
2013-02-19 Alan T. DeKokRequire that the modules call talloc for their instance...
2013-02-17 Arran Cudbard-BellFix for coverity (redundant default statement)
2013-02-16 Alan T. DeKokRemove "type" from paircreate() function.
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-12-04 Arran Cudbard-BellRemove completely pointless strcpys
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_sqlippool: pass sql instance to sql escape func
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-07-18 Arran Cudbard-BellMerge pull request #69 from arr2036/policy.d
2012-07-17 Arran Cudbard-BellMerge pull request #68 from arr2036/rlm_sql_reconnectio...
2012-07-17 Arran Cudbard-BellFix ippool too
2012-02-07 Alan T. DeKokFix typos
2011-12-04 Alan T. DeKokReplace strlen with more efficient check
2011-02-18 Alan T. DeKokMake query lengths match rlm_sql
2010-05-31 Alan T. DeKokAll of the modules now build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2009-09-07 Alan T. DeKokNo need to include modules.h twice
2009-09-05 Alan T. DeKokFirst stab at removing libltdl.
2009-02-02 Alan T. DeKokExpose more functions
2008-09-17 Alan T. DeKokCall sql_escape_func
2008-09-07 Alan T. DeKokUse new instance methods from SQL
2008-09-07 Alan T. DeKokWe don't need to initialize SQL any more
2008-09-07 Alan T. DeKokSimplified API && code in preparation for next step
2008-09-04 Alan T. DeKokUse new API for find_module_instance
2008-08-17 Alan T. DeKokMinor optimization
2008-08-17 Alan T. DeKokDEBUG -> RDEBUG
2008-04-28 aland Re-format for whitespace changes and some debug messages
2008-04-24 pnixonThis should close Bug #548 as it is no longer necessary...
2008-01-09 aland Removed dead code
2007-11-23 aland More changes to make a common naming scheme. This...
2007-10-03 aland Clean up compiler warnings and remove exit(0)
2007-10-03 aland More sanity checks on the module instance handles.
2007-08-13 aland Pulled fix from branch_1_1
2007-07-17 pnixonadd call to sql_set_user in sqlippool_command also
2007-07-17 pnixonadd a call to sql_set_user in sqlippool_command also
2007-07-17 pnixonMake %{SQL-User-Name} work in rlm_sqlippool
2007-07-17 pnixonMake %{SQL-User-Name} in rlm_sqlippool
2007-07-11 pnixonspelling fix
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-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 file_list`
2007-02-06 pnixonChange BEGIN to SQL99 conformant START TRANSACTION
2007-02-06 pnixonAdd non-mandatory pool-check statement to allow detecti...
2007-02-05 pnixonAdded new option sqlippool_log_clear to log when an...
2007-02-05 pnixonOn query error, emit the failed query to the log so...
2007-02-04 pnixonChange the order back. Turns out that we get unwanted...
2007-02-03 pnixonFix spelling in comments
2007-02-03 pnixonReturn RLM_MODULE_FAIL instead of RLM_MODULE_NOOP if...
2007-02-03 pnixonSwitch the order of Framed-IP-Address and Pool-Name...
2007-01-10 pnixonteach sqlippool to report if it allocated and IP or...
2007-01-10 pnixonteach sqlippool to report if it allocated and IP or...
2007-01-09 pnixonFix Bug 413 sqlippool_query1 freeing results too early
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-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-10-03 pnixonso that we dont leak on a HUP
2006-10-03 pnixonNew patch for configurable logging
2006-10-03 pnixonRollback this patch.
2006-10-03 pnixonLogging update
2006-09-21 pnixonRemove mutexes and log Called/Calling-Station-Id when...
2006-09-04 pnixonPort module to new API (To stop it core dumping) and...
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-08-16 pnixonMajor updates to module to make it standalone. It no...
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-04-07 pnixonThis module seems to be in a working condition so here...
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
next