]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-07-24  Nick PorterAllow redis xlat to emit FR_TYPE_NULL again
2025-07-24  Nick PorterAdd basic test of map list
2025-07-24  Nick PorterAdd `map list` as a "builtin" map
2025-07-24  Nick PorterPacify UBSAN for rlm_tacacs conn_init
2025-07-24  Nick PorterRemove unused prototype
2025-07-22  Nick PorterUpdate radhttpcheck.py to use pyrad or pyrad2
2025-07-22  Nick PorterMap TACACS reply packet code to module rcode
2025-07-22  Nick PorterCompare received session ID to the one sent
2025-07-22  Nick PorterCorrect assert on timer being disarmed
2025-07-22  Nick PorterTACACS uses TCP not UDP
2025-07-21  Arran Cudbard... Print correct frame index when reporting frame popping
2025-07-21  Arran Cudbard... Allocate a name for the trigger request
2025-07-21  Arran Cudbard... request->priority and request->sequence are no longer...
2025-07-21  Arran Cudbard... Fix trigger plumbing in connection.c
2025-07-21  Arran Cudbard... tmpl_push should take an argument saying whether it...
2025-07-21  Nick PorterNo need to call fr_network_listen_delete here
2025-07-21  Alan T. DeKokstore the result somewhere
2025-07-21  Alan T. DeKokit helps to check the result of an xlat
2025-07-21  Alan T. DeKokpush a function before running the trigger
2025-07-21  Alan T. DeKokdon't append output book on failure
2025-07-20  Alan T. DeKokallow non-operators for "limit" and "timeout", too
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
next