perl -i -npe "s/[ \t]+$//g" `find src -name "*.[ch]" -print`
[freeradius.git] / src / modules / rlm_sql / rlm_sql.c
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...
2001-03-05 cmiller Moved local #includes after global ones. (So "missing...
2001-02-23 mmachadoSwitched back to new authorize code. $INCLUDE for sql...
2001-02-20 pacmanMake the 5 packet methods into an array within module_t...
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>
next