Update the GPL boilerplate with the new address of the FSF.
[freeradius.git] / src / modules / rlm_sql / sql.c
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2005-12-28 aland Port patch from branch_1_1 to the HEAD
2005-12-08 fcusack backport from HEAD
2005-12-08 fcusack rlm_otp import from HEAD
2005-11-11 aland Include files used to build the server are now <freera...
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-27 nbk Fix typo line 109. (closes: #272)
2005-08-26 aland Zero allocated memory. This should fix bug #271
2005-06-25 nbk Fix quote removal of the value in sql_userparse (close...
2005-04-27 aland include autoconf.h
2005-04-26 nbk Re-arrange the code in the sql_userparse() function.
2004-08-31 mgriegoNew SQL methodology: SELECT the grouplist, then iterat...
2004-05-25 aland Only call xlat on quoted strings, and not on strings...
2004-05-25 phampsonSQL-Xlat support, avoid unneccessary stringcopy when...
2004-05-21 aland A little more backwards compatibility
2004-05-12 phampsonFix type in changelog: microtek => mikrotik
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-07-09 aland set pointer to NULL after we don't need it any more.
2003-07-09 aland destroy sockets...
2003-07-09 aland Call 'destroy socket', if it exists.
2003-07-05 aland More check pointers before dereferencing them.
2003-07-04 aland Don't de-reference 'cur' after we've free'd it.
2003-07-04 aland moved pthread include, so that it will be included.
2003-05-26 aland Close only connected sockets, not unconnected ones.
2003-05-21 aland Take care of SQL_DOWN in connect socket. It's a tempo...
2003-05-15 aland trylock may return positive or negative on failure...
2003-04-08 aland Deleted dead code. No algorithm changes.
2003-04-08 wichertFix return logic in sql_get_socket()
2003-04-07 aland Removed even more code from the SQL module & headers.
2003-04-01 aland Moved from semaphores to pthread mutexes & conditionals.
2003-04-01 aland Clean up the 'try to connect' code.
2003-04-01 aland Do xlat on sql trace file, so that we can create time...
2002-12-06 cparkerUpdated to perform an 'sql_close' on each socket before...
2002-12-03 aland If there's no query, then return an error
2002-11-08 aland Added big evil annoying stupid error message if the...
2002-11-05 aland Normalized error messages
2002-08-30 aland Change '=' in comparison to '=='
2002-08-28 kkalevRemove sql_check_multi and sql_check_ts. All the work...
2002-07-11 cparker Rename local functions _sql_*() to rlm_sql_*() to...
2002-07-11 cparker SQL Socket Reconnect patch from Todd T. Fries.
2002-07-11 aland Added ifdef's around use of pthread functions.
2002-06-21 cparker Added pthread_mutex_destroy to module clean-up.
2002-06-21 cparker Incorporated patch from Todd T. Fries to rotate throug...
2002-06-10 fcusack signal handlers take an int arg
2002-06-04 aland Moved sql_set_user() to rlm_sql.c, which allows us...
2002-02-22 aland Call new rad_lockfd() function, instead of having...
2002-02-04 aland Fix for adding ascend binary filters, using +=
2001-12-05 aland Removed extraneous 'vp_printlist', which was causing...
2001-10-30 aland Allow operators in the SQL table. This patch (so...
2001-09-12 cmillerStyle changes, not code changes.
2001-08-15 aland Give functions a return code, even if the last thing...
2001-05-16 aland Minor updates to get rid of warnings
2001-05-16 aland moved HAVE_PTHREAD_H to HAVE_SEMAPHORE_H, where it...
2001-05-05 cmillerMy cpp didn't know of #ifne, so I assumed #ifndef was...
2001-05-04 aland Removed pthread_mutex stuff, as the sem_trywait()...
2001-05-02 cmillerAdded more polite startup when SQL db is unreachable...
2001-03-22 jcarnealsql user escape patch
2001-02-23 mmachadoSwitched back to new authorize code. $INCLUDE for sql...
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...