Increment/decrement refcount on mainconfig, in preparation for
[freeradius.git] / src / main / event.c
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
2007-08-30 aland Moved more paircreate() to radius_paircreate()
2007-08-30 aland Replaced exit(1) with return -1;
2007-08-13 aland Pulled fix from branch_1_1
2007-06-29 aland If we're a fake request, AND the parent says to stop
2007-06-19 aland Rename "identity" to "server", for virtual server...
2007-06-19 aland Added "identity" field to the REQUEST struct. It...
2007-06-18 aland when we receive a conflicting packet, FIRST check...
2007-06-18 aland Call detail_send even if there's no reply. It's neces...
2007-06-14 aland Print out identity, if it exists
2007-06-14 aland Permit per-request configuration to NOT reply to Acces...
2007-05-30 aland Note unused variable
2007-05-25 aland Do slightly more work to catch stupid clients that...
2007-05-25 fcusackimport from HEAD:
2007-05-24 fcusackimport from HEAD:
2007-05-23 fcusackimport from branch_1_1:
2007-05-23 fcusackimport from HEAD:
2007-05-23 fcusackimport from HEAD:
2007-05-14 nbk Delete trailing whitespace.
2007-05-14 aland Made language more consistent.
2007-05-09 aland Initialize timestamp from received
2007-04-24 aland Suppress responses to Status-Server if there's no...
2007-04-24 aland Added configurable timeouts specifically for ping...
2007-04-24 aland Rename "ping" check to "status" check. This means...
2007-04-23 aland Now that we have priorities for thread queues, push the
2007-04-23 aland Re-ordered RAD_LISTEN_TYPE by priority, and added...
2007-04-23 aland corrected typos
2007-04-23 aland Clean up post-proxy-type fail handlers. They make...
2007-04-23 aland New function post_proxy_fail(), which runs the request...
2007-04-23 aland Move SNMP increments to earlier in the request handlin...
2007-04-23 aland Added RADCLIENT* pointer to the REQUEST structure...
2007-04-20 aland RADCLIENT is not const, as it gets updated for SNMP...
2007-04-20 aland run "can_handle_new_request" on all packets, not just...
2007-04-18 aland Be more careful about not doing SNMP stats if its...
2007-04-18 aland Now that we're caching request->ev, ensure it's update...
2007-04-17 aland Clean up event stuff... add event ptr to request ...
2007-04-17 aland It's not a conflicting request if the old request...
2007-04-17 aland More replace vp->lvalue with vp->vp_*
2007-04-16 aland Don't do SNMP counters for detail file
2007-04-14 aland Update timers when moving request from one home server to
2007-04-12 aland It's OK if we can't create a Post-Auth-Type = Reject.
2007-04-11 aland Update more SNMP counters after double-checking them.
2007-04-11 aland removed rad_postauth_reject(), and multiple...
2007-04-11 aland Allow cleanup_delay() to be called with REQUEST_DONE...
2007-04-10 aland Set no such child PID for reject/cleanup requests
2007-04-10 aland Keep SNMP statistics for packets we receive from clien...
2007-04-10 aland Remember the new home server
2007-04-10 aland cleaned up debug messages
2007-04-10 aland rad_panic never returns
2007-04-10 aland*** empty log message ***
2007-04-08 aland Pull fix for bug #436 from branch_1_1
2007-04-07 aland add "client-balance", which is load-balancing to home...
2007-04-05 aland Massively cleaned up #include's, so they're in a consi...
2007-04-03 nbk Include missing header "radius_snmp.h".
2007-04-03 aland Massive change to the server core to remove horrid...