import from HEAD
[freeradius.git] / src / modules / rlm_sql / rlm_sql.h
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-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-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...
2004-08-31 mgriegoNew SQL methodology: SELECT the grouplist, then iterat...
2003-09-03 cparkerGlob patch to change #if to #ifdef when checking variab...
2003-07-11 aland Memory leak fixes from the head
2003-07-11 aland Massive changes to get rid of memory leaks
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 Do xlat on sql trace file, so that we can create time...
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 Incorporated patch from Todd T. Fries to rotate throug...
2002-06-04 aland Moved sql_set_user() to rlm_sql.c, which allows us...
2002-05-24 aland Added sql_escape_string function, so garbage character...
2002-01-16 aland * wrap rlm_sql.h into #ifdef _RLM_SQL_H
2001-09-28 aland Removed unused, and commented out, references to sql_e...
2001-05-16 aland moved HAVE_PTHREAD_H to HAVE_SEMAPHORE_H, where it...
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-02 jcarnealJeff Carneal <jeff@apex.net>
2001-01-11 mmachadofew minor changes
2001-01-11 mmachadoAdded threads to rlm_sql, make drivers directory in...
2000-11-04 jcarnealJeff Carneal <jeff@apex.net>
2000-05-03 mmachadoAdded accounting stuff and fixed up conf file stuff...
2000-03-17 mmachadoAdd new code, compiles with NO warnings. Untested but...
2000-03-16 mmachadoCompiles with new ICRADIUS code, but BADLY BROKEN....
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-26 mmachadoworking toward single sql interface
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...