remove redundant assignment. Found by PVS-Studio
[freeradius.git] / src / main / process.c
2017-05-19 Alan T. DeKokremove redundant assignment. Found by PVS-Studio
2017-05-19 Alan T. DeKokmove assertion to top of function. Found by PVS-Studio
2017-03-10 Alan T. DeKokCoverity. Closes #1937
2017-02-14 Alan DeKokMerge pull request #1859 from njm506/v3.0.x
2017-01-25 Alan T. DeKokdon't print out IP addresses for detail packets
2016-09-26 Alan T. DeKokremove from proxy hash on ping timeout
2016-09-25 Alan T. DeKokDon't open new connections when exiting. Addresses...
2016-09-07 Alan T. DeKokshow when we start proxying
2016-08-23 Alan T. DeKokDon't originate_coa unless proxy_requests=yes. Fixes...
2016-08-18 Alan T. DeKokretransmit is not an error
2016-06-21 Alan T. DeKokBuild without TCP, too
2016-03-14 Arran Cudbard-BellMerge pull request #1527 from herwinw/rlm_perl_robustne...
2016-03-08 Alan T. DeKokLeave Response-Packet-Type for request_finish
2016-03-04 Alan T. DeKokIncrement proxy responses in the right place
2016-03-03 Alan T. DeKokDon't do fail-over for originate CoA
2016-03-01 Alan T. DeKokDon't create response if it's do_not_respond.
2016-02-24 Alan T. DeKokremove unnecessary request->proxy_timestamp
2016-02-19 Alan T. DeKokuse FR_ACTION_DONE
2016-01-14 Alan DeKokMerge pull request #1495 from mcnewton/elk30
2016-01-13 Alan T. DeKokAllow setting of Response-Packet-Type in Post-Proxy...
2016-01-05 Alan T. DeKokalloc reply, not request packet.
2015-12-29 Alan T. DeKokAllow fail-over logic for TCP home servers
2015-10-30 Alan T. DeKokSend acct pings to acct port. Fixes #1364
2015-10-23 Alan T. DeKokIncrement timeouts for CoA packets, too
2015-10-02 Alan DeKokMerge pull request #1294 from mcnewton/lintian30x
2015-10-02 Matthew Newtontidy up a load of lintian warnings
2015-09-22 Alan T. DeKokPut state name into request->component
2015-09-21 Alan T. DeKokSimplify final state transitions with a macro
2015-09-21 Alan DeKokMerge pull request #1258 from qnet-herwin/typo_fixes
2015-09-21 Alan T. DeKokSet request->module to the request state
2015-09-16 Alan T. DeKokForgot a return...
2015-09-16 Alan T. DeKokBe a bit more careful about thread transitions
2015-09-13 Alan T. DeKokMore debugging around session-state
2015-09-11 Herwin WeststrateOptionally send rejects without a delay
2015-09-11 Herwin WeststrateAllow response_delay to be microseconds, too
2015-09-09 Arran Cudbard-BellMerge pull request #1217 from mcnewton/v3.0.x
2015-09-09 Alan T. DeKokAllow response_delay to be microseconds, too
2015-08-20 Alan T. DeKokmark home server alive if we have a proxy reply in...
2015-08-20 Alan T. DeKokRefactor "mark home server alive" to a function
2015-08-20 Alan T. DeKokStop processing when we hit max time. Fixes #1184
2015-08-19 Arran Cudbard-BellMerge pull request #1197 from jpereira/develop/rlm_rest2
2015-08-19 Alan T. DeKokWhen creating default proxy listener, add it to the...
2015-08-19 Alan T. DeKokWhitespace
2015-08-19 Alan T. DeKokSet packet->proto
2015-08-12 Alan T. DeKokPrint out packet code by name
2015-08-12 Alan T. DeKokPrint out Status-Server packet for pings
2015-08-12 Alan T. DeKokInclude packet ID in error messages
2015-07-27 Alan T. DeKokDo dedup for CoA packets, too
2015-07-26 Alan T. DeKokUse correct VP for port information
2015-07-20 Arran Cudbard-BellFix v6 address printing in from/to messages
2015-07-16 Arran Cudbard-BellUse modern list names
2015-07-15 Arran Cudbard-BellMerge pull request #1133 from jpereira/devel/add-sql_fi...
2015-07-14 Arran Cudbard-BellRename functions in pair.c to be consistent with the...
2015-06-25 Arran Cudbard-BellMerge pull request #1044 from geaaru/rlm_sqlippool_mand...
2015-06-16 Alan T. DeKokAdd WITH_ACCOUNTING to accounting code
2015-06-16 Arran Cudbard-BellName the talloc pools
2015-06-15 Alan T. DeKokPartial revert of 93e6ebe0.
2015-06-08 Alan T. DeKokPost-Proxy-Type Fail if we can't proxy to Packet-Dst...
2015-06-08 Alan T. DeKokFix proxy to Packet-Dst-IP-Address.
2015-06-08 Philippe WoodingFix bug that caused spinning when home server was put...
2015-05-29 Alan T. DeKoksend packet as the last thing in a thread
2015-05-28 Alan T. DeKokBe more careful when originating CoA requests
2015-05-28 Alan T. DeKokAllow sendign CoA packets from post-auth
2015-04-28 Arran Cudbard-Bellsed -ie 's/fr_debug_flag/fr_debug_lvl/' sed -ie 's...
2015-04-23 Alan T. DeKokAllow virtual servers in request_proxy_anew()
2015-03-31 Alan T. DeKokComments
2015-03-31 Arran Cudbard-BellMerge pull request #931 from nchaigne/3.0.x-fb4-rc
2015-03-29 Arran Cudbard-BellDoxygen
2015-03-27 Alan T. DeKokSimplify cleanup logic.
2015-03-27 Alan T. DeKokCleanup DHCP packets immediately
2015-03-26 Alan T. DeKokMore dot graphs for state machines
2015-03-25 Alan T. DeKokFreeze proxy sockets on EOL, too.
2015-03-25 Alan T. DeKokTCP socket timer limits mean they're marked frozen...
2015-03-25 Alan T. DeKokFreeze the proxy socket on timeout
2015-03-22 Arran Cudbard-BellDocs for request_will_proxy
2015-03-22 Alan T. DeKokMinor changes to meet v3.1.x
2015-03-22 Alan T. DeKokDon't initialize the proxy list on check_config
2015-03-22 Arran Cudbard-BellCleanup NONNULL
2015-03-22 Arran Cudbard-BellDoxygen
2015-03-21 Alan T. DeKokMake proxy to virtual server match callers for process_...
2015-03-21 Alan T. DeKokRemove STATE_MACHINE_DECL for functions, and add dot...
2015-03-14 Arran Cudbard-BellCID 1288496
2015-03-13 Arran Cudbard-BellNot a pointer
2015-03-13 Alan T. DeKokDoxygen for state machine
2015-03-13 Alan T. DeKoktypos
2015-03-13 Arran Cudbard-BellTypos
2015-03-13 Arran Cudbard-BellBut it's been config_items for N number of decades!
2015-03-13 Arran Cudbard-BellCleanup the REQUEST structure
2015-03-13 Arran Cudbard-BellFormatting
2015-03-13 Alan T. DeKokinitialize child state before printing it
2015-03-13 Alan T. DeKokMove request_process_timer() to request_max_time()
2015-03-13 Alan T. DeKokAdd CHECK_FOR_STOP macro to state machine functions
2015-03-13 Alan T. DeKokMove coa_separate checks to a macro
2015-03-13 Alan T. DeKokcoa_separate() doesn't need to take an action.
2015-03-13 Alan T. DeKokMove cleanup_delay calculations to cleanup_delay function
2015-03-13 Alan T. DeKokMove response_delay calculations to response_delay...
2015-03-13 Alan T. DeKokprocess_timer shouldn't need to handle child PROXIED...
2015-03-13 Alan T. DeKokRely on eol_listener to STOP requests when a socket...
2015-03-13 Alan T. DeKokDocument process timer function
2015-03-13 Alan T. DeKokrequest_common is now only request_process_timer
next