Don't delay proxy replies when there was a timeout
[freeradius.git] / src / main / process.c
2014-05-26 Alan T. DeKokDon't delay proxy replies when there was a timeout
2014-05-25 Arran Cudbard-BellAdd compile time checking for config pointers
2014-05-24 Alan T. DeKokFix for scan warning
2014-05-24 Alan T. DeKokAdd coa_no_reply and glue it into the state machine
2014-05-24 Alan T. DeKokDEBUG2 --> RDEBUG2 for messages
2014-05-24 Alan T. DeKokCatch race condition in proxy_reply
2014-05-23 Alan T. DeKokSimplify proxy no reply case. Closes #657
2014-05-23 Alan T. DeKokAllow Post-Proxy-Type Fail. Closes #656
2014-05-23 Alan T. DeKokAllow Post-Proxy-Type Fail. Closes #653
2014-05-21 Alan T. DeKokClean up proxy reply handling. Fixes #637
2014-05-21 Alan T. DeKokUse correct ip address for message
2014-05-21 Alan T. DeKokMore talloc_steal
2014-05-21 Arran Cudbard-BellAdd autoconf checks for builtins, __has_builtin doesn...
2014-05-20 Alan T. DeKokMake response_window a struct timeval
2014-05-18 Arran Cudbard-BellAdd some basic indenting
2014-05-18 Arran Cudbard-BellRemove trailing periods in log messages
2014-05-18 Arran Cudbard-BellGather existing log fields in rad_request into a struct...
2014-05-15 Arran Cudbard-BellExit if we can't signal ourselves
2014-05-14 Alan T. DeKokUpdate process function when necessary
2014-05-13 Alan T. DeKokShow component and module when discarding duplicate...
2014-05-11 Arran Cudbard-BellDon't rate limit messages with -X so we get consistent...
2014-05-09 Alan T. DeKokEnable child thread for detail file reader.
2014-05-09 Alan T. DeKokRemove unused variable
2014-05-09 Arran Cudbard-BellReplace EDEBUG and WDEBUG with ERROR and WARN
2014-05-09 Alan T. DeKokReplace ad-hoc code with RATE_LIMIT(...) macro
2014-05-08 Alan T. DeKokFix build issues
2014-05-08 Alan T. DeKokEvents are only managed by the main thread
2014-05-08 Alan T. DeKokOnly use self pipes when threaded
2014-05-08 Alan T. DeKokUse self pipes for signals.
2014-05-03 Arran Cudbard-BellRemove assert (it was weird) - absence doesn't trigger...
2014-05-02 Alan T. DeKokA dup isn't a dup if the old request is done
2014-05-02 Alan T. DeKokMore tracing on dup / conflicting packet
2014-05-02 Alan T. DeKokAdd CC_HINT(nonnull) to state machine definitions
2014-05-02 Alan T. DeKokSimplify cleanup_delay slightly
2014-05-02 Alan T. DeKokAssertion for clang scan
2014-04-25 Alan T. DeKokMore "make whitespace"
2014-04-23 Alan T. DeKokFix handling of proxying to virtual servers. Fixes...
2014-04-23 Alan T. DeKokMark NO_CHILD_THREAD on forcible STOP_PROCESSING
2014-04-23 Alan T. DeKokClient retransmits don't get sent to a virtual server.
2014-04-20 Arran Cudbard-BellMerge pull request #589 from nchaigne/v3.0.x
2014-04-18 Alan T. DeKokCheck for "no reply" in all places we send a reply...
2014-04-11 Alan T. DeKokRun Post-Proxy-Type fail on no reply. Fixes #576
2014-04-11 Alan T. DeKokFix calls to radius_paircreate()
2014-04-11 Alan T. DeKokRemove unused argument
2014-04-11 Alan T. DeKokMake response delay more generic.
2014-04-07 Alan T. DeKokClean up packets which are ONLY in the proxy hash
2014-04-07 Alan T. DeKokDe-reference based on proxy, not packet
2014-04-07 Alan T. DeKokMore generic coa separation
2014-04-07 Alan T. DeKokMove #ifdef wrapper. The child state is always updated
2014-04-07 Arran Cudbard-BellWe only have child_pid and child_state when building...
2014-04-07 Alan T. DeKokMore fixes for CoA
2014-04-07 Alan T. DeKokUse proper value for DONE
2014-04-07 Alan T. DeKokPrint message if the CoA server didn't respond
2014-04-07 Alan T. DeKokHandle more corner cases with CoA cleanups
2014-04-07 Alan T. DeKokBetter checks for cleaning up requests on exit
2014-04-07 Alan T. DeKokradius_copy_packet for coa->packet instead of memcpy.
2014-04-07 Alan T. DeKokWhen separating coa requests, talloc_steal them, too
2014-04-06 Arran Cudbard-BellMove more things to doing pairmemcpy instead of calling...
2014-04-06 Alan T. DeKokLimit zombie period start. Fixes #579
2014-04-05 Alan T. DeKokMark zombie alive if it responses to status-server...
2014-04-05 Alan T. DeKokIf we can't originate the CoA request, just free it
2014-04-04 Arran Cudbard-BellSync packet code definitions with master
2014-04-03 Arran Cudbard-BellAdd macro for checking the validity of a radius packet...
2014-03-31 Arran Cudbard-BellFix memory leaked at exit time
2014-03-29 Arran Cudbard-BellDon't segv printing the Pre-Proxy type
2014-03-29 skidsExpose the main event loop so modules can use it.
2014-03-16 Arran Cudbard-BellBackport fr_cursor name changes
2014-02-26 Alan T. DeKokAvoid infinite recursion on edge condition
2014-02-26 Alan T. DeKokThe proxy listener can be NULL, so check for that, too
2014-02-26 Alan T. DeKokThe request is still in the proxy hash on eol_cb
2014-02-26 Alan T. DeKokClean up more quickly when a proxy socket closes.
2014-02-26 Alan T. DeKokCheck if the socket goes away during proxy_wait_for_reply()
2014-02-26 Alan T. DeKokAdded note on precondition for function
2014-02-26 Alan T. DeKokRemove FDs from the FD list at EOL
2014-02-26 Alan T. DeKokWhen a socket is dead, set it's state to EOL, not REMOV...
2014-02-26 Alan T. DeKokNote when proxying to a TLS home server
2014-02-23 Alan T. DeKokCatch race condition in request_running()
2014-02-23 Alan T. DeKokrename CHILD_DONE to NO_CHILD_THREAD
2014-02-23 Alan T. DeKokDon't fill up the log with per-packet messages.
2014-02-23 Alan T. DeKokrequest_running() doesn't handle FR_ACTION_PROXY_REPLY
2014-02-23 Alan T. DeKokRemove extraneous %
2014-02-23 Alan T. DeKokOn proxy_running ACTION_RUN, do running, not PROXY_REPLY
2014-02-22 Alan T. DeKokClean up common state machine
2014-02-22 Alan T. DeKokBe more careful about setting child states
2014-02-22 Alan T. DeKokSet request->child_pid = NO_SUCH_CHILD_PID in request_f...
2014-02-22 Alan T. DeKokRe-do state machine to make sense.
2014-02-22 Alan T. DeKokTurn off DEBUG_STATE_MACHINE by default
2014-02-22 Alan T. DeKokDon't talloc_steal the request to the listener
2014-02-22 Alan T. DeKokMake it work again in non-threaded mode
2014-02-22 Alan T. DeKokUse proper names for child states
2014-02-22 Alan T. DeKokBetter messages for debug state machine
2014-02-21 Arran Cudbard-Bellwe_are_master() should return bool
2014-02-21 Alan T. DeKokIf there's no children, don't check for master
2014-02-21 Arran Cudbard-BellFix more booleans
2014-02-21 Alan T. DeKokMore bool fixes for spawn_flag
2014-02-21 Alan T. DeKokBetter debug message
2014-02-21 Alan T. DeKokClean up debugging messages
2014-02-20 Arran Cudbard-BellBackport fixes and tallocisation of event.c from master
2014-02-20 Alan T. DeKokomment out proxy_delete_cb if there's no proxying
2014-02-20 Alan T. DeKokMove variable to block where it's used
next