Remove duplicate escaping/special rules in sqlippool_expand
[freeradius.git] / src / modules / rlm_sqlippool / rlm_sqlippool.c
2014-03-19 Arran Cudbard-BellRemove duplicate escaping/special rules in sqlippool_expand
2014-02-17 Arran Cudbard-Bellrlm_sql query buffers are dynamically allocated, so...
2013-11-25 Alan T. DeKokEnsure a one-way check
2013-11-25 Alan T. DeKokDo allocate_clear no more than once per second
2013-11-25 Alan T. DeKokPut a separate transaction around allocate_clear
2013-10-11 Phil Mayersset vp length
2013-10-10 Arran Cudbard-BellFix stupid nesting in sqlippool
2013-10-10 Arran Cudbard-Bellsql_query now returns < 0 for error. Closes #444
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-05 Arran Cudbard-BellFix quoting style in debug messages, should be double...
2013-07-03 Arran Cudbard-BellLast tranche of config item name standardisation (in...
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-19 Arran Cudbard-BellFix the last of the GCC warnings
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-29 Alan T. DeKokUse cf_log_err_cs/cp everywhere
2013-03-29 Alan T. DeKokRename "log" to "messages"
2013-03-29 Alan T. DeKokClean it up so that it makes sense.
2013-03-29 Alan T. DeKokFix radlog(L_ERR and other style violations
2013-03-25 Alan T. DeKokAllow begin/commit to be silently empty
2013-03-25 Alan T. DeKokThe *-rollback aren't used. So we delete them
2013-03-20 Alan T. DeKokMore function renaming
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-01 Arran Cudbard-BellRename SQL data types so they don't conflict with drivers
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...
next