New build path variable
[freeradius.git] / src / modules / rlm_sql /
2010-09-29 Alan T. DeKokEnable building WITHOUT_ACCOUNTING
2010-09-17 Alan T. DeKokAdded functions for sql_affected_rows and sql_error
2010-09-17 Alan T. DeKokAllow sqlite filename to be specified in the configurat...
2010-09-01 Alan T. DeKokAdd /usr/lib to search path, to avoid warning messages...
2010-07-30 Alan T. DeKokUpdate Oracle Autoconf scripts. Closes bug #57
2010-07-22 Alan T. DeKokAdded CLIENT_MULTI_STATEMENTS
2010-07-08 Alan T. DeKokerrorcode may be NULL. Ignore it if so.
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-05-11 Alan T. DeKokMade connected / disconnected messages into informational
2010-04-29 Alan T. DeKokMore debugging messages
2010-03-31 Alan T. DeKokRegenerated configure scripts using common version...
2010-03-31 Alan T. DeKokAllow the "server" field to be blank
2010-03-31 Alan T. DeKokMade 'reconfig' target use PHONY subdirectories, too
2010-03-31 Alan T. DeKokMove to using phony targets for subdirectories
2010-03-09 Alan T. DeKokCheck for closed sockets.
2009-11-22 Alan T. DeKokRevert "errormsg may be NULL"
2009-10-28 Alan T. DeKokerrormsg may be NULL
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-08 Alan T. DeKokBe less forgiving about the allowed operators.
2009-09-05 Alan T. DeKokReplace references to <ltdl.h> with <freeradius-devel...
2009-08-13 Alan T. DeKokInternal functions should be static
2009-08-13 Alan T. DeKokAdded query_timeout parameter. For now, it does nothing.
2009-08-13 Alan T. DeKokAlpha version from Gabriel Blanchard
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-03-10 Alan T. DeKokFix data types. Patch from John Dennis
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-26 Alan T. DeKokUse "ln -s" rather than "cp" for in-tree operation
2008-11-25 Alan T. DeKokDo "rm -rf lib" on "make clean".
2008-11-25 Alan T. DeKokInclude <ltdl.h>
2008-09-21 Alan T. DeKokFixed compile warnings
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-07-09 Alan T. DeKokLots of .gitignore files
2008-06-13 aland The feature everyone's been waiting for.
2008-05-12 aland mysql_config --cflags sometimes lies to us, if it...
2008-05-09 aland Default for authorize_reply_query is NULL, not "".
2008-05-09 aland Install libraries in src/modules/lib, too
2008-05-09 aland Suppress most of the database "connection failed"...
2008-05-09 aland Permit authorize_reply_query to be empty. The check...
2008-05-08 aland Added "num fields" function. Closes #551.
2008-04-29 aland Added ability to read virtual server from SQL.
2008-04-11 aland Checks for ifdef's not in 7.x
2008-03-19 aland Don't crash... patch from Apple
2008-03-05 aland Fixed compiler warnings. SQL database is based off of
2008-03-05 aland Builds in 2.0
2008-03-05 aland Preliminary configure/make stuff
2008-03-05 aland As developed by Apple, as posted in bug #470.
2008-03-05 aland Clear all allocated memory. Closes bug #518
2008-01-07 aland If we're building experimental modules, go into a...
2008-01-05 nbk Regenerate from configure.in
2008-01-05 nbk Update configure scripts of the SQL submodules so...
2008-01-05 pnixonRemove freetds from the docs as we no longer have it
2007-12-28 aland free memory on error
2007-12-17 aland Added more 'const'
2007-12-17 aland Added more 'const'
2007-12-15 aland Fixed structure from char* to const char*, and added
2007-11-25 aland Many "unsigned char" to "uint8_t" and "int" to "size_t...
2007-11-23 aland More changes to make a common naming scheme. This...
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-30 aland Port fix from 1.1.x.
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-20 nbk When there is nonsense in the database, we may stop...
2007-07-20 nbk When there is nonsense in the database, we may stop...
2007-07-17 pnixonMake %{SQL-User-Name} work in rlm_sqlippool
2007-07-17 pnixonMake %{SQL-User-Name} in rlm_sqlippool
2007-06-28 aland Pull more build commands from src/modules/rules.mak
2007-06-03 nbk Add support for MySQL stored procedures. (closes:...
2007-06-03 nbk Add support for MySQL stored procedures. (closes:...
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-05-14 nbk Delete trailing whitespace.
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-06 nbk Add rlm_sql_firebird (author: Vitaly Bodzhgua) to...
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
next