freeradius.git
2011-05-11 Alan T. DeKokUpdated documentation and samples
2011-05-11 DanteAdd preliminary support for TLS socket send/receive
2011-05-11 Alan T. DeKokMove more code into server core
2011-05-11 Alan T. DeKokInclude version number in configuration file
2011-05-11 Alan T. DeKokMove more functions to global namespace
2011-05-11 Alan T. DeKokReturn errors if something went wrong
2011-05-11 Alan T. DeKokSet client=NULL so we don't de-reference garbage
2011-05-11 Alan T. DeKokHandle node deletions when walking over the tree.
2011-05-11 Alan T. DeKokFix build errors
2011-05-11 Alan T. DeKokPrint more/better messages for TLS sockets and proxies
2011-05-11 Alan T. DeKokMove include <tls.h> to after checks for WITH_TLS
2011-05-10 Alan T. DeKokBuild when there are no detail files
2011-05-10 Alan T. DeKokTighten checks on ping for TCP sockets
2011-05-10 Alan T. DeKokParse TLS configuration for home servers
2011-05-10 Alan T. DeKokAdded code for tls client configuration
2011-05-10 Alan T. DeKokParse "tls" configuration section for sockets
2011-05-10 Alan T. DeKokRemoved EAP names from global TLS definitions and struc...
2011-05-10 Alan T. DeKokFix build errors
2011-05-10 Alan T. DeKokMove more TLS functions into the server core.
2011-05-10 Alan T. DeKokRemoved references to EAP from code now in server core.
2011-05-10 Alan T. DeKokMoved TLS functions to a common area.
2011-05-10 Alan T. DeKokMove TLS functions to new header file
2011-05-10 Alan T. DeKokClean up SSL set/get ex data handlers.
2011-05-10 Alan T. DeKokAdded socket thaw API
2011-05-10 Alan T. DeKokSample TLS configuration for RadSec
2011-05-10 Alan T. DeKokRFC 3539
2011-05-10 Alan T. DeKokIf accounting start/interim/stop doesn't do anything...
2011-05-10 Alan T. DeKokClean up statistics gathering
2011-05-10 Alan T. DeKokTrack global coa/disconnect stats
2011-05-09 Alan T. DeKokShow stats for CoA home servers, too
2011-05-09 Alan T. DeKokFix typo
2011-05-09 Alan T. DeKokTrack / print CoA && Disconnect stats
2011-05-09 Alan T. DeKokCall fnmatch only if the packet was read from the detai...
2011-05-09 Alexander Clouterfix lower->tolower typo in policy.conf
2011-05-06 Alan T. DeKokDefine _GNU_SOURCE before checking for structures
2011-05-06 Alan T. DeKokAdd EAP tests to automated test suite
2011-05-06 Alan T. DeKokChange assert to run-time check
2011-05-06 Alan T. DeKokAllow DHCP to work again.
2011-05-06 Alan T. DeKokFix typo in function name
2011-05-06 alandekokMerge pull request #9 from rssh/master
2011-05-05 Ruslan Shevchenko fixed compilation fo dict.c with dhcp enabled
2011-05-03 Alan T. DeKokAdded "proto" to listener_find_byipaddr
2011-05-03 Alan T. DeKokTrack and show stats by socket IP/port
2011-05-03 Alan T. DeKokKeep stats for incoming/outgoing sockets, too
2011-05-03 Alan T. DeKokAdded stats for "last packet seen from X"
2011-05-03 Alan T. DeKokDon't decode attributes if there's no secret
2011-05-02 Alan T. DeKokUse built-in "offsetof"
2011-04-29 Alan T. DeKokUpdate timers in slightly different place
2011-04-29 Alan T. DeKokMove packet IP/ID handling to rbtrees
2011-04-29 Alan T. DeKokMore and better sanity checks
2011-04-29 Alan T. DeKokFix edge condition
2011-04-29 Alan T. DeKokBe slightly more careful about conflicting packets
2011-04-29 Alan T. DeKokDon't free a NULL pointer
2011-04-29 Alan T. DeKokSimplify statistics code
2011-04-28 Alan T. DeKokFixed tv_sub function
2011-04-28 Alan T. DeKokSet unresponsive child time correctly
2011-04-28 Alan T. DeKokCount statistics for duplicate packets
2011-04-28 Alan T. DeKokTrack and print time-based statistics
2011-04-28 Alan T. DeKokFixed typo
2011-04-28 Alan T. DeKokMoved timestamps to RADIUS_PACKET structure
2011-04-28 Alan T. DeKokMake packet timestamp be "struct timeval"
2011-04-28 Alan T. DeKokCheck for OpenSSL MD4/MD5/SHA functions
2011-04-28 Alan T. DeKokFix compile warnings
2011-04-28 Alan T. DeKokpairmake may return NULL if the dictionaries are broken.
2011-04-28 Alan T. DeKokFix typo in attribute name
2011-04-28 Alan T. DeKokMinor cleanups
2011-04-28 Alan T. DeKokMinor changes to ifdef's to build with various flags
2011-04-27 Alan T. DeKokMerged post-handler and cleanup into request_finish
2011-04-27 Alan T. DeKokFix logic so proxying inner-tunnel requests works
2011-04-27 Alan T. DeKokLoad the default virtual server before any others
2011-04-27 Alan T. DeKokMark the module as HUP-safe
2011-04-22 Alan T. DeKokAdded SQL triggers
2011-04-22 Alan T. DeKokAdded triggers for HUP, TERM, home server alive/zombie...
2011-04-22 Alan T. DeKokInstall docs
2011-04-22 Alan T. DeKokTriggers for thread start/stop
2011-04-22 Alan T. DeKokTrigger when adding a new dynamic client.
2011-04-22 Alan T. DeKokAdded client mibs
2011-04-22 Alan T. DeKokAdded start / stop server triggers
2011-04-22 Alan T. DeKokAdded function to run SNMP triggers
2011-04-22 Alan T. DeKokAdded sample trigger.conf
2011-04-22 Alan T. DeKokNew / updated notification MIBs
2011-04-13 Alan T. DeKokMove state machine checks to a macro
2011-04-13 Alan T. DeKokNew state machine for 3.0
2011-04-13 Alan T. DeKokUse paged arrays rather than linked lists
2011-04-13 Alan T. DeKokMove source in preparation for new code
2011-04-12 Alan T. DeKokFix arguments for 3.0 API
2011-04-12 Alan T. DeKokFix arguments to pairmove2
2011-04-10 Alan T. DeKokDon't set "EAP Failure" when sending error message...
2011-04-08 Alan T. DeKokThe file may be closed when there are no VPs
2011-04-08 Alan T. DeKokMake error sending configurable
2011-04-08 Alan T. DeKokHandle failures
2011-04-08 Alan T. DeKokAdd allow_retry and retry_msg functionality
2011-04-08 Alan T. DeKokAllow MS-CHAP-Error in Access-Reject
2011-04-08 Alan T. DeKokDon't over-write a fail code with a success code.
2011-04-06 Alan T. DeKokFix prototype
2011-04-05 Alan T. DeKokAdd -4 and -6 options
2011-04-02 Alan T. DeKokRevert "Make event timer callback take el pointer"
2011-04-01 Alan T. DeKokSkip zero-length attributes
2011-03-30 Alan T. DeKokAccept accounting packets via TCP
2011-03-30 Alan T. DeKokFix build/run errors when not using proxying
next