note recent changes
[freeradius.git] / src /
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. DeKokRemove always-false condition in rlm_eap_fast
2017-03-14 Alan T. DeKokreturn RLM_MODULE_FAIL for default switch statement
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. DeKokrequest->packet cannot be NULL. Helps with #1935
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-28 Alan T. DeKokquiet compiler
2017-02-28 Nikolai KondrashovFix buffer overflow in fr_pton_port
2017-02-27 Alan DeKokMerge pull request #1592 from spbnick/dlopen_actual_lib...
2017-02-24 Alan T. DeKokadd modules.sql.fail trigger. Fixes #1923
2017-02-24 Alan T. DeKokmod_conn_create should not be global
2017-02-24 Alan T. DeKokset talloc ctx to handler
2017-02-24 Alan T. DeKokset talloc parent to sock for thread safety
2017-02-24 Alan T. DeKokrecursive recursion is bad
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-21 Arran Cudbard-BellMerge pull request #1919 from spbnick/fr_pton4_hostname_fix
2017-02-21 Nikolai KondrashovHandle hostnames in fr_pton4/6
2017-02-21 Alan DeKokMerge pull request #1916 from spbnick/v3.0.x_openssl_1...
2017-02-20 Nikolai KondrashovCheck for EVP_CIPHER_CTX_new in rlm_eap_pwd
2017-02-20 Nikolai KondrashovSwitch rlm_eap_pwd to HMAC_CTX_new/free
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-16 Nikolai KondrashovDlopen the actual linked libpython
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-07 Alan T. DeKokreject packets which contain multiple kinds of authenti...
2017-02-07 Alan T. DeKokcheck handler before freeing it
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-02 Arran Cudbard-BellMerge pull request #1894 from herwinw/v30x_rlm_sql_mysq...
2017-02-02 Herwin WeststrateRemoved combination of space+tab in rlm_sql_mysql.c
2017-02-01 Arran Cudbard-BellUse the actual field lengths when creating the result...
2017-02-01 Arran Cudbard-BellTrim whitespace before searching for operation type
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-26 Alan T. DeKokdon't write empty packets to the detail file
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-13 Arran Cudbard-BellDon't emit errors if no result is available
2017-01-13 Alan T. DeKokRevert ""no more rows" isn't an ERROR"
2017-01-13 Alan T. DeKok"no more rows" isn't an ERROR
2017-01-12 Arran Cudbard-BellTypo
2017-01-12 Arran Cudbard-BellUse a proper rcode for no more rows
2017-01-12 Arran Cudbard-BellMerge pull request #1881 from mcnewton/v3.0.x
2017-01-12 Matthew Newtonrlm_eap: RERROR type debugs so Module-Failure-Message...
2017-01-12 Arran Cudbard-BellFix backport issue
2017-01-12 Arran Cudbard-BellCall finish_select_query if we experience an error...
2017-01-12 Matthew Newtonrlm_eap_pwd: initialise HMAC context
2017-01-04 Alan T. DeKokhoist check to outside of switch statement
2017-01-02 Alan T. DeKokfix filtering operators
2017-01-02 Alan T. DeKokmore descriptive
2016-12-20 Alan T. DeKokadd recv_coa
2016-12-20 Matthew NewtonMerge pull request #1835 from qnet-herwin/retry_winbind...
2016-12-20 Herwin WeststrateAllow authentication retry in winbind
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 use HMAC_Init
2016-12-07 Nikolai KondrashovDo not use HMAC_CTX_init
2016-12-07 Nikolai KondrashovInitialize HMAC context in rlm_otp
2016-12-07 Nikolai KondrashovDo not try to access private OpenSSL structs
2016-12-07 Nikolai KondrashovMove func substitutes from rlm_eap to missing.c
2016-12-07 Nikolai KondrashovAdd a few OpenSSL fallback funcs
2016-12-07 Nikolai KondrashovCheck for openssl/conf.h
2016-12-07 Nikolai KondrashovCheck for openssl/asn1.h
2016-12-07 Nikolai KondrashovCheck for openssl/hmac.h
2016-12-07 Nikolai KondrashovCheck for EVP_CIPHER_CTX_new to detect libcrypto
2016-12-07 Nikolai KondrashovFix SSL_get_client/server_random checks
2016-12-07 Alan T. DeKokindentation helps
2016-11-30 Alan T. DeKokswitch with no match and no default
2016-11-30 njm506Merge branch 'v3.0.x' into v3.0.x
2016-11-28 Alan T. DeKoklimit FD to FD_SETSIZE
2016-11-23 Alan DeKokMerge pull request #1857 from jrouzierinverse/json...
next