]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2021-04-07  Alan T. DeKokclose connection on "no TLS data, but connection isn... reverse_coa
2021-04-07  Alan T. DeKokadd %{listen:Originating-Realm-Key}
2021-04-06  Alan T. DeKokallow multiple Proxy-To-Originating-Realm keys
2021-04-06  Alan T. DeKoknotes on Status-Server when we bring up a TLS connection
2021-04-06  Alan T. DeKokregularize TLS messages
2021-04-06  Alan T. DeKokdeclare 'key' as const, which avoids a weird memcpy
2021-04-06  Alan T. DeKokhoist reverse_coa checks before _all_ "remove from...
2021-04-06  Vadim Cargatserfix radsec tests
2021-04-05  Alan T. DeKokoriginated CoA packets may not have a listener.
2021-04-05  Alan T. DeKokshut down coa tunnel listener after cleaning up proxied...
2021-04-05  Alan T. DeKokgrab another coa tunnel listener if this one is full
2021-04-05  Alan T. DeKokfixes from Vadim
2021-04-05  Alan T. DeKoktypo fixes from Vadim
2021-04-03  Alan T. DeKokand more cleanups
2021-04-03  Alan T. DeKokmore cleanups of TLS debug
2021-04-03  Alan T. DeKokrun new connections through a special section
2021-04-03  Alan T. DeKokonly initialize the mutex if we succeed on insert
2021-04-03  Alan T. DeKoktypo
2021-04-03  Alan T. DeKokretry on insert failure, due to mutex issues
2021-04-02  Alan T. DeKokfor non-proxy sockets, run CoA / Disconnect through...
2021-04-02  Alan T. DeKokcheck for Proxy-To-Originating-Realm, too
2021-04-02  Alan T. DeKokuse better names for home->virtual_server
2021-04-02  Alan T. DeKokuse better names for CoA home server / pool
2021-04-02  Alan T. DeKokuse better names
2021-04-02  Alan T. DeKokmark up this listener as doing reverse CoA, too
2021-04-02  Alan T. DeKokfix typos from Vadim
2021-04-02  Alan T. DeKokskip listeners where all IDs are used
2021-04-02  Alan T. DeKokshut up compiler
2021-04-02  Alan T. DeKokmove calls to listen_coa_free() so that we don't break...
2021-04-02  Vadim Cargatsertests for radsec
2021-04-02  Alan T. DeKokuse proxy->vps, in line with other uses
2021-04-02  Alan T. DeKokadd WITH_COA_TUNNEL to build
2021-04-02  Alan T. DeKokglue in the code to look up listeners by key.
2021-04-02  Alan T. DeKokrespect Proxy-To-Originating-Realm in request_coa_origi...
2021-04-02  Alan T. DeKokmake request_coa_originate() follow the other methods
2021-04-02  Alan T. DeKokallow for reverse coa proxying in request_will_proxy()
2021-04-02  Alan T. DeKoktrack the number of IDs used, so that we can allocate...
2021-04-02  Alan T. DeKokstart of add / delete / lookup API for reverse coa...
2021-04-02  Alan T. DeKokprocess coa replies through the coa server
2021-04-02  Alan T. DeKokmore descriptive errors for people who don't read the...
2021-04-02  Alan T. DeKokrearrange brackets to quiet scan
2021-04-02  Alan T. DeKokonly define COA_TUNNEL if we have WITH_TLS
2021-04-02  Alan T. DeKoklet's define TCP-Session-Key
2021-04-02  Alan T. DeKokbuild without CoA tunnels
2021-04-02  Alan T. DeKokadd the listener by key if required
2021-04-02  Alan T. DeKokuse listener->fd, not request->packet->sockfd
2021-04-02  Alan T. DeKoklook for CoA requests from a home server, and send...
2021-04-02  Alan T. DeKokadd / delete incoming sockets to proxy list, if they...
2021-04-02  Alan T. DeKokoriginate CoA requests to the NAS, and deal with the...
2021-04-02  Alan T. DeKokadd and parse CoA fields for incoming listeners
2021-04-02  Alan T. DeKokadd feature flag
2021-04-02  Alan T. DeKokadd WITH_COA_TUNNEL definition
2021-04-02  Alan T. DeKokadd and use separate function for sending to a proxy...
2021-04-02  Alan T. DeKokmove encode/decode for proxies to their own fields
2021-04-02  Alan T. DeKokuse better name
2021-04-02  Alan T. DeKokmake the TLS session information usable.
2021-04-02  Alan T. DeKokuse correct parameter
2021-04-02  Jorge PereiraFix EAP input tests
2021-04-02  Jorge PereiraFix CI EAP tests
2021-04-02  Jorge PereiraFix EAP tests against specific TLS versions
2021-04-02  Jorge PereiraFix EAP tests allowing 'make -C src/tests/ tests.eap'
2021-04-02  Alan T. DeKokrun policies to see if we can accept the RadSec connection
2021-04-02  Alan T. DeKokdon't delay responses to Status-Server
2021-04-02  Alan T. DeKokgracefully handle closed connections
2021-04-02  Alan T. DeKokhandle SSL_ERROR_ZERO_RETURN a little more politely.
2021-04-02  Alan T. DeKoksample stunnel configuration
2021-04-02  Alan T. DeKokAllow TLS 1.3 for RadSec
2021-04-02  Alan T. DeKokfix typo
2021-04-02  Alan T. DeKokfix typo
2021-04-02  Alan T. DeKoknote recent changes
2021-04-02  Alan T. DeKokdocument suppress_secrets
2021-04-01  Alan T. DeKokmore documentation for EAP-TLS
2021-04-01  Vadim CargatserLooks like there is bug in tls code w/ fr_nonblock
2021-04-01  Alan T. DeKokmake request_coa_originate() follow the other methods
2021-04-01  Jorge Pereiraeapol_test: Fix OSX build using clang >= 11 (#3855...
2021-03-31  Alan T. DeKokcomplain if there aren't enough fields
2021-03-31  Alan T. DeKoklet's not crash, m'kay?
2021-03-31  Alan T. DeKokupdate examples
2021-03-29  Alan T. DeKokcorrect samples
2021-03-28  Alan T. DeKokadd more WARNINGs so that people who read them will...
2021-03-27  Alan T. DeKokdon't print "name name" if we find a duplicate module...
2021-03-26  Alan T. DeKoktypo
2021-03-26  Alan T. DeKokadditional notes
2021-03-24  Alan T. DeKokmark more attributes "secret"
2021-03-24  Alan T. DeKoksuppress more secrets
2021-03-24  Alan T. DeKoktypo
2021-03-22  Alan T. DeKokuse prefix, too
2021-03-22  Alan T. DeKoksuppress secrets here, too
2021-03-22  Alan T. DeKokadd and check for "suppress_secrets"
2021-03-22  Alan T. DeKokadd "secret" flag to attribute
2021-03-22  Alan T. DeKokAdd verify_tls_client_common_name policy
2021-03-22  Terry BurtonCI package tests: Use Azure-hosted mirrors for better...
2021-03-22  Jorge Pereira:wrench: rlm_yubikey: Fix parenting issues (#4012)
2021-03-22  Alan T. DeKokAdded Centec dictionary. Fixes #4010
2021-03-19  Terry BurtonMissing subsection search entry for "refresh" cache...
2021-03-19  Terry BurtonTypo (#4008)
2021-03-19  Matthew Newtonremove from Jenkinsfile, too
2021-03-19  Matthew Newtonupdate to fix CentOS' powertools breakage
2021-03-19  Matthew NewtonRemove CentOS 6 from Jenkins builds as now EOL
2021-03-15  Alan T. DeKokwhoops, need this too
next