Be more forgiving when starting proxy sockets.
[freeradius.git] / src / main / event.c
2010-09-10 Alan T. DeKokBe more forgiving when starting proxy sockets.
2010-09-07 Alan T. DeKokMade warning messages more consistent
2010-08-04 Alan T. DeKokBe less agressive about marking home servers as zombie.
2010-08-04 Alan T. DeKokMake error messages more consistent
2010-07-29 Alan T. DeKokCheck sockets against home servers for proxy loops
2010-07-19 Alan T. DeKokDon't "originate" CoA requests if the packet is a CoA...
2010-06-30 Alan T. DeKokDo not delete "old" requests until they are free.
2010-06-10 Alan T. DeKokCatch "ping" packets before
2010-04-26 Alan T. DeKokAdded prototype
2010-04-21 Alan T. DeKokAllow to build without pthreads
2010-04-13 Alan T. DeKokFixed typo. This should help divorce CoA from normal...
2010-04-09 Alan T. DeKokMake request->number unsigned
2010-03-31 Alan T. DeKokCatch corner case of update disconnect in post-auth
2010-03-06 Alan T. DeKokReceive CoA packets when they have been separated from...
2010-02-26 Alan T. DeKokClean up log file handling. Fixes bug #63
2010-02-11 Alan T. DeKokAdd more information to warning message
2010-01-04 Alan T. DeKokReset ping variables in home server when marking it...
2009-12-18 Alan T. DeKokMake "dropped packet" message debugging
2009-12-15 Alan T. DeKokCatch situations where COA may be NULL
2009-12-06 Alan T. DeKokCleanly handle "32 proxy sockets open" error condition
2009-12-06 Alan T. DeKokRemoved re-definition of detail structure
2009-11-30 Alan T. DeKokClean up "dead" child if there's no thread associated...
2009-11-29 Alan T. DeKokClean up state machine.
2009-11-27 Alan T. DeKokL_INFO, "PROXY:... --> L_PROXY, "...
2009-11-27 Alan T. DeKokInitialize timers for Status-Server
2009-11-27 Alan T. DeKokFixed log messages
2009-10-30 Alan T. DeKokRemoved recursive mutexes
2009-10-20 Alan T. DeKokEnsure that there is a cleanup event for proxied packets
2009-10-20 Alan T. DeKokMark home server dead if it doesn't respond to pings
2009-09-14 Alan T. DeKokPrint out a little more information
2009-09-14 Alan T. DeKokMove "set state" to before log message
2009-09-13 Alan T. DeKokRemoved redundant code
2009-08-29 Alan T. DeKokAdded comments and simplified code
2009-08-17 Alan T. DeKokCatch non-fatal race conditions
2009-07-27 Alan T. DeKokDon't increment total_requests for proxied packets
2009-07-27 Alan T. DeKokSet state to RUNNING when proxying fails
2009-07-17 Alan T. DeKokAllow requests to fail over to live servers earlier
2009-07-05 Alan T. DeKokMade thread pool section optional
2009-06-25 Alan T. DeKokRemove bad assertion
2009-06-15 Alan T. DeKokFix stupid typo
2009-06-15 Alan T. DeKokRun packet through processing ONLY if we have a reply
2009-06-11 Alan T. DeKokMore debugging messages
2009-06-02 Alan T. DeKokMark the proxy mutex as being recursive
2009-05-30 Alan T. DeKokSuppress more ping check none
2009-05-23 Alan T. DeKokHave the server automatically create proxy listeners
2009-05-21 Alan T. DeKokMissed this in the last commit
2009-05-19 Alan T. DeKokAdded event handlers for CoA
2009-05-18 Alan T. DeKokRun code if proxy is defined, too
2009-05-12 Alan T. DeKokReturn from function
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. DeKokMinor changes in "remove from proxy hash"
2009-04-29 Alan T. DeKokWhen not responding, wait longer for cleanups.
2009-04-29 Alan T. DeKokPrint out more server {} around debugging messages
2009-04-11 Alan T. DeKokFixed detail file handler to not go crazy
2009-03-26 Alan T. DeKokAllow fast clients to send packets, too
2009-03-13 Alan T. DeKokIf we have no response, don't send one on client retransmit
2009-03-06 Alan T. DeKokMore assertions
2009-03-05 Alan T. DeKokDon't double free memory on response to ping
2009-03-04 Alan T. DeKokCleaned up code based on report of crash.
2009-02-15 Alan T. DeKokAllow the detail poll interval to be configurable
2009-02-13 Alan T. DeKokChange detail polling interval from 1s to 10s
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-01-19 Alan T. DeKokClean up CoA origination to not depend on CoA
2009-01-18 Alan T. DeKokCoA is in request->proxy, not request->packet
2009-01-06 Alan T. DeKokUpdated build to use (or not) self-pipes
2009-01-02 Alan T. DeKokCorrected typo
2009-01-02 Alan T. DeKokEnable the server to originate CoA-Request && Disconnec...
2008-12-16 Alan T. DeKokSimplified detail file polling
2008-12-14 Alan T. DeKokChange where we do suid up/down.
2008-12-11 Alan T. DeKokCorrected typo
2008-12-11 Alan T. DeKokFix minor bug. Check correct ptr
2008-12-01 Alan T. DeKokFree fake on unknown packet.
2008-11-27 Alan T. DeKokPermanently switch UID only if we succeed in doing...
2008-11-06 Alan T. DeKokPass copy of debug_condition pointer to evalute
2008-10-15 Alan T. DeKokstart sending Status-Server messages earlier
2008-10-15 Alan T. DeKokTemporarily drop permissions
2008-09-21 Alan T. DeKokMore wrappers around debug_packet
2008-09-20 Alan T. DeKokBuild on systems without pthread
2008-09-18 Alan T. DeKokI'm not an idiot. I'm just pretending to be one.
2008-09-15 Alan T. DeKokGet/set home server state alive/dead
2008-09-14 Alan T. DeKokRemoved need for global NO_SUCH_CHILD_PID
2008-09-13 Alan T. DeKokUse macro for debug_packet
2008-09-12 Alan T. DeKokDebug packets only if NOT in debugging mode.
2008-09-12 Alan T. DeKokPrint out correct packet information...
2008-09-11 Alan T. DeKokMoved check for debug conditions
2008-09-09 Alan T. DeKokSet per-request flag based on debug condition
2008-09-05 Alan T. DeKokMinor cleanups to reuse more code
2008-09-04 Alan T. DeKokSet more sockets to KNOWN
2008-09-03 Alan T. DeKokevent_fd_delete API
2008-08-26 Alan T. DeKokfr_strerror -> fr_strerror()
2008-08-26 Alan T. DeKokRename librad_* to fr_*
2008-07-03 aland "request" was deleted...
2008-06-30 aland Use new RDEBUG macros
2008-06-22 aland Track Exponential moving average of response times for
2008-06-21 aland Remove ALL references to SNMP from the server source.
next