Massively cleaned up #include's, so they're in a consistent
[freeradius.git] / src / modules / rlm_sql / sql.c
2001-02-14 mmachadoFixed data type on error module call
2001-02-13 mmachadoDynamically loadable database drivers support. Code...
2001-02-07 aland Patch from Thiago Rondon <maluco@mileniumnet.com.br>
2001-02-02 jcarnealJeff Carneal <jeff@apex.net>
2001-01-24 jcarnealFix for bug #107. Changed 'NULL' to '0' in accounting...
2001-01-23 jcarnealJust a couple of tweaks...exception handling, etc.
2001-01-16 jcarnealAdding misc changes from David Kerry's Oracle patch...
2001-01-15 mmachadoForgot to clean up mutexes, semaphores and conditional...
2001-01-11 mmachadoRemoved socket used time calculations becuase they...
2001-01-11 mmachadoOk, it works now with the new connection pool. Helps...
2001-01-11 mmachadofew minor changes
2001-01-11 mmachadoAdded threads to rlm_sql, make drivers directory in...
2000-12-27 cmiller Added or cleaned up copyright and license info. Cross...
2000-12-02 mmachadoAdded BINARY_FILTERS ifdef from ICRADIUS for not clobbe...
2000-11-04 jcarnealJeff Carneal <jeff@apex.net>
2000-09-13 aland updated to use radlog() instead of log(), to avoid...
2000-05-17 aland one more try to update the SQL module
2000-05-16 aland configuration file strings are dynamically allocated
2000-05-03 mmachadoAdded accounting stuff and fixed up conf file stuff...
2000-05-03 mmachadoModule now uses the internal configuration library...
2000-03-17 mmachadoFixed coredump and dict lookup problem. The module...
2000-03-17 mmachadoAdd new code, compiles with NO warnings. Untested but...
2000-03-16 mmachadoCompiles with new ICRADIUS code, but BADLY BROKEN....
2000-03-03 aland UINT4 -> uint32_t mapping change
1999-11-12 mmachadoAdded patch from Zsolt Varga to fix up warnings and...
1999-09-22 mmachadoOk, ready for a test
1999-09-21 mmachadoFirst successful build! Now need to get rid of warnings... first-build
1999-09-20 mmachadoAdding sql_finish_query and sql_select_finish_query
1999-09-09 mmachadoTrying to accomodate the different db API's by only...
1999-09-05 mmachadoGot most of the structure names moved over now need...
1999-09-02 mmachadoGetting closer! Still have to do a few more mysql conv...
1999-08-18 mmachadosmall changes
1999-08-18 mmachadoComming work until I get a chance to work on it again
1999-08-18 mmachadoworking toward abstraction layer between radius sql...