2021-04-05 |
Alan T. DeKok | grab another coa tunnel listener if this one is full |
commit | commitdiff | tree |
2021-04-05 |
Alan T. DeKok | fixes from Vadim |
commit | commitdiff | tree |
2021-04-05 |
Alan T. DeKok | typo fixes from Vadim |
commit | commitdiff | tree |
2021-04-03 |
Alan T. DeKok | and more cleanups |
commit | commitdiff | tree |
2021-04-03 |
Alan T. DeKok | more cleanups of TLS debug |
commit | commitdiff | tree |
2021-04-03 |
Alan T. DeKok | run new connections through a special section |
commit | commitdiff | tree |
2021-04-03 |
Alan T. DeKok | only initialize the mutex if we succeed on insert |
commit | commitdiff | tree |
2021-04-03 |
Alan T. DeKok | typo |
commit | commitdiff | tree |
2021-04-03 |
Alan T. DeKok | retry on insert failure, due to mutex issues |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | for non-proxy sockets, run CoA / Disconnect through... |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | check for Proxy-To-Originating-Realm, too |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | use better names for home->virtual_server |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | use better names for CoA home server / pool |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | use better names |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | mark up this listener as doing reverse CoA, too |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | fix typos from Vadim |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | skip listeners where all IDs are used |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | shut up compiler |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | move calls to listen_coa_free() so that we don't break... |
commit | commitdiff | tree |
2021-04-02 |
Vadim Cargatser | tests for radsec |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | use proxy->vps, in line with other uses |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | add WITH_COA_TUNNEL to build |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | glue in the code to look up listeners by key. |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | respect Proxy-To-Originating-Realm in request_coa_origi... |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | make request_coa_originate() follow the other methods |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | allow for reverse coa proxying in request_will_proxy() |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | track the number of IDs used, so that we can allocate... |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | start of add / delete / lookup API for reverse coa... |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | process coa replies through the coa server |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | more descriptive errors for people who don't read the... |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | rearrange brackets to quiet scan |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | only define COA_TUNNEL if we have WITH_TLS |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | let's define TCP-Session-Key |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | build without CoA tunnels |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | add the listener by key if required |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | use listener->fd, not request->packet->sockfd |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | look for CoA requests from a home server, and send... |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | add / delete incoming sockets to proxy list, if they... |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | originate CoA requests to the NAS, and deal with the... |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | add and parse CoA fields for incoming listeners |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | add feature flag |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | add WITH_COA_TUNNEL definition |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | add and use separate function for sending to a proxy... |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | move encode/decode for proxies to their own fields |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | use better name |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | make the TLS session information usable. |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | use correct parameter |
commit | commitdiff | tree |
2021-04-02 |
Jorge Pereira | Fix EAP input tests |
commit | commitdiff | tree |
2021-04-02 |
Jorge Pereira | Fix CI EAP tests |
commit | commitdiff | tree |
2021-04-02 |
Jorge Pereira | Fix EAP tests against specific TLS versions |
commit | commitdiff | tree |
2021-04-02 |
Jorge Pereira | Fix EAP tests allowing 'make -C src/tests/ tests.eap' |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | run policies to see if we can accept the RadSec connection |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | don't delay responses to Status-Server |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | gracefully handle closed connections |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | handle SSL_ERROR_ZERO_RETURN a little more politely. |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | sample stunnel configuration |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | Allow TLS 1.3 for RadSec |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | fix typo |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | fix typo |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | note recent changes |
commit | commitdiff | tree |
2021-04-02 |
Alan T. DeKok | document suppress_secrets |
commit | commitdiff | tree |
2021-04-01 |
Alan T. DeKok | more documentation for EAP-TLS |
commit | commitdiff | tree |
2021-04-01 |
Vadim Cargatser | Looks like there is bug in tls code w/ fr_nonblock |
commit | commitdiff | tree |
2021-04-01 |
Alan T. DeKok | make request_coa_originate() follow the other methods |
commit | commitdiff | tree |
2021-04-01 |
Jorge Pereira | eapol_test: Fix OSX build using clang >= 11 (#3855... |
commit | commitdiff | tree |
2021-03-31 |
Alan T. DeKok | complain if there aren't enough fields |
commit | commitdiff | tree |
2021-03-31 |
Alan T. DeKok | let's not crash, m'kay? |
commit | commitdiff | tree |
2021-03-31 |
Alan T. DeKok | update examples |
commit | commitdiff | tree |
2021-03-29 |
Alan T. DeKok | correct samples |
commit | commitdiff | tree |
2021-03-28 |
Alan T. DeKok | add more WARNINGs so that people who read them will... |
commit | commitdiff | tree |
2021-03-27 |
Alan T. DeKok | don't print "name name" if we find a duplicate module... |
commit | commitdiff | tree |
2021-03-26 |
Alan T. DeKok | typo |
commit | commitdiff | tree |
2021-03-26 |
Alan T. DeKok | additional notes |
commit | commitdiff | tree |
2021-03-24 |
Alan T. DeKok | mark more attributes "secret" |
commit | commitdiff | tree |
2021-03-24 |
Alan T. DeKok | suppress more secrets |
commit | commitdiff | tree |
2021-03-24 |
Alan T. DeKok | typo |
commit | commitdiff | tree |
2021-03-22 |
Alan T. DeKok | use prefix, too |
commit | commitdiff | tree |
2021-03-22 |
Alan T. DeKok | suppress secrets here, too |
commit | commitdiff | tree |
2021-03-22 |
Alan T. DeKok | add and check for "suppress_secrets" |
commit | commitdiff | tree |
2021-03-22 |
Alan T. DeKok | add "secret" flag to attribute |
commit | commitdiff | tree |
2021-03-22 |
Alan T. DeKok | Add verify_tls_client_common_name policy |
commit | commitdiff | tree |
2021-03-22 |
Terry Burton | CI package tests: Use Azure-hosted mirrors for better... |
commit | commitdiff | tree |
2021-03-22 |
Jorge Pereira | :wrench: rlm_yubikey: Fix parenting issues (#4012) |
commit | commitdiff | tree |
2021-03-22 |
Alan T. DeKok | Added Centec dictionary. Fixes #4010 |
commit | commitdiff | tree |
2021-03-19 |
Terry Burton | Missing subsection search entry for "refresh" cache... |
commit | commitdiff | tree |
2021-03-19 |
Terry Burton | Typo (#4008) |
commit | commitdiff | tree |
2021-03-19 |
Matthew Newton | remove from Jenkinsfile, too |
commit | commitdiff | tree |
2021-03-19 |
Matthew Newton | update to fix CentOS' powertools breakage |
commit | commitdiff | tree |
2021-03-19 |
Matthew Newton | Remove CentOS 6 from Jenkins builds as now EOL |
commit | commitdiff | tree |
2021-03-15 |
Alan T. DeKok | whoops, need this too |
commit | commitdiff | tree |
2021-03-15 |
Alan T. DeKok | document "auth+acct" too |
commit | commitdiff | tree |
2021-03-15 |
Alan T. DeKok | note recent changes |
commit | commitdiff | tree |
2021-03-15 |
Alan T. DeKok | add IPv6 address for server / client stats |
commit | commitdiff | tree |
2021-03-15 |
Alan T. DeKok | don't count Status-Server in auth/acct counters |
commit | commitdiff | tree |
2021-03-14 |
Jorge Pereira | rlm_yubikey: The API uris should be 'https' (#3979) |
commit | commitdiff | tree |
2021-03-07 |
Jorge Pereira | rlm_sql_map: Add 'multiple_rows' option (#3903) |
commit | commitdiff | tree |
2021-03-05 |
Alan T. DeKok | run EAP-MD5, too |
commit | commitdiff | tree |
2021-03-05 |
Alan T. DeKok | reformat and normalize eapol_test configuration files |
commit | commitdiff | tree |
2021-03-05 |
Alexander Clouter | eap: test for TLS session resumption |
commit | commitdiff | tree |
2021-03-05 |
Alan T. DeKok | disable resumption tests, and check for TLS version... |
commit | commitdiff | tree |
next |