Use a proper rcode for no more rows
[freeradius.git] / src / modules / rlm_sql / sql.c
2017-01-12 Arran Cudbard-BellUse a proper rcode for no more rows
2016-03-14 Arran Cudbard-BellMerge pull request #1527 from herwinw/rlm_perl_robustne...
2016-03-05 Arran Cudbard-BellStill need to set the value field
2016-03-05 Arran Cudbard-BellDon't set value field to NULL
2016-03-05 Arran Cudbard-BellPrint more useful error
2016-02-11 Arran Cudbard-BellAllow any assignment or equality operator in rlm_sql
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-12-15 Alan DeKokMerge pull request #1455 from qnet-herwin/virtual_serve...
2015-12-15 Alan T. DeKokremove duplicate triggers
2015-10-09 Alan T. DeKokEnabling global logging and not doing logging is surprising
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-27 Arran Cudbard-BellRe-order connection pool functions
2015-06-05 Arran Cudbard-BellMore logging fixes
2015-02-04 Arran Cudbard-BellMinor tweaks to error messages
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-21 Arran Cudbard-BellDocument and rename some configuration structure fields...
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 Arran Cudbard-Bellexfile_open now opens files for read/writing, which...
2014-12-08 Alan DeKokMerge pull request #850 from mcnewton/patch-dpkg
2014-12-06 Arran Cudbard-BellMove exclusive file access functions into their own...
2014-11-30 Alan T. DeKokCheck more query strings at boot time.
2014-11-28 Arran Cudbard-BellCorrect check of rlm_sql_select_query rcode
2014-11-17 Arran Cudbard-BellBetter rlm_sql errors
2014-11-17 Alan T. DeKokMore error messages
2014-11-14 Arran Cudbard-BellRemove redundant connection pool indirection in rlm_sql
2014-10-30 Arran Cudbard-BellConvert pairparsevalue to value_data_from_str which...
2014-10-29 Arran Cudbard-BellDon't SEGV if start connections is set and we have...
2014-10-03 Arran Cudbard-BellFix argument order so ctx is always first
2014-07-16 Arran Cudbard-BellMerge pull request #732 from nchaigne/v3.0.x
2014-07-12 Arran Cudbard-BellAdd support for connection pool reuse
2014-06-23 Arran Cudbard-BellRemove fr_connection_delete
2014-06-23 Arran Cudbard-BellPass a threadsafe ctx into fr_connection_pool create...
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellFixup talloc destructors
2014-05-28 Arran Cudbard-Bellpairparsevalue should return 0 or -1 like pretty much...
2014-05-28 Arran Cudbard-BellMake pairparsevalue binary safe
2014-05-26 Arran Cudbard-Bellrm unused goto
2014-05-26 Arran Cudbard-BellThis should never happen
2014-05-26 Arran Cudbard-BellImpose a hard limit on the number of reconnection attem...
2014-05-23 Arran Cudbard-BellUse sql_rcode_t
2014-05-22 Arran Cudbard-BellMarkup more SQL functions as nonnull
2014-05-22 Arran Cudbard-BellWhitespace
2014-05-22 Arran Cudbard-BellFix dumb errors in the rlm_sql reconnection logic....
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-07 Arran Cudbard-BellDon't leak the results of open_querys
2014-05-07 Arran Cudbard-BellAnything which eventually has the value it got interpre...
2014-05-06 Alan T. DeKokQuery may be an empty string, too.
2014-05-06 Arran Cudbard-BellCheck handle is not NULL before dereferencing it CID...
2014-05-04 Alan T. DeKokIt's better as open_query
2014-05-04 Alan T. DeKokAdd "start_query" to set session-specific parameters
2014-04-10 Alan T. DeKokUse the new logfile API
2014-04-10 Alan T. DeKokLog files are 0640, not 0666. WTF?
2014-04-07 Arran Cudbard-BellUse a mutex around writing to the SQL log
2014-02-27 Arran Cudbard-BellFix formatting and return codes in the mysql driver
2014-02-20 Arran Cudbard-BellCleanup error handling in PostgreSQL
2014-02-17 Arran Cudbard-Bellrlm_sql query buffers are dynamically allocated, so...
2014-02-15 Arran Cudbard-BellFixup postgresql driver errors so we get the context...
2014-02-15 Arran Cudbard-BellAllow IP addresses with /32 suffixes
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2013-10-14 Alan T. DeKokRearrange code to quiet clang analyzer
2013-08-31 Arran Cudbard-BellUse destructors to do the cleanup for VALUE_PAIRs
2013-07-24 Arran Cudbard-BellFixup pairparsevalue signature (should return bool)
2013-07-15 Arran Cudbard-BellFor sql logging, if we have a section use that, else...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-23 Arran Cudbard-BellUse C99 bool type for truth values
2013-04-22 Arran Cudbard-BellDefine return codes for SQL drivers
2013-04-19 Arran Cudbard-BellReverse the order of const and type specifier e.g....
2013-04-19 Arran Cudbard-BellFix ISC long format
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-18 Arran Cudbard-BellUse consistent argument names for connection API callbacks
2013-04-18 Arran Cudbard-BellFix SQL warnings
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-15 Arran Cudbard-BellUse consistent names for the connection functions
2013-04-15 Arran Cudbard-BellMake connection re-use scheme configurable
2013-04-11 Arran Cudbard-BellAllow log prefix to be specified manually for connectio...
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-29 Alan T. DeKokfoo == NULL to !foo
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-08 Arran Cudbard-BellFix typos/weird function names
2013-03-08 Arran Cudbard-BellMake close method optional
2013-03-08 Arran Cudbard-BellRename sql_init_socket to sql_socket_init
2013-03-08 Arran Cudbard-BellClose SQLite sockets properly on failure
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-07 Alan DeKokMerge pull request #212 from jahir/master
2013-03-06 Arran Cudbard-BellWS fixup
2013-03-06 Arran Cudbard-BellCreate non xlated values too!
2013-03-06 Arran Cudbard-BellOutput reason for connection failure
2013-03-06 Arran Cudbard-BellUse libtalloc for creating and destroying sql connections
2013-03-01 Arran Cudbard-BellRename SQL data types so they don't conflict with drivers
2013-02-18 Arran Cudbard-BellCheck return code of pairmark_xlat
next