Added notes on certificate compatibility
[freeradius.git] / src /
2009-05-11 Alan T. DeKokThis corrects the typo (sigh)
2009-05-11 Alan T. DeKokCorrected typo
2009-05-10 Alan T. DeKokMoved verifiation of proxy responses to earlier in...
2009-05-10 Alan T. DeKokAdded event wrapper around request_free
2009-05-10 Alan T. DeKokDon't touch request after it was proxied
2009-05-08 Alan T. DeKokExpose radius_get_vp, and make switch {} use it
2009-05-08 Alan T. DeKokCorrected typo
2009-05-08 Alan T. DeKokMore LLVM checks
2009-05-08 Alan T. DeKokMinor changes in "remove from proxy hash"
2009-05-08 Alan T. DeKokCatch invalid ACKs
2009-05-08 Alan T. DeKokFix issues found by LLVM checker.
2009-05-07 Alan T. DeKokCheck before dereference
2009-05-07 Alan T. DeKokAdd option "include_length" for TTLS, too.
2009-05-06 Alan T. DeKokInitialize variables on all paths...
2009-05-06 Alan T. DeKokAdded ability to do "command ?"
2009-05-05 Alan T. DeKokExit with error on more signals
2009-05-05 Alan T. DeKokInclude more header files in the default install
2009-05-04 Alan T. DeKokFix double free on exit
2009-05-01 Alan T. DeKokDon't mark pools for freeing twice
2009-04-29 Alan T. DeKokDon't force reject if the home server doesn't respond.
2009-04-29 Alan T. DeKokWhen not responding, wait longer for cleanups.
2009-04-29 Alan T. DeKokCache modcallables for authorize, etc. for minor speed
2009-04-29 Alan T. DeKokPrint out more server {} around debugging messages
2009-04-29 Alan T. DeKokSet free'd pointers to NULL
2009-04-23 Alan T. DeKokLoad ALL virtual servers on HUP, even if one fails
2009-04-23 Alan T. DeKokReturn 0 on error, not -1
2009-04-23 Alan T. DeKokReload module configuration on HUP
2009-04-23 Alan T. DeKokWhoops... server->name could be NULL
2009-04-23 Alan T. DeKokEnsure we don't delete servers that are in use
2009-04-23 Alan T. DeKokAllow virtual servers to be reloaded dynamically on HUP
2009-04-23 Alan T. DeKokCreated and use virtual_server_t structure
2009-04-23 Alan T. DeKokMoved HUP code to mainconfig
2009-04-23 Alan T. DeKokAllow administrators to force_check_config
2009-04-22 Alan T. DeKokDon't lose tags
2009-04-21 Alan T. DeKokAdded "control" as alias for "config.
2009-04-18 Alan T. DeKokRemoved LICENSE and re-generated "configure"
2009-04-18 AnttiAdding rlm_ruby module.
2009-04-17 Alan T. DeKokAdded configuration to delete the MS-MPPE-*-Keys
2009-04-17 Alan T. DeKokAllow operations OTHER than == to work for Packet-Src...
2009-04-15 Alan T. DeKokDon't leak FD's on empty values.
2009-04-11 Alan T. DeKokFixed detail file handler to not go crazy
2009-04-10 Alan T. DeKokMake other balance types work
2009-04-09 Alan T. DeKokDo recursive xlat
2009-04-08 Alan T. DeKokAdded md5 xlat
2009-04-08 Alan T. DeKokCorrected typo
2009-04-05 Alan T. DeKokDon't load pre/post-proxy sections if we're not proxying
2009-04-02 Alan T. DeKokAdded "rebind" option to re-authenticate on rebind
2009-04-02 Alan T. DeKokAdded chase_referrals option
2009-03-29 Alan T. DeKokAdd support for !* filtering.
2009-03-26 Alan T. DeKokAllow fast clients to send packets, too
2009-03-25 Alan T. DeKokSkip deleted attributes
2009-03-18 Arran Cudbard-BellAdd support for insert, update, and delete statements...
2009-03-18 Alan T. DeKokexit with 0 only if we have a successful response
2009-03-17 Alan T. DeKokAdded API to allocate a reply packet from a request...
2009-03-16 Alan T. DeKokPrint more descriptive error messages
2009-03-13 Alan T. DeKokIf we have no response, don't send one on client retransmit
2009-03-11 Alan T. DeKokMore VQP wrappers
2009-03-11 Alan T. DeKokDon't use -1 for size_t
2009-03-10 Alan T. DeKokRemoved useless target
2009-03-10 Alan T. DeKokFix data types. Patch from John Dennis
2009-03-10 Alan T. DeKokFixed typo
2009-03-10 Alan T. DeKokSilently ignore duplicate clients
2009-03-10 Alan T. DeKokCheck for including the same file twice.
2009-03-09 Alan T. DeKokMinor cleanups
2009-03-09 Alan T. DeKokMore explanations to help end users
2009-03-08 Alan T. DeKokPop it rather than just peeking it
2009-03-08 Alan T. DeKokPrint more debugging to tell people how to fix problems
2009-03-06 Alan T. DeKokScan src/lib, too
2009-03-06 Alan T. DeKokMore assertions
2009-03-06 Alan T. DeKokSkip creation of zero-sized VSAs
2009-03-06 Alan T. DeKokAdded scan targets for LLVM checker
2009-03-06 Alan T. DeKokHackery to delete dynamic clients.
2009-03-05 Alan T. DeKokDon't double free memory on response to ping
2009-03-04 Alan T. DeKokSimplified use of syslog options
2009-03-04 Alan T. DeKokCleaned up code based on report of crash.
2009-03-04 Alan T. DeKokFree CoA only if it doesn't have an event associated...
2009-03-02 Alan T. DeKokKeep track of total responses for clients, too
2009-03-02 Alan T. DeKokClarify help on stats
2009-02-28 Alan T. DeKokMark data to be freed
2009-02-28 Alan T. DeKokAllow injection of packets via radmin
2009-02-26 Alan T. DeKokPoint to correct buffer
2009-02-26 Alan T. DeKokExport packet code table
2009-02-19 Alan T. DeKokDifferentiate "no result" from "too many results"
2009-02-17 Alan T. DeKokFixed debug message. Noted by Dave Anderson.
2009-02-17 Alan T. DeKokWiMAX needs OpenSSL for proper functionality
2009-02-17 Alan T. DeKokRemove broken macro.
2009-02-15 Alan T. DeKokAdded "help -r"
2009-02-15 Alan T. DeKokSet Accounting-Response in post-proxy fail
2009-02-15 Alan T. DeKokAllow the detail poll interval to be configurable
2009-02-13 Alan T. DeKokFix handling of "debug file [filename]"
2009-02-13 Alan T. DeKokSuppress LF's if there's no output
2009-02-13 Alan T. DeKokChange detail polling interval from 1s to 10s
2009-02-13 Alan T. DeKokAdd "require message authenticator" config to home...
2009-02-13 Alan T. DeKokMove "allocate request->proxy" to home_server_ldb
2009-02-13 Alan T. DeKokMoved checks for detail to home_server_ldb
2009-02-03 Alan T. DeKokFixed name
2009-02-03 Alan T. DeKokNote issue as reported in bug #622
2009-02-03 Alan T. DeKokFree insthandle if there's no detach function
2009-02-03 Alan T. DeKokCleaned up source code && updated "configure"
2009-02-03 Alan T. DeKokNew module as supplied by Siemens
next