Add SQL backing to Moonshot-*-TargetedId generation. Added three attributes for gener...
[freeradius.git] / src / main /
2017-05-16 Alan T. DeKokremove always-false condition
2017-05-11 Alan T. DeKokconvert assertion to run-time check.
2017-05-11 Alan T. DeKokconvert assert to run-time check.
2017-05-11 Arran Cudbard-BellMerge branch 'v3.0.x' into patch-3
2017-05-10 Alan DeKokMerge pull request #1985 from alejandro-perez/v3.0.x
2017-05-10 Alejandro PerezFix memory leak in trustrouter.c
2017-05-09 Alan DeKokMerge pull request #1982 from alejandro-perez/v3.0.x
2017-05-09 Alejandro PerezIncrease the amount of time a pool spends in the garbag...
2017-05-09 Alan BuxeyMerge branch 'v3.0.x' into patch-3
2017-05-08 Alan T. DeKokdisable internal OpenSSL cache
2017-05-08 Alan T. DeKokset S_IWUSER when creating the file, not later
2017-04-07 Alan T. DeKokDon't crash on unexpected regex. Closes #1959
2017-03-29 Alan DeKokMerge pull request #1952 from spbnick/rlm_ldap_segfault_fix
2017-03-28 Alan T. DeKokcf_log_err(), not fr_strerror_printf()
2017-03-28 Alan T. DeKokmap_cast_from_hex() does not produce error messages
2017-03-27 Alan T. DeKokre-add SSL wrappers for freeing VPs and Certs.
2017-03-20 Alan T. DeKokSearch from the beginning for altname. Closes #1946
2017-03-17 Alan T. DeKokAllow no cert when psk is configured
2017-03-14 Alan T. DeKokEnsure that error is always initialized
2017-03-14 Alan T. DeKokRemove always-false condition from cf_item_parse
2017-03-14 Alan T. DeKokclose open FDs on error, and use error path in more...
2017-03-14 Alan T. DeKokremove unused variable
2017-03-10 Alan T. DeKokAllo session resumption for RadSec connectins. Closes...
2017-03-10 Alan T. DeKokCoverity. Closes #1937
2017-03-08 Alan T. DeKokmore checks for client certificate expiration
2017-03-08 Alan T. DeKokRemove microseconds from %S. Closes #1934
2017-03-07 Alan T. DeKokenforce TLS client certificate expiration on session...
2017-03-07 Alan DeKokMerge pull request #1931 from sjbronner/patch-1
2017-03-07 Alan T. DeKokradtest should use Cleartext-Password for EAP
2017-03-06 Alan T. DeKokadd missing \n
2017-03-05 Alan T. DeKokprint summary if asked to do summary. Even without -x
2017-03-03 Alan T. DeKokfr_log_fp ,ay be NULL. Closes #1926
2017-03-03 Alan T. DeKokrely on talloc for certs, too
2017-03-03 Alan T. DeKokDon't double free VPs. Fixes #1927
2017-02-27 Alan DeKokMerge pull request #1592 from spbnick/dlopen_actual_lib...
2017-02-24 Alan T. DeKokset talloc parent to sock for thread safety
2017-02-24 Alan T. DeKokfmt may be NULL. Fixes #1922
2017-02-22 Alan T. DeKokadd usec resolution to %S. Fixes #1917
2017-02-20 Alan DeKokMerge pull request #1915 from spbnick/zero_char_pointer...
2017-02-20 Nikolai KondrashovFix three cases of comparing pointer to zero char
2017-02-16 Alan T. DeKoksuid down after fchown. Fixes #1914
2017-02-15 Alan T. DeKokremove extra assert. Addresses #1904
2017-02-14 Alan DeKokMerge pull request #1859 from njm506/v3.0.x
2017-02-08 Alan DeKokMerge pull request #1902 from herwinw/v30x-debian-stretch
2017-02-07 Alan T. DeKoktypo
2017-02-05 Alan T. DeKokupdate hash based on client port, too
2017-02-03 Alan T. DeKoktrack TLS cache filename
2017-02-03 Alan T. DeKokread the TLS data first, before the VPs
2017-02-02 Arran Cudbard-BellUpdate copyright year
2017-02-01 Alan DeKokMerge pull request #1893 from spaetow/patch-2
2017-02-01 Alan T. DeKokmore warnings
2017-01-26 Alan T. DeKokmore debugging about the data we're reading
2017-01-25 Alan T. DeKokdebug for non-threaded too
2017-01-25 Alan T. DeKokprint out packet type, contents, and reply for detail...
2017-01-25 Alan T. DeKokdon't print out IP addresses for detail packets
2017-01-04 Alan T. DeKokhoist check to outside of switch statement
2017-01-02 Alan T. DeKokfix filtering operators
2016-12-07 Alan DeKokMerge pull request #1850 from spbnick/v3.0.x_openssl_1...
2016-12-07 Alan T. DeKokcontinue to "next" in xlat alternate. Fixes #1866
2016-12-07 Nikolai KondrashovDo not assign OpenSSL callbacks if not needed
2016-12-07 Nikolai KondrashovHandle deprecated OpenSSL thread cleanup functions
2016-12-07 Nikolai KondrashovAccomodate consts added in OpenSSL 1.1
2016-12-07 Nikolai KondrashovDo not use OPENSSL_config
2016-12-07 Nikolai KondrashovDo not use ASN1_STRING_data
2016-12-07 Nikolai KondrashovDo not try to access private OpenSSL structs
2016-12-07 Alan T. DeKokindentation helps
2016-11-21 Alan DeKokMerge pull request #1853 from alanbuxey/patch-4
2016-11-21 Alan Buxeyremove unnecessary "Need 0 more connections to reach...
2016-11-18 Alan T. DeKokset reject on reject
2016-11-10 Boris Lytochkinfix build on FreeBSD: readline headers imply stdio...
2016-11-09 Arran Cudbard-BellMerge pull request #1829 from lytboris/init-out-v3.0.x
2016-11-09 Arran Cudbard-BellMerge branch 'v3.0.x' into init-out-v3.0.x
2016-11-08 Alan T. DeKokfix previous commit
2016-11-07 Arran Cudbard-BellSometimes we're spawning to reach min not spare
2016-11-05 Philippe WoodingInitialize out before calling radius_axlat or radius_ax...
2016-11-05 Arran Cudbard-BellMerge branch 'v3.0.x' into v3.0.x
2016-11-03 Arran Cudbard-BellMerge branch 'v3.0.x' into ldap-null-check
2016-11-03 Alan T. DeKokRename lt_* to fr_*. Fixes #1277
2016-10-19 Alan DeKokMerge pull request #1795 from intersvyaz/v3.0.x-patch1
2016-10-19 Alan DeKokMerge branch 'v3.0.x' into v3.0.x-patch1
2016-10-19 Alan T. DeKokAdd cipher_server_preference. Manual port of #1797
2016-10-19 Aleksey Katarginconffile: cleanup section children and tail on data...
2016-10-04 Alan T. DeKokfix warning messages for packet possibly truncated
2016-09-29 Alan T. DeKoksimplify debug messages
2016-09-26 Alan T. DeKokremove from proxy hash on ping timeout
2016-09-26 Arran Cudbard-BellDon't ignore the fact we've hit vulnerable versions...
2016-09-26 Alan T. DeKokreorder list
2016-09-26 Arran Cudbard-BellMerge pull request #1758 from TheMysteriousX/v3.0.x
2016-09-26 Adam BishopCheck the CVE ID, not the name
2016-09-26 Alan T. DeKokupdate for new CVEs
2016-09-26 Alan T. DeKokallow acknowledged CVEs
2016-09-25 Alan T. DeKokDon't open new connections when exiting. Addresses...
2016-09-23 Alan T. DeKokclean up OCSP / verify routines
2016-09-22 Alan DeKokMerge pull request #1755 from spaetow/patch-3
2016-09-22 Alan T. DeKokFix tls_global_version_check() function and message
2016-09-22 Alan T. DeKoksimplify code
2016-09-22 Alan T. DeKoktypo in version string
2016-09-22 Alan T. DeKoktypo
2016-09-22 Alan T. DeKokAdd more vulnerabilities for OpenSSL
2016-09-21 Alan T. DeKokmake code match the comments and documentation
next