]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2026-02-26  Arran Cudbard... Assert if slab elements are not released correctly
2026-02-25  Arran Cudbard... attr.by_num is redundant and can be removed
2026-02-25  Arran Cudbard... allow dict.attr.by_oid to operate with foreign protocols
2026-02-25  Arran Cudbard... Remove unused argument in dict function
2026-02-25  Alan T. DeKokonly remove it if it's in the dedup tree
2026-02-25  Alan T. DeKokadd assertion to quiet static analyser
2026-02-25  Alan T. DeKokremove old entry from dedup tree
2026-02-25  Alan T. DeKokparse *= and /=. Update tests to match
2026-02-25  Alan T. DeKoktweak error messages to produce actual error string
2026-02-25  Alan T. DeKokvarious typos in tacacs
2026-02-25  Alan T. DeKokmake tcp respect max_attributes and require_ma
2026-02-25  Alan T. DeKokallow packet_list_recv() to return error
2026-02-25  Alan T. DeKokvarious bug fixes in the RADIUS protocol handler
2026-02-25  Alan T. DeKokreset flag on free all
2026-02-25  Alan T. DeKokfix typos
2026-02-25  Alan T. DeKokcheck correct field
2026-02-25  Alan T. DeKokfix typo in comparison
2026-02-25  Alan T. DeKokclose FPs on errors
2026-02-25  Alan T. DeKokreturn IO error on EINTR if we run out of retries
2026-02-25  Alan T. DeKokadd O_WRONLY parsing
2026-02-25  Alan T. DeKokSO_TIMESTAMP needs SOL_SOCKET, not SOL_IP
2026-02-25  Alan T. DeKokset AF for sockaddr_in
2026-02-25  Alan T. DeKokvarious fixes in fd_open.c
2026-02-25  Alan T. DeKokupdate pointer on discard
2026-02-25  Alan T. DeKokremove double free on error
2026-02-25  Alan T. DeKokremove commented-out code and update message
2026-02-25  Alan T. DeKokrwquire that packet_ctx is not NULL for filtering to...
2026-02-25  Alan T. DeKokupdate docs
2026-02-25  Alan T. DeKokvarious fixes in pipe.c
2026-02-25  Alan T. DeKokadd tests for ring_buffer_start()
2026-02-25  Alan T. DeKoktypo
2026-02-25  Nick PorterAdd map of dn -> attribute to LDAP module test
2026-02-25  Nick PorterAdd handling of "dn" to fr_ldap_map_do
2026-02-25  Nick PorterRemove invalid comment
2026-02-25  Nick PorterRemove unused list
2026-02-25  Arran Cudbard... Fix marker not being released on return in fr_sbuff_out...
2026-02-25  Arran Cudbard... Enable parallel deb builds
2026-02-25  Alan T. DeKokvarious bug fixes in retry.c
2026-02-25  Alan T. DeKokreturn size of tail block
2026-02-25  Alan T. DeKokcheck for failures and clean up
2026-02-25  Alan T. DeKokhoist ring buffer limits to common function
2026-02-25  Alan T. DeKokmatch size exactly
2026-02-24  Alan T. DeKokadd missing file
2026-02-24  Alan T. DeKokincrement counter as we walk down the list
2026-02-24  Alan T. DeKokfree VP, not pointer
2026-02-24  Alan T. DeKokdiscard attributes with the incorrect length
2026-02-24  Alan T. DeKokuse correct data type
2026-02-24  Alan T. DeKokerror on conflict (1), too.
2026-02-24  Alan T. DeKokremove unused 'i' and 'p' arguments
2026-02-24  Alan T. DeKoktypo
2026-02-24  Alan T. DeKoklimit count to available capacity
2026-02-24  Alan T. DeKokspelling
2026-02-24  Alan T. DeKokhoist free(inst_name)
2026-02-24  Alan T. DeKokhoist code into common function
2026-02-24  Alan T. DeKokuse INT_MAX instead of hard-coded numbers
2026-02-24  Alan T. DeKokuse pointer offset, not element offset
2026-02-24  Alan T. DeKokfix typos
2026-02-24  Alan T. DeKokfix typos
2026-02-24  Alan T. DeKoktweaks for name normalization
2026-02-24  Alan T. DeKokremove cancelled items from the lists
2026-02-24  Alan T. DeKokallow for IPv6 packet info, and check for truncated...
2026-02-24  Alan T. DeKokmark data in buffer as used
2026-02-24  Alan T. DeKokremove unused macros
2026-02-24  Alan T. DeKokguards for bugs in EAP method implementations
2026-02-24  Alan T. DeKokEAP-Message is already concatenated
2026-02-24  Alan T. DeKokclean up eap validity checks
2026-02-24  Alan T. DeKokreturn reject on channel binding failure
2026-02-24  Alan T. DeKokclean up and rearrange EAP handling
2026-02-24  Alan T. DeKoktweak handling of ignore_unknown_types
2026-02-24  Alan T. DeKoktweak variables to quiet static analyzer
2026-02-24  Matthew Newtontemporarily disable regular docker image refresh
2026-02-24  Alan T. DeKoksend back canned failure on invalid EAP packets.
2026-02-24  Alan T. DeKokadd function to discard EAP session based on request
2026-02-24  Alan T. DeKokremove dead code
2026-02-24  Alan T. DeKoktypo
2026-02-24  Alan T. DeKokuse "end" pointer instead of "size_t" counter
2026-02-24  Alan T. DeKokbe more forgiving about VSAs
2026-02-24  Alan T. DeKokuse intermediate list
2026-02-24  Alan T. DeKokdecode concatenated DNS labels, too
2026-02-24  Alan T. DeKokreturn correct value.
2026-02-24  Nick Porter%always() argument is a string
2026-02-24  Arran Cudbard... Increase unit_test_module max_request_time to 60s
2026-02-24  Arran Cudbard... Increase jlibtool test timeout to 600s under sanitizers ci-debug
2026-02-24  Arran Cudbard... Increase eapol_test timeout to 30s under sanitizers
2026-02-23  Arran Cudbard... Add Claude Code GitHub Workflow (#5752)
2026-02-23  Alan T. DeKokshut up clang scan
2026-02-23  Alan T. DeKokminor bug fixes in radius decoder
2026-02-23  Alan T. DeKokdecode continued attributes into the correct parent
2026-02-23  Alan T. DeKokprint name2 if we can't find the section
2026-02-23  Alan T. DeKokvarious bug fixes and tweaks to unlang
2026-02-23  Alan T. DeKokadd partial page for "this isn't RADIUS"
2026-02-23  Alan T. DeKoktweak proxy-state missing -> proxy state without MA
2026-02-23  Alan T. DeKokvarious bug fixes in radmin.c
2026-02-23  Alan T. DeKoktypos
2026-02-23  Nick PorterPacify Coverity (CID #1681443)
2026-02-23  Nick PorterPacify Coverity (CID #1681444)
2026-02-21  Alan T. DeKokreword and touchup
2026-02-21  Alan T. DeKoktypo
2026-02-21  noladedocs-v4: update troubleshooting with common errors...
2026-02-21  Alan T. DeKokpull changes back into raddb, and regenerate from ...
next