Added event handlers for CoA
[freeradius.git] / src / main / event.c
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.
2008-06-21 aland Replace fr_client_stats_t with fr_stats_t. They have the
2008-06-20 aland More stats for home servers
2008-06-20 aland Status-Server packets go to the head of the queue
2008-06-19 aland Separate stats from SNMP. We can now do stats without...
2008-06-19 aland Added statistics gathering via RADIUS packets, to...
2008-06-06 aland Remove more code with pre-processor checks
2008-06-06 aland Compile-time option WITH_ACCOUNTING
2008-06-06 aland Check for HAVE_PTHREAD_H, and remove more structure...
2008-06-05 aland More WITH_PROXY additions to build when proxying isn...
2008-06-05 aland Added WITH_PROXY and WITH_DETAIL pre-processor defines to
2008-05-14 aland Free fake request on fallback.
2008-05-09 aland Allow setting response packet type in post-proxy-type...
2008-05-05 aland Regularize messages about home server status
2008-05-05 aland Use correct function here, too
2008-05-04 aland Enable internal proxying of accounting packets, too
2008-04-20 aland Integrate more into the server. Dp4
2008-04-18 aland Define realm_find2() where the argument is the realm...
2008-04-11 aland Fixed crash...
2008-04-03 aland Work-around for callback==NULL problem
2008-04-01 aland Look for "virtual_server" in "home_server". If found...
2008-03-28 aland Move "clean up child pid" code to where it will be hit
2008-03-15 aland If not threaded, update timers as soon as the request...
2008-03-14 aland Allow detail packets to sit in the queue forever
2008-03-06 aland Catch race conditions in log files for child threads...
2008-03-03 aland Move if/elsif/.... to switch
2008-02-26 aland Corrected typo
2008-02-19 aland Clean up handling of detail files && events. It's...
2008-02-19 aland Initialize buffer properly...
2008-02-12 aland Print out "listening on proxy", too
2008-02-11 aland Added signal self for new proxy fd's, so that we will...
2008-02-06 aland Clean up detail file handling again
2008-02-06 aland Permit inner tunnel EAP things to be proxied, too
2008-01-15 aland It's unsigned, not signed
2008-01-09 aland Audit the code for other uses of 'now' where it might...
2008-01-09 aland Update 'now' in the function. This means that if...
2008-01-09 aland Remember the listen head in mainconfig, so it's not...
2008-01-05 aland Catch corner cases / race conditions on no...
2008-01-05 aland Cleaned up error messages.
2008-01-05 nbk Note unused parameters with a gcc attribute.
2007-12-31 aland*** empty log message ***
2007-12-31 aland Don't refer to config file by name
2007-12-06 aland Delay a little longer in wait_a_bit. It can't hurt.
2007-11-23 aland More changes to make a common naming scheme. This...
2007-11-23 aland Permit HUPs only every 5s. If someone tries to HUP...
2007-11-11 aland Added -C command-line option, documentation, debug...
2007-11-10 aland sprintf -> snprintf
next