FR-AD-003 - Pass correct statement length into sqlite3_prepare[_v2]
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_sqlite / rlm_sql_sqlite.c
2017-07-17 Arran Cudbard-BellFR-AD-003 - Pass correct statement length into sqlite3_...
2017-02-14 Alan DeKokMerge pull request #1859 from njm506/v3.0.x
2017-01-12 Arran Cudbard-BellUse a proper rcode for no more rows
2016-03-22 Alan T. DeKokfree the row earlier
2016-01-28 Arran Cudbard-BellFix typedef order Closes #1515
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-12-10 Arran Cudbard-BellMissing semicolon
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-08-01 Alan DeKokMerge pull request #1169 from jpereira/devel/bsd-kevent1
2015-07-31 Arran Cudbard-Bellfr_utf8_char should take a string length so that it...
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-19 Arran Cudbard-BellPad error codes correctly
2015-06-15 Arran Cudbard-BellTweak sqlite error messages
2015-06-15 Arran Cudbard-BellMerge pull request #1059 from jpereira/develop-rlm_repl...
2015-06-15 Arran Cudbard-BellCheck return codes from functions, as well as the error...
2015-06-13 Arran Cudbard-BellMerge pull request #1052 from jpereira/develop-debian
2015-06-13 Arran Cudbard-BellDon't set resource pointers to NULL when the handle...
2015-06-12 Arran Cudbard-BellOnly MySQL uses sql_store_result
2015-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-04-29 Arran Cudbard-BellAdd sql_fields for mysql and postgres too
2015-04-29 Arran Cudbard-BellCreate an sql_fields function for sqlite
2015-04-29 Arran Cudbard-BellFormatting
2015-03-18 Arran Cudbard-BellAdd user configurable busy_timeout to rlm_sql_sqlite...
2015-03-18 Arran Cudbard-BellMerge pull request #928 from painless-security/to_submit
2015-03-18 Sam Hartmansqlite: include busy wait for locks
2015-02-01 Arran Cudbard-BellFor rlm_sql_mysql and rlm_sql_sqlite distinguish betwee...
2015-01-31 Arran Cudbard-BellEnhance rlm_sql logging to pull more errors back from...
2015-01-31 Arran Cudbard-BellRemove junk boilerplate text and whitespace from sql...
2015-01-18 Arran Cudbard-Bellcall rad_mkdir to make the path for the control socket...
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-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-11-16 Arran Cudbard-BellMore reformatting
2014-11-15 Arran Cudbard-BellUse C99 field labels when initialising driver structs
2014-11-04 Arran Cudbard-BellFormatting
2014-09-09 Alan DeKokMerge pull request #787 from spbnick/coverity_fixes1
2014-09-09 Arran Cudbard-BellAllow bootstrap from multiple files in sqlite driver
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellFixup talloc destructors
2014-06-14 Arran Cudbard-BellAdd more version checks for modules
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-04-26 Arran Cudbard-BellDon't print error if unlinking file failed because...
2014-04-25 Arran Cudbard-BellBuild with even *older* versions of sqlite Closes #607
2014-04-21 Alan T. DeKokWe don't need a function in src/main for only one caller
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-17 Alan T. DeKokRemove unused assignment
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2014-03-23 Arran Cudbard-BellAnd another global gone...
2014-02-04 Arran Cudbard-BellTypo
2014-02-04 Arran Cudbard-BellMinor fixes
2014-02-04 Arran Cudbard-BellDo proper checks for each individual sqlite_v2 function
2014-01-26 Arran Cudbard-BellBackport fr_syserror() from master
2013-12-03 Arran Cudbard-BellWe don't need to print out query errors to the mains...
2013-12-03 Arran Cudbard-BellTypo
2013-12-02 Arran Cudbard-BellAdd GREATEST(x, ...) to sqlite to support sqlcounter
2013-07-30 Arran Cudbard-BellUse the same const order everywhere
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-07-03 Arran Cudbard-BellFormatting
2013-07-02 Arran Cudbard-BellMerge pull request #342 from fajarnugraha/master-suse...
2013-07-01 Arran Cudbard-BellAdd PW_TYPE_FILE_INPUT (which verifies the file exists...
2013-07-01 Arran Cudbard-BellMark more things as filenames
2013-06-28 Arran Cudbard-BellSprinkle PW_TYPE_REQUIRED over module configuration...
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-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-19 Arran Cudbard-BellFix the last of the GCC warnings
2013-04-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
2013-04-18 Arran Cudbard-BellFix more GCC warnings
2013-04-18 Arran Cudbard-BellFix more debug stuff
2013-04-18 Arran Cudbard-BellFix SQL warnings
2013-04-17 Arran Cudbard-BellReplace radlog(L_ERR with DEBUGE
2013-04-02 Arran Cudbard-BellMove ident.h macros into build.h
2013-03-26 Arran Cudbard-BellTabs should be allowed in bootstrap.sql files
2013-03-25 Arran Cudbard-BellFix typo
2013-03-25 Arran Cudbard-BellAdd allocation checks around more things
2013-03-20 Alan T. DeKokRe-name all of the module functions.
2013-03-17 Alan T. DeKokUse context for 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-15 Arran Cudbard-BellRemove redundant check
2013-03-15 Alan T. DeKokMinor fixes again
2013-03-14 Alan T. DeKokClean up code
2013-03-14 Arran Cudbard-BellFix typo
2013-03-14 Arran Cudbard-BellVerify string is UTF8 clean, and unlink partially initi...
2013-03-12 Arran Cudbard-BellFix typo (caught by Alan Buxey)
2013-03-10 Arran Cudbard-BellMake sqlite driver work with more versions of the library
2013-03-08 Arran Cudbard-BellCleanup the last bits of non-talloc socket destruction
2013-03-08 Arran Cudbard-BellUse talloc destructors to close sockets (SQLite)
2013-03-08 Arran Cudbard-BellRename sql_init_socket to sql_socket_init
2013-03-08 Arran Cudbard-BellAdd support for bootstrapping sqlite databases
2013-03-08 Arran Cudbard-BellClose SQLite sockets properly on failure
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-BellFix SQLite inserts
2013-03-06 Arran Cudbard-BellFix Doxygen
2013-03-06 Arran Cudbard-BellShould probably open in multi-threaded mode
2013-03-06 Arran Cudbard-BellRemove boilerplate text, update copyright
2013-03-06 Arran Cudbard-BellMore sqlite fixes
next