Removed combination of space+tab in rlm_sql_mysql.c
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_mysql / rlm_sql_mysql.c
2017-02-02 Herwin WeststrateRemoved combination of space+tab in rlm_sql_mysql.c
2017-02-01 Arran Cudbard-BellUse the actual field lengths when creating the result...
2017-01-12 Arran Cudbard-BellUse a proper rcode for no more rows
2015-12-20 Arran Cudbard-BellMerge pull request #1377 from skids/virtualize_state
2015-12-11 Arran Cudbard-BellPass correct struct to field counting functions
2015-08-19 Arran Cudbard-BellUse macro for terminating CONF_PARSER arrays
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-19 Arran Cudbard-BellUse correct type for sql_port
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-BellDocument MySQL configuration fields
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-02-04 Arran Cudbard-Bellmysql_warning_count() doesn't appear to be reliable
2015-02-04 Arran Cudbard-BellDefault should be to error out
2015-02-04 Arran Cudbard-BellFixup MySQL copyright, and comments
2015-02-02 Arran Cudbard-BellSQL server errors and SQL client errors share the same...
2015-02-02 Arran Cudbard-BellFix MySQL query finaliser
2015-02-02 Arran Cudbard-BellBetter error on library initialisation failure in rlm_s...
2015-02-01 Arran Cudbard-BellFor rlm_sql_mysql and rlm_sql_sqlite distinguish betwee...
2015-02-01 Arran Cudbard-BellMove MySQL no warnings message
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-29 Arran Cudbard-BellMySQL error messages contain single quotes, so don...
2015-01-27 Arran Cudbard-BellSet query timeout correctly in the MySQL driver
2015-01-27 Arran Cudbard-BellDisable MySQL autoreconnect
2015-01-16 Arran Cudbard-BellPrint out info for MySQL server and libmysql client...
2015-01-15 Arran Cudbard-BellFix marked unused complains in mysql driver
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-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellFixup talloc destructors
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-21 Arran Cudbard-BellApply pointer type validation to config items which...
2014-05-21 Arran Cudbard-BellChange PW_TYPE_STRING_PTR to PW_TYPE_STRING
2014-05-02 Arran Cudbard-BellFix useless debug from rlm_sql_mysql
2014-02-27 Arran Cudbard-BellFix formatting and return codes in the mysql driver
2014-02-27 Arran Cudbard-BellCall mysql library init early in prep for multiple...
2013-11-29 Arran Cudbard-BellAdd SSL support to the MySQL driver, and document drive...
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
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-18 Arran Cudbard-BellApparently error messages shouldn't have been converted...
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-29 Alan T. DeKokfoo == NULL to !foo
2013-03-16 Arran Cudbard-BellReplace spaces with tabs
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 (mysql)
2013-03-08 Arran Cudbard-BellRename sql_init_socket to sql_socket_init
2013-03-08 Alan DeKokMerge pull request #215 from alanbuxey/master
2013-03-06 Arran Cudbard-BellAdd instantiate method for rlm_sql drivers
2013-03-01 Arran Cudbard-BellRename SQL data types so they don't conflict with drivers
2012-12-04 Arran Cudbard-BellIncrease priority of all connection open/close messages...
2012-12-01 Arran Cudbard-BellQuieten some sql warnings
2012-11-20 Arran Cudbard-BellAll boilermake files for nearly all modules (except...