2021-07-28 |
Alan T. DeKok | let's scan the newly read data, too |
commit | commitdiff | tree |
2021-07-28 |
Alan T. DeKok | clear prev, too? |
commit | commitdiff | tree |
2021-07-27 |
Alan T. DeKok | parse PROXY line. |
commit | commitdiff | tree |
2021-07-27 |
Alan T. DeKok | we support PROXY protocol only for TLS |
commit | commitdiff | tree |
2021-07-27 |
Alan T. DeKok | start of proxy_protocol support |
commit | commitdiff | tree |
2021-07-27 |
Alan T. DeKok | minor updates to messages |
commit | commitdiff | tree |
2021-07-26 |
Alan T. DeKok | cleanups and fixes |
commit | commitdiff | tree |
2021-07-25 |
Alan T. DeKok | let's build without TLS, too |
commit | commitdiff | tree |
2021-07-25 |
Alan T. DeKok | rename |
commit | commitdiff | tree |
2021-07-25 |
Alan T. DeKok | do SNI on the server side. |
commit | commitdiff | tree |
2021-07-25 |
Alan T. DeKok | typos |
commit | commitdiff | tree |
2021-07-25 |
Alan T. DeKok | note recent changes |
commit | commitdiff | tree |
2021-07-25 |
Alan T. DeKok | move SNI to the correct place |
commit | commitdiff | tree |
2021-07-25 |
Alan T. DeKok | update numbers |
commit | commitdiff | tree |
2021-07-25 |
Alan T. DeKok | select SSL_CTX based on realm, if hash table exists |
commit | commitdiff | tree |
2021-07-25 |
Alan T. DeKok | add Server Name Indication (SNI) to outbound RadSec... |
commit | commitdiff | tree |
2021-07-25 |
Alan T. DeKok | docs |
commit | commitdiff | tree |
2021-07-25 |
Alan T. DeKok | add "realm_dir" configuration |
commit | commitdiff | tree |
2021-07-25 |
Alan T. DeKok | add chain_file and private_key_file to tls_ctx_init() |
commit | commitdiff | tree |
2021-07-23 |
Alan T. DeKok | require OpenSSL 1.1.0 or greater for reject_unknown_int... |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | just use cert-file, and not chain file |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | add dictionary attributes, and allow for chain file |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | allow TLS-Session-Cert-File to be set |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | better errors |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | close connection on "no TLS data, but connection isn... |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | add %{listen:Originating-Realm-Key} |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | allow multiple Proxy-To-Originating-Realm keys |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | notes on Status-Server when we bring up a TLS connection |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | regularize TLS messages |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | declare 'key' as const, which avoids a weird memcpy |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | hoist reverse_coa checks before _all_ "remove from... |
commit | commitdiff | tree |
2021-07-22 |
Vadim Cargatser | fix radsec tests |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | shut down coa tunnel listener after cleaning up proxied... |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | grab another coa tunnel listener if this one is full |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | fixes from Vadim |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | typo fixes from Vadim |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | only initialize the mutex if we succeed on insert |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | typo |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | retry on insert failure, due to mutex issues |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | for non-proxy sockets, run CoA / Disconnect through... |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | check for Proxy-To-Originating-Realm, too |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | use better names for home->virtual_server |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | use better names for CoA home server / pool |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | use better names |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | mark up this listener as doing reverse CoA, too |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | fix typos from Vadim |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | skip listeners where all IDs are used |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | shut up compiler |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | move calls to listen_coa_free() so that we don't break... |
commit | commitdiff | tree |
2021-07-22 |
Vadim Cargatser | tests for radsec |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | use proxy->vps, in line with other uses |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | add WITH_COA_TUNNEL to build |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | glue in the code to look up listeners by key. |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | respect Proxy-To-Originating-Realm in request_coa_origi... |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | make request_coa_originate() follow the other methods |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | allow for reverse coa proxying in request_will_proxy() |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | track the number of IDs used, so that we can allocate... |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | start of add / delete / lookup API for reverse coa... |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | process coa replies through the coa server |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | more descriptive errors for people who don't read the... |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | rearrange brackets to quiet scan |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | only define COA_TUNNEL if we have WITH_TLS |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | let's define TCP-Session-Key |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | build without CoA tunnels |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | add the listener by key if required |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | use listener->fd, not request->packet->sockfd |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | look for CoA requests from a home server, and send... |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | add / delete incoming sockets to proxy list, if they... |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | originate CoA requests to the NAS, and deal with the... |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | add and parse CoA fields for incoming listeners |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | add feature flag |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | add WITH_COA_TUNNEL definition |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | add and use separate function for sending to a proxy... |
commit | commitdiff | tree |
2021-07-22 |
Alan T. DeKok | move encode/decode for proxies to their own fields |
commit | commitdiff | tree |
2021-07-16 |
Jorge Pereira | Fix typo added in 8c19082935 (#4148) |
commit | commitdiff | tree |
2021-07-16 |
Alan T. DeKok | note recent changes |
commit | commitdiff | tree |
2021-07-16 |
Alan T. DeKok | add ref |
commit | commitdiff | tree |
2021-07-15 |
Alan T. DeKok | remove extra field. Fixes #4144 |
commit | commitdiff | tree |
2021-07-15 |
Alan T. DeKok | updates from the main juniper file |
commit | commitdiff | tree |
2021-07-13 |
Alan T. DeKok | typo |
commit | commitdiff | tree |
2021-07-13 |
Alan T. DeKok | whitespace |
commit | commitdiff | tree |
2021-07-13 |
Alan T. DeKok | add reject_unknown_intermediate_ca |
commit | commitdiff | tree |
2021-07-13 |
Jorge Pereira | Update H3C dictionary. refs #4112 (#4134) |
commit | commitdiff | tree |
2021-07-12 |
Alan T. DeKok | as per recent IANA allocation |
commit | commitdiff | tree |
2021-07-08 |
Jorge Pereira | NetworkOnly value for APC-Service-Type. refs #4109... |
commit | commitdiff | tree |
2021-07-08 |
Nathan Ward | Fix chunked rlm_rest HTTP body (#4131) |
commit | commitdiff | tree |
2021-07-02 |
Alan T. DeKok | typo |
commit | commitdiff | tree |
2021-07-02 |
Antonio Torres | Setting the resource hard limit to zero is irreversible... |
commit | commitdiff | tree |
2021-06-29 |
Matthew Newton | note recent changes |
commit | commitdiff | tree |
2021-06-28 |
Matthew Newton | don't walk off the end of the cleanup list |
commit | commitdiff | tree |
2021-06-26 |
Alan T. DeKok | fix error message to make it clearer |
commit | commitdiff | tree |
2021-06-23 |
Alan T. DeKok | catch things we know are wrong, instead of requiring... |
commit | commitdiff | tree |
2021-06-20 |
Alan T. DeKok | print out decrypyted SSL data at debug>3 |
commit | commitdiff | tree |
2021-06-19 |
Alan T. DeKok | log information needed by Wireshark to decode TLS sessions |
commit | commitdiff | tree |
2021-06-18 |
Matthew Newton | don't use RTLD_DEEPBIND with ASAN |
commit | commitdiff | tree |
2021-06-18 |
Matthew Newton | more relevant for v3 |
commit | commitdiff | tree |
2021-06-18 |
Alan T. DeKok | check for postauth_client_lost sooner |
commit | commitdiff | tree |
2021-06-18 |
Alan T. DeKok | Revert "unlink entry when freeing it" |
commit | commitdiff | tree |
2021-06-18 |
Alan T. DeKok | unlink entry when freeing it |
commit | commitdiff | tree |
2021-06-18 |
Alan T. DeKok | add various sanitizer options from v4 |
commit | commitdiff | tree |
next |