Lock thread_pool.wait_mutex before forking to avoid a race condition between rad_fork...
[freeradius.git] / src /
2014-10-28 James RouzierLock thread_pool.wait_mutex before forking to avoid...
2014-10-26 Alan T. DeKokDo OCSP checks only if we got issuer_cert. Closes...
2014-09-21 Alan T. DeKokDon't use DHCP-Server-IP-Address for source IP
2014-09-08 Alan T. DeKokFind the SUB section, not the NEXT one
2014-09-03 Alan T. DeKokFree output bio, too
2014-09-03 Alan T. DeKokPrint debug messages only in debug mode. Closes #779
2014-09-02 Alan T. DeKokin client_add() add to a virtual server is first argume...
2014-08-22 Alan T. DeKokMove checks for "sig_t" to AC_CHECK_TYPE. Fixes #765
2014-08-15 Alan T. DeKokBe more descriptive in complaints
2014-08-15 Alan T. DeKokAllow for enforcement in post-auth
2014-08-15 Alan T. DeKokPrint names for packet types
2014-06-17 Arran Cudbard-BellRelax libssl checks
2014-06-14 Alan T. DeKokDon't use strtok. Closes #689
2014-06-13 Arran Cudbard-BellMerge pull request #685 from sylphlin/v2.x.x
2014-06-11 Arran Cudbard-BellDon't stop parsing on padding options
2014-06-11 Arran Cudbard-BellWhitespace
2014-06-10 Alan T. DeKokMake redundant-load-balance work again.
2014-06-10 Arran Cudbard-BellFix potential read into uninitialised memory and/or...
2014-05-21 Alan T. DeKokAdd "show module status"
2014-05-13 Alan T. DeKokPut last commit into correct place
2014-05-13 Alan T. DeKokNote component and module for unfinished request
2014-05-13 Alan T. DeKokBe more specific about reasons for discard
2014-04-26 Alan T. DeKokDon't do counters for Status-Server. Fixes #612
2014-04-17 Alan T. DeKokTypo. Fixes #591
2014-04-17 Alan T. DeKokSet destination port for client replies from relay...
2014-04-11 Alan T. DeKokBe more stringent about waiting for child to die
2014-04-09 Alan T. DeKokJust remove the session
2014-04-09 Alan T. DeKokCheck for invalid TLS handshake
2014-04-09 Alan T. DeKokIf we fail during tls handshake, don't send an EAP...
2014-04-09 Arran Cudbard-BellRemove ruby-lib-dir and ruby-include-dir, these should...
2014-04-08 Alan T. DeKokAllow vulnerable OpenSSL for testing purposes
2014-04-08 Alan T. DeKokCheck for vulnerable OpenSSL versions
2014-04-08 Alan T. DeKokAdd "allow_vulnerable_openssl" configuration item.
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-04 Alan T. DeKokHandle syslog, too
2014-04-04 Alan T. DeKokEnumerate all of the possibilities for -l FOO and -x
2014-04-04 Alan T. DeKokIf log isn't stdout, ALWAYS set stdout to /dev/null
2014-04-03 Alan T. DeKokThe character is unsigned. Fixes #578
2014-03-31 Arran Cudbard-BellWhitespace
2014-03-31 Arran Cudbard-Bellhave vp_prints_value pre-escape special chars in string...
2014-03-27 Arran Cudbard-BellSwap defined(sun) for defined(__sun) which is apparentl...
2014-03-27 Arran Cudbard-BellMerge pull request #569 from alanbuxey/version
2014-03-27 Alan Buxeyexpose server version to slat and document
2014-03-17 Alan T. DeKokIf the request was unicast, the reply can be unicast...
2014-03-13 Alan T. DeKokFix typos
2014-03-13 Alan T. DeKokPort DHCP fixes from v3.0.x
2014-03-13 Alan T. DeKokSet src IP on more situations.
2014-03-03 Alan T. DeKokAllow module status to be forced to any module code
2014-02-20 Arran Cudbard-BellBackport stderr/stdout fixes from v3.0.x
2014-02-19 Alan T. DeKokBoth name2's may be NULL
2014-02-18 Alan T. DeKokBe more careful in name2_cmp
2014-02-18 Alan T. DeKokback-port changes to sub_find_name2 from v3.0.x
2014-02-13 Alan T. DeKokIncrease buffer size. Use output buffer size as limit...
2014-02-12 Alan T. DeKokIt's OK if dh_params are non-existent
2014-02-11 Alan T. DeKokCache CUI, too
2014-01-28 Arran Cudbard-BellDon't use IP_SENDSRCADDR (in sendfromto) if on FreeBSD...
2014-01-28 Arran Cudbard-BellWhitespace
2014-01-27 Alan T. DeKokrequest->proxy_reply may be NULL
2014-01-27 Arran Cudbard-BellInclude signal.h
2014-01-27 Arran Cudbard-BellBackport panic_action
2014-01-27 Arran Cudbard-BellWhitespace
2014-01-19 Arran Cudbard-BellAdd missing pipe
2014-01-17 Arran Cudbard-BellFix typo (we don't want to fork twice)
2014-01-17 Alan T. DeKokThe "catch all" is -1, not < 0.
2014-01-09 Alan T. DeKokPatch to use --tag=CC. Fixes #497
2014-01-07 Arran Cudbard-BellReport a non-zero exit status if after forking, the...
2014-01-07 Arran Cudbard-Bellwhitespace
2014-01-06 Arran Cudbard-BellDisable proxy loopback check
2014-01-06 Arran Cudbard-Bellwhitespace
2013-12-06 Alan T. DeKokIf we can't decode the Password-With-Header, assume...
2013-12-02 Arran Cudbard-BellAllow zero length basedn strings
2013-12-02 Arran Cudbard-BellWhitespace fixes
2013-12-01 Alan T. DeKokDon't re-initialize SSL
2013-12-01 Alan T. DeKokLoad error strings, too
2013-12-01 Alan T. DeKokInitialize SSL library as soon as the server starts
2013-11-30 Alan T. DeKokMore checks and asserts for wait_for_child_to_die()
2013-11-30 Alan T. DeKokSet REQUEST_DONE as the *last* thing in the child thread
2013-11-30 Alan T. DeKokSkip code if we fail re-setting up the request
2013-11-30 Alan T. DeKokAdded assertion about child threads. This may help...
2013-11-25 Alan T. DeKokEnsure a one-way check
2013-11-25 Alan T. DeKokDo allocate_clear no more than once per second
2013-11-25 Alan T. DeKokPut a separate transaction around allocate_clear
2013-11-19 Alan T. DeKokUse correct field for attribute value
2013-11-18 Arran Cudbard-BellMissed threads.h from the list of makefile headers...
2013-11-01 Alan T. DeKokIt's OK if there's no Post-Proxy-Type Reject
2013-10-30 Alan T. DeKokFix errors
2013-10-28 Alan T. DeKokFix const ordering
2013-10-28 Alan T. DeKokFixes for v2.x.x
2013-10-28 Alan T. DeKokSanity check arguments
2013-10-28 Alan T. DeKokVarious fixes for DHCP.
2013-10-25 Alan T. DeKokPort OpenSSL build fixes from master.
2013-10-24 Arran Cudbard-BellFix typo in version.c
2013-10-23 Alan T. DeKokrecvfrom returns ssize_t, not size_t
2013-10-21 Alan T. DeKokRestore old behavior for if(...)
2013-10-16 Alan T. DeKokadd ntlm_auth_timeout option to rlm_mschap
2013-10-16 Alan T. DeKokadd timeout option to rlm_exec
2013-10-16 Alan T. DeKokAdd timeout arg to radius_exec_program, with default...
2013-10-14 Arran Cudbard-BellpArgs and pRet my legitimately be NULL on error, so...
2013-10-07 Alan T. DeKokMove assert to run-time check
next