]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
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 ...
2026-02-21  noladedocs-v4: correct typos from Alan's first report Hive...
2026-02-21  noladedocs-v4: convert american spelling to UK spelling Hive...
2026-02-21  noladedocs-v4: fix spelling errors Hive 8329 (excluded raddb)
2026-02-21  Alan T. DeKokcheck that the packet is OK
2026-02-21  Alan T. DeKokadd Net.* attributes
2026-02-21  Alan T. DeKoktweak code to reduce indentation and redundancy
2026-02-21  Alan T. DeKokmove checks to quiet analyzer
2026-02-21  Alan T. DeKokmessage type can have only one octet according to RFC2132
2026-02-21  Alan T. DeKokvarious bug fixes in proto_tacacs
2026-02-21  Alan T. DeKokvarious bug fixes in proto_detail
2026-02-21  Alan T. DeKokvarious bug fixes in proto_bfd
2026-02-21  Alan T. DeKokmake input const
2026-02-21  Alan T. DeKokupdate notes for static analyzer
2026-02-21  Alan T. DeKokuse MEM() for allocation failure
2026-02-21  Alan T. DeKokvarious bug fixes for cron
2026-02-21  Alan T. DeKokvarious bug fixes for DNS listener
2026-02-21  Alan T. DeKokDNS opcodes 7..15 are unassigned
2026-02-21  Alan T. DeKokvarious bug fixes in proto_radius
2026-02-21  Alan T. DeKokports are short, so use ntohs
2026-02-21  Alan T. DeKokvarious minor tweaks to radiusd.c
2026-02-21  Alan T. DeKokvarious bug fixes in rlm_digest
2026-02-21  Arran Cudbard... Fix memory leak and deadlock on error path in cache...
2026-02-21  Arran Cudbard... Sync hashing functions
2026-02-21  Arran Cudbard... Extend timeout for radiusd
2026-02-21  Arran Cudbard... Correctly terminate the buffer we use to parse generali...
2026-02-21  Arran Cudbard... Respect always_string
2026-02-21  Arran Cudbard... json: Refactor base16/base64 conversions
2026-02-21  Arran Cudbard... json: Split conversion functions into pair/box conversion
2026-02-21  Arran Cudbard... json: Remove is_enum from json_afrom_value_box. Saniti...
2026-02-21  Arran Cudbard... json: Fix multiple other memory leaks and minor issues
2026-02-21  Arran Cudbard... json: Use the correct format specifier for 64bit intege...
2026-02-21  Arran Cudbard... json: Correctly escape slashes and double quotes in...
2026-02-21  Arran Cudbard... json: Emit an error on structural types
2026-02-21  Arran Cudbard... json: Use correct field access
2026-02-20  Matthew Newtonci: remove unmaintained action
2026-02-20  Ethan ThompsonFeat: Allow octets boxes to be encoded as base16 (hex...
2026-02-20  Arran Cudbard... Allow octets boxes to be encoded as base64 in JSON...
2026-02-20  Arran Cudbard... Similar fixups in radclient-ng
next