Allow sqlite filename to be specified in the configuration file.
[freeradius.git] / src / modules / rlm_sql / rlm_sql.c
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
2007-07-17 pnixonMake %{SQL-User-Name} in rlm_sqlippool
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-15 aland Port fix for Coverity bug #37 from 1.1.x
2007-05-15 aland Port fix for Coverity bug #38 from 1.1.x
2007-04-17 aland Rename vp->lvalue to vp->vp_*, as appropriate.
2007-04-14 aland Third argument to strlcpy is size of output buffer...
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland sql_poolfree dereferences inst->config, too. Move...
2007-04-07 aland Move free of xlat_name into section that checks for...
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-27 aland use sizeof(), rather than hard-coded number
2007-03-26 aland port fix from branch_1_1
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-13 aland replace strncpy strlcpy `cat filelist`
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-09-22 pnixonKill this stupid check for NULL username.
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-16 nbk Update the comments to document the current nas_query...
2006-07-06 nbk Move the test for "deletestalesessions". (closes ...
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-20 nbk Drop unused config entries.
2006-05-20 nbk Drop unused config entries.
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-13 nbkPull from CVS head:
2005-12-13 nbk Don't keep a pointer on freed memory after the module...
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
next