Pull diff -r1.142 -r1.143 from the HEAD
[freeradius.git] / src / modules / rlm_sql / rlm_sql.c
2005-05-18 nbk Pull diff -r1.142 -r1.143 from the HEAD
2005-03-08 pnixonSync changes from HEAD
2005-02-19 kkalevAdd a patch from Thor Spruyt for setting the nas client...
2005-02-15 kkalevChange session_zap to include a session_time argument.
2004-11-30 kkalev* Add a default '1' in the priority column definition...
2004-11-09 kkalevInstead of a 'SELECT *' for the nas table support which...
2004-09-30 aland Pull diff -r1.133 -r1.134 from the HEAD
2004-09-29 kkalevIn sql_set_user in the radius_xlat don't call the escap...
2004-08-31 mgriegoNew SQL methodology: SELECT the grouplist, then iterat...
2004-08-30 aland Pull fixes 1.126, 1.127, 1.128 from HEAD
2004-06-30 kkalevAlways use sql_escape_func when calling radius_xlat
2004-05-25 phampsonSQL-Xlat support, avoid unneccessary stringcopy when...
2004-05-18 phampsonFix lost-start Alive accounting packet handling.
2004-05-17 phampson= is not a safe character, it is the escape character.
2004-05-12 phampsonFix type in changelog: microtek => mikrotik
2004-04-28 kkalevFix bug #28
2004-04-28 kkalevAdd a safe-characters configuration directive containin...
2004-04-18 kkalevAdd support for sql based radius clients.
2004-03-25 phampsonAdd accounting_update_query_alt to rlm_sql, to catch...
2004-02-26 aland perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch...
2003-10-14 kkalevAdd a sql_set_user in the postauth function
2003-09-26 aland A few more checks to prevent people from doing crazy...
2003-09-23 phampsonAdd support for post-auth query in rlm_sql
2003-08-25 phampsonPull from branch_0_9: Widen call{ed,ing}stationid from...
2003-08-06 aland Uodate for new prototype of session_zap.
2003-07-16 aland Pull patches from the branch
2003-07-11 aland comment out call to dlclose, until such time as it...
2003-07-11 aland Memory leak fixes from the head
2003-07-11 aland Massive changes to get rid of memory leaks
2003-07-04 aland Don't copy more data than exists
2003-05-21 aland Updated warning message to be a little clearer
2003-05-14 wichertFix default values for boolean types
2003-04-01 aland Allow SQL-User-Name to be used in sql xlats
2003-04-01 aland Do xlat on sql trace file, so that we can create time...
2003-04-01 aland increase logging o that when an error is encountered,
2002-12-11 aland Made the name buffer a little bigger...
2002-12-03 aland querystr is an array allocated on the stack, so doing
2002-11-11 aland Moved finish query in sql_xlat, so that the rows aren...
2002-11-08 pnixonPatch from Wichert Akkerman to fix a NULL pointer in...
2002-11-05 aland Normalized error messages
2002-11-05 aland Normalized error messages
2002-10-30 aland SQL fail-over patch, based on one supplied by
2002-09-17 aland Use 'sizeof' to pass buffer sizes, as it's better...
2002-09-07 kkalevAdd the default_user_profile configuration directive...
2002-08-30 kkalevMove an sql_finish_select_query in the correct place...
2002-08-27 kkalevhopefully make rad_check_ts work in rlm_sql_checksimul
2002-08-26 kkalevRemove simul_zap_query and replace it with a call to...
2002-08-24 aland Add more NULL's to module data structures, in preparat...
2002-08-16 kkalevAdd an sql_groupcmp and a corresponding attribute Sql...
2002-08-15 fcusack Test for authenticate_query having a value, rather...
2002-08-14 kkalevCall sql_finish_select_query and sql_release_socket...
2002-08-11 kkalevMove sql_get_socket deeper inside rlm_sql_checksimul
2002-08-11 kkalevAdd a few missing sql_release_socket. Patch from Kevin...
2002-07-25 aland When doing sql_xlat, don't release the socket until...
2002-07-22 ramooreAdd vp_listdebug function that prints a list of value...
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-04 aland Added '/', and most importantly, '=' to the list of...
2002-06-10 fcusack lt_dlopenext() returns an lt_dlhandle, not lt_dlhandle *;
2002-06-07 aland Added : and space to list of un-escaped characters.
2002-06-06 aland Copy sql user name over.
2002-06-05 ramooreCorrecting problem of bad patch of simultaneous use...
2002-06-04 ramooreAdded simultaneous use checking capability to rlm_sql
2002-06-04 aland Moved sql_set_user() to rlm_sql.c, which allows us...
2002-05-31 aland Added '@' to the list of un-escaped characters
2002-05-30 aland Set SQL user name for ALIVE packets, too.
2002-05-30 aland Look for radcheck and if the user isn't found, try...
2002-05-28 aland Added '.' to the list of un-escaped characters, for...
2002-05-24 aland Added sql_escape_string function, so garbage character...
2002-04-25 cparker Changed return code to RLM_MODULE_FAIL from NOOP when...
2002-03-02 kkalevo Add support for Autz-Type attribute. We can now creat...
2002-03-02 ramooreThis patch changes the return code within the CISCO_ACC...
2002-01-29 aland In the 'rlm_sql_accounting' subroutine, fixes two...
2002-01-28 aland Moved cisco accounting hack code.
2002-01-28 aland Free the SQL data *after* using it, not before.
2002-01-15 aland If we cannot connect to the SQl database, then it...
2001-12-14 aland If we have an SQL query error, then the request is...
2001-11-09 kkalevChange paircmp,paircompare,simplapaircmp and RAD_COMPAR...
2001-09-12 cmillerStyle changes, not code changes.
2001-07-03 cmillerCommitted Rob Jones' <rob@work.gb.com> CHAP support...
2001-07-03 cmillerAssume (correctly) that AV pairs' strings are null...
2001-06-02 cmillerAdded fix for password length mismatching what user...
2001-05-29 cmillerRemoved comment at corrected parenthesis placement.
2001-05-28 cmillerKristina pointed out that the sense of the comparison...
2001-05-04 aland Removed pthread_mutex stuff, as the sem_trywait()...
2001-05-04 cmillerAdded support for DES-encrypted passwords in SQL db.
2001-05-02 cmillerAdded more polite startup when SQL db is unreachable...
2001-04-26 aland Print out 'host=', too.
2001-04-24 aland (reversed LOG messages) ...plus eliminate unnecessary...
2001-04-22 aland On any error, ensure that we release the SQL socket...
2001-04-20 aland Make escaped string buffer large enough.
2001-04-20 aland Patch to allow non-standard SQL ports.
2001-04-10 aland moved #if 0 / #endif, so that the useful code gets...
2001-04-05 cmillerFixed a "/*" to "*/" .
2001-04-02 aland If the pairs don't match, then return NOTFOUND, instea...
2001-03-28 mmachadoUser-Name needed to be convirted to SQL-User-Name for...
2001-03-28 aland check the socket return code for errors
2001-03-22 jcarnealsql user escape patch
2001-03-14 aland Renamed radius_xlat2 to radius_xlat, as the old radius...
2001-03-13 hartwick * Add a check that prevents the server from seg faulti...
next