Print out limits when opening/closing proxy sockets.
[freeradius.git] / src / main / process.c
2014-06-25 Alan T. DeKokPrint out limits when opening/closing proxy sockets.
2014-06-24 Arran Cudbard-Bellnewvector should be a bool
2014-06-23 Arran Cudbard-BellSimpler VERIFY_REQUEST macro in process.c
2014-06-23 Alan T. DeKokThread-safe VERIFY_REQUEST
2014-06-17 Alan T. DeKokBetter checks for DEBUG_PACKET
2014-06-17 Alan T. DeKokUse correct test for debugging
2014-06-17 Alan T. DeKokstatus check packets don't have a client. Closes #691
2014-06-17 Arran Cudbard-BellSprinkle VERIFY_REQUEST throughout the state machine
2014-06-16 Arran Cudbard-BellUse sane macro names for codes. PW_CODE_AUTHENTICATION_...
2014-06-13 Alan T. DeKokMake the configuration more understandable. Fixes...
2014-06-13 Nikolai KondrashovAdd max_response_timeouts option
2014-06-13 Nikolai KondrashovLet client response windows override init_delay
2014-06-10 Arran Cudbard-BellConvert request_free to a destructor to make double...
2014-06-05 Alan T. DeKokinit_delay = response_window / 2. Closes #677
2014-06-04 Alan T. DeKokPull checks from master
2014-06-04 Alan T. DeKokMake DEBUG_STATE_MACHINE print out usec timestamps
2014-06-04 Alan T. DeKokAdd the proxy reply attributes to the reply. Fixes...
2014-06-03 Alan T. DeKokBe more careful with proxy delays. Should help #673
2014-06-03 Alan T. DeKokPrint timeouts for requests in debugging mode
2014-05-30 Alan DeKokMerge pull request #672 from spbnick/init_delay_rename_...
2014-05-30 Nikolai KondrashovRename min_response_window to init_delay
2014-05-29 Alan T. DeKokAdded per-client response_window. Closes #645
2014-05-29 Alan T. DeKokTrack response_window to request->delay. Addresses...
2014-05-28 Alan T. DeKokDon't print out useless proxy ID
2014-05-28 Alan T. DeKokAdd the proxy listener to the packet list immediately
2014-05-27 Alan T. DeKokTweak error message
2014-05-27 Alan T. DeKokRe-arrange calls to setup_post_proxy_fail
2014-05-27 Alan T. DeKokWe can suppress delayed proxy responses, too
2014-05-26 Alan T. DeKokStart request numbers at 1
2014-05-26 Alan T. DeKokCall rad_postauth() and send the packet from proxy_no_r...
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
next