Add sql_unset_user(). Fixes #640
[freeradius.git] / src / modules / rlm_sql / rlm_sql.c
2014-06-13 Alan T. DeKokAdd sql_unset_user(). Fixes #640
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-22 Arran Cudbard-BellNeed to check that rlm_sql_select_query != RLM_SQL_OK...
2014-05-22 Arran Cudbard-BellPass pointer to the handle instead of handle in SQL...
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-07 Arran Cudbard-BellVarious minor PG fixes
2014-05-05 Arran Cudbard-BellOpen query should default to NULL
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-05-03 Arran Cudbard-BellRemove unneeded checks in rlm_sql.c
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-05-02 Arran Cudbard-Bellclang scan is dumb...
2014-05-02 Arran Cudbard-BellAnother fix for clang-scan
2014-05-02 Arran Cudbard-BellBetter fix
2014-05-02 Arran Cudbard-Bellradius_pairmove consumes all input attributes, so they...
2014-05-02 Arran Cudbard-BellUse radius_pairmove to add SQL-User-Name (fixes parenti...
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-22 Arran Cudbard-BellRemove radius_xlat_move and use radius_pairmove instead
2014-04-10 Alan T. DeKokUse the new logfile API
2014-04-07 Arran Cudbard-BellUse a mutex around writing to the SQL log
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
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-08 Arran Cudbard-BellFixup error logging in rlm_sql xlat
2014-02-20 Arran Cudbard-BellCleanup error handling in PostgreSQL
2014-02-19 Alan T. DeKokscan warnings
2014-02-17 Alan T. DeKokAdd "secret" flag to configuration items.
2014-01-27 Arran Cudbard-BellReplace dattr with da
2014-01-21 Arran Cudbard-BellMore unused log args
2014-01-16 Arran Cudbard-BellCount number of retrieved groups
2014-01-16 Arran Cudbard-BellAdd debug message to show when the user wasn't a member...
2013-12-16 Arran Cudbard-BellPrint the value of the VP, after assigning the value...
2013-12-04 Arran Cudbard-BellUse pairmove to add SQL-User-Name
2013-11-04 Arran Cudbard-BellMerge pull request #459 from jlohiser/v3.0.x_rpm_spec_fixes
2013-10-31 Arran Cudbard-BellIf groups or profiles return notfound, that should...
2013-10-29 Alan T. DeKokNo results mean we didn't succeed.
2013-10-25 Arran Cudbard-BellFix, sanitize, and tidy the logic around return codes...
2013-09-02 Arran Cudbard-BellSet SQL username properly
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-30 Olivier BeytrisonMove paircompare to DICT_ATTR
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-02 Arran Cudbard-BellTypo
2013-07-02 Arran Cudbard-BellReplace remaining instances of safe-characters with...
2013-07-02 Arran Cudbard-Bellnas_query is deprecated, replaced by client_query
2013-07-02 Arran Cudbard-Bellsafe-charcters is deprecated, replaced by safe_characters
2013-07-02 Arran Cudbard-BellSQL functions now use ssize_t so that they can indicate...
2013-06-24 Arran Cudbard-Belluse client_from_query in rlm_sql
2013-06-09 Arran Cudbard-BellRetrieve instance name earlier in instantiation
2013-05-09 Alan T. DeKokRemove more fixed-size buffers
2013-05-09 Alan T. DeKokRemove extraneous strlcpy && buffer
2013-05-06 Alan T. DeKokMove vp_octets and vp_strvalue to pointer
2013-04-30 Alan T. DeKokAdded pairstrcpy()
2013-04-25 Arran Cudbard-BellReplace all radlog/radlog_request calls with macros
2013-04-25 Arran Cudbard-BellSanitise logging macro names, and move the logging...
2013-04-23 Arran Cudbard-BellMore rdebug
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-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-18 Arran Cudbard-BellFix SQL warnings
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-16 Arran Cudbard-BellFix coverity issues
2013-04-11 Arran Cudbard-BellAllow log prefix to be specified manually for connectio...
2013-04-10 Alan T. DeKokAdd escape function to xlat_register
2013-04-06 Arran Cudbard-BellFix typos
2013-04-04 Arran Cudbard-BellStart of dynamically allocated xlat expansions
2013-04-03 Alan T. DeKokThe server core now calls xlat_unregister() for the...
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. DeKokfoo == NULL to !foo
2013-03-20 Alan T. DeKokAudit the code to pass correct parent to pair() functions
2013-03-20 Alan T. DeKokMore function renaming
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-19 Alan T. DeKokConvert pairmake() to talloc
2013-03-17 Alan T. DeKoktalloc entry from head, not from handle
2013-03-17 Alan T. DeKokConvert group stuff to talloc.
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
2013-03-16 Alan T. DeKokRemove all dependencies on libltdl.
2013-03-08 Arran Cudbard-BellFix typos/weird function names
2013-03-08 Arran Cudbard-BellRename sql_init_socket to sql_socket_init
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-BellExtra debugging
2013-03-06 Arran Cudbard-BellAllocate the subsection if it doesn't exist instead...
2013-03-06 Arran Cudbard-BellMore sqlite fixes
2013-03-06 Arran Cudbard-BellAdd instantiate method for rlm_sql drivers
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-19 Arran Cudbard-BellAdd context pointer to pairalloc
2013-02-18 Alan T. DeKokNo longer need to free conf file stuff manually.
2013-02-18 Alan T. DeKokRemove L_CONS
2013-02-17 Alan T. DeKokCheck pointers before using them
2013-02-17 Alan T. DeKokDon't check an array for existence
2013-02-17 Alan T. DeKokAdd vp to request->packet->vps
2013-02-16 Arran Cudbard-BellFixup rlm_sql to use the new xlat functions
next