]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-07-19  Alan T. DeKokuse macros for consistency with the rest of the code
2025-07-19  Alan T. DeKokrename fields for consistency with the rest of the...
2025-07-19  Alan T. DeKokset priority, too.
2025-07-18  Nick PorterDon't add FR_TYPE_NULL boxes to xlat output
2025-07-18  Nick PorterRemove meaningless debug
2025-07-18  Arran Cudbard... Simplify trigger handling.
2025-07-18  Arran Cudbard... Initialise triggers later, move trigger name into an...
2025-07-18  Alan T. DeKokadd %test.null() which always returns a value box of...
2025-07-18  Alan T. DeKokRevert "slight tweaks"
2025-07-18  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/cbor.tar
2025-07-18  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/der.tar
2025-07-17  Alan T. DeKokslight tweaks
2025-07-17  Alan T. DeKokuse macro for common case
2025-07-17  Arran Cudbard... Actually run on our runners
2025-07-17  Arran Cudbard... Attempt to move sanitizers to local infrastructure
2025-07-17  Arran Cudbard... Fix typos and bad docs
2025-07-17  Alan T. DeKokdon't assert on FR_TYPE_NULL
2025-07-17  Arran Cudbard... Add additional file check flags
2025-07-16  Alan T. DeKokmust always check the return code of fr_value_box_cast
2025-07-16  Alan T. DeKokadd test of "last loop returns the rcode"
2025-07-16  Alan T. DeKokuse consistent names
2025-07-16  Alan T. DeKokmove MOD_ACTION_NOT_SET --> 0
2025-07-16  Alan T. DeKokallow ::enum for 'case' statements
2025-07-16  Nick PorterCorrect docs on rlm_radius return codes
2025-07-15  Alan T. DeKokcorrect behavior of parallel
2025-07-15  Alan T. DeKokit helps to track the child result
2025-07-15  Alan T. DeKokuse macros for priorities, not hard-coded numbers
2025-07-15  Alan T. DeKokgive expr.rcode() a better name: interpreter.rcode()
2025-07-15  Alan T. DeKokprint rcode if we don't get passed options
2025-07-15  Nick PorterSimplify call_env expanding
2025-07-15  Nick PorterIf a tmpl is data, no need to push it for evaluation
2025-07-15  Alan T. DeKokuse macro to set p_result
2025-07-15  Nick PorterUse netlink API to insert ARP entries on FreeBSD
2025-07-15  Arran Cudbard... Set the request->rcode to the default section rcode...
2025-07-15  Arran Cudbard... Default rcode is now noop
2025-07-15  Arran Cudbard... Sync up perl return codes with server return codes
2025-07-15  Arran Cudbard... add signal.raise("break"), this lets us stop the progra...
2025-07-15  Arran Cudbard... RLM_MODULE_NOT_SET=0 so that zeroed memory is invalid.
2025-07-15  Alan T. DeKokuse macro to initialize struct with UNLANG_RESULT_NOT_SET
2025-07-15  Arran Cudbard... Make the compound literal part of the macro
2025-07-15  Arran Cudbard... The result of the interpret should be the result_p...
2025-07-15  Alan T. DeKokmove redundant to its own function
2025-07-15  Arran Cudbard... Remove unused function
2025-07-14  Alan T. DeKokrun dsymutil if we have it and libbacktrace
2025-07-14  Nick PorterThe pid file may reference a process that doesn't exist
2025-07-14  Alan T. DeKokadd p_result to unlang_tmpl_push()
2025-07-14  Arran Cudbard... Regression test for internal encoder
2025-07-14  Arran Cudbard... Add support for libbacktrace
2025-07-14  Arran Cudbard... Add utility functions to trim paths
2025-07-14  Arran Cudbard... Don't pass a pointer to the password value box...
2025-07-14  Arran Cudbard... Add libbacktrace as a submodule
2025-07-13  Alan T. DeKokremove radius_packet_t
2025-07-13  Alan T. DeKokregularize pool configuration for tests
2025-07-13  Alan T. DeKokshow when we hit boundaries
2025-07-13  Alan T. DeKokadd and use automatic re-init on connection failure
2025-07-13  Arran Cudbard... Fix unaligned access in DHCPv4 "get_option" on MacOS
2025-07-11  Alan T. DeKokrework load balance
2025-07-11  Nick PorterUpdate docs from raddb
2025-07-11  Nick PorterWhitespace
2025-07-11  Nick PorterUpdate section names referenced in sample modules
2025-07-11  Nick PorterUpdate sample rest module
2025-07-11  Nick PorterUpdate rlm_rest test config
2025-07-11  Nick PorterUse call_env to detect which sections rlm_rest is called in
2025-07-11  Nick PorterMake call_env_parse a public function
2025-07-11  Alan T. DeKokadd comments and macros for mod_action
2025-07-11  Alan T. DeKokadd error message to xlat_redundant when it fails
2025-07-10  Alan T. DeKokadd tmpl_dump
2025-07-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2025-07-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/radiu...
2025-07-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/bfd.tar
2025-07-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/util.tar
2025-07-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tftp.tar
2025-07-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/tacac...
2025-07-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dns.tar
2025-07-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/vmps.tar
2025-07-10  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/dhcpv...
2025-07-09  Nick PorterCorrect #ifdef wrapped logic
2025-07-09  Nick PorterIf we send using pcap, use pcap to receive
2025-07-09  Nick PorterCorrect UDP checksum calculation
2025-07-09  Nick PorterMove variable initialisation (CID #1655307)
2025-07-09  Nick PorterCorrect return value for comparison (CID #1655308)
2025-07-08  Nick PorterAdd libpcap option for sending DHCP replies
2025-07-08  Nick PorterNo need for dhcp_packet_t
2025-07-07  Alan T. DeKoklet's take the result back up the stack
2025-07-07  Alan T. DeKokbetter debug output and clarifications
2025-07-07  Nick PorterUse module name in custom call_env_parse functions
2025-07-07  Nick PorterAdd checks that tmpl expansion created a value
2025-07-07  Nick PorterIf the query tmpl did not expand, fail the module call
2025-07-07  Nick PorterMore consistent handling of dcursors in xlat args
2025-07-07  Nick PorterSpelling
2025-07-06  Alan T. DeKokit turns out that we care if the xlat fails
2025-07-06  Alan T. DeKokquery must exist
2025-07-06  Alan T. DeKokfailed cast is fail, not OK
2025-07-04  noladedocs: Add guidelines for documentation for contributors...
2025-07-04  ewelsh-inkbridgeAdded documentation for trigger_exec
2025-07-04  Alan T. DeKokupdate docs for parallel for intended behavior
2025-07-04  Alan T. DeKokhoist "set default actions"
2025-07-04  Alan T. DeKokunlang_register() no longer needs a type argument
2025-07-04  Alan T. DeKokremove debugging
2025-07-03  Alan T. DeKokmove keyword compile_foo() to foo.c
next