FR-GV-203 - fix memory leak when using decode_tlv()
[freeradius.git] / src / modules /
2017-07-03 Alan T. DeKokdisable TLS session caches.
2017-07-03 Alan T. DeKokFix OpenSSL API issue. Based on a patch from Guido...
2016-09-01 Alan T. DeKokallow non-FIPS
2016-09-01 Alan T. DeKokissuer_cert may be NULL
2016-09-01 Alan T. DeKoklook at index i, not 0
2016-03-23 Arran Cudbard-BellMerge pull request #1570 from alanbuxey/patch-4
2016-03-23 Alan Buxeyfixed typo
2015-11-06 Alan T. DeKokMake default match config
2015-10-11 Alan T. DeKokWork around other OpenSSL stupidity.
2015-10-10 Arran Cudbard-BellFix compatibility with OpenSSL 1.0.2
2015-09-09 Alan T. DeKokAlways delete MS-MPPE-* from the reply. Fixes #1206
2015-09-09 Alan T. DeKokMore fixes to use SSL_export_keying_material
2015-06-22 Alan T. DeKokSet X509_V_FLAG_CRL_CHECK_ALL
2015-04-13 Alan T. DeKokExpand buffer to max string size
2015-04-08 Alan T. DeKokAdd certs to the packet, too
2015-03-31 Alan T. DeKokFix for v2
2015-03-31 Alan T. DeKokRevert "Disable TLS 1.2 by default. Causes MPPE key...
2015-03-31 Alan T. DeKokUse SSL_export_keying_material for TLSv1.2 PRF derivation
2015-03-31 Alan T. DeKokDisable TLS 1.2 by default. Causes MPPE key mismatches...
2015-03-29 Alan T. DeKokFix error message to be correct
2015-03-26 Alan T. DeKokAllow "eap" in Post-Auth-Type Reject
2015-03-10 Alan T. DeKokmd5 == nt
2015-03-04 Alan T. DeKokUse the correct name if there are multiple tagged attri...
2015-02-01 Alan DeKokMerge pull request #895 from spbnick/v2.x.x_misc_fixes
2015-01-30 Nikolai KondrashovFix two pointer signedness warnings
2015-01-30 Nikolai KondrashovRemove two unused variable declarations
2015-01-30 Nikolai Kondrashovrlm_sql_log: Check rad_mkdir result
2015-01-30 Nikolai Kondrashovrlm_otp: Fix key size calculation
2015-01-30 Nikolai Kondrashovrlm_pap: Account for terminating zero
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 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-04 Arran Cudbard-BellBackport the filename escaping fix
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-03 Alan T. DeKokAllow TLS 1.1 and 1.2
2014-11-03 Alan T. DeKokAllow all UTF-8 characters
2014-10-26 Alan T. DeKokDo OCSP checks only if we got issuer_cert. Closes...
2014-09-03 Alan T. DeKokFree output bio, too
2014-09-03 Alan T. DeKokPrint debug messages only in debug mode. Closes #779
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-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-10 Arran Cudbard-BellFix potential read into uninitialised memory and/or...
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-03 Alan T. DeKokThe character is unsigned. Fixes #578
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-27 Alan T. DeKokrequest->proxy_reply may be NULL
2014-01-09 Alan T. DeKokPatch to use --tag=CC. Fixes #497
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-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-10-25 Alan T. DeKokPort OpenSSL build fixes from master.
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-09-29 Arran Cudbard-BellFix crazy indentation
2013-09-29 Arran Cudbard-BellSegfault in libperl when doing perl_xlat(). Fix by...
2013-09-29 Arran Cudbard-BellWhitespace fixes in rlm_perl.c
2013-09-20 Arran Cudbard-BellFreeRADIUS 2.2.1: check_cert_issuer in EAP-TLS broken...
2013-09-20 Arran Cudbard-BellRemove spurious whitespace
2013-09-16 Arran Cudbard-BellMark rlm_python as THREAD_UNSAFE for the 2.2.1 release...
2013-07-23 Alan T. DeKokPrint correct value
2013-07-22 Arran Cudbard-BellFix warnings
2013-07-22 Arran Cudbard-BellUse internal function for hex encoding, sprintf gives...
2013-07-18 Arran Cudbard-Bellmod_error needs to be called with the GIL even though...
2013-07-18 Arran Cudbard-BellTrip whitespace from base64 strings
2013-07-18 Arran Cudbard-BellMore python fixes
2013-07-18 Arran Cudbard-BellDo python cleanup properly on thread exit
2013-07-17 Arran Cudbard-BellBackport fixes for thread local storage in rlm_python...
2013-06-24 Arran Cudbard-Bellerror if wait is not enabled and exec xlat is called
2013-06-19 Alan T. DeKokConvert error to warning.
2013-06-13 Arran Cudbard-BellFix digest size for sha1
2013-06-06 Alan T. DeKokDo the lookups only for client certificates
2013-06-06 Alan T. DeKokPort TLS-Client-Cert-X509v3* from "master" branch
2013-06-03 Alan T. DeKokIt's stupid to use assertions for run-time syntax checks
2013-05-21 Alan DeKokMerge pull request #293 from fajarnugraha/v2.x.x-suse...
2013-05-13 Alan T. DeKokMake radlog available in the "init" function of the...
2013-05-06 Alan T. DeKokBetter checks for decoding base64
2013-04-26 Arran Cudbard-BellMerge pull request #281 from alanbuxey/v2.x.x
2013-04-26 Alan Buxeybackport of sha1 expr support
2013-04-11 Alan T. DeKokNote that TLS "random_file" isn't required.
2013-03-26 Alan T. DeKokHacks to remove crash on exit
next