]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-01-02  Nick PorterPass nested attributes to Python functions (fixes ...
2024-12-31  Nick PorterAdd test for list reference in exec output parsing
2024-12-31  Nick PorterSimplify libcurl certificate parsing
2024-12-31  Nick Porterrequire_cert is a long not a pointer
2024-12-31  Nick PorterSet correct curl option for TLS SRP auth
2024-12-30  Nick PorterAttempt to pacify Coverity (CID #1604608)
2024-12-30  Nick PorterCorrect coverity annotation syntax
2024-12-30  Nick PorterAlways populate h_out when a connection is initialised
2024-12-30  Nick Porterfr_dlist takes real objects in the list, not the `entry...
2024-12-30  Nick PorterUse .asc extension for ASCII gpg keys
2024-12-30  Nick PorterAnother -1 error indicator (CID #1604616)
2024-12-30  Nick PorterWe only need -1 as an error indicator (CID #1604605)
2024-12-30  Nick PorterNo need for intermediate variable
2024-12-30  Nick Porterapt-key add is long deprecated
2024-12-28  Alan T. DeKoktrunk can have pending connections on open.
2024-12-28  Alan T. DeKokno, it's the pending queue.
2024-12-28  Alan T. DeKokrequests can be in the backlog when the trunk is initia...
2024-12-28  Alan T. DeKokit helps to set the eof flag
2024-12-28  Alan T. DeKokhandle more corner cases of blocking IO
2024-12-28  Alan T. DeKoka failed xlat is a "false" condition
2024-12-28  Alan T. DeKokhoist proxy loop checks to one location
2024-12-27  Alan T. DeKokstart of stats cleanups
2024-12-27  Alan T. DeKokmove SNMP declarations to their own header
2024-12-27  Alan T. DeKokmove to new unlang_xlat_yield_to_retry() API
2024-12-27  Alan T. DeKokadd unlang_xlat_yield_to_retry()
2024-12-27  Alan T. DeKoknu_events can't be <0 if it's checked earlier
2024-12-27  Alan T. DeKokmake our own Proxy-State 64-bit
2024-12-27  Alan T. DeKokcomplain about proxy loops
2024-12-27  Alan T. DeKokset attr_packet_type
2024-12-27  Alan T. DeKokadd test for %proxy.sendto.ipaddr(...)
2024-12-27  Alan T. DeKokmove common code to function
2024-12-26  Alan T. DeKoksave a copy of the packet only if we're going to resend it
2024-12-26  Alan T. DeKokminor cleanups
2024-12-26  Alan T. DeKokregenerate from module configuration
2024-12-26  Alan T. DeKokquiet compiler
2024-12-26  Alan T. DeKokmore docs
2024-12-26  Alan T. DeKokminor tweaks to the example
2024-12-26  Alan T. DeKokadd and use idle_timeout configuration
2024-12-26  Alan T. DeKoktrack more per-connection stats
2024-12-26  Alan T. DeKokquiet analyzer
2024-12-26  Alan T. DeKokquiet analyzer
2024-12-26  Alan T. DeKokdirfd() is a C library function, and not a variable...
2024-12-26  Alan T. DeKokexpire old home servers, on a fixed 60s timer
2024-12-26  Alan T. DeKokallow modules to be commented out trivially
2024-12-26  Alan T. DeKokadd support for dynamic proxying
2024-12-26  Alan T. DeKokadd API for RB trees with expiry timers
2024-12-26  Alan T. DeKokmove common elements to one data structure
2024-12-26  Alan T. DeKokdon't complain about limit_proxy_state if we have Messa...
2024-12-26  Alan T. DeKokget rid of bio_result_t
2024-12-26  Alan T. DeKokrename functions for clarity
2024-12-26  Alan T. DeKokunify bio_result_t and bio_request_t
2024-12-25  Alan T. DeKokwe don't need to include <talloc.h>
2024-12-24  Alan T. DeKokremove last bits of rlm_radius_udp
2024-12-24  Alan T. DeKokonly complain if the user sets "interface = foo"
2024-12-24  Alan T. DeKokminor tweaks and clarifications
2024-12-24  Nick PorterAnother cbor negative limit fix
2024-12-24  Nick PorterThe new radius module doesn't create rlm_radius_udp.so
2024-12-23  Alan T. DeKokenable the new radius module
2024-12-23  Alan T. DeKokminor tweaks
2024-12-23  Alan T. DeKokuse unconnected-proxy and unconnected-replicate
2024-12-23  Alan T. DeKokactually set SO_RCVBUF to zero
2024-12-23  Nick PorterCorrect limit on negative cbor decode
2024-12-23  Nick PorterBetter Coverity hint (CID #1619299)
2024-12-23  Nick PorterPacify Coverity (CID #1634622)
2024-12-23  Nick PorterMove pointer check before first use (CID #1635782)
2024-12-22  Nick PorterCheck return of fr_pair_list_copy (CID #1636884)
2024-12-22  Nick PorterUse an attribute to record the type of TLS session...
2024-12-22  Nick PorterAdd placeholder establish session section
2024-12-22  Nick PorterAdd an optional "establish session" session
2024-12-22  Nick PorterDon't duplicate TLS session info attributes
2024-12-22  Nick PorterAdd sample "new session" section
2024-12-22  Nick PorterUse control attributes to set TLS min/max version
2024-12-22  Nick PorterDefine attributes for setting TLS min/max versions
2024-12-22  Nick PorterIf a "new session" section exists run that before creat...
2024-12-22  Nick PorterDetect if "new session" section exists
2024-12-22  Nick PorterAdd fr_tls_new_session_push
2024-12-22  Nick PorterAdd "new session" to TLS process sections
2024-12-20  Alan T. DeKokset SO_RCVBUF to zero for unconnected sockets, too
2024-12-20  Alan T. DeKokadd "mode = unconnected" and xlat function for replication
2024-12-20  Alan T. DeKokmake it clear that Message-Authenticator is auto-added
2024-12-20  Alan T. DeKokAdd Blast RADIUS checks to radclient.
2024-12-20  Alan T. DeKokdon't print out results if there are no results
2024-12-20  Alan T. DeKokset src_port if it's zero, too
2024-12-20  Alan T. DeKokget cmsg after setting controllen
2024-12-20  Alan T. DeKokmake decode_fail_t radius specific.
2024-12-20  Alan T. DeKokadd verify callback for stream sockets.
2024-12-20  Alan T. DeKokadd memory BIO for stream sockets
2024-12-20  Alan T. DeKokmore sanity checks for unconnected sockets
2024-12-20  Alan T. DeKokadd configuration for unconnected sockets
2024-12-20  Alan T. DeKokremove old "use_authenticator" flag
2024-12-18  Nick PorterReturn CACHE_RECONNECT if memcached returned a fatal...
2024-12-18  Nick PorterAdd memcached to CI tests
2024-12-18  Nick PorterAdd tests for memcached cache driver
2024-12-18  Nick PorterExpected output is data, not unresolved data
2024-12-18  Nick PorterInitialise map list
2024-12-18  Nick PorterRun-time tmpls need an event list
2024-12-18  Nick PorterUse fr_asprintf to access custom format specifiers
2024-12-18  Nick PorterNo need to populate buffer with driver name
2024-12-18  Nick PorterNo need to initialise buffer which is about to be print...
2024-12-18  Nick PorterDriver config is auto parsed when module is loaded
next