]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-12-30  Alan T. DeKokjust use memcpy, and manually check for lengths
2025-12-30  Alan T. DeKokupdate comment
2025-12-30  Alan T. DeKokjust use strlcpy()
2025-12-30  Alan T. DeKokdon't use strncpy() to copy binary data
2025-12-30  Alan T. DeKokremove non-existent directory
2025-12-30  Alan T. DeKokdon't use strncpy()
2025-12-30  Alan T. DeKokfix write and read, make DISCARD sticky. Fixes #5668
2025-12-29  Alan T. DeKokadd "root" refs to FR_TYPE_ATTR
2025-12-29  Alan T. DeKokfix typos in error message
2025-12-29  Alan T. DeKokallow some groups to print attributes as "flat"
2025-12-29  Alan T. DeKoktweak fault handler setup
2025-12-28  Alan T. DeKokhoist "print name" to its own function
2025-12-28  Alan T. DeKoktweak cast parsing and produce a bit better errors
2025-12-27  Alan T. DeKokclean up and unify "get namespace from tmpl_rules_t"
2025-12-27  Alan T. DeKokallow t_rules to be NULL
2025-12-27  Alan T. DeKokhoist code to function
2025-12-27  Alan T. DeKoknamespace and t_rules should never be NULL.
2025-12-26  Alan T. DeKokcheck length of extend_lowat
2025-12-26  Alan T. DeKokprint input if asked in debug mode
2025-12-26  Alan T. DeKokuse new functions to decode IP addresses and prefixes
2025-12-26  Alan T. DeKokadd function to decode IP addresses from network
2025-12-25  Alan T. DeKokadd more PAIR_ALLOCED() macros
2025-12-25  Alan T. DeKokset up fault handler for fuzzers
2025-12-25  Alan T. DeKokonly call the backtrace functions if they were initialized
2025-12-25  Alan T. DeKokuse correct return code
2025-12-25  Alan T. DeKokdefine more enumerataion values to quiet compiler
2025-12-25  Alan T. DeKokwe don't need to add the redis directory to the includes
2025-12-25  Alan T. DeKokremove extra ';'
2025-12-25  Alan T. DeKokquiet more compile warnings
2025-12-25  Alan T. DeKokthese should be static
2025-12-25  Alan T. DeKokthis should be static
2025-12-25  Alan T. DeKokcomment out migration options.
2025-12-25  Alan T. DeKokthis should be static
2025-12-25  Alan T. DeKokremove redundant ';' when using slab macros
2025-12-25  Alan T. DeKokcast to avoid -Wcomma warning
2025-12-25  Alan T. DeKokcasts and tweaks to avoid -Wpedantic
2025-12-25  Alan T. DeKokthis definition can be static
2025-12-25  Alan T. DeKokclean up and clarify namespace issues
2025-12-25  Alan T. DeKokensure that variable is initialized
2025-12-25  Alan T. DeKoklimit the "name2" for update sections in modules
2025-12-25  Alan T. DeKokupdate sections don't take a second name
2025-12-25  Alan T. DeKokmissed in previous commit
2025-12-24  Alan T. DeKokhoist "is attribute request/reply/control/" checks...
2025-12-24  Alan T. DeKokthis variable can be made static
2025-12-24  Alan T. DeKoklimit request qualifier parsing.
2025-12-23  Alan T. DeKokmore cleanups to tmpl_attr_afrom_substr()
2025-12-23  Alan T. DeKokminor tweaks to tmpl_afrom_attr_substr()
2025-12-21  Alan T. DeKokmore tests and tweaks for parsing attributes in value...
2025-12-20  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/cbor.tar
2025-12-20  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/der.tar
2025-12-19  Nick PorterDocument %ip.v4.netmask() and %ip.v4.broadcast()
2025-12-19  Alan T. DeKoklimit unknown depth, and be more careful about error...
2025-12-19  Alan T. DeKokallow cast to 'attribute' from 'string'
2025-12-19  Alan T. DeKoktweak "cast to same type" to not do bad things
2025-12-19  Alan T. DeKokchange "oid" data type from "string" to "attr"
2025-12-19  Alan T. DeKokallow enumv to point to a new root for FR_TYPE_ATTR
2025-12-19  Alan T. DeKokuse single quotes, which makes the output easier to...
2025-12-18  Nick PorterAdd test of !~ for rlm_files conditions
2025-12-18  Alan T. DeKoklook up name before number
2025-12-18  Alan T. DeKoktweak message and push error string
2025-12-18  Alan T. DeKokdifferentiate "number too large" from "unknown child"
2025-12-18  Alan T. DeKokRFC 5280 says that OIDs can be up to 2^28
2025-12-18  Alan T. DeKokadd access descriptors
2025-12-18  Alan T. DeKokparse partially known and partially unknown attributes
2025-12-16  Alan T. DeKokignore zero-length attributes
2025-12-16  Alan T. DeKokthere's no need to make this "const"
2025-12-16  Alan T. DeKokremove unused includes
2025-12-16  Nick PorterRemove unnecessary section binding
2025-12-16  Nick PorterSection names are case sensitive
2025-12-16  Nick PorterUse platform specific lib extension
2025-12-16  Nick PorterCorrect handling of nested attributes when reading...
2025-12-15  Nick PorterOnly log protocol attributes when sending from rlm_radius
2025-12-15  Nick PorterUse correct ifdef
2025-12-15  ethan-thompsonfeat: Added the `flags` parameter to allow for flags...
2025-12-15  Arran Cudbard... We probably don't care about the alignment of request_n...
2025-12-15  Arran Cudbard... Bump libbacktrace
2025-12-15  Arran Cudbard... Ignore default-const-init-field-unsafe
2025-12-15  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2025-12-15  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dns.tar
2025-12-15  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/radiu...
2025-12-15  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/bfd.tar
2025-12-15  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2025-12-14  Alan T. DeKokmake output look more like gdb
2025-12-14  Alan T. DeKokhandle magic OOM values. CID #1676084
2025-12-14  Alan T. DeKokget DSYM for local libs, too
2025-12-14  Alan T. DeKokclean up OSX and DSYMUTIL rules so that they work
2025-12-14  Alan T. DeKokrun macro, not binary name
2025-12-14  Alan T. DeKokfix typo
2025-12-14  Alan T. DeKokadd missing dependency
2025-12-14  Alan T. DeKokcreate the soft link which we need
2025-12-14  Alan T. DeKok"VERBOSE=1 make" does NOT mean "give us thousands of...
2025-12-14  Alan T. DeKokthis should be static
2025-12-14  Alan T. DeKokRevert "unstall libunwind-dev for the fuzzers"
2025-12-14  Alan T. DeKokdisable encoder tests again
2025-12-14  Alan T. DeKokadd macro to verify list with ctx
2025-12-14  Alan T. DeKokverify the destination pair, not just its children
2025-12-14  Alan T. DeKokremove old comment
2025-12-14  Alan T. DeKokensure that the value-box type matches the DA type
2025-12-14  Alan T. DeKokreturn negative on error
2025-12-13  Alan T. DeKoktreq may be NULL
next