Use a proper rcode for no more rows
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_db2 / rlm_sql_db2.c
2017-01-12 Arran Cudbard-BellUse a proper rcode for no more rows
2015-07-19 Arran Cudbard-BellNormalise conn field names in iodbc
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
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-05-14 Alan DeKokMerge pull request #983 from michael-mri/v3.0.x
2015-05-05 Arran Cudbard-BellFormatting
2015-05-05 Arran Cudbard-BellNo +1
2015-05-05 Arran Cudbard-BellAdd sql_fields for db2. refs #993
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...
2014-12-22 Arran Cudbard-BellTurn on super pedantic warnings in CLANG
2014-11-16 Arran Cudbard-BellMore reformatting
2014-11-16 Arran Cudbard-BellMinor formatting fixups
2014-11-15 Arran Cudbard-BellUse C99 field labels when initialising driver structs
2014-06-20 Arran Cudbard-BellMerge pull request #696 from leprechau/v3.0.x
2014-06-20 Arran Cudbard-BellFixup talloc destructors
2014-04-04 Arran Cudbard-BellSet types correctly on talloced VALUE_PAIR buffers
2013-07-14 Arran Cudbard-Bell/[ \t]+$//
2013-06-21 Alan T. DeKokFix typo and remove all compiler warnings
2013-04-22 Arran Cudbard-BellUse new return codes in DB2 driver
2013-04-22 Arran Cudbard-BellFix memory leak on error in db2 driver.
2013-04-22 Arran Cudbard-BellDefine return codes for SQL drivers
2013-04-20 Arran Cudbard-BellMore warnings in the SQL drivers
2013-04-20 Arran Cudbard-BellFix typo
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 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-16 Arran Cudbard-BellReplace spaces with tabs
2013-03-16 Alan T. DeKokperl -p -i -e 's/\ +$//' $(find . -name "*.[ch]" -print)
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 (db2)
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-02 Alan T. DeKokFix compile warnings
2013-03-02 Alan T. DeKokFree memory on error
2013-03-01 Arran Cudbard-BellRename SQL data types so they don't conflict with drivers
2012-11-20 Arran Cudbard-BellAll boilermake files for nearly all modules (except...