]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-03-28  Alan T. DeKokadd and document regex.escape()
2025-03-28  Alan T. DeKokmove regex escape rules to regex code
2025-03-28  Arran Cudbard... Add tests for nested timers
2025-03-28  Arran Cudbard... Disarm a list of timers
2025-03-28  Arran Cudbard... Check for parent not tl->parent
2025-03-28  Arran Cudbard... Passing a NULL pointer to fr_timer_disarm is a noop
2025-03-28  Arran Cudbard... Parent nested list events from the nested list
2025-03-28  Arran Cudbard... Add out of order inserts test
2025-03-28  Alan T. DeKokre-enable regex escape
2025-03-28  Alan T. DeKokremove last vestiges of tmpl_attr_prefix_t
2025-03-28  Alan T. DeKokremove all references to tmpl_attr_prefix
2025-03-28  Alan T. DeKokignore prefix flags when parsing attributes
2025-03-28  Alan T. DeKokremove prefix flag from tmpl print routines
2025-03-28  Alan T. DeKokalways parse the LHS of a map as an attribute
2025-03-28  Alan T. DeKoklet the tmpl code decide if it's an attribute or a...
2025-03-28  Alan T. DeKokmove to prefix AUTO
2025-03-28  Alan T. DeKokmark unsafe attributes as SAFE_FOR_NONE
2025-03-28  Alan T. DeKokadd unsafe to dict_attr_flags_t
2025-03-28  Nick PorterRedis MOVED reply is not an error
2025-03-28  Arran Cudbard... Add more tests
2025-03-28  Arran Cudbard... Typos
2025-03-28  Arran Cudbard... Check result of disarming the child
2025-03-28  Arran Cudbard... Support calling fr_timer_run within an event
2025-03-28  Arran Cudbard... Have to use O(N) move for inserting deffered events
2025-03-28  Arran Cudbard... Basic timer tests
2025-03-28  Arran Cudbard... Use a separate field for tracking the timer event's...
2025-03-28  Arran Cudbard... Do more talloc checks on timer chunks
2025-03-28  Arran Cudbard... Whitespace fixes
2025-03-27  Alan T. DeKokrely on fr_value_box_is_safe_for() rather then checking...
2025-03-27  Alan T. DeKokremove unnecessary assignment
2025-03-27  Alan T. DeKokadd and use FR_VALUE_BOX_SAFE_FOR_ANY
2025-03-27  Nick PorterIf redis returns an array keep the values separate
2025-03-27  Arran Cudbard... Yet more UBSAN issues
2025-03-27  Arran Cudbard... Quiet more ubsan issues
2025-03-27  Arran Cudbard... Quiet ubsan when calling PID event callbacks
2025-03-27  Arran Cudbard... Fall back to global rate limiting if there's no thread...
2025-03-27  Arran Cudbard... Remember if we opened the fp referring to the file...
2025-03-27  Arran Cudbard... Break out of the file processing loop when we reach...
2025-03-27  Arran Cudbard... New nested timer system that avoids constantly realloca...
2025-03-27  Arran Cudbard... Make more "failed to define client" messages, errors...
2025-03-27  Arran Cudbard... Complain loudly when injecting packets, or stopping...
2025-03-26  Alan T. DeKokthe LHS of this map is always an attribute
2025-03-26  Alan T. DeKokuse unlang features rather than in-line bash scripts
2025-03-26  Alan T. DeKokremove & from configuration files in src/tests
2025-03-26  Alan T. DeKokremove & from antora docs
2025-03-26  Alan T. DeKokremove &
2025-03-26  Alan T. DeKokremove more require_enum_prefix migration flags
2025-03-26  Alan T. DeKokremove migration flag
2025-03-26  Alan T. DeKokremove "&" from example module config
2025-03-26  Alan T. DeKokremove tmpl_require_enum_prefix
2025-03-26  Alan T. DeKokuse new :: syntax for enums
2025-03-26  Alan T. DeKokfix map resolution
2025-03-26  Alan T. DeKokonly cast leaf elements
2025-03-25  Alan T. DeKokmake xlat_func_bare_words=no the default
2025-03-25  noladeAdd OS specific install/build instructions
2025-03-25  Alan T. DeKokshut up coverity
2025-03-25  Alan T. DeKokallow casts for switch statements
2025-03-25  Alan T. DeKokrespect casting in tmpl_to_atype()
2025-03-25  Alan T. DeKokfunctions to determine data type of tmpls and xlats
2025-03-25  Alan T. DeKokdon't assume that the xlat outputs are string
2025-03-25  Alan T. DeKokswitch keys cannot be unresolved
2025-03-25  Alan T. DeKoktmpl_expand() is never passed an escape function
2025-03-25  Alan T. DeKoktmpl_aexpand() type doesn't need escape functions
2025-03-25  Nick PorterAdd htrie driver to sample rlm_cache module config
2025-03-25  Nick PorterAdd rlm_cache_htrie.so to RHEL packaging
2025-03-25  Nick PorterAdd test of rlm_cache htrie driver
2025-03-25  Nick PorterBuild rlm_cache_htrie
2025-03-25  Nick PorterCache key data can be fixed length when the driver...
2025-03-25  Nick PorterUse wrapper function to align signatures
2025-03-25  Nick PorterHandle un-used rlm_cache instances using htrie driver
2025-03-25  Nick PorterMove mutable instance data to separate structure
2025-03-25  Nick PorterUse correct itterator to free htrie cache
2025-03-25  Nick PorterFix up parsing of key types for rlm_cache_htrie
2025-03-25  Nick PorterCorrect function signature for cache_key_parse
2025-03-24  Alan T. DeKokmove file to the dictionary directory
2025-03-23  Alan T. DeKokallow wildcards in xlat_tokenize_attribute()
2025-03-22  Alan T. DeKokmost of the v3 -> v4 alias maps
2025-03-22  Alan T. DeKokadd export of aliases to radict
2025-03-22  Alan T. DeKokadd function to export aliases
2025-03-22  Alan T. DeKokclean uo and merge from v3.2.x
2025-03-22  Alan T. DeKokdon't use FR_FAULT_LOG for debugging
2025-03-22  Alan T. DeKokminor rearrangements
2025-03-21  Alan T. DeKokhoist regex checks to tokenize expression
2025-03-21  Alan T. DeKokclean up tokenize regex
2025-03-21  Alan T. DeKokremove "%{...}" wrappers
2025-03-21  Alan T. DeKokadd commas after list
2025-03-21  Alan T. DeKokupdate comments
2025-03-20  Nick PorterCorrect error message arguments
2025-03-20  Alan T. DeKokremove old foreach, along with XLAT_VIRTUAL
2025-03-20  Alan T. DeKokremove old "foreach" syntax and update documentation
2025-03-20  Alan T. DeKokadd more tests and clean up foreach assert
2025-03-20  Alan T. DeKokremove debug text
2025-03-20  Nick PorterAdd box to list after it's been populated
2025-03-20  Alan T. DeKoktry to quiet coverity
2025-03-20  Alan T. DeKokallow index in addition to path
2025-03-19  Alan T. DeKokswitch to using new syntax
2025-03-19  Alan T. DeKokremove old foreach, and use %range()
2025-03-19  Alan T. DeKokremove XLAT_VIRTUAL_UNRESOLVED
2025-03-19  Alan T. DeKokwhitespace
2025-03-19  Alan T. DeKokremove unused functions
next