]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
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
2025-07-03  Alan T. DeKokpoint to correct function
2025-07-03  Alan T. DeKoklink in "next"
2025-07-02  Alan T. DeKokUpdate and format. Manual merge of #5618
2025-07-02  Alan T. DeKoknotes on multiple return codes
2025-07-02  Alan T. DeKokmore trigger fixes.
2025-07-02  Alan T. DeKokallocate a main loop, so that triggers can use it
2025-07-02  Alan T. DeKokassert when we enter the tokenize function, not later
2025-07-02  Alan T. DeKok"frame" is not talloc'd
2025-07-02  Alan T. DeKokTMPL_TYPE_EXEC can have xlats, too
2025-07-02  Alan T. DeKokuse the local thread interpreter here, too
2025-07-02  Nick PorterAdd note on SQLite WAL
2025-07-02  Nick PorterOnly the top level bio needs to be shut down
2025-07-02  Nick PorterEnsure request is runnable after error
2025-07-01  Nick PorterAvoid producing stateful cache entries when TLS 1.3...
2025-07-01  Alan T. DeKokallow xlats in triggers, and update tests to match
2025-07-01  Nick PorterSimplify configuration of EPEL / CRB
2025-07-01  Nick PorterShutdown bios when closing the connection
2025-07-01  Nick PorterRemove unsed attrs and dict
2025-07-01  Alan T. DeKokminor cleanups on trigger code
next