The old name is deprecated, not the new one
[freeradius.git] / src / modules / rlm_sql / rlm_sql.c
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-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-06 Alan T. DeKokQuiet scanner
2014-12-06 Arran Cudbard-BellMove exclusive file access functions into their own...
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-BellRevert "Check more query strings at boot time."
2014-12-01 Alan T. DeKokCheck more query strings at boot time.
2014-12-01 Arran Cudbard-BellIf sanity checks are converted to warnings, they should...
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-20 Arran Cudbard-BellEscape \n \r \t in the sql module escape function ...
2014-11-18 Arran Cudbard-BellMake sql_fetch_row write a pointer to the row instead...
2014-11-18 Arran Cudbard-BellAdd PW_TYPE_NOT_EMPTY and sprinkle it in the SQL module
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-13 Arran Cudbard-BellAdd internal API for rlm_cache module
2014-11-06 Alan DeKokMerge pull request #829 from pwdng/master
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-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 Arran Cudbard-BellMerge pull request #813 from herwinw/cppcheck
2014-10-17 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
2014-09-26 Arran Cudbard-BellAdd warning when sql.authorize is called and no queries...
2014-09-23 Alan T. DeKokAdd parsing for "query" via PW_TYPE_MULTI
2014-09-23 Alan T. DeKokTrack auto-created subsections
2014-09-23 Alan T. DeKokParse accounting && post-auth sections statically
2014-09-23 Alan T. DeKokAdd PW_TYPE_XLAT to sql queries, too
2014-08-13 Arran Cudbard-BellAssert head pointer isn't NULL if sql_get_grouplist...
2014-08-13 Arran Cudbard-BellNeed to process at least one group entry before we...
2014-07-23 Arran Cudbard-BellFix formatting of switch statements
2014-07-01 Herwin WeststrateFixed typo in rlm_sql.c
2014-06-13 Arran Cudbard-BellFix fall-through behaviour in rlm_sql Closes #622
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-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-04-30 Arran Cudbard-BellRemove asserts which were used to mask scan-build error...
2014-04-30 Alan T. DeKokAdd CC_HINT(nonnull) to module methods
2014-04-30 Arran Cudbard-Bellclang scan is dumb...
2014-04-30 Arran Cudbard-BellAnother fix for clang-scan
2014-04-27 Arran Cudbard-BellBetter fix
2014-04-27 Arran Cudbard-Bellradius_pairmove consumes all input attributes, so they...
2014-04-27 Arran Cudbard-BellUse radius_pairmove to add SQL-User-Name (fixes parenti...
2014-04-25 Arran Cudbard-BellMerge pull request #597 from skids/patch-1
2014-04-25 Alan T. DeKok"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-21 Arran Cudbard-BellMerge pull request #526 from qnet-herwin/typo_manpage
2014-02-20 Arran Cudbard-BellCleanup error handling in PostgreSQL
2014-02-20 Arran Cudbard-BellMerge pull request #527 from matsimon/bluecoat-dict
2014-02-19 Alan T. DeKokscan warnings
2014-02-17 Alan T. DeKokAdd "secret" flag to configuration items.
2014-01-27 Arran Cudbard-BellRewrite dattr to 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-10-31 Arran Cudbard-BellIf groups or profiles return notfound, that should...
2013-10-31 Arran Cudbard-BellFix, sanitize, and tidy the logic around return codes...
2013-10-29 Alan T. DeKokNo results mean we didn't succeed.
2013-09-02 Arran Cudbard-BellSet SQL username properly
2013-08-16 Alan DeKokMerge pull request #328 from skids/rbtree
2013-07-30 Arran Cudbard-BellReverse DICT_ATTR const order
2013-07-29 Arran Cudbard-BellMerge pull request #397 from olivierbeytrison/fix-pair...
2013-07-29 Olivier BeytrisonMove paircompare to DICT_ATTR
2013-07-28 Arran Cudbard-BellRemove trailing periods from log messages
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...
next