]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-07-29  Alan T. DeKokprint full received data on -xx
2025-07-29  Alan T. DeKokverify FR_TYPE_ATTR
2025-07-29  Alan T. DeKokdon't assert if we fail to instantiate the dictionaries
2025-07-29  Alan T. DeKokcleanups and tests
2025-07-29  Alan T. DeKokbe safe when passed a dict root
2025-07-29  Nick PorterAdd map tests with nested LHS
2025-07-29  Nick Portermap_to_request expects the value callback to only creat...
2025-07-29  Alan T. DeKokdon't call shutdown recursively
2025-07-29  Nick PorterPacify coverity (CID #1660567)
2025-07-29  Nick PorterRemove libpcre references from docs
2025-07-29  Nick PorterRemove feature.regex-pcre from tests
2025-07-29  Nick PorterAll supported platforms have libpcre2 available
2025-07-29  Nick PorterAll supported .deb platforms have libpcre2
2025-07-28  Arran Cudbard... Don't call fr_bio_shutdown recursively
2025-07-28  Alan T. DeKokclose and free on shutdown
2025-07-28  Alan T. DeKokadd FR_TYPE_ATTR
2025-07-28  Alan T. DeKokno need to check for NULL
2025-07-28  Alan T. DeKokno need to check for NULL
2025-07-28  Alan T. DeKokno need to check for NULL as a special case
2025-07-28  Alan T. DeKokmight as well allow actions{...} in catch {...}
2025-07-28  Alan T. DeKokmight as well save the result somewhere
2025-07-28  Alan T. DeKokcatch many many more corner cases with 'try'
2025-07-27  Alan T. DeKokhave "try" cache the "catch" instructions
2025-07-27  Alan T. DeKokremove unused macro
2025-07-27  Alan T. DeKokmore initialization, and catch corner cases
2025-07-27  Alan T. DeKokmove unlang_t to use dlists
2025-07-27  Alan T. DeKokremove unused function ulang_timeout_section_push()
2025-07-27  Alan T. DeKokuse section_result to refer to results from push_section()
2025-07-27  Alan T. DeKokuse macro
2025-07-25  Arran Cudbard... Use a dummy eap-sim virtual server for the eap_sim...
2025-07-25  Arran Cudbard... Merge state machines with EAP modules, use virtual_serv...
2025-07-25  Arran Cudbard... Remove unused function
2025-07-25  Arran Cudbard... Ensure process modules in virtual servers have a specif...
2025-07-24  Nick PorterTest use of local variable to reference index in map...
2025-07-24  Nick PorterDon't dereference output pointer in debug
2025-07-24  Nick PorterUse a type handled by FR_TYPE_FROM_PTR
2025-07-24  Nick PorterTest handling of FR_TYPE_NULL in map list
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
next