Call finish_select_query if we experience an error retrieving the result
[freeradius.git] / src / modules / rlm_sql / rlm_sql.c
2017-01-12 Arran Cudbard-BellCall finish_select_query if we experience an error...
2016-11-05 Arran Cudbard-BellMerge branch 'v3.0.x' into v3.0.x
2016-11-03 Arran Cudbard-BellMerge branch 'v3.0.x' into ldap-null-check
2016-11-03 Alan T. DeKokRename lt_* to fr_*. Fixes #1277
2016-10-03 Alan T. DeKokcheck num_rows before using them
2016-04-25 Alan T. DeKokRaise exfile limit to 256
2016-03-15 Alan T. DeKokDon't call radius_pairmove. It does too much work.
2016-03-14 Arran Cudbard-BellMerge pull request #1527 from herwinw/rlm_perl_robustne...
2016-03-09 Alan T. DeKokCheck for zero integer, not zero character
2016-03-09 Alan T. DeKokPrint warning if checksimul is used without a query
2015-12-30 Arran Cudbard-BellFix potential SEGV in SQL simultaneous use check
2015-10-03 Alan T. DeKokCheck for, and fix, misconfigurations. Fixes #1292
2015-10-02 Arran Cudbard-BellCheck if we got group_da
2015-09-17 Arran Cudbard-BellRevert "if try to load a wrong client from SQL, don...
2015-09-17 Alan DeKokMerge pull request #1242 from jpereira/fix/wrong-client-sql
2015-09-17 Jorge Pereiraif try to load a wrong client from SQL, don't start
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-08-01 Alan DeKokMerge pull request #1169 from jpereira/devel/bsd-kevent1
2015-07-31 Arran Cudbard-BellBe more careful about appending duplicate options to...
2015-07-31 Arran Cudbard-Bellfr_utf8_char should take a string length so that it...
2015-07-16 Arran Cudbard-BellUse modern list names
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-30 Arran Cudbard-BellFix dlopen wrapper so it produces proper error messages
2015-06-26 Alan T. DeKokUse the %-SQL-Group
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-19 Arran Cudbard-BellUse correct type for sql_port
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-08 Alan T. DeKokUse correct sense for test
2015-05-05 Arran Cudbard-BellMove sql 'loaded and linked' message to bootstrap
2015-05-01 Arran Cudbard-BellLoad sql driver in bootstrap (we need some of its values)
2015-04-29 Alan T. DeKokMove xlat's to bootstrap
2015-04-29 Alan T. DeKokSet cached pointers before using them
2015-04-29 Alan T. DeKokMove attribute creation to bootstrap
2015-04-29 Arran Cudbard-BellSwitch to C99 style initialisers for module structs
2015-04-28 Alan T. DeKokMake LDAP-Group and SQL-Group use paircompare_register_...
2015-04-28 Alan T. DeKokMake locking configurable, and re-enable detail "locking"
2015-03-31 Alan T. DeKokStop on no next entry
2015-03-31 Arran Cudbard-BellMerge pull request #931 from nchaigne/3.0.x-fb4-rc
2015-03-24 Arran Cudbard-BellRename fr_connect_pool_delete to fr_connection_pool_free
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-03-08 Arran Cudbard-BellMerge pull request #919 from nchaigne/3.0.x-fb3
2015-03-07 Arran Cudbard-BellRemove duplicate CC_HINT
2015-03-06 Alan T. DeKokRelax restrictions on group membership query
2015-03-05 Arran Cudbard-Belluse separate definitions and declarations for mod_...
2015-03-05 Arran Cudbard-Bellrlm_sql should return noop if we can't find a matching...
2015-02-24 Arran Cudbard-BellTypo
2015-02-04 Arran Cudbard-BellWe can now fail in rlm_sql
2015-02-04 Arran Cudbard-BellMinor tweaks to error messages
2015-02-04 Arran Cudbard-BellSome minor additional debugging
2015-02-02 Arran Cudbard-BellBe less forgiving about passing NULL handles into sql_q...
2015-02-02 Arran Cudbard-BellAlways call the query finaliser, even on error
2015-02-01 Arran Cudbard-BellFor rlm_sql_mysql and rlm_sql_sqlite distinguish betwee...
2015-01-31 Arran Cudbard-BellMove inst->config->xlat_name to inst->name
2015-01-31 Arran Cudbard-BellEnhance rlm_sql logging to pull more errors back from...
2015-01-23 Alan T. DeKokThe old name is deprecated, not the new one
2015-01-21 Arran Cudbard-BellDocument and rename some configuration structure fields...
2015-01-16 Arran Cudbard-BellAvoid spurious warnings about zero length queries
2015-01-14 Arran Cudbard-BellMarkup more fields in rlm_sql as 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
2014-12-31 Arran Cudbard-Bellrename cf_itemto*
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-12-15 Arran Cudbard-BellMerge pull request #849 from spbnick/util_help
2014-12-08 Alan DeKokMerge pull request #850 from mcnewton/patch-dpkg
2014-12-06 Alan T. DeKokQuiet scanner
2014-12-06 Arran Cudbard-BellMove exclusive file access functions into their own...
2014-12-03 Arran Cudbard-BellMerge pull request #847 from spbnick/man_clients_update
2014-12-03 Arran Cudbard-BellChange references to vp->length to vp->vp_length
2014-12-03 Arran Cudbard-BellUse correct type for log_lvl and add prefix to rdebug_pair
2014-12-01 Arran Cudbard-BellTypo
2014-12-01 Arran Cudbard-BellIf sanity checks are converted to warnings, they should...
2014-11-30 Alan T. DeKokCheck more query strings at boot time.
2014-11-30 Alan T. DeKokExtra config is a warning, not an error
2014-11-28 Arran Cudbard-BellJust set query fields to NULL if the strings are zerolength
2014-11-28 Arran Cudbard-BellAdd more sanity checks to rlm_sql
2014-11-28 Arran Cudbard-BellFix case where the user isn't found in any groups,...
2014-11-28 Arran Cudbard-BellFix typo in rlm_sql.c, need to use goto in group evalua...
2014-11-27 Arran Cudbard-Bellanother issue...
2014-11-27 Arran Cudbard-BellFix infinite loop on Fall-Through = yes when processing...
2014-11-22 Arran Cudbard-BellAdd internal API for rlm_cache module
2014-11-21 Arran Cudbard-BellMerge pull request #837 from leprechau/feature/check_simul
2014-11-20 Arran Cudbard-BellEscape \n \r \t in the sql module escape function ...
2014-11-18 Alan T. DeKokComplain if the config has empty strings
2014-11-18 Alan T. DeKokEmpty strings for queries aren't errors
2014-11-17 Arran Cudbard-BellBetter rlm_sql errors
2014-11-17 Alan T. DeKokMore error messages
2014-11-17 Arran Cudbard-BellExplicitly free children of rlm_sql and rlm_cache insta...
2014-11-16 Arran Cudbard-Belldlclose driver handles on mod_detach (rlm_sql and rlm_c...
2014-11-14 Arran Cudbard-BellRemove redundant connection pool indirection in rlm_sql
2014-11-04 Arran Cudbard-BellFormatting in mysql driver
2014-11-03 Alan T. DeKokAllow all UTF-8 characters
2014-10-28 Arran Cudbard-BellUse rdebug_pair_list in more places and remove debug_pa...
2014-10-28 Alan DeKokMerge pull request #818 from spbnick/pool_trigger_fallt...
2014-10-27 Arran Cudbard-BellFix some cosmetic issues in log messages
2014-10-23 Arran Cudbard-BellOutput VALUE_PAIRs being merged into control: and reply...
2014-10-18 Herwin WeststrateDereference query pointers before checking to see if...
2014-10-13 Arran Cudbard-BellFormatting
2014-10-11 Arran Cudbard-BellMove some functions around in clients.c and expose...
2014-10-03 Arran Cudbard-BellFix argument order so ctx is always first
next