2023-04-11 |
Alan T. DeKok | copy radiusv11 flags to running listener |
commit | commitdiff | tree |
2023-04-11 |
Alan T. DeKok | parse "radiusv11 = ..." for listeners, clients, and... |
commit | commitdiff | tree |
2023-04-09 |
Alan T. DeKok | enforce per-packet RADIUSv11 flag. |
commit | commitdiff | tree |
2023-04-09 |
Alan T. DeKok | set up for RADIUSv11 |
commit | commitdiff | tree |
2023-04-09 |
Alan T. DeKok | rearrange so we wake up |
commit | commitdiff | tree |
2023-04-09 |
Alan T. DeKok | add "want_read" and "want_write" callbacks. |
commit | commitdiff | tree |
2023-04-07 |
Alan T. DeKok | note recent changes |
commit | commitdiff | tree |
2023-04-07 |
Alan T. DeKok | give polite message about socket closing |
commit | commitdiff | tree |
2023-04-07 |
Alan T. DeKok | fix ASAN issues. Fixes #4968 |
commit | commitdiff | tree |
2023-04-07 |
Jorge Pereira | ci: Add ASAN/LSAN options (#4969) |
commit | commitdiff | tree |
2023-04-07 |
Alan T. DeKok | revert to using sock->mutex again |
commit | commitdiff | tree |
2023-04-07 |
Alan T. DeKok | it helps to initialize mutexes. |
commit | commitdiff | tree |
2023-04-07 |
Alan T. DeKok | more mutex locks around common data |
commit | commitdiff | tree |
2023-04-06 |
Jorge Pereira | block.sh: Add cleanup statement to avoid exit and let... |
commit | commitdiff | tree |
2023-04-06 |
Alan T. DeKok | note recent changes |
commit | commitdiff | tree |
2023-04-06 |
Alan T. DeKok | Script to randomly block connections |
commit | commitdiff | tree |
2023-04-06 |
Alan T. DeKok | use a global mutex for TLS, not a per-socket mutex. |
commit | commitdiff | tree |
2023-04-06 |
Jorge Pereira | Add assert to catch invalid mutex (#4960) |
commit | commitdiff | tree |
2023-04-06 |
Alan T. DeKok | need this, too |
commit | commitdiff | tree |
2023-04-06 |
Alan T. DeKok | add accounting, and do minor cleanups |
commit | commitdiff | tree |
2023-04-06 |
Alan T. DeKok | allow FR_LIBRARY_PATH to pass through, if it's already set |
commit | commitdiff | tree |
2023-04-06 |
Alan T. DeKok | pass FR_LIBRARY_PATH if it's already set |
commit | commitdiff | tree |
2023-04-05 |
Alan T. DeKok | close the TLS socket on TLS errors. |
commit | commitdiff | tree |
2023-04-05 |
Alan T. DeKok | configuration and scripts to test high load UDP ->... |
commit | commitdiff | tree |
2023-04-05 |
Alan T. DeKok | remove extraneous echo |
commit | commitdiff | tree |
2023-04-04 |
Nick Porter | Wrap all uses of ssl_mutexes in the same ifdef |
commit | commitdiff | tree |
2023-04-03 |
Jorge Pereira | Fix missing phtread destroy (#4957) |
commit | commitdiff | tree |
2023-04-03 |
Jorge Pereira | Fix typo (#4956) |
commit | commitdiff | tree |
2023-04-03 |
Alan T. DeKok | typo |
commit | commitdiff | tree |
2023-04-01 |
Alan T. DeKok | more cleanups |
commit | commitdiff | tree |
2023-04-01 |
Alan T. DeKok | just use OpenSSL thread IDs |
commit | commitdiff | tree |
2023-03-30 |
Jorge Pereira | Fix runtime LSAN/ASAN out of bound index (#4942) |
commit | commitdiff | tree |
2023-03-30 |
Alan T. DeKok | call the correct API... |
commit | commitdiff | tree |
2023-03-30 |
Alan T. DeKok | typo |
commit | commitdiff | tree |
2023-03-30 |
Alan T. DeKok | let's remove the timer events when we free the socket... |
commit | commitdiff | tree |
2023-03-30 |
Alan T. DeKok | more checks and sanity |
commit | commitdiff | tree |
2023-03-30 |
Alan T. DeKok | fix paths for v3 |
commit | commitdiff | tree |
2023-03-30 |
Alan T. DeKok | copy from v4 |
commit | commitdiff | tree |
2023-03-29 |
Alan T. DeKok | fix CI |
commit | commitdiff | tree |
2023-03-29 |
Alan T. DeKok | try to shut up clang scan |
commit | commitdiff | tree |
2023-03-29 |
Alan T. DeKok | hopefully one last fix |
commit | commitdiff | tree |
2023-03-29 |
Alan T. DeKok | only access "sock" for socket listeners |
commit | commitdiff | tree |
2023-03-29 |
Alan T. DeKok | move "dead" to public value |
commit | commitdiff | tree |
2023-03-29 |
Alan T. DeKok | check EAP header byte 0, too, and add debug messages |
commit | commitdiff | tree |
2023-03-29 |
Alan T. DeKok | add pre_proxy method which catches invalid EAP packets. |
commit | commitdiff | tree |
2023-03-29 |
Alan T. DeKok | initialize sock better, and mark sockets as dead more... |
commit | commitdiff | tree |
2023-03-28 |
Jorge Pereira | Fix pthread.h include (#4943) |
commit | commitdiff | tree |
2023-03-27 |
Jorge Pereira | More move @.. to ${Q}... (#4937) |
commit | commitdiff | tree |
2023-03-23 |
Matthew Newton | CI: use local copies of Docker images |
commit | commitdiff | tree |
2023-03-23 |
Alan T. DeKok | $(Q) -> ${Q} |
commit | commitdiff | tree |
2023-03-23 |
Matthew Newton | CI: remove ubuntu 18.04 |
commit | commitdiff | tree |
2023-03-23 |
Matthew Newton | CI: remove non-Docker path |
commit | commitdiff | tree |
2023-03-23 |
Jorge Pereira | ci: Add 'sanitizer' build action |
commit | commitdiff | tree |
2023-03-23 |
Jorge Pereira | ci: Fix missing libclang-rt-15-dev |
commit | commitdiff | tree |
2023-03-23 |
Jorge Pereira | ci: Bump LLVM/CLANG for 15 |
commit | commitdiff | tree |
2023-03-23 |
Jorge Pereira | Fix runtime LSAN/ASAN error in command.c |
commit | commitdiff | tree |
2023-03-23 |
Jorge Pereira | Fix conflict test radiusd instances |
commit | commitdiff | tree |
2023-03-23 |
Jorge Pereira | event: Fix missing phtread.h include |
commit | commitdiff | tree |
2023-03-23 |
Jorge Pereira | Move @.. to $(Q)... |
commit | commitdiff | tree |
2023-03-23 |
Matthew Newton | CI: clearer versions |
commit | commitdiff | tree |
2023-03-23 |
Matthew Newton | CI: backport self-hosted docker image updates from v4 |
commit | commitdiff | tree |
2023-03-22 |
Jorge Pereira | Backport math.h from v4 |
commit | commitdiff | tree |
2023-03-22 |
Jorge Pereira | Fix runtime LSAN/ASAN error in src/lib/atomic_queue.c |
commit | commitdiff | tree |
2023-03-21 |
Alan T. DeKok | note recent changes |
commit | commitdiff | tree |
2023-03-20 |
Jorge Pereira | Fix memory-leak in "radiusd -XCM" (#4933) |
commit | commitdiff | tree |
2023-03-17 |
Alan T. DeKok | remove "other" from here, too |
commit | commitdiff | tree |
2023-03-17 |
Jorge Pereira | Fix missing prototype parameter in ssl_version() |
commit | commitdiff | tree |
2023-03-17 |
Jorge Pereira | Suppress GCC unknown pragma warnings in rlm_perl |
commit | commitdiff | tree |
2023-03-17 |
Jorge Pereira | ci: Bump OpenSSL for 3.0.8 |
commit | commitdiff | tree |
2023-03-17 |
Alan T. DeKok | disallow CoA for fake packets. Fixes #4929 |
commit | commitdiff | tree |
2023-03-17 |
Alan T. DeKok | just remove the file, as it's entirely unused |
commit | commitdiff | tree |
2023-03-17 |
Jorge Pereira | Fix runtime error in file_common() |
commit | commitdiff | tree |
2023-03-17 |
Jorge Pereira | Fix runtime error in cf_file_open() |
commit | commitdiff | tree |
2023-03-17 |
Jorge Pereira | Fix runtime error: load of misaligned address in xlat_i... |
commit | commitdiff | tree |
2023-03-17 |
Jorge Pereira | Fix runtime LSAN/ASAN error in fr_in6addr_mask() |
commit | commitdiff | tree |
2023-03-17 |
Jorge Pereira | Fix AddressSanitizer: odr-violation in 'radiusd_version' |
commit | commitdiff | tree |
2023-03-17 |
Jorge Pereira | Fix LSAN/ASAN memory-leak in lib/radius |
commit | commitdiff | tree |
2023-03-17 |
Jorge Pereira | Fix runtime LSAN/ASAN error in src/lib/dict.c |
commit | commitdiff | tree |
2023-03-17 |
Jorge Pereira | Fix runtime LSAN/ASAN error in src/main/conffile.c |
commit | commitdiff | tree |
2023-03-17 |
Jorge Pereira | radattr: Fix several memory-leaks reported by LSAN |
commit | commitdiff | tree |
2023-03-17 |
Alan T. DeKok | juste use fr_hash() instead of hand-rolled hash from... |
commit | commitdiff | tree |
2023-03-17 |
Jorge Pereira | Backport m4/ax_cc.m4 from v4 |
commit | commitdiff | tree |
2023-03-17 |
Jorge Pereira | Backport 'DIAG_UNKNOWN_PRAGMAS' macro from v4 |
commit | commitdiff | tree |
2023-03-16 |
Jorge Pereira | Fix mismatched bound size in eapsim_checkmac() |
commit | commitdiff | tree |
2023-03-16 |
Jorge Pereira | Fix memory leak in client_add() |
commit | commitdiff | tree |
2023-03-16 |
Jorge Pereira | Fix heap-buffer-overflow in pap_auth_pbkdf2_parse() |
commit | commitdiff | tree |
2023-03-16 |
Alan T. DeKok | coa->home_server may be NULL. Fixes #4929 |
commit | commitdiff | tree |
2023-03-15 |
Alan T. DeKok | Update dictionary.wifialliance (#4928) |
commit | commitdiff | tree |
2023-03-14 |
Jorge Pereira | Fix rlm_unbound build (#4927) |
commit | commitdiff | tree |
2023-03-09 |
Alan T. DeKok | call proxy_send() for sending proxied packets |
commit | commitdiff | tree |
2023-03-08 |
Alan T. DeKok | fix use of DIAG in macro |
commit | commitdiff | tree |
2023-03-08 |
Alan T. DeKok | more fixes for talloc_autofree_context() deprecation |
commit | commitdiff | tree |
2023-03-08 |
Alan T. DeKok | talloc_autofree_context() is deprecated in newer versio... |
commit | commitdiff | tree |
2023-03-08 |
Alan T. DeKok | note TLS 1.2 or smaller for EAP-FAST |
commit | commitdiff | tree |
2023-03-08 |
Alan T. DeKok | Warn if libldap uses NSS. Fixes #4918 |
commit | commitdiff | tree |
2023-03-08 |
Alan T. DeKok | shift 32-bit words, not 8-bit words. |
commit | commitdiff | tree |
2023-03-08 |
Alan T. DeKok | add more DEBUG3 |
commit | commitdiff | tree |
2023-02-28 |
Nick Porter | Update ciena dictionary |
commit | commitdiff | tree |
2023-02-24 |
Nick Porter | Document max_retries in ChangeLog |
commit | commitdiff | tree |
2023-02-23 |
Nick Porter | Define max_retries for pool connections (#4908) |
commit | commitdiff | tree |
next |