import from branch_1_1:
[freeradius.git] / src / modules / rlm_sql / rlm_sql.c
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-15 aland Port fix for Coverity bug #37 from 1.1.x
2007-05-15 aland Port fix for Coverity bug #38 from 1.1.x
2007-04-17 aland Rename vp->lvalue to vp->vp_*, as appropriate.
2007-04-14 aland Third argument to strlcpy is size of output buffer...
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland sql_poolfree dereferences inst->config, too. Move...
2007-04-07 aland Move free of xlat_name into section that checks for...
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-03-27 aland use sizeof(), rather than hard-coded number
2007-03-26 aland port fix from branch_1_1
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 filelist`
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-09-22 pnixonKill this stupid check for NULL username.
2006-08-18 aland Pulled from branch_1_1
2006-08-17 aland Pulled from branch_1_1. Untested!
2006-07-16 nbk Update the comments to document the current nas_query...
2006-07-06 nbk Move the test for "deletestalesessions". (closes ...
2006-07-01 fcusackimport from branch_1_1:
2006-06-01 fcusackimport from HEAD:
2006-05-20 nbk Drop unused config entries.
2006-05-20 nbk Drop unused config entries.
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-13 nbkPull from CVS head:
2005-12-13 nbk Don't keep a pointer on freed memory after the module...
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-10-18 aland Renamed paircmp to paircompare, as we should probably...
2005-09-28 nbk Add the attribute UNUSED to parameters that need it.
2005-09-17 nbk Fix annoying format string errors.
2005-09-01 aland s/->strvalue/->vp_strvalue/g
2005-08-31 nbk Resize the buffer for the SQL-User-Name, and update the
2005-08-17 aland Re-arrange entries in the module_t structure, and...
2005-07-30 nbk Don't zap the session if the function rad_check_ts...
2005-07-21 nbk s/mainconfig.client_trees/mainconfig.clients/
2005-07-18 aland Call client_free() if client_add() fails.
2005-07-07 nbk Remove length restrictions on strings in generate_sql_...
2005-05-18 nbk Add a test in sql_escape_func() to check buffer bound...
2005-05-13 nbk Replace code which doesn't compile anymore in generate...
2005-04-28 mgriegoAdded a section in proccess_groups to allow for no...
2005-04-19 aland Now builds with new IPv6 code.
2005-04-08 aland 'static' to 'static const'
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
next