| 2026-02-20 |
Arran Cudbard... | Minor cleanups in radclient |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
Nick Porter | Annotate return overflow (CID #1680684) |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
Nick Porter | Pacify Coverity (CID #1520867, #1520875) |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
Nick Porter | Re-sequence code to check before dereference (CID ... |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
Nick Porter | Current FreeBSD 14 is 14.3 |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
Nick Porter | Update cross platform action version |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
Nick Porter | Pass pipe fd array to pipe() not a pointer to the array |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
Nick Porter | Tidy control_test |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/der.tar |
commit | commitdiff | tree | snapshot |
| 2026-02-20 |
github-actions... | Scheduled fuzzing: Update src/tests/fuzzer-corpus/cbor.tar |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | various bug fixes in master.c |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | don't use smart quotes, etc. |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
98manu | update EAP-MD5 tutorial |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | use fr_cloexec() |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | various bug fixes in network.c |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | better handle pipe full |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | only free message once we're done with it |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | remove unused variables |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | check return code of set timeout |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | fix various bugs in worker.c |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | use size_t rather than uint32_t to over overflow |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | tweak control message send |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | use util functions for nonblock |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | set FD_CLOEXEC properly |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | typo |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | we can use talloc_set_name_const |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | destroy semaphore on failure |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | export thread pool configuration to scheduler |
commit | commitdiff | tree | snapshot |
| 2026-02-19 |
Alan T. DeKok | various bug fixes in network.c |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | various bug fixes in dedup.c |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | various bug fixes in packet.c |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | various bug fixes in retry.c |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | various bug fixes in haproxy.c |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | various bug fixes in queue.c |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | various bug fixes in fd.c |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | keep blocked flag if we can't flush when already blocked |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | stop on error, too |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | various buf fixes in mem.c |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | clean up on failure, and ensure that "next" is always... |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | reset buffer just in case |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | varius bug fixes in fd_open.c |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | return dirfd and filename if we have to create it |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | check for errors when reading the password from a file |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | various bug fixes in cache.c |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | fix typo to use correct function |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | free dh on error |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | rewrite to cache stateless isn't an error for TLS 1.3 |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | fix not_before -> not_after typo |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | OpenSSL requires calls to engine finish/free |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | call pthread_attr_destroy() for completeness. |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | hoist extension decode into common routine |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | zero is a valid number of bytes to copy |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | make function static, and use thread-local variable |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | various bug fixes in ctx.c |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | various bug fixes in session.c |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | request can be NULL |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | fix typo to use correct variable |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | fix typo, to use the correct log bio |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | insert / remove engine into tree, and fix list pointer |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | distinguish "can't encode data" from failure. |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | hoist clear cache, so we do it even in non-debug mode |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | use equality check |
commit | commitdiff | tree | snapshot |
| 2026-02-18 |
Alan T. DeKok | check return code of function, not TLS connection status |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | check return code and fail on error |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | use enum names instead of hard-coded constants |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
nolade | docs-v4: update & reorg developers/bugs section HIVE... |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | set EAP fail if eap_tls_request() fails |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | minor tweaks |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | there's no need for this to be a uint16_t |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | zero-length fragments with 'M'ore bit set are invalid |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | free buffer on error |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | various bug fixes for chbind.c |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | we don't accept TLS records of larger than 64K. |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | tweak nonnull settings |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | use Asciidoc headings in configuration files |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | delay increment until after everything succeeds |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | bare END is argc=0not argc=1 |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | add more NONNULL |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | check return of dict_fixup_init, and remove unused ctx |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | clean up on error |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | don't free da after it was added to the dictionaries |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | correct return codes in dict_attr_allow_dup |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | various bug fixes in dhcpv6 processor. |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | typo - use decline config, not request |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | fr_pair_list_copy() returns 0 if there are no elements... |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | set datalen from str length. CID #1681389 |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | fail on invalid packet codes, instead of dereferencing... |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | add missing Cookie-Load-Fail |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | MAX is last valid+1 |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | check for DO_NOT_RESPOND, and for rcode in authenticati... |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | ensure Disconnect-Request and Protocol-Error save/resto... |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | add notes for what to do when modifying rlm_rcode_t |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | correct logic and add new functionality. |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | don't add Event-Timestamp in code |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | check if state_tree_init fails |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | typo |
commit | commitdiff | tree | snapshot |
| 2026-02-17 |
Alan T. DeKok | fix typos and add missing things |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
Alan T. DeKok | use process_rctx_t instead of local struct |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
Alan T. DeKok | swap check so that our define doesn't create an error |
commit | commitdiff | tree | snapshot |
| 2026-02-16 |
Nick Porter | asciidoctor / pandoc are not required to build .debs |
commit | commitdiff | tree | snapshot |
| next |