This function hasn't been used for 4 years now, so its probably safe to remove it.
[freeradius.git] / raddb /
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-11 aland Change raddbdir to confdir for consistency.
2007-11-05 aland Updated Schema
2007-11-03 aland Point to MS's page
2007-11-02 aland One more sample virtual server. At this rate, we...
2007-11-02 aland Deleted blank line
2007-10-23 aland Remove Auth-Type example
2007-10-23 aland Corrected name
2007-10-23 aland Notes on requiring a client certificate
2007-10-23 aland Now that we have virtual servers, we don't need vmpsd...
2007-10-23 aland Updated
2007-10-23 aland Copied VMPS stuff to a virtual server
2007-10-23 aland We no longer need radrelay.conf, as we have virtual...
2007-10-23 aland Now that we have virtual servers, we don't need radrel...
2007-10-23 aland More samples of using radrelay functionality in 2.0
2007-10-22 aland detail file is in ${radacctdir}, not ${confdir}
2007-10-22 aland Changed
2007-10-18 aland Document outer.request and outer.reply
2007-10-16 aland Reformatted and clarified text
2007-10-16 aland Corrected typo
2007-10-11 aland Made it work with non-GNU makes
2007-10-09 aland listen / client config changes server -> virtual_serve...
2007-10-09 aland Rename "server_pool" to "home_server_pool". It's...
2007-10-09 aland Recommend that people don't use rlm_policy
2007-10-09 aland No one uses protocol_filter. It's useless now that...
2007-09-18 pnixonFix bitwise operations. (Turns out that they are NOT...
2007-09-17 pnixonStandardise radpostauth column names
2007-09-17 aland We don't need a virtual server for the default config
2007-09-17 aland client->server over-rides listener->server.
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-07 aland Document new client format
2007-09-07 aland Removed duplicate section
2007-09-04 aland After a "cvs admin -o 1.32" to get it back to a cleane...
2007-09-04 aland Something resembling documentation
2007-09-01 pnixonSet realm field to NULL instead of '' when no realm...
2007-08-28 aland Removed extraneous "hostname" configuration entry...
2007-08-27 aland Removed "type = radius" from examples. It never did...
2007-08-19 nbk No longer use realms and naspasswd.
2007-08-19 nbk Add "umask 027" to prevent the certificates from being...
2007-08-18 aland More notes
2007-08-13 aland Removed old files
2007-08-13 aland Pulled fix from branch_1_1
2007-08-13 nbk Don't try to copy the 'CVS' directories to /etc/raddb...
2007-08-12 aland Added targets to verify the certificates
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 More cleanups
2007-07-20 aland File moved...
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 Create directories. "cp -R" isn't portable.
2007-07-20 aland Use the new method to grab 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 pnixonAdd example post_auth hook for rlm_perl config
2007-07-17 pnixonNo need to insert id into an auto increment field
2007-07-17 pnixonNo need to insert id into an auto increment field
2007-07-16 aland Added "keyed-balance", which allows load balancing...
2007-07-16 pnixonadd postgresqlippool.conf
2007-07-16 pnixonAdd sqlippool to same sections that have main_pool...
2007-07-16 pnixonOops. Cant use 2.0 variable substitiution on 1.1.x
2007-07-16 pnixonAdd postgresqlippool.conf as an example
2007-07-16 pnixonrename sqlippool.conf to postgresqlippool.conf and...
2007-07-13 pnixonBring a bunch of fixes in from cvs head
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...
2007-07-13 pnixonchange sql.conf comment to postgresql.conf as we only...
2007-07-13 pnixonSync with cvs HEAD (minus incompatible changes)
2007-07-13 pnixonGet rid of old style %P in one of the examples
2007-07-13 pnixonStore X-Ascend-Session-Svr-Key in DB
2007-07-13 pnixonStore X-Ascend-Session-Svr-Key in the DB
2007-07-13 pnixonIts not necessary to save X-Ascend-Session-Svr-Key...
2007-07-13 pnixonSupport 64bit values (Over 4GB of traffic)
2007-07-13 pnixonAdd nasipaddress check so we dont clear IPs from other...
2007-07-13 pnixonreorder the file and update comments
2007-07-11 pnixonMajor cleanup and rewrite of the comments to make thing...
2007-07-11 pnixonFix the NAS on/off queries. There is no username and...
2007-07-06 aland Notes on Auth-Type, and instructions to NOT put unlang...
2007-07-03 aland Added and documented "virtual_server" config for PEAP...
2007-06-29 aland Sample inner tunnel server. Untested.
2007-06-29 aland Move Status-Server to accounting section, not session
2007-06-29 aland Move "authorize", etc. into a default server{} block.
next