Added a second mode of operation to cf_section_parse, where it takes a base
[freeradius.git] / src / modules / rlm_sql / rlm_sql.c
2001-02-15 pacmanAdded a second mode of operation to cf_section_parse...
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-23 jcarnealJust a couple of tweaks...exception handling, etc.
2001-01-16 jcarnealAdding misc changes from David Kerry's Oracle patch...
2001-01-11 mmachadoOk, it works now with the new connection pool. Helps...
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-11-20 aland made pairfree() take a VALUE_PAIR**, not a VALUE_PAIR...
2000-11-13 jcarnealJeff Carneal <jeff@apex.net>
2000-11-04 jcarnealJeff Carneal <jeff@apex.net>
2000-10-19 pacmanThis is the bigger part of the modular session framewor...
2000-10-18 jcarnealJeff Carneal <jeff@apex.net>
2000-10-18 aland replaced time(NULL) with request->timestamp
2000-10-05 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
2000-10-02 aland removed the check_items && reply_items from the author...
2000-10-01 jcarnealUpdated xxx_authenticate() to accept check/reply pairs
2000-09-13 aland updated to use radlog() instead of log(), to avoid...
2000-08-25 aland Patches from "Alan Curry" <pacman-radius@cqc.com>
2000-08-18 aland Patch from "Alan Curry" <pacman-radius@cqc.com>
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-05-01 aland cleaned up code re: new module interface
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-02-04 aland added necessary defines for the 'pre-accounting' entry...
1999-11-12 mmachadoAdded patch from Zsolt Varga to fix up warnings and...
1999-11-04 mmachadoEscape user before authenticating it.
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-17 mmachadoMoving over to SQLSOCK structs
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-26 mmachadoworking toward single sql interface
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...