]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2023-04-12  Alan T. DeKokadd stub function radiusv11
2023-04-12  Alan T. DeKoklast bit of magic to make it work
2023-04-12  Alan T. DeKokno need for these debug messages
2023-04-12  Alan T. DeKokdon't set default value for radiusv11
2023-04-12  Alan T. DeKokuse SSL_select_next_proto()
2023-04-12  Alan T. DeKokmove init client ALPN to home server
2023-04-12  Alan T. DeKokuse RDEBUG
2023-04-12  Alan T. DeKoknotes and todo for SSL_CTX_set_next_proto_select_cb()
2023-04-12  Alan T. DeKokError out on ALPN negotiation failures with home server.
2023-04-11  Alan T. DeKokonly set RADIUSv11 if TLS is being used
2023-04-11  Alan T. DeKokmore cleanups and rearrangements
2023-04-11  Alan T. DeKokrearrange negotiation of radiusv11 so that it works
2023-04-11  Alan T. DeKokmove radiusv11 configuration to CONF_PARSER stuff
2023-04-11  Alan T. DeKokadd radiusv11 configuration to TLS tests
2023-04-11  Alan T. DeKokdocument radiusv11 configuration
2023-04-11  Alan T. DeKokfirst pass at getting ALPN negotiation working
2023-04-11  Alan T. DeKokcopy radiusv11 flags to running listener
2023-04-11  Alan T. DeKokparse "radiusv11 = ..." for listeners, clients, and...
2023-04-09  Alan T. DeKokenforce per-packet RADIUSv11 flag.
2023-04-09  Alan T. DeKokset up for RADIUSv11
2023-04-09  Alan T. DeKokrearrange so we wake up
2023-04-09  Alan T. DeKokadd "want_read" and "want_write" callbacks.
2023-04-07  Alan T. DeKoknote recent changes
2023-04-07  Alan T. DeKokgive polite message about socket closing
2023-04-07  Alan T. DeKokfix ASAN issues. Fixes #4968
2023-04-07  Jorge Pereiraci: Add ASAN/LSAN options (#4969)
2023-04-07  Alan T. DeKokrevert to using sock->mutex again
2023-04-07  Alan T. DeKokit helps to initialize mutexes.
2023-04-07  Alan T. DeKokmore mutex locks around common data
2023-04-06  Jorge Pereirablock.sh: Add cleanup statement to avoid exit and let...
2023-04-06  Alan T. DeKoknote recent changes
2023-04-06  Alan T. DeKokScript to randomly block connections
2023-04-06  Alan T. DeKokuse a global mutex for TLS, not a per-socket mutex.
2023-04-06  Jorge PereiraAdd assert to catch invalid mutex (#4960)
2023-04-06  Alan T. DeKokneed this, too
2023-04-06  Alan T. DeKokadd accounting, and do minor cleanups
2023-04-06  Alan T. DeKokallow FR_LIBRARY_PATH to pass through, if it's already set
2023-04-06  Alan T. DeKokpass FR_LIBRARY_PATH if it's already set
2023-04-05  Alan T. DeKokclose the TLS socket on TLS errors.
2023-04-05  Alan T. DeKokconfiguration and scripts to test high load UDP ->...
2023-04-05  Alan T. DeKokremove extraneous echo
2023-04-04  Nick PorterWrap all uses of ssl_mutexes in the same ifdef
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()
next