]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2026-02-16  Nick PorterTests run under Docker don't have sudo
2026-02-16  Alan T. DeKokvarious bug fixes in cf_file.c
2026-02-16  Alan T. DeKokmake check clearer and more consistent
2026-02-16  Nick PorterPacify clang scan
2026-02-16  Nick PorterCheck return (CID #1681379, #1681380)
2026-02-16  Nick PorterCheck map->rhs before dereference (CID #1681378)
2026-02-16  Nick Porter%time.next() needs > 0 input (CID #1681377)
2026-02-16  Nick PorterPacify Coverity (CID #1681274)
2026-02-16  Nick PorterOnly attempt to close fd if it's open (CID #1681275)
2026-02-16  Nick PorterHandle return value (CID #1681276)
2026-02-16  Nick PorterEnsure file->log_header exists (CID #1681277)
2026-02-16  Nick PorterSpelling
2026-02-16  Nick PorterFix fr_pair_list_replace_by_da
2026-02-15  Alan T. DeKokswap order of assignment
2026-02-15  Alan T. DeKokjust replace the value
2026-02-15  Alan T. DeKokmake cf_item_foreach() safe with remove, and use it...
2026-02-15  Alan T. DeKokproduce better errors when parsing octal strings.
2026-02-15  Alan T. DeKokupdate based on returned argv, which may be >1
2026-02-15  Alan T. DeKokremove unused functions
2026-02-15  Alan T. DeKokupdate variable with mutex held
2026-02-15  Alan T. DeKokstop iterating over minmax heap if the heap changes
2026-02-15  Alan T. DeKokcheck previous state, not current state for connected
2026-02-15  Alan T. DeKoktypo - use correct variable in error message
2026-02-15  Alan T. DeKokEAP-SIM doesn't have Packet-Type, and therefore can...
2026-02-15  Alan T. DeKoktweak names and don't pass cs=NULL to log function
2026-02-15  Alan T. DeKokfix memory handling
2026-02-15  Alan T. DeKokfix typo min -> max
2026-02-15  Alan T. DeKoktrigger is run with mutex held
2026-02-15  Alan T. DeKokremove state entry from tree if dedup check fails
2026-02-15  Alan T. DeKokfix prioritization functions
2026-02-15  Alan T. DeKokremove unnecessary code
2026-02-15  Alan T. DeKokuse CMP to avoid manual calculations
2026-02-15  Alan T. DeKokvarious bug fixes for tmpl_tokenize.c
2026-02-15  Alan T. DeKokdon't mash string length
2026-02-15  Alan T. DeKokex->trigger_prefix needs to be talloc'd
2026-02-15  Alan T. DeKokdelay free until after we're done using pointer
2026-02-15  Alan T. DeKokmove bracket for typo
2026-02-15  Alan T. DeKokvarious bug fixes for virtual_servers.c
2026-02-15  Alan T. DeKokpassword_normify() returns NULL on failure, not on OOM
2026-02-15  Alan T. DeKokinstantiate / free all libraries, even if one is alrea...
2026-02-15  Alan T. DeKokfix typos
2026-02-15  Alan T. DeKokcheck correct variable
2026-02-15  Alan T. DeKokfix various bugs in module.c
2026-02-15  Alan T. DeKokdon't use strcpy()
2026-02-15  Alan T. DeKokescape strings properly, and use heap instead of stack
2026-02-15  Alan T. DeKokreturn on error
2026-02-15  Alan T. DeKokcopy the entire environment
2026-02-15  Alan T. DeKokactually do mprotect()
2026-02-15  Alan T. DeKoktweaks to keep analyzer happy
2026-02-15  Alan T. DeKokvarious bug fixes for xlat_eval.c
2026-02-15  Alan T. DeKokvarious bug fixes for edit.c
2026-02-15  Alan T. DeKoktypo, use subcs and not parent cs
2026-02-15  Alan T. DeKokvarious bug fixes in subrequest.c
2026-02-15  Alan T. DeKoktypos
2026-02-15  Alan T. DeKokold "foreach" syntax is an error
2026-02-15  Alan T. DeKokvarious bug fixes in xlat_builtin.c
2026-02-15  Alan T. DeKokvarious bug fixes in compile.c
2026-02-15  Alan T. DeKokpass correct thread data to retry callback
2026-02-15  Alan T. DeKokincrement callers only after success, and update ua...
2026-02-15  Alan T. DeKokvarious bug fixes in parallel.c
2026-02-15  Alan T. DeKokpass correct context to timer callback
2026-02-15  Alan T. DeKokadd test harness for fifo, hash, inet, retry, and trie
2026-02-15  Alan T. DeKokchange struct to quiet compiler warnings
2026-02-15  Alan T. DeKokfix RT calculations
2026-02-15  Alan T. DeKokset inlen if it's -1 on input
2026-02-15  Alan T. DeKokreorder operations for "update" to match "hash"
2026-02-15  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2026-02-15  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/radiu...
2026-02-15  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/bfd.tar
2026-02-15  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dns.tar
2026-02-15  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2026-02-14  Alan T. DeKokvarious bug fixes for dict_tokenize.c
2026-02-14  Alan T. DeKokvarious bug fixes for dict_util.c
2026-02-14  Alan T. DeKokset fixup flag for aliases, and clear the correct flag
2026-02-14  Alan T. DeKokfix various bugs in sbuff.c
2026-02-14  Alan T. DeKokupdate code / docs to match expected usage
2026-02-14  Alan T. DeKokuse sockaddr_storage
2026-02-14  Alan T. DeKokcheck for allocation failure
2026-02-14  Alan T. DeKokvarious bug fixes in trie.c
2026-02-14  Alan T. DeKokdon't close already closed socket
2026-02-14  Alan T. DeKokupdate code to match docs, and add assertions
2026-02-14  Alan T. DeKokfix various bugs in inet.c
2026-02-14  Alan T. DeKokdon't double-close sockfd
2026-02-14  Alan T. DeKokupdate doxygen to match code
2026-02-14  Alan T. DeKokshrink the heap after rebalancing it, not before.
2026-02-14  Alan T. DeKokavoid overflow by just looking at actual allocated...
2026-02-14  Alan T. DeKokfix various bugs in event.c
2026-02-14  Alan T. DeKokfix various bugs in calc.c
2026-02-14  Alan T. DeKokfix return code and don't free ourselves in a destructor
2026-02-14  Alan T. DeKokfix various bugs in value.c
2026-02-14  Alan T. DeKokfix various bugs in the pair code.
2026-02-14  Alan T. DeKokfix various bugs in the cbor code
2026-02-13  Marc-Andre... Minor typo fix.
2026-02-13  Alan T. DeKokremove redundant code and do tweaks
2026-02-13  Alan T. DeKokadd SRV record
2026-02-13  Alan T. DeKokcheck for truncated packets and give an error.
2026-02-13  Alan T. DeKokfix typos
2026-02-13  Alan T. DeKokreturn correct error offset for question section
2026-02-13  Alan T. DeKokstop when we reach the end of the input
2026-02-13  Alan T. DeKoknote todo for RFC 2136
next