Add support for sql based radius clients.
[freeradius.git] / raddb / sql.conf
2004-04-18 kkalevAdd support for sql based radius clients.
2004-03-25 phampsonAdd accounting_update_query_alt to rlm_sql, to catch...
2003-12-09 wichertBugger, date_sub has a slightly different syntax than...
2003-12-09 wichertDo not set RadAcctId to empty string, this is not allow...
2003-12-03 aland Remove a trailing space after the '\\'. It MUST be...
2003-11-28 pnixonUpdate some extra fields on accounting_update packets
2003-11-28 pnixonReformat accounting_update_query
2003-11-20 kkalevRemove the 'AND AcctStopTime = 0' from the correspondin...
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-07-30 kkalevSet default values to zero for Acct-Session-Time and...
2003-07-29 kkalevIn accounting_stop_query_alt calculate AcctStartTime...
2002-11-18 aland Added Oracle queries
2002-11-13 pnixonChange sql configuration files to correctly honour...
2002-11-11 aland Added CVS 'Id', so we know which version this file is.
2002-09-26 kkalevIn simul_verify_query use CallingStationId and *NOT...
2002-09-07 kkalevAdd the default_user_profile configuration directive...
2002-08-26 kkalevRemove simul_zap_query and replace it with a call to...
2002-08-16 kkalevAdd an sql_groupcmp and a corresponding attribute Sql...
2002-07-22 ramooreMinor fix to sql.conf. Change %{NAS-Port-Id} to %...
2002-06-21 cparker Added config line for variable 'connect_failure_retry_...
2002-06-06 aland Added 'AND AcctStopTime = 0' to queries. This means...
2002-06-04 ramooreAdded simultaneous use checking capability to rlm_sql
2002-04-25 aland MSSQL query configuration
2002-03-11 aland Slight change to comments.
2002-02-25 aland Updated comments on sql_user_name
2002-02-08 aland Added note about unixODBC
2002-01-13 fcusack Deprecate attribute 'Password' in favor of 'User-Passw...
2002-01-03 aland Patch the default queries && DB schema to allow for...
2001-05-17 aland moved quote to proper place.
2001-05-04 cmillerAdded support for DES-encrypted passwords in SQL db.
2001-03-28 mmachadoQuoted delayed attribute to keep it from barfing when...
2001-03-22 jcarnealsql user escape patch
2001-03-05 mmachadoQuoted the rlm_sql_mysql in the sql config file
2001-03-05 aland Corrected typo, noted by Administrator <admin@postel.sk>
2001-02-23 mmachadoSwitched back to new authorize code. $INCLUDE for sql...
2001-02-22 mmachadoAdded driver option to sql config file
2001-02-02 jcarnealJeff Carneal <jeff@apex.net>