Port fix for #945 from v3.0.x branch
[freeradius.git] / src / modules /
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
2013-03-24 Alan T. DeKokFix horrible hack
2013-03-13 Arran Cudbard-BellIgnore more things
2013-03-13 Arran Cudbard-Bellrlm_eap virtual servers now call postauth for both...
2013-03-07 Alan T. DeKokDon't dlclose() modules on "radiusd -m"
2013-03-03 Alan T. DeKokAdded 0x... for numbers
2013-02-26 Arran Cudbard-BellFix redis configure script
2013-02-26 Arran Cudbard-BellMerge pull request #192 from candlerb/candlerb/expand_xlat
2013-02-20 Alan T. DeKokMake EAP-Key-Name things work
2013-02-19 Alan T. DeKokPrint out more helpful text for operations error
2013-02-19 Alan T. DeKokAccessing a list global to the module means it's thread...
2013-02-18 Alan T. DeKokCall cf_section_parse_free before freeing sub-modules
2013-02-18 Alan T. DeKokNo longer need to free conf file stuff manually.
2013-02-18 Alan T. DeKokOne more check for size > 253
2013-02-17 Alan T. DeKokCheck for more NULL
2013-02-17 Alan T. DeKokEnsure pointer is initialized
next