]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2023-04-03  Jorge PereiraFix missing phtread destroy (#4957)
2023-04-03  Jorge PereiraFix typo (#4956)
2023-04-03  Alan T. DeKoktypo
2023-04-01  Alan T. DeKokmore cleanups
2023-04-01  Alan T. DeKokjust use OpenSSL thread IDs
2023-03-30  Jorge PereiraFix runtime LSAN/ASAN out of bound index (#4942)
2023-03-30  Alan T. DeKokcall the correct API...
2023-03-30  Alan T. DeKoktypo
2023-03-30  Alan T. DeKoklet's remove the timer events when we free the socket...
2023-03-30  Alan T. DeKokmore checks and sanity
2023-03-30  Alan T. DeKokfix paths for v3
2023-03-30  Alan T. DeKokcopy from v4
2023-03-29  Alan T. DeKokfix CI
2023-03-29  Alan T. DeKoktry to shut up clang scan
2023-03-29  Alan T. DeKokhopefully one last fix
2023-03-29  Alan T. DeKokonly access "sock" for socket listeners
2023-03-29  Alan T. DeKokmove "dead" to public value
2023-03-29  Alan T. DeKokcheck EAP header byte 0, too, and add debug messages
2023-03-29  Alan T. DeKokadd pre_proxy method which catches invalid EAP packets.
2023-03-29  Alan T. DeKokinitialize sock better, and mark sockets as dead more...
2023-03-28  Jorge PereiraFix pthread.h include (#4943)
2023-03-27  Jorge PereiraMore move @.. to ${Q}... (#4937)
2023-03-23  Matthew NewtonCI: use local copies of Docker images
2023-03-23  Alan T. DeKok$(Q) -> ${Q}
2023-03-23  Matthew NewtonCI: remove ubuntu 18.04
2023-03-23  Matthew NewtonCI: remove non-Docker path
2023-03-23  Jorge Pereiraci: Add 'sanitizer' build action
2023-03-23  Jorge Pereiraci: Fix missing libclang-rt-15-dev
2023-03-23  Jorge Pereiraci: Bump LLVM/CLANG for 15
2023-03-23  Jorge PereiraFix runtime LSAN/ASAN error in command.c
2023-03-23  Jorge PereiraFix conflict test radiusd instances
2023-03-23  Jorge Pereiraevent: Fix missing phtread.h include
2023-03-23  Jorge PereiraMove @.. to $(Q)...
2023-03-23  Matthew NewtonCI: clearer versions
2023-03-23  Matthew NewtonCI: backport self-hosted docker image updates from v4
2023-03-22  Jorge PereiraBackport math.h from v4
2023-03-22  Jorge PereiraFix runtime LSAN/ASAN error in src/lib/atomic_queue.c
2023-03-21  Alan T. DeKoknote recent changes
2023-03-20  Jorge PereiraFix memory-leak in "radiusd -XCM" (#4933)
2023-03-17  Alan T. DeKokremove "other" from here, too
2023-03-17  Jorge PereiraFix missing prototype parameter in ssl_version()
2023-03-17  Jorge PereiraSuppress GCC unknown pragma warnings in rlm_perl
2023-03-17  Jorge Pereiraci: Bump OpenSSL for 3.0.8
2023-03-17  Alan T. DeKokdisallow CoA for fake packets. Fixes #4929
2023-03-17  Alan T. DeKokjust remove the file, as it's entirely unused
2023-03-17  Jorge PereiraFix runtime error in file_common()
2023-03-17  Jorge PereiraFix runtime error in cf_file_open()
2023-03-17  Jorge PereiraFix runtime error: load of misaligned address in xlat_i...
2023-03-17  Jorge PereiraFix runtime LSAN/ASAN error in fr_in6addr_mask()
2023-03-17  Jorge PereiraFix AddressSanitizer: odr-violation in 'radiusd_version'
2023-03-17  Jorge PereiraFix LSAN/ASAN memory-leak in lib/radius
2023-03-17  Jorge PereiraFix runtime LSAN/ASAN error in src/lib/dict.c
2023-03-17  Jorge PereiraFix runtime LSAN/ASAN error in src/main/conffile.c
2023-03-17  Jorge Pereiraradattr: Fix several memory-leaks reported by LSAN
2023-03-17  Alan T. DeKokjuste use fr_hash() instead of hand-rolled hash from...
2023-03-17  Jorge PereiraBackport m4/ax_cc.m4 from v4
2023-03-17  Jorge PereiraBackport 'DIAG_UNKNOWN_PRAGMAS' macro from v4
2023-03-16  Jorge PereiraFix mismatched bound size in eapsim_checkmac()
2023-03-16  Jorge PereiraFix memory leak in client_add()
2023-03-16  Jorge PereiraFix heap-buffer-overflow in pap_auth_pbkdf2_parse()
2023-03-16  Alan T. DeKokcoa->home_server may be NULL. Fixes #4929
2023-03-15  Alan T. DeKokUpdate dictionary.wifialliance (#4928)
2023-03-14  Jorge PereiraFix rlm_unbound build (#4927)
2023-03-09  Alan T. DeKokcall proxy_send() for sending proxied packets
2023-03-08  Alan T. DeKokfix use of DIAG in macro
2023-03-08  Alan T. DeKokmore fixes for talloc_autofree_context() deprecation
2023-03-08  Alan T. DeKoktalloc_autofree_context() is deprecated in newer versio...
2023-03-08  Alan T. DeKoknote TLS 1.2 or smaller for EAP-FAST
2023-03-08  Alan T. DeKokWarn if libldap uses NSS. Fixes #4918
2023-03-08  Alan T. DeKokshift 32-bit words, not 8-bit words.
2023-03-08  Alan T. DeKokadd more DEBUG3
2023-02-28  Nick PorterUpdate ciena dictionary
2023-02-24  Nick PorterDocument max_retries in ChangeLog
2023-02-23  Nick PorterDefine max_retries for pool connections (#4908)
2023-02-20  Jorge PereiraDestroy MD context, causing leaks with OpenSSL >= 3...
2023-02-16  Alan T. DeKokbump TLS buffer size to 64K.
2023-02-16  Matthew NewtonBump for 3.2.3
2023-02-16  Matthew Newtonrelease 3.2.2 release_3_2_2
2023-02-16  Terry BurtonRemove broken Dockerfiles for centos8 and debian9 ...
2023-02-16  Terry BurtonEnsure service user has stable uid/gid between Docker...
2023-02-15  Terry Burtonmd5 xlat: Destroy MD context, causing leaks with OpenSS...
2023-02-15  Alan T. DeKokmore commented-out docs for Auth-Type LDAP
2023-02-14  Nick Porterrest: Add test of request timeout
2023-02-13  Nick PorterAdd tests of rlm_rest
2023-02-13  Nick Porterrest: Add option for rest xlat body data to be encoded...
2023-02-13  Nick PorterAdd OpenResty to CI test servers
2023-02-13  Nick PorterAdd rest xlat "section" config
2023-02-13  Nick PorterQuiet module test warnings
2023-02-10  Alan T. DeKokRevert "sql.accounting needs Acct-Status-Type"
2023-02-10  Alan T. DeKokRevert "run the accounting "post-auth" query for sql_se...
2023-02-10  Alan T. DeKokRevert "typo"
2023-02-09  Nick PorterPackage rlm_unbound for RedHat based systems
2023-02-09  Nick PorterPackage rlm_unbound for Debian based systems
2023-02-09  Nick PorterMove man page to correct location
2023-02-09  Nick PorterAdd resolvconf and hosts options to rlm_unbound man...
2023-02-09  Nick PorterAdd rlm_unbound to stable module list
2023-02-09  Alan T. DeKoktypo
2023-02-09  Alan T. DeKokrun the accounting "post-auth" query for sql_session_start
2023-02-08  Nick PorterClarify pre and post proxy behaviour when proxying...
2023-02-08  Alan T. DeKoknote recent changes
next