| 2026-02-27 |
Alan T. DeKok | check extensions, too |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | typo - use & instead of modulo |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | typo in error messages |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | track memory with talloc |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | add tests for cf_util, etc. |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | various bug fixes for tmpl_dcursor.c |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | minor fixes to rlm_eap |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | use SBUFF_CHAR_CLASS instead of UINT8_MAX + 1 |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | add tmpl tests |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | complain on invalid input |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | return on failure |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | use correct variable |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | various bug fixes in password.c |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | more error checks for OOM, etc. |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | various bug fixes in connection.c |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | return error on OOM |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Nick Porter | Free connected dynamic client parents when their idle... |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | add missing enum. |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | typos and use dlist API properly |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | fix typos |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | quiet static analysis |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Nick Porter | Need inline for always_inline to work |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | various tweaks to tmpl_tokenize.c |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | check for !fips here, too |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
Alan T. DeKok | typo |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
nolade | docs-v4: moved network security best practices page... |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
nolade | docs-v4: Added more details to Developer >> Contributin... |
commit | commitdiff | tree | snapshot |
| 2026-02-27 |
nolade | docs-v4: Correct nav link for `unlang >> List of Data... |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | correct check for FIPS mode, and re-init free list |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | better error messages |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | various bug fixes in map.c |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | various bug fixes in rlm_mschap |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | set result, too |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | more checks for corner cases and invalid data |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | typo |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | remove PID file on error, too |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | status checks can expire, too |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | add more checks and complaints |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | remove old from htrie, too |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | various bug fixes to pair functions |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | use hyphens |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | use consistent formatting for copyright notices |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | add slab tests for commit 331aa05 |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | loop only while we have 4 bytes in the buffer |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | fix order of %ull vs %ul |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | fix typo |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | remove test content |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | various bug fixes in EAP |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | eck for rare failure on init |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | hoist failure check before setting destructor |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | always save a copy of u->packet |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | avoid strlcpy(), and use memcpy() instead |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | check return code of function |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | check for IP in pcap receive path |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | produce correct error message, using the configured... |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | various bug fixes in rlm_unix |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | pass remaining data, to avoid repeated strlen() |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | tweaks to comments and assertions |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | various bug fixes in winbind |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | more checks for malformed vendor options |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | free buffer on all error paths |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Alan T. DeKok | always unlock. Fixes CID #1681712 |
commit | commitdiff | tree | snapshot |
| 2026-02-26 |
Arran Cudbard... | Assert if slab elements are not released correctly |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Arran Cudbard... | attr.by_num is redundant and can be removed |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Arran Cudbard... | allow dict.attr.by_oid to operate with foreign protocols |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Arran Cudbard... | Remove unused argument in dict function |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | only remove it if it's in the dedup tree |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | add assertion to quiet static analyser |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | remove old entry from dedup tree |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | parse *= and /=. Update tests to match |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | tweak error messages to produce actual error string |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | various typos in tacacs |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | make tcp respect max_attributes and require_ma |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | allow packet_list_recv() to return error |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | various bug fixes in the RADIUS protocol handler |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | reset flag on free all |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | fix typos |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | check correct field |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | fix typo in comparison |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | close FPs on errors |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | return IO error on EINTR if we run out of retries |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | add O_WRONLY parsing |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | SO_TIMESTAMP needs SOL_SOCKET, not SOL_IP |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | set AF for sockaddr_in |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | various fixes in fd_open.c |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | update pointer on discard |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | remove double free on error |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | remove commented-out code and update message |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | rwquire that packet_ctx is not NULL for filtering to... |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | update docs |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | various fixes in pipe.c |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | add tests for ring_buffer_start() |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | typo |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Nick Porter | Add map of dn -> attribute to LDAP module test |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Nick Porter | Add handling of "dn" to fr_ldap_map_do |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Nick Porter | Remove invalid comment |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Nick Porter | Remove unused list |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Arran Cudbard... | Fix marker not being released on return in fr_sbuff_out... |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Arran Cudbard... | Enable parallel deb builds |
commit | commitdiff | tree | snapshot |
| 2026-02-25 |
Alan T. DeKok | various bug fixes in retry.c |
commit | commitdiff | tree | snapshot |
| next |