create string only if it's needed
[freeradius.git] / src / modules / rlm_sqlcounter / rlm_sqlcounter.c
2017-05-16 Alan T. DeKokcreate string only if it's needed
2017-05-16 Alan T. DeKokuse RDEBUG
2016-05-09 Alan Buxeyfix week adjustment
2015-10-01 Alan DeKokMerge pull request #1270 from mcnewton/v3.0.x
2015-09-24 Alan T. DeKokIncrease default query length to 2048.
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-23 Alan T. DeKokRemove unused assignment
2015-06-14 Alan T. DeKokCheck for from==NULL. Fixes #1054
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-06 Arran Cudbard-BellConsistent module names and instance structs
2015-04-29 Alan T. DeKokMove attribute creation to bootstrap
2015-04-29 Arran Cudbard-BellSwitch to C99 style initialisers for module structs
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-02-26 Alan T. DeKokMake sqlcounter use %%b and %%e instead of %b and %b
2015-01-14 Arran Cudbard-BellSQL counter query should be xlat'd
2015-01-13 Alan T. DeKokFix license erroneously updated by commit 23d838445
2015-01-13 Alan T. DeKoks/if/of/ in the GPL license
2015-01-02 Arran Cudbard-BellAdd extra debugging to rlm_sqlcounter
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-15 Arran Cudbard-BellCoverity CID #1258567
2014-11-10 Arran Cudbard-Bellpairfind_da -> pairfind_by_da
2014-11-10 Arran Cudbard-BellConvert some pairfind calls to pairfind_da calls
2014-11-04 Arran Cudbard-BellFormatting
2014-10-02 Arran Cudbard-BellFixup rlm_sqlcounter warnings
2014-05-27 Arran Cudbard-BellNeed to create new attributes as integer64 type in...
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-02 Arran Cudbard-BellRemove asserts which were used to mask scan-build error...
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-23 Alan T. DeKokFix compile error
2014-04-23 Alan T. DeKokReturn may be smaller than zero
2014-04-11 Alan T. DeKokFix calls to radius_paircreate()
2014-03-23 Alan T. DeKokMake CHECK_CONFIG_SAFE the default.
2014-03-23 Alan T. DeKokMark SQL modules -C safe. Addresses #559
2014-03-18 Arran Cudbard-BellRemove redundant escaping from sqlcounter
2014-03-08 Arran Cudbard-BellFix many issues in rlm_sqlcounter
2014-03-01 Arran Cudbard-BellFormatting in rlm_sqlcounter
2014-03-01 Arran Cudbard-BellFix broken query expansion in rlm_sqlcounter Fixes...
2014-02-18 Alan T. DeKokFix clang analyzer complaints
2014-02-14 Arran Cudbard-Bellfix dict_addattr call in rlm_sqlcounter
2014-01-23 Alan T. DeKokFix typo
2014-01-23 Alan T. DeKokNote if we don't change the limit
2014-01-10 Arran Cudbard-BellFix the other snprintf in rlm_sqlcounter. Closes #498
2013-12-09 Arran Cudbard-BellRemove restrictions on VSAs in sqlcounter
2013-12-03 Alan T. DeKokFix typo
2013-10-08 Arran Cudbard-BellTreat check attributes as unsigned 64bit integers,...
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-30 Olivier BeytrisonMove paircompare to DICT_ATTR
2013-07-17 Arran Cudbard-BellWhen printing time_t values, cast to 64bit signed int
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
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-13 Alan T. DeKokFix typo
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-03 Alan T. DeKokRemove paircompare_unregister() from modules
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-04-01 Arran Cudbard-BellThat should be the last of the UNUSED warnings
2013-03-31 Alan T. DeKokMassive cleanups to module instantiation.
2013-03-29 Alan T. DeKokInclude rad_assert.h
2013-03-29 Alan T. DeKokUse cf_log_err_cs/cp everywhere
2013-03-29 Alan T. DeKokFix radlog(L_ERR and other style violations
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
2013-03-18 Alan T. DeKokUse RDEBUGE() instead of module_failure_msg
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
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:
next