2021-08-07 |
Alan T. DeKok | minor word smithing |
commit | commitdiff | tree |
2021-08-06 |
Alan T. DeKok | don't unlock the mutex if it was never locked. |
commit | commitdiff | tree |
2021-08-06 |
Alan T. DeKok | note recent changes |
commit | commitdiff | tree |
2021-08-05 |
Alan T. DeKok | allocate from the request, which is thread-safe. Helps... |
commit | commitdiff | tree |
2021-08-05 |
Alan T. DeKok | simple config for testing |
commit | commitdiff | tree |
2021-08-04 |
Alan T. DeKok | Status-Server packets are left in the TCP proxy hash |
commit | commitdiff | tree |
2021-08-04 |
Alan T. DeKok | allow status-server checks for TCP |
commit | commitdiff | tree |
2021-08-04 |
Alan T. DeKok | we cache preg only for PCRE |
commit | commitdiff | tree |
2021-08-04 |
Alan T. DeKok | more assertions |
commit | commitdiff | tree |
2021-08-03 |
Terry Burton | MySQL sqlippool SP: Run as invoker, not definer; close... |
commit | commitdiff | tree |
2021-08-03 |
Alan T. DeKok | don't build coa tunnel by default |
commit | commitdiff | tree |
2021-08-03 |
Alan T. DeKok | proxy_listener may not exist |
commit | commitdiff | tree |
2021-08-03 |
Alan T. DeKok | print out better errors |
commit | commitdiff | tree |
2021-08-03 |
Alan T. DeKok | return type is ssize_t if we return -1 |
commit | commitdiff | tree |
2021-08-02 |
Alan T. DeKok | simple test haproxy configuration file |
commit | commitdiff | tree |
2021-07-30 |
Alan T. DeKok | document proxy_protocol |
commit | commitdiff | tree |
2021-07-30 |
Alan T. DeKok | print ip, not fr_ipaddr_t |
commit | commitdiff | tree |
2021-07-30 |
Alan T. DeKok | the end client must be known, too. |
commit | commitdiff | tree |
2021-07-29 |
Alan T. DeKok | return 1 for "done" instead of "error" |
commit | commitdiff | tree |
2021-07-29 |
Alan T. DeKok | Dump raw data |
commit | commitdiff | tree |
2021-07-29 |
Alan T. DeKok | fix misplaced bracket |
commit | commitdiff | tree |
2021-07-29 |
Alan T. DeKok | print out things before mangling them |
commit | commitdiff | tree |
2021-07-29 |
Alan T. DeKok | rework connection management. Fixes #4163 |
commit | commitdiff | tree |
2021-07-29 |
Alan T. DeKok | don't read from the socket twice in a row, that's blocking |
commit | commitdiff | tree |
2021-07-29 |
Alan T. DeKok | spaces are allowed... |
commit | commitdiff | tree |
2021-07-29 |
Alan T. DeKok | set extra=0 only when min=max. |
commit | commitdiff | tree |
2021-07-29 |
Alan T. DeKok | formatting, so we don't have nested "else" when they... |
commit | commitdiff | tree |
2021-07-29 |
Alan T. DeKok | formatting |
commit | commitdiff | tree |
2021-07-29 |
Jorge Pereira | Fix typo in SQL ippool query (#4156) |
commit | commitdiff | tree |
2021-07-29 |
Masamichi Hosoda | Fix unnecessary periodic close/open in connection pools... |
commit | commitdiff | tree |
2021-07-29 |
Jorge Pereira | Fix another typo in SQL ippool queries.conf (#4158) |
commit | commitdiff | tree |
2021-07-29 |
Jorge Pereira | Fix ippool mysql schema.sql (#4157) |
commit | commitdiff | tree |
2021-07-29 |
Jorge Pereira | Fix DHCP common policy (#4159) |
commit | commitdiff | tree |
2021-07-28 |
Alan T. DeKok | rearrange for simplicity |
commit | commitdiff | tree |
2021-07-28 |
Jorge Pereira | Fix ippool 'skip_locked' variable set (#4153) |
commit | commitdiff | tree |
2021-07-28 |
Jorge Pereira | Fix typo in MySQL/ippool queries.conf (#4152) |
commit | commitdiff | tree |
2021-07-28 |
Jorge Pereira | Fix raddb SQL config path (#4151) |
commit | commitdiff | tree |
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 |
next |