Fix corner case when not threaded.
[freeradius.git] / src / main / event.c
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
2007-11-05 aland Catch some corner cases in wait_a_bit
2007-10-29 aland Re-arrange code into common functions
2007-10-29 aland Build on systems without pthread (or --without-threads)
2007-10-24 aland Corrected typo
2007-10-22 aland Corrected typos
2007-10-22 aland radius_pairmake(), to mirror radius_paircreate().
2007-10-18 aland Check SNMP pointers, too. Increment accounting counte...
2007-10-16 aland Print "Ready to process requests" at L_INFO when starting,
2007-10-14 aland request->proxy may be set for requests with inner...
2007-10-09 aland Clarify thread handling and debug messages
2007-10-09 aland Increment/decrement refcount on mainconfig, in prepara...
2007-10-09 aland Parse, validate, and use "virtual_server" configuration in
2007-10-03 aland More re-arrangements to clarify the code.
2007-09-28 aland Re-arrange code, one less reference to global variables
2007-09-28 aland Moved nearly all remaining code out of radiusd.c,...
2007-09-26 aland Pass the top-level configuration to the thread pool...
2007-09-26 aland Use new request->root variable
2007-09-24 aland Cleaned up proxy handling, trying to get away from...
2007-09-17 aland client->server over-rides listener->server.
2007-09-03 aland Deal with overflow in total requests sent
2007-09-03 aland Keep track of total requests sent to a home server.
2007-08-30 aland Moved more code into common section
next