]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-01-24  Nick PorterSet PSK session callback for server SSL ctx
2025-01-24  Nick PorterDefine cbtls_psk_find_session() for TLS 1.3 PSK session...
2025-01-24  Nick PorterMove psk_server_callback to cb.c
2025-01-24  Nick PorterCorrect function signature for event_new_fd()
2025-01-24  Nick PorterBackport alignment consistent ipv6 masking from v4
2025-01-23  Matthew NewtonNo sock for detail listeners. Fixes #5485
2025-01-22  Nick PorterFree authority info access extracted from cert
2025-01-22  Nick PorterDistribution points need to be freed
2025-01-22  Nick PorterReport OpenSSL errors at each stage of OCSP failure
2025-01-22  Nick PorterUse client shortname as TLS conf name
2025-01-19  Alan T. DeKokThe configuration item is psk_hexphrase. #5469
2025-01-17  Alan T. DeKoktypo
2025-01-17  Alan T. DeKokadd proxy_rate_limit module
2025-01-16  Alan T. DeKokadd defaults
2025-01-16  Terry BurtonPreliminary mod_proxy_rate_limit module
2025-01-15  Alan T. DeKoknote recent changes
2025-01-15  Alan T. DeKokuse the server TLS configuration, not client.
2025-01-13  Nick PorterIf a client has a TLS config, use that in preference...
2025-01-13  Nick PorterParse client specific tls conf sections
2025-01-13  Nick PorterNo need to warn about short shared secret for RadSec...
2025-01-13  Nick PorterWS
2025-01-10  Nick PorterUse ROPTIONAL where request may not be set
2025-01-10  Nick PorterCorrect signature for SQL driver mod_instantiate
2025-01-08  Alan T. DeKoktweaks
2025-01-08  Alan T. DeKoknotes on debugging using OSX utilities.
2025-01-08  Alan T. DeKokactually print out the config
2025-01-07  Alan T. DeKokhashes aren't rlm_rcode_t
2025-01-07  Alan T. DeKokon double-checking, this isn't necessary
2025-01-07  Alan T. DeKokadd CRL distribution points. Fixes #4992
2025-01-07  Alan T. DeKokmore stats for TCP sockets, too
2025-01-07  Aren SandersenDon't crash when the OSCP URL is invalid. Fixes #5433
2025-01-06  Alan T. DeKokix eap tls preload certificate chains for realms Fixes...
2025-01-06  Alan T. DeKokminor tweaks to debug output
2025-01-06  Alan T. DeKokdocument new behavior of the EAP in pre-proxy
2025-01-06  Alan T. DeKoknote recent changes
2025-01-06  Mark DonnellyCalculate length of EAP-Message only. Fixes #5486
2025-01-05  Alan T. DeKokbetter handle single-character expansions. Fixes ...
2025-01-05  Alan T. DeKokupdate example flags. Fixes #5346
2025-01-05  Alan T. DeKokrename to --show-config. Fixes #5442
2025-01-05  Alan T. DeKokit's now safe to do request_done() for QUEUED requests
2025-01-05  Alan T. DeKokbe more aggressive about cleaning up full queues
2025-01-05  Alan T. DeKokAPI to see if the fifo is full
2025-01-04  Alan T. DeKokremember to unlock the mutex
2025-01-04  Alan T. DeKokremove dups and minor tweaks
2025-01-04  Alan T. DeKoknote recent changes
2025-01-04  Alan T. DeKokbetter handle "queue full" states
2025-01-04  Alan T. DeKokclear errors on CTRL-C
2025-01-04  Alan T. DeKokadd support for timeout. Fixes #5417
2025-01-04  Alan T. DeKokremove unnecessary code, and add comment explaining why
2025-01-04  Alan T. DeKokadd stress test script as posted to github PR #5480
2025-01-04  Alan T. DeKokremove extraneous assert
2025-01-04  Alan T. DeKoknote the behavior of the various listen states
2025-01-03  Nick PorterHandle label only used on TLS builds
2025-01-03  Nick PorterAllow for PGRES_TUPLES_CHUNK when checking PostgreSQL...
2025-01-03  Nick PorterHandle clang scan warnings
2025-01-03  Nick PorterHide TLS code on non-tls builds
2025-01-03  Alan T. DeKokclean up TLS connection checking
2025-01-03  Alan T. DeKoklet's add a reject delay
2025-01-03  Alan T. DeKoklet's make it executable
2025-01-03  Alan T. DeKokcatch more corner cases when using check_client_connect...
2025-01-03  Alan T. DeKokscripts and tests for rejected user
2025-01-03  Alan T. DeKokadd sample configuration for checking client connections
2025-01-03  Alan T. DeKokautomatically choose password if no eap type is set
2025-01-03  Alan T. DeKokuse arrays
2025-01-03  Alan T. DeKoktypo
2025-01-02  Alan T. DeKokadd sample TEAP configuration files for eapol_test
2025-01-02  Alan T. DeKokcleanups, debug, and implement Basic-Password-Auth...
2025-01-02  Alan T. DeKokadd example, because it's hard to read the docs
2025-01-02  Alan T. DeKokmore debugging
2025-01-01  Alan T. DeKokhoist allocation of fake request
2025-01-01  Alan T. DeKokset default to ""
2025-01-01  Alan T. DeKokcatch misconfiguration between required and received
2025-01-01  Alan T. DeKokmake errors REDEBUG
2025-01-01  Alan T. DeKokextract outer TLVs from peer, and use them in Crypto...
2025-01-01  Alan T. DeKokAllow sending of Basic-Password-Auth-Req
2025-01-01  Alan T. DeKokdon't default to MD5 for inner EAP. It's not supported.
2025-01-01  Alan T. DeKokmore sanity checks
2024-12-31  Alan T. DeKokrefuse to do anything other than TEAPv1
2024-12-31  Alan T. DeKokHandle the case where we have Outer TLVs with TEAP
2024-12-31  Alan T. DeKoksanity check outer TLV length even if 'L' bit is not set
2024-12-31  Alan T. DeKokuse newer options for OSX, ported from v4
2024-12-31  Alan T. DeKokremove debugging
2024-12-31  Alan T. DeKokquiet compiler
2024-12-31  Alan T. DeKokstart of work to allow TEAP 'O' bit without 'L' bit
2024-12-31  Alan T. DeKokuse macros instead of magic numbers
2024-12-31  Alan T. DeKokupdate docs to say that "authenticate" means User-Name...
2024-12-31  Alan T. DeKokdebug updates for clarity
2024-12-31  Nick PorterUbuntu 24 runners already use OpenSSL 3.0
2024-12-31  Nick PorterSwitch CI runners to Ubuntu 24
2024-12-30  Alan T. DeKokbetter debugging and state machine fixes
2024-12-30  Alan T. DeKokclean up debug output
2024-12-30  Alan T. DeKokchoose Identity-Type sent by the peer
2024-12-30  Alan T. DeKokset phase2 properly
2024-12-30  Alan T. DeKokcleanups, and let's not send too many Identity-Type...
2024-12-30  Alan T. DeKokadd provisions for handling Outer TLVs for peer, too
2024-12-30  Alan T. DeKokset flag if we're an EAP inner tunnel
2024-12-30  Alan T. DeKokallow only a limited subset of inner EAP types
2024-12-29  Alan T. DeKokadd more aliases. Fixes #5484
2024-12-29  Alan T. DeKokminor cleanups
2024-12-23  Alan T. DeKoknote recent changes
next