FR-GV-207 - avoid zero-length malloc() in data2vp()
[freeradius.git] / raddb / sql /
2014-11-18 Alan T. DeKokAcct-Session-Time doesn't have to exist
2014-07-21 Arran Cudbard-BellMerge pull request #738 from sylphlin/v2.x.x
2014-07-21 rootAdd the gigawords calculation for MSSQL in accounting...
2014-06-13 Arran Cudbard-BellMerge pull request #685 from sylphlin/v2.x.x
2014-06-13 Sylph LinAdd postauth_query for mssql
2014-04-13 Arran Cudbard-BellUnsigned apparently needs to come after int...
2014-01-09 Alan T. DeKokSession / delay times are unsigned int
2013-07-13 Arran Cudbard-BellUpdate capitalization of CalledStationId (and others...
2012-11-15 Arran Cudbard-BellTypo
2012-11-14 Matthew Newtonauto line ending and Id fixups
2012-09-04 Arran Cudbard-BellMerge pull request #83 from arr2036/v2.1.x
2012-08-29 Arran Cudbard-BellUnique indexes for everybody!
2012-08-21 Alan T. DeKokAccounting only needs select, insert, update
2012-08-21 Alan T. DeKoke table name, not "radius.table"
2012-07-18 Arran Cudbard-BellSet InnoDB as the default on accounting and postauth...
2012-07-18 Arran Cudbard-BellAdd unique index constraint on acctuniqueid so that...
2012-02-17 Alan T. DeKokDocument MySQL character set issues
2012-01-20 Fajar A. NugrahaUse the RADIUS SQL IP Pool module to allocate addresses...
2011-09-22 Alan T. DeKokAcct-Session-Id from Cisco exceeds 64 bytes. Extend it.
2011-09-22 Alan T. DeKokAdded missing post-auth configuration
2011-02-18 Alan T. DeKokUse newer expansion
2011-02-10 Alan T. DeKokFixed onoff query
2010-12-23 Alan T. DeKokGroup names can be empty.
2010-12-21 Alan T. DeKokFixed accounting_onoff_query
2010-12-09 Alan T. DeKok=NULL for UODATE, "IS NULL" for SELECT
2010-11-11 Alan T. DeKokNAS-Port is a text field. Don't cast it to integer origin/v2.1.x
2010-11-11 Alan T. DeKokAdd group membership query
2010-08-10 Alan T. DeKokAdded indexes to IP Pool table
2010-07-29 Alan T. DeKokFix typos n default configution. Closes bug #11
2010-05-31 Alan T. DeKokMake schema more in line with the schema for other...
2010-05-07 Alan T. DeKokAdded server field to NAS table, and updated docs to...
2010-05-07 Alan T. DeKokChange %{Acct-}*x -> %{%{Acct-}:-0}*x
2010-05-06 Alan T. DeKokDon't use msqlippool by default
2010-03-30 Alan T. DeKokRevert "= NULL" checks. They should be "IS NULL"
2009-12-08 Alan T. DeKokHandle case where Acct-Session-Time might not exist
2009-12-06 Alan T. DeKokIP pools require a transactional back-end
2009-09-10 Alan T. DeKokAdded sample configs for MySQL cluster
2009-08-29 Alan T. DeKokReturn 0 if no counter exists
2009-08-03 Alan T. DeKokUse more fields in the query.
2009-07-09 Alan T. DeKokFix for newer versions of MySQL
2009-07-09 Alan T. DeKokUse postgresl style comments
2009-07-08 Alan T. DeKokFix for newer versions of MySQL
2009-07-03 Alan T. DeKokFirst draft of CUI policies
2009-05-24 Alan T. DeKokUse now(), not now
2009-05-20 Alan T. DeKokIncrease default attribute size to 64
2009-02-19 Alan T. DeKokAdded constraint
2009-02-18 Chris MoulesPatch so that the "allocate-find" ippool lookup will...
2009-02-18 Chris MoulesFix typo in MySQL ippool.conf and revert change from...
2009-02-17 Chris MoulesFix typo
2009-01-28 Alan T. DeKokCorrected MySQL syntax to = NULL
2009-01-19 Alan T. DeKokTry to work around transactional issues...
2008-11-25 Alan T. DeKokIncrease the field size for Acct-Session-Id to 64.
2008-09-23 Alan T. DeKokSample schema && queries for WiMAX MIP keys
2008-07-22 Alan T. DeKokFixed typos
2008-05-04 aland Added header. Removed DOS CR's
2008-05-03 pnixonAdd IPPOOL setup for Oracle (Untested by me but reporte...
2008-05-03 pnixon"WHERE acctstoptime = NULL" does NOT do what you think...
2008-04-30 aland Added sample (untested) for PostgreSQL
2008-04-30 aland Sample scripts for creating radius user in SQL.
2008-04-30 aland In the accounting on/off query, remove the restriction...
2008-04-29 aland Add example "server" entry (commented out)
2008-04-17 aland Added postauth table. Closes #545.
2008-03-14 pnixonFix Bug#: 531 "The mysql sample configuration uses...
2008-03-14 aland Add index on session time, too
2007-12-31 aland Added common headers for "look and feel"
2007-12-23 pnixonReformat
2007-11-15 pnixonThis function hasn't been used for 4 years now, so...
2007-11-13 aland Point to the correct directories.
2007-11-05 aland Updated Schema
2007-09-18 pnixonFix bitwise operations. (Turns out that they are NOT...
2007-09-17 pnixonStandardise radpostauth column names
2007-09-14 pnixonUse CHAR(2) instead of VARCHAR(2) as it takes up less...
2007-09-12 pnixonAdd Max-All-Session-Time
2007-09-12 pnixonOne of the queries should be enabled by default
2007-09-10 aland Corrected typo
2007-09-01 pnixonSet realm field to NULL instead of '' when no realm...
2007-08-13 aland Pulled fix from branch_1_1
2007-07-26 pnixonMore performant indexes
2007-07-26 pnixonRe-order query. Makes no real difference, but makes...
2007-07-25 pnixonRemove needless spaces in the queries
2007-07-25 pnixonSwitch nasipaddress and pool_key to match other queries...
2007-07-23 pnixonLowercase everything to avoid incompatibility issues...
2007-07-23 pnixonAdd defaults
2007-07-23 pnixonFix capitalisation of NASIPAddress so that MySQL on...
2007-07-20 pnixonfix unterminated quoted string
2007-07-20 pnixonMore variable replacement fixes
2007-07-20 pnixonUpdate to new variable replacement syntax
2007-07-20 aland Didn't add this earlier
2007-07-20 aland Moved file
2007-07-20 aland Moved the NAS table to another schema file
2007-07-20 aland Remove the dictionary tables. They're not used
2007-07-20 aland Move the ippool schema to its own files
2007-07-20 aland Moved more files
2007-07-20 aland Moved schema files to sql/$(db)
2007-07-20 aland Moved $(db)-dialup.conf to $(db)/dialup.conf.
2007-07-19 pnixonMove sqlcounter config files into dialect specific...
2007-07-17 pnixonMove sqlcounter config into sql/mysql-sqlcounter.conf...
2007-07-17 pnixonNo need to insert id into an auto increment field
2007-07-13 pnixonDon't calculate Acct-Delay-Time out of Start|Stop-Time...
2007-07-13 pnixonchange now() back to %S as its more accurate when you...
next