Set correct default destination port for replies to relay
[freeradius.git] / src /
2015-02-25 Alan T. DeKokSet correct default destination port for replies to...
2015-02-13 Alan DeKokMerge pull request #907 from spbnick/ssl_headers_fix
2015-02-13 Nikolai KondrashovInclude headers for OpenSSL init
2015-02-11 Arran Cudbard-BellMerge pull request #906 from spbnick/fix-openssl-versio...
2015-02-11 Nikolai KondrashovMove OpenSSL init out of version check
2015-02-03 Alan DeKokMerge pull request #898 from spbnick/disable_openssl_ve...
2015-02-03 Nikolai KondrashovAdd --disable-openssl-version-check option
2015-02-03 Alan DeKokMerge pull request #897 from spbnick/strlcpy_fix
2015-02-03 Nikolai Kondrashovlog: Check message buffer length to avoid overflow
2015-02-01 Alan T. DeKokReplace strncat() with strlcpy()
2015-02-01 Alan DeKokMerge pull request #895 from spbnick/v2.x.x_misc_fixes
2015-01-30 Nikolai KondrashovDon't dereference NULL cs in cf_item_parse
2015-01-30 Nikolai Kondrashovdhcp: Remove useless variable initializer
2015-01-30 Nikolai Kondrashovdhcpd: Verify DICT_VALUE exists itself
2015-01-30 Nikolai Kondrashovdhcp: Use correct format specifiers in a message
2015-01-30 Nikolai KondrashovFix two pointer signedness warnings
2015-01-30 Nikolai KondrashovRemove two unused variable declarations
2015-01-30 Nikolai KondrashovLimit log level string when building message
2015-01-30 Nikolai KondrashovInitialize child count in modcall_recurse
2015-01-30 Nikolai KondrashovCheck cf_item_parse return value
2015-01-30 Nikolai KondrashovCheck radius_get_vp return value
2015-01-30 Nikolai KondrashovReturn positive integers from each radius_xlat
2015-01-30 Nikolai Kondrashovrlm_sql_log: Check rad_mkdir result
2015-01-30 Nikolai Kondrashovxlat: Always free head
2015-01-30 Nikolai Kondrashovrlm_otp: Fix key size calculation
2015-01-30 Nikolai Kondrashovrlm_pap: Account for terminating zero
2015-01-30 Nikolai KondrashovVerify start_servers <= max_servers
2015-01-20 Alan T. DeKokFix typo. Closes #880
2015-01-15 Alan T. DeKokMore EXEEXT
2015-01-15 Alan T. DeKokUse $(EXEEXT) for radeapclient. Closes #875
2015-01-09 Alan T. DeKokTypos
2014-12-31 Arran Cudbard-BellUpdate copyright notices
2014-12-31 Alan T. DeKokSometimes we don't need to generate ephemeral RSA keys
2014-12-12 Alan T. DeKokDon't free packet twice
2014-12-12 Alan T. DeKokClarify warning message
2014-12-10 Alan T. DeKokPort detail fixes from v3.0.x
2014-12-10 Alan T. DeKokFix filename_escape for v2.x xlat API
2014-12-04 Arran Cudbard-BellBackport the filename escaping fix
2014-11-23 Alan T. DeKokRequest is done..
2014-11-23 Alan T. DeKokMark the request to be cleaned up when there's no proxy...
2014-11-21 Alan T. DeKokDon't set RUNNING unless a thread is running
2014-11-21 Alan T. DeKokRemove misleading message
2014-11-16 Alan T. DeKokMake tlsv1.2 and tlsv1.2 conditional on having them
2014-11-16 Alan T. DeKokAllow for selective disabling of TLSv1.1 and TLSv1.2
2014-11-11 Arran Cudbard-BellBackport udpfromto IPv6 fixes from v3.0.x
2014-11-03 Alan T. DeKokAllow TLS 1.1 and 1.2
2014-11-03 Alan T. DeKokAllow all UTF-8 characters
2014-10-28 Alan DeKokMerge pull request #824 from jrouzierinverse/v2.x.x
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
next