Typo
[freeradius.git] / src / modules / rlm_sql / drivers / rlm_sql_iodbc / rlm_sql_iodbc.c
2017-01-12 Arran Cudbard-BellTypo
2017-01-12 Arran Cudbard-BellUse a proper rcode for no more rows
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-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-05-06 Arran Cudbard-BellUse error macro in SQL drivers
2015-05-05 Arran Cudbard-BellAdd sql_fields function for iodbc, and fixup a few...
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
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 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 (iodbc)
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
2013-02-18 Alan T. DeKokRemove L_CONS
2012-11-20 Arran Cudbard-BellAll boilermake files for nearly all modules (except...