quiet some compiler warnings
[freeradius.git] / src / main / process.c
2012-12-07 Matthew Newtonquiet some compiler warnings
2012-12-06 Alan DeKokMerge pull request #143 from tobiasbrunner/eap-ttls...
2012-12-05 Arran Cudbard-BellMore debugging improvements
2012-12-03 Arran Cudbard-BellRemove another invalid assert
2012-12-02 Arran Cudbard-BellRemove invalid asserts
2012-12-02 Arran Cudbard-BellMark child state as done if we couldnt send the CoA...
2012-12-02 Arran Cudbard-BellMove code that modifies request when looking up home_se...
2012-10-28 Alan T. DeKokMark home server zombie only after response_window
2012-10-28 Alan T. DeKokSet the home server "last packet" only on original...
2012-10-28 Arran Cudbard-BellAdd tag matching to pairdelete and paircopy2
2012-10-27 Alan T. DeKokTry to fix "home server dead" code
2012-10-25 Iliya PeregoudovCreate threads as joinable, not detached.
2012-10-04 Arran Cudbard-BellMerge pull request #87 from armitasp/master
2012-09-30 Alan DeKokMerge pull request #54 from mcnewton/patch-client-cert
2012-09-28 Arran Cudbard-BellMerge pull request #95 from alanbuxey/master
2012-09-27 Alan DeKokMerge pull request #93 from mcnewton/rad_virtual_server
2012-09-25 Matthew NewtonMove rad_postauth ACCEPT from rad_authenticate to reque...
2012-08-31 Alan T. DeKokDrop packets means drop packets
2012-08-23 Alan DeKokMerge pull request #15 from pobept/dictionary-redback
2012-08-20 Arran Cudbard-BellMerge pull request #79 from alanbuxey/master
2012-08-19 Alan Buxeyupdate of Copyright date in recently updated files
2012-07-18 Arran Cudbard-BellMerge pull request #69 from arr2036/policy.d
2012-07-17 Arran Cudbard-BellMerge pull request #68 from arr2036/rlm_sql_reconnectio...
2012-07-17 Arran Cudbard-BellMerge pull request #59 from sionescu/master
2012-07-15 Alan T. DeKokProxy_listener may be NULL
2012-07-15 Alan T. DeKokproxy_listener may be NULL
2012-06-11 Alan T. DeKokIncrement correct counter
2012-06-11 Alan T. DeKokCoA proxying uses the CoA pool
2012-06-11 Alan T. DeKokmake xlat() take "const char *fmt"
2012-06-11 Alan T. DeKokFix error message
2012-05-06 Alan T. DeKokCorrect calculation of currently outstanding
2012-05-06 Alan T. DeKokKeep track of requests sent (oops)
2012-05-06 Alan T. DeKokAdded timeout statistics for home servers
2012-04-29 Alan T. DeKokRate limit some triggers.
2012-04-15 Alan T. DeKokMove connection limiting code to its own data structure
2012-03-16 Alan T. DeKokrequest_proxy_anew MAY get packets which aren't in...
2012-03-16 Alan T. DeKokDUP proxied packets don't re-set the timer
2012-03-07 Alan T. DeKokDon't try to lock the proxy mutex twice
2012-03-03 Alan T. DeKokSet src_ipaddr for STATUS_SERVER packets
2012-02-22 Alan T. DeKokMoved PPS calculations to a utility function
2012-02-22 Alan DeKokMerge pull request #50 from arr2036/rlm_rest
2012-02-21 Alan T. DeKokBetter fix for fixed point computations
2012-02-21 Alan T. DeKokAdd rate limiting for network sockets
2012-02-08 Alan T. DeKokFaster detail file reader.
2011-12-26 Alan T. DeKokPortability fixes for Mingw33
2011-11-29 Alan T. DeKokMove timers to macro
2011-11-28 Alan T. DeKokClarify names
2011-11-28 Alan T. DeKokWrap state machine functions in STATE_MACHINE_DECL
2011-11-04 Arran Cudbard-BellMerge pull request #32 from arr2036/valuepair_lists
2011-11-04 Alan T. DeKokTurn assert into run-time check
2011-10-26 Alan T. DeKokRearranged code to build with various compile options
2011-10-18 Arran Cudbard-BellMerge pull request #11 from amne/master
2011-10-17 Alan T. DeKokHack to work around race condition
2011-10-10 Alan T. DeKokMore information in debug messages
2011-09-28 Alan T. DeKokDistinguish virtual servers from physical ones
2011-08-29 Alan T. DeKokPings don't have request->packet, and are never CoA...
2011-08-16 Alan T. DeKokMore log message clenups
2011-08-16 Alan T. DeKokUse more radlog_request() for proxy messages
2011-07-08 Alan T. DeKokreset timer on receiving reply from home server
2011-07-05 Alan T. DeKokAllow idle_timeout to be zero
2011-07-05 Alan T. DeKokFix debugging to use initialized buffer
2011-06-27 Alan T. DeKokFix > vs >= bug
2011-06-26 Phil Mayersexamples of Doxygen on the source base
2011-06-21 Alan T. DeKokSimplify TCP socket timers.
2011-06-21 Alan T. DeKokTCP connections don't ping home servers.
2011-06-08 Alan T. DeKokRemove unnecessary assertion
2011-06-07 Alan T. DeKokFix build issues
2011-06-03 Alan T. DeKokSplit request_receive() into two functions.
2011-06-03 Alan T. DeKokMake RADCLIENT always have stats structures
2011-05-13 Alan T. DeKokSet "last packet" entry for all sockets
2011-05-10 Alan T. DeKokParse "tls" configuration section for sockets
2011-05-10 Alan T. DeKokClean up statistics gathering
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-04-29 Alan T. DeKokUpdate timers in slightly different place
2011-04-29 Alan T. DeKokBe slightly more careful about conflicting packets
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. DeKokMoved timestamps to RADIUS_PACKET structure
2011-04-28 Alan T. DeKokMake packet timestamp be "struct timeval"
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-22 Alan T. DeKokAdded triggers for HUP, TERM, home server alive/zombie...
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. DeKokMove source in preparation for new code