FR-AD-003 - Pass correct statement length into sqlite3_prepare[_v2]
[freeradius.git] / src / modules /
2017-07-17 Arran Cudbard-BellFR-AD-003 - Pass correct statement length into sqlite3_...
2017-07-17 Arran Cudbard-BellFR-AD-002 - Bind the lifetime of program name and pytho...
2017-07-17 Alan T. DeKokFR-GV-304 - check for option overflowing the packet
2017-07-17 Alan T. DeKokFR-GV-303 - do memchr() of end-p, not q-p
2017-07-17 Alan T. DeKokFR-GV-206 - decode option 60 (string) not 63 (octets...
2017-06-29 Philippe WoodingFix typo for huntgroups bug as described in freeradius...
2017-06-29 Alan T. DeKokdon't process VMPS packets twice
2017-06-27 Alan T. DeKoklength in bytes, not chbind packets
2017-06-05 Alan T. DeKokdo less alloc/free
2017-06-04 Alan T. DeKokdon't truncate at 1K
2017-06-02 Alan T. DeKokifdef out the whole function...
2017-06-02 Alan T. DeKokexpose WITH_DHCP to Make, and then don't build proto_dhcp
2017-06-02 Alan T. DeKokparse port. Closes #2000
2017-05-26 Alan T. DeKokcheck before dereference.
2017-05-20 Stefan PaetowMerge branch 'v3.0.x' into v3.0.x
2017-05-19 Alan T. DeKokcheck sizeof(*packet). Found by PVS-Studio
2017-05-19 Alan T. DeKokcheck before dereference. Found by PVS-Studio
2017-05-19 Alan T. DeKokdon't assign wrong enum to variable. Found by PVS...
2017-05-19 Alan T. DeKokremove duplicate checks. Found by PVS-Studio
2017-05-19 Alan DeKokMerge pull request #1989 from Sp1l/v3.0.x
2017-05-16 Alan T. DeKokuse correct packet for channel binding. Closes #1990
2017-05-16 Alan T. DeKokcreate string only if it's needed
2017-05-16 Alan T. DeKokuse RDEBUG
2017-05-12 Alan DeKokMerge pull request #1988 from alejandro-perez/v3.0.x
2017-05-11 Alejandro PerezFix typo in previous commit.
2017-05-11 Arran Cudbard-BellMerge branch 'v3.0.x' into patch-3
2017-05-10 Alan T. DeKokset statment to NULL. Fixes #1983
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 PerezSet idle_timeout to 5s to all the dynamic home servers
2017-05-09 Alejandro PerezRemove unnecessary check to update REALM
2017-04-19 Alan T. DeKokterminate && check VP
2017-04-19 Alan T. DeKokaccount for trailing zero. Closes #1960
2017-04-18 Alan T. DeKokRevert "these messages don't need to go to the main...
2017-04-18 Alan T. DeKokthese messages don't need to go to the main radiusd.log
2017-04-13 Alan DeKokMerge pull request #1961 from alanbuxey/patch-8
2017-04-13 Alan Buxeycorrected some types and grammar in comments
2017-04-07 Alan T. DeKokDon't crash on unexpected regex. Closes #1959
2017-03-31 Alan T. DeKokcheck for request->packet. Closes #1935
2017-03-31 Alan T. DeKokthese attributes are byte, not integer. Closes #1954
2017-03-29 Alan T. DeKokstart of peapv1
2017-03-29 Alan DeKokMerge pull request #1952 from spbnick/rlm_ldap_segfault_fix
2017-03-29 Alan T. DeKokAllow utc. Patch from Peter Lambrechtsen
2017-03-29 Nikolai KondrashovHandle connection error in rlm_ldap_cacheable_groupobj
2017-03-27 Alan T. DeKokre-add SSL wrappers for freeing VPs and Certs.
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-10 Alan T. DeKokrequest->packet cannot be NULL. Helps with #1935
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-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. DeKokrecursive recursion is bad
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 Nikolai KondrashovDlopen the actual linked libpython
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. DeKokcheck handler before freeing it
2017-02-03 Alan T. DeKoktrack TLS cache filename
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-01-26 Alan T. DeKokdon't write empty packets to the detail file
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
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 Nikolai KondrashovAccomodate consts added in OpenSSL 1.1
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 KondrashovCheck for openssl/hmac.h
2016-12-07 Nikolai KondrashovCheck for EVP_CIPHER_CTX_new to detect libcrypto
2016-11-23 Alan DeKokMerge pull request #1857 from jrouzierinverse/json...
2016-11-23 James RouzierCast byte as an unsigned char instead
2016-11-23 Alan T. DeKok\n is \n, not \b
2016-11-22 Alan T. DeKokmake data unsigned
2016-11-21 Alan T. DeKokCheck both attributes for message type and option 82
2016-11-18 Alan T. DeKokremove unnecessary const
next