]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-06-19  Nick PorterAdd Rocky 10 to Docker builds
2025-06-19  Nick PorterAdd Rocky 10 to rpm CI tests
2025-06-19  Nick PorterCheck rcode is in the acceptable range (CID #1649513)
2025-06-19  Nick PorterPacify Coverity (CID #1649515, #1649514 and #1649512)
2025-06-19  Nick PorterEnsure detached requests don't try to access results...
2025-06-19  Nick PorterAdd allow_core_dumps = yes to more test server configs...
2025-06-19  Nick Porterframe->state is not always populated
2025-06-18  Alan T. DeKokif xlat fails, then we return fail, too
2025-06-18  Alan T. DeKokremove unused structure
2025-06-18  Nick PorterPacify clang scan
2025-06-18  Nick PorterReject users correctly in TACACS tests
2025-06-18  Nick PorterSet allow_core_dumps in module tests to allow debugger use
2025-06-18  Nick PorterMark frame as repeatable when pushing tmpl
2025-06-18  Nick Porterstate->func_name and state->func are both NULL at this...
2025-06-18  Nick PorterIf the frame is cancelled, don't run next
2025-06-18  Nick PorterCondition result is an unlang_result_t
2025-06-18  Nick PorterUse unlang_result_t for edit xlat evaluation
2025-06-18  Nick PorterUse correct return macro
2025-06-18  Nick PorterSwitch rlm_crl to use unlang_result_t
2025-06-18  Arran Cudbard... More LDAP debugging
2025-06-18  Arran Cudbard... Overwrite rcode if result->priority is equal to frame_r...
2025-06-18  Arran Cudbard... Always set repeatable if we have a repeat function
2025-06-18  Arran Cudbard... Don't check for operation failures in ldap_check_userob...
2025-06-18  Arran Cudbard... Print list of attributes we're retrieving
2025-06-18  Arran Cudbard... Use correct field in map ctx
2025-06-18  Arran Cudbard... Don't do exclusivity check if we're checking the config
2025-06-18  Arran Cudbard... Output what group attribute we looked for
2025-06-18  Arran Cudbard... Make the query available immediately after resumption
2025-06-18  Arran Cudbard... Shouldn't default to returning ok in mod_authorize_resume
2025-06-18  Arran Cudbard... Add debugging functions to dump LDAP messages
2025-06-18  Arran Cudbard... Add sbuff array concat function
2025-06-18  Arran Cudbard... tmp;s failing should unwind the current frame
2025-06-18  Arran Cudbard... Add the ability to print instruction priorities to...
2025-06-18  Arran Cudbard... Explicitly check for failure
2025-06-18  Arran Cudbard... add rctx into user_modify_resume if we're calling it...
2025-06-18  Arran Cudbard... Use correct check for ldap_initialize success
2025-06-18  Arran Cudbard... Duplicate a bunch of code in unlang/function.c *sigh...
2025-06-18  Arran Cudbard... Assert _before_ allowing talloc_get_type_abort to trip
2025-06-18  Arran Cudbard... Fix order of yield and search in LDAP mod_modify
2025-06-18  Arran Cudbard... LDAP_OPT_X_TLS_PROTOCOL_TLS1_3 not available in every...
2025-06-18  Arran Cudbard... Fix const
2025-06-18  Arran Cudbard... Fix minor issue in rlm_lua
2025-06-18  Arran Cudbard... p_result may be NULL
2025-06-18  Arran Cudbard... Add variant of functions which do not produce a result
2025-06-18  Arran Cudbard... Can't use stack variables for p_result
2025-06-18  Arran Cudbard... Only resolve priorities if the rcode is actually set
2025-06-18  Arran Cudbard... Frames always have an instruction
2025-06-18  Arran Cudbard... More p_result fixes
2025-06-18  Arran Cudbard... Allow p_result to be set for rlm_ldap_find_user_async
2025-06-18  Arran Cudbard... Switch ldap modifications to using process functions
2025-06-18  Arran Cudbard... Add sanity check in unlang_module_yield
2025-06-18  Arran Cudbard... Run the ldap.authorize method as module methods, not...
2025-06-18  Arran Cudbard... Audit more uses of unlang_function_push
2025-06-18  Arran Cudbard... Results for call_env expansion are written to env_result
2025-06-18  Arran Cudbard... Notes on unlang_function_push calls in virtual servers
2025-06-18  Arran Cudbard... Nothing seems to use the rcode result from ldap_trunk_q...
2025-06-18  Arran Cudbard... Return UNLANG_ACTION_FAIL from RETURN_UNLANG_FAIL
2025-06-18  Arran Cudbard... Explicitly store the result of edit get password operations
2025-06-18  Arran Cudbard... Explicitly store the result of bind operations in the...
2025-06-18  Arran Cudbard... Add note on using unlang_interpret_result to make unlan...
2025-06-18  Arran Cudbard... Make the eap_virtual_server_resume function transparent...
2025-06-18  Arran Cudbard... Handshake resume function writes out results to eap_tls...
2025-06-18  Arran Cudbard... Make the logging destination resumption function transp...
2025-06-18  Arran Cudbard... Make the result pointer for the current frame available
2025-06-18  Arran Cudbard... s/unlang_interpret_result/unlang_interpret_rcode/
2025-06-18  Arran Cudbard... We discard the return codes from triggers because they...
2025-06-18  Arran Cudbard... Add better notes on sigmasks
2025-06-18  Arran Cudbard... Check unlang_module_yield return code in ttls.c
2025-06-18  Arran Cudbard... Notes on how subrequests are handled in peap.c
2025-06-18  Arran Cudbard... peap: Cancel child request's frames
2025-06-18  Nick PorterPass unlang_result_t to modules instead of rlm_rcode_t
2025-06-18  Arran Cudbard... Populate this frame's result with the results of the...
2025-06-18  Arran Cudbard... Fix scan issues
2025-06-18  Arran Cudbard... Use a dummy instruction in frame[0]
2025-06-18  Arran Cudbard... Allow the rcode from virtual servers to be redirected
2025-06-18  Arran Cudbard... Make discarding function rcodes official
2025-06-18  Arran Cudbard... Check we can find slapd
2025-06-18  Arran Cudbard... Fix arg order to unlang_subrequest_child_push
2025-06-18  Arran Cudbard... Only assert if the child request is runnable
2025-06-18  Arran Cudbard... Set priority of the process_reply function high enough...
2025-06-18  Arran Cudbard... Help tracing the crazyness
2025-06-18  Arran Cudbard... Yielded makes more sense than resumable
2025-06-18  Arran Cudbard... Ensure that if the child hasn't completed, then its...
2025-06-18  Arran Cudbard... Don't crash on request timeout
2025-06-18  Arran Cudbard... Use section result from rctx in eap_aka_sim state machine
2025-06-18  Arran Cudbard... Use unlang_map_yield for LDAP maps
2025-06-18  Arran Cudbard... Fix header include in dict.h
2025-06-18  Arran Cudbard... Remove useless calls to unlang_function_push and just...
2025-06-18  Arran Cudbard... Add better support for async maps
2025-06-18  Arran Cudbard... No reason to use a function to represent module state...
2025-06-18  Arran Cudbard... Reduce stack dumpage
2025-06-18  Arran Cudbard... No need to use functions to resume in the rlm_files...
2025-06-18  Arran Cudbard... try-no-sibling test needs to set the rcode back to ok
2025-06-18  Arran Cudbard... Now that rcode works correctly, having OR or AND fail...
2025-06-18  Arran Cudbard... Have xlat push functions take a result_p
2025-06-18  Arran Cudbard... Print what's being expanded in stack_dump
2025-06-18  Arran Cudbard... Transactions need to operate on the result of the child...
2025-06-18  Arran Cudbard... Rework interpreter to make handling of rcodes sane...
2025-06-18  Arran Cudbard... Use common function to print closing section debug
2025-06-18  Arran Cudbard... Correct calculation of overall result for parallel...
next