]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-04-07  noladedocs: update howto/Datastores/Active Directory install...
2025-04-07  noladeAdded 'frag errors' info to introduction/trouble-shooti...
2025-04-07  noladedocs: Update howto/datastores/ad
2025-04-06  Alan T. DeKokwe no longer need a macro for escape
2025-04-06  Alan T. DeKokinitialize and print out constant flag
2025-04-06  Alan T. DeKokadd tmpl normalization to xlat_tokenize_word()
2025-04-06  Alan T. DeKokadd tmpl tokenize and triple quotes to xlat_tokenize_word
2025-04-06  Alan T. DeKokmove the expression parser back to tokenize_argv()
2025-04-06  Alan T. DeKokminor float fixes
2025-04-06  Alan T. DeKokadd cast of float to time_delta
2025-04-06  Alan T. DeKokprint out scale and raw values for time_delta
2025-04-06  Alan T. DeKoksimplify parsing of time_delta
2025-04-05  Alan T. DeKoktypos and tweaks
2025-04-05  Alan T. DeKokconcatenate function arguments when evaluating
2025-04-05  Alan T. DeKokmore quote arguments
2025-04-05  Alan T. DeKokquote function parameters which are bare words
2025-04-05  Alan T. DeKokensure an empty string has a value
2025-04-05  Alan T. DeKok"%{1}" should result in an empty string if %{1} doesn...
2025-04-05  Alan T. DeKokstrings may have embedded NULs
2025-04-02  Alan T. DeKokhoist tokenize bare word / string out of xlat_tokenize_argv
2025-04-02  Alan T. DeKokallow escape functions to return 1 for "I mashed safe_f...
2025-04-02  Alan T. DeKokuse strdup_shallow_replace here, too
2025-04-02  Alan T. DeKokdon't mash safe_for if the function already did it
2025-04-02  Alan T. DeKokmove to strdup_shallow_replace here, too
2025-04-02  Alan T. DeKokspelling fixes, and print out errors using RP...
2025-04-02  Alan T. DeKokuse fr_value_box_strdup_shallow_replace
2025-04-02  Alan T. DeKokremove unnecessary initialization
2025-04-02  Alan T. DeKokset default safe value for literals
2025-04-02  Alan T. DeKokremove debugging
2025-04-02  Alan T. DeKokquiet static analysis
2025-04-01  Nick PorterInitialise to suppress complier warning
2025-04-01  Nick PorterCast to suppress compiler warning
2025-04-01  Nick PorterRemove type from static definition
2025-04-01  Nick PorterWe expect ldap.uri.escape to escape whatever it is...
2025-04-01  Nick PorterAdd fr_value_box_is_safe_for_only()
2025-04-01  Nick PorterExit quickly if there's nothing to do
2025-04-01  Nick Porterpre and post proxy don't exist now
2025-04-01  Nick PorterUse fr_value_box_strdup_shallow_replace for escaped...
2025-04-01  Nick PorterCorrect macro
2025-04-01  Alan T. DeKokmove fr_value_box_escape_t to a structure
2025-04-01  Alan T. DeKokwe already have "len". No need to call talloc array...
2025-04-01  noladeupdate montioring section - nave & copy/edit files
2025-04-01  Alan T. DeKokquiet analyzer
2025-04-01  Alan T. DeKokremove unused functions
2025-04-01  Alan T. DeKokallow parsing 192/8 and 192.0/16, etc.
2025-03-31  Alan T. DeKokfix the filename escape function to use the normal API
2025-03-31  Alan T. DeKokprint out literals_safe_for in tmpl_rules_debug
2025-03-31  Nick PorterReturn correctly after parsing error
2025-03-31  Nick PorterFree test list
2025-03-31  Nick PorterTest time_offset in rlm_totp
2025-03-31  Nick PorterAdd time_offset to rlm_totp
2025-03-31  Nick PorterReplace dictionary.rfc3825 with dictionary.rfc6225
2025-03-30  Alan T. DeKok%map() returns bool, not int8
2025-03-30  Alan T. DeKoktrack safety of regex data
2025-03-29  Alan T. DeKokreturn VOID is not NULL
2025-03-29  Alan T. DeKokremove "tainted" argument from fr_value_box_from_str()
2025-03-29  Alan T. DeKokcopy value box safety thingies in more places
2025-03-29  Alan T. DeKokremove unused function
2025-03-29  Alan T. DeKokmove concat functions to taking an output value-box
2025-03-29  Alan T. DeKokit helps to initialize the output value-box
2025-03-29  Alan T. DeKokallow debug level to be changed dynamically
2025-03-29  Alan T. DeKokadd and use fr_value_box_safety copy / merge
2025-03-29  Alan T. DeKoksimplify %exists()
2025-03-29  Alan T. DeKoktypo
2025-03-28  noladedocs: Add howto/Datastore section & AD/LDAP/SQL/REDIS...
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
next