port fix from branch_1_1
[freeradius.git] / src / modules / rlm_sql / sql.c
2007-03-26 aland port fix from branch_1_1
2007-03-26 aland corrected typo
2007-03-26 aland close socket only if it's unconnected
2007-03-21 fcusackimport from branch_1_1:
2007-03-21 fcusackimport from branch_1_1:
2007-02-26 aland Pulled from branch_1_1, with formatting
2007-02-23 aland Pull fix from branch_1_1
2007-02-16 aland Port "use_tunneled_reply" fix for MS-CHAP from branch_1_1
2007-02-15 aland Port fix for bug #419 from branch_1_1
2007-02-13 aland replace strNcpy strlcpy -- `cat file_list`
2006-11-26 aland pull fixes from branch_1_1
2006-11-26 aland From branch_1_1
2006-11-22 aland Pull fix from branch_1_1, so proxied EAP replies work
2006-11-14 fcusack use new RCSID macro to prevent Id keyword from being...
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-24 fcusackimport from HEAD:
2006-10-03 aland ./scripts/min-includes +n <files listed here>
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-09 fcusackimport from HEAD:
2006-03-29 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-23 fcusackimport from HEAD:
2006-03-20 bjordanovPolled from branch_1_1 fix for bug #348
2006-03-16 nbk Update the GPL boilerplate with the new address of...
2006-03-06 fcusackimport from HEAD:
2006-03-03 fcusackimport from HEAD:
2006-02-17 fcusackimport from HEAD:
2006-02-09 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
2006-02-08 fcusackimport from HEAD:
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
next