Rename SQL data types so they don't conflict with drivers
[freeradius.git] / src / modules / rlm_sql / rlm_sql.c
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
2013-02-16 Arran Cudbard-BellWhite space changes in rlm_sql
2013-02-12 Arran Cudbard-BellAdd CONST to functions that return DICT_ATTR
2013-02-12 Alan T. DeKokCheck return code of dict_addattr, and use correct...
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-12-11 Arran Cudbard-BellAdd missing module prefix to some log messages
2012-12-10 Arran Cudbard-BellRename cfree to rad_cfree
2012-12-10 Arran Cudbard-BellMore style fixes
2012-12-09 Arran Cudbard-Bellmalloc sections at runtime
2012-12-06 Alan DeKokMerge pull request #143 from tobiasbrunner/eap-ttls...
2012-12-05 Arran Cudbard-BellWe don't know the expanded value until after calling...
2012-12-04 Arran Cudbard-BellRemove completely pointless strcpys
2012-12-01 Arran Cudbard-BellQuieten some sql warnings
2012-10-28 Arran Cudbard-BellAdd tag matching to pairdelete and paircopy2
2012-10-20 Alan T. DeKokMerge branch 'master' of github.com:FreeRADIUS/freeradi...
2012-10-14 Arran Cudbard-BellFixup radius_xlat calls to pass inst (was missed from...
2012-10-12 Arran Cudbard-BellMerge pull request #105 from arr2036/master
2012-10-12 Arran Cudbard-BellIf no check query is configured, skip it and run the...
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_sql: use escape function argument to make safe...
2012-10-05 Phil Mayersadd REQUEST* and void* to escape functions
2012-10-05 Phil Mayersremove escape function from xlat handlers; perform...
2012-10-05 Phil Mayersadd extra argument to radius_xlat for escape function...
2012-10-05 Phil Mayersfix sql_xlat function prototype and remove cast so...
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-08-22 Arran Cudbard-BellFixup some log messages
2012-08-22 Arran Cudbard-BellShould be redebug
2012-08-22 Arran Cudbard-BellSection configs structs arent pointers...
2012-08-22 Arran Cudbard-BellFix typo
2012-08-22 Arran Cudbard-BellMissing out ssection configs is ok, but we need a sanit...
2012-08-14 Alan T. DeKokSQL could be used just for xlat, or ip pool.
2012-08-11 Alan T. DeKokAllow rlm_sql_null, and minor fixes to the sql logging
2012-08-11 Alan T. DeKokFind the query in the relevant section.
2012-07-24 Arran Cudbard-BellAdd reference based query selection for accounting...
2012-07-18 Arran Cudbard-BellMerge pull request #69 from arr2036/policy.d
2012-07-17 Arran Cudbard-BellMerge pull request #68 from arr2036/rlm_sql_reconnectio...
2012-07-17 Arran Cudbard-BellMinor fixes and reformatting to keep VT100 and Emacs...
2012-07-17 Arran Cudbard-BellRewrite the horrible horrible SQL accounting code
2012-07-17 Arran Cudbard-BellRun through *all* connections in the connection pool...
2012-07-17 Arran Cudbard-BellAllow query functions to modify the sqlsocket pointer...
2012-04-13 Alan T. DeKokAdded "instance" to xlat_unregister
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-10-17 Alan T. DeKokRemove unused configuration parameters
2011-10-17 Alan T. DeKokUse new connection pool API
2011-09-19 Alan DeKokMerge pull request #18 from bmork/radsniff-decode
2011-09-18 Dmitry BorodaenkoFix rlm_sql noop for accounting start
2011-05-10 Alan T. DeKokIf accounting start/interim/stop doesn't do anything...
2011-04-22 Alan T. DeKokAdded SQL triggers
2011-02-11 Alan T. DeKokFixed typo
2010-12-17 Alan T. DeKokRelease group list on error
2010-09-29 Alan T. DeKokEnable building WITHOUT_ACCOUNTING
2010-09-17 Alan T. DeKokAllow sqlite filename to be specified in the configurat...
2010-06-28 Alan T. DeKokRegister SQL-Group only if the query is defined
2010-06-28 Alan T. DeKokAdd <instance>-SQL-Group, just like the LDAP module
2010-05-31 Alan T. DeKokAll of the modules now build.
2010-05-31 Alan T. DeKokAutomatic search and replace for pairfind.
2010-03-31 Alan T. DeKokAllow the "server" field to be blank
2009-10-18 Alan T. DeKokChanged stop packet msg to debug rather than error
2009-10-12 Alan T. DeKokReturn rather than use the same ptr twice
2009-09-05 Alan T. DeKokReplace references to <ltdl.h> with <freeradius-devel...
2009-08-13 Alan T. DeKokAdded query_timeout parameter. For now, it does nothing.
2009-07-15 Alan T. DeKokBetter handle variable that isn't in the module instance
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2009-03-18 Arran Cudbard-BellAdd support for insert, update, and delete statements...
2009-02-02 Alan T. DeKokExpose more functions
2009-01-05 Alan T. DeKokLimit the maximum number of queries over one SQL socket.
2009-01-05 Alan T. DeKokAdd "lifetime" to SQL sockets.
2008-11-25 Alan T. DeKokInclude <ltdl.h>
2008-09-17 Alan T. DeKokExpose sql_escape_func
2008-09-07 Alan T. DeKokExported methods in the instance data structure
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-08-17 Alan T. DeKokDEBUG -> RDEBUG, and related changes
2008-06-13 aland The feature everyone's been waiting for.
2008-05-09 aland Default for authorize_reply_query is NULL, not "".
2008-05-09 aland Permit authorize_reply_query to be empty. The check...
2008-04-29 aland Added ability to read virtual server from SQL.
2007-12-17 aland Added more 'const'
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-10-29 aland Remove unused header files
2007-09-28 aland Removed all references to mainconfig.clients.
2007-09-10 aland Errors are < 0
2007-09-10 aland Unconfigured strings are NULL, not ""
2007-08-27 aland Added debug message about duplicate clients
2007-08-13 aland Pulled fix from branch_1_1
2007-07-27 nbk Fix the read_groups directive.
2007-07-17 pnixonMake %{SQL-User-Name} work in rlm_sqlippool
next