]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-11-22  Alan T. DeKokdon't check for encode_pair in union encoder
2025-11-22  Alan T. DeKokdon't assert if we fail to instantiate the dictionaries
2025-11-22  Alan T. DeKokmove to new union syntax
2025-11-22  Alan T. DeKokadd notes on inter-attribute codes
2025-11-22  Alan T. DeKokmove DNS to using new UNIONs
2025-11-21  Alan T. DeKokglue in copying of key attributes.
2025-11-21  Alan T. DeKokcopy STRUCT children in order
2025-11-21  Alan T. DeKokthe new child is always parented by the new dst DA
2025-11-21  Alan T. DeKokrefactor inner loop to function, in preparation for...
2025-11-21  Alan T. DeKoksimplify and correct enum ext copying
2025-11-21  noladedocs-v4: Update path for users.adoc xref link in src...
2025-11-21  Alan T. DeKokmove key_child_ref to extension
2025-11-20  Alan T. DeKokuse internal print, so we can do %pV and %pP
2025-11-20  Alan T. DeKokwe only need one begin/end
2025-11-20  Alan T. DeKokDNS doesn't have attribute numbers, so use DEFINE
2025-11-19  Alan T. DeKokallow FR_TYPE_ATTR to have enums (or not)
2025-11-19  Alan T. DeKoklimit the scope of 'clone='
2025-11-19  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/der.tar
2025-11-19  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/cbor.tar
2025-11-19  Alan T. DeKokWe cannot copy KEY refs.
2025-11-19  Alan T. DeKokwe cannot re-allocate or move a da which is a target...
2025-11-19  Alan T. DeKokmove to using explicit include list when checking for...
2025-11-18  Alan T. DeKokcheck parent/child relationships in fr_dict_attr_add...
2025-11-17  Alan T. DeKoklimit the places where we allow rcodes
2025-11-17  Alan T. DeKokwe can't do math on rcodes
2025-11-17  Nick PorterEnable process tests
2025-11-17  Nick PorterAdd simple test of Relay-Forward
2025-11-17  Nick PorterCorrect xlat arguments
2025-11-17  Nick PorterTidy test dictionary
2025-11-17  Nick PorterDisable checks on children of structs until UNION data...
2025-11-17  Nick PorterAdd symlinks to dictionaries needed for process tests
2025-11-17  Nick PorterCorrect enum and edit syntax in process tests
2025-11-17  Alexis La Gouttexylan(dictionnary): Add new attribute (Priv-F-R3/R4...
2025-11-17  Nick PorterUse correct namespace when resolving children of FR_TYP...
2025-11-17  Nick PorterUse consistent rctx for all dhcpv6 process sections
2025-11-15  Alan T. DeKokprint "::" more consistently for enums
2025-11-15  Alan T. DeKokadd missing ';'
2025-11-15  Alan T. DeKokshow the server log when things fail
2025-11-14  noladedocs: update path for users.adoc
2025-11-14  Alan T. DeKokupdate last at the last minute.
2025-11-14  Alan T. DeKokproposal for upgrade navbar
2025-11-14  Alan T. DeKokmove upgrade documentation one level up
2025-11-14  Alan T. DeKokadd and use 'auto' data type in dictionaries
2025-11-14  Alan T. DeKokOverride new LLDB terminal window which breaks scrolling
2025-11-14  Nick PorterAdd test that %rest() can fetch a module call un-suppor...
2025-11-14  Nick PorterThe %rest() xlat should return the body regardless...
2025-11-13  Nick PorterAdd tests of compound keys in rlm_cache
2025-11-13  Nick PorterHandle rlm_cache producing multiple values when expandi...
2025-11-13  Nick PorterCorrect return handling
2025-11-13  Nick PorterAdd multi-thread gdb VS code target
2025-11-13  Alan T. DeKokenum names might not be safe for SQL
2025-11-12  Alan T. DeKokthe migration option is gone, and we can delete the...
2025-11-12  Alan T. DeKokadd CONF_ITEM to attr_rules_t, for complaining with -C
2025-11-11  Alan T. DeKokcatch the case of key fields
2025-11-11  Alan T. DeKokrename protocol pair encode/decode xlats
2025-11-11  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2025-11-11  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/util.tar
2025-11-11  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dns.tar
2025-11-11  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tftp.tar
2025-11-11  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/vmps.tar
2025-11-11  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tacac...
2025-11-11  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2025-11-11  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/radiu...
2025-11-11  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/bfd.tar
2025-11-08  Arran Cudbard... Fix infinite encoder loop encoding Message-Type as...
2025-11-07  Arran Cudbard... Don't use strlen in talloced buffers
2025-11-07  Arran Cudbard... Whitespace
2025-11-06  Nick PorterDocument %uuid.v4() and %uuid.v7()
2025-11-06  Nick PorterAdd test of %uuid.v4() and %uuid.v7()
2025-11-06  Nick PorterAdd %uuid.v4() and %uuid.v7() for generating UUIDs
2025-11-05  Alan T. DeKokuse the correct link
2025-11-05  Alan T. DeKokhandle corner cases of Protocol-Error
2025-11-03  Nick PorterAdd read / write hexdump option to TACACS listener
2025-11-03  Nick PorterAdd read / write hexdump options to RADIUS app_io
2025-11-03  Nick PorterAdd an app IO callback to set the read / write hexdump...
2025-11-03  Nick PorterAdd optional hexdump of packet read and write
2025-11-01  Alan T. DeKokwarn if Original-Packet-Code is missing
2025-11-01  Alan T. DeKokif there's no Error-Cause, add one in
2025-11-01  Alan T. DeKokwarn if Original-Packet-Code is missing, and delete...
2025-11-01  Alan T. DeKoklet's do error messages, too
2025-11-01  Alan T. DeKokreturn error on fatal socket, not 0
2025-10-31  Nick PorterThis should really be DEBUG2 to reduce noise
2025-10-31  Nick PorterUpdate docs on DHCP options from SQL
2025-10-31  Nick PorterAdd test of %map() with multiple input boxes
2025-10-31  Nick PorterAllow %map() to work on a list of input boxes
2025-10-31  Alan T. DeKokhoist assertion around print_args. Fixes #5672
2025-10-31  Alan T. DeKokthe clone code supports leaf attributes, so allow it...
2025-10-30  iTroozadd official Docker Hub link to documentation
2025-10-30  Alan T. DeKokupdate recommendations for PAP
2025-10-30  Nick PorterTypo
2025-10-29  Alan T. DeKokbe explicit about which data types we accept in the...
2025-10-29  Nick PorterReport correct config option name. Fixes #5669
2025-10-29  Nick PorterRecord the current request in the reponse ctx
2025-10-29  Gerald Vogtallow 389ds legacy PBKDF2_SHA256 to use arbitrary itera...
2025-10-28  Alan T. DeKokallow return of negative number. Fixes #5666
2025-10-28  Alan T. DeKokomit printing a union if it has only one child.
2025-10-28  Alan T. DeKoksimplify this code by using the updated API
2025-10-28  Alan T. DeKokadd short-circuit checks to fr_pair_afrom_da_depth_nested
2025-10-28  Alan T. DeKokadd alias for children of UNION
2025-10-28  Alan T. DeKokhandle ALIAS attributes when parsing
next