]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
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...
2025-06-18  Arran Cudbard... Look in the correct place for transaction results
2025-06-18  Arran Cudbard... Fix auto-added headers
2025-06-18  Arran Cudbard... Use new rcode location in catch
2025-06-18  Arran Cudbard... Not finding a capture group should not be fail, it...
2025-06-18  Arran Cudbard... Global timeout is the only thing that produces a timeou...
2025-06-18  Arran Cudbard... Remove RETURN_MODULE_TRANSPARENT
2025-06-18  Arran Cudbard... Don't overwrite frame state in dhcpv6 state machine
2025-06-18  Arran Cudbard... Discard rcodes from finally
2025-06-18  Arran Cudbard... Don't include ourselves...
2025-06-18  Arran Cudbard... Switch to using unlang_result_t for process functions...
2025-06-18  Arran Cudbard... Add macros to populate unlang_result_t
2025-06-18  Arran Cudbard... Rework state machines so that they operate consistently...
2025-06-18  Arran Cudbard... Allow modules to specify the size and type of the rctx...
2025-06-18  Arran Cudbard... Pass arguments to push functions in a structure
2025-06-18  Arran Cudbard... We don't return yield anymore
2025-06-18  Arran Cudbard... Start simplifying rcode handling
2025-06-18  Arran Cudbard... Use proper type for the rcode priority
2025-06-18  Arran Cudbard... Minor interpreter cleanups
2025-06-18  Arran Cudbard... No customers here...
2025-06-18  Arran Cudbard... Make the delay module transparent for rcodes
2025-06-18  Alan T. DeKokthere is no 6th expansion, so we don't expand it
2025-06-17  Nick PorterMove all rlm_crl tests to one file
2025-06-17  Alan T. DeKokreturn fail on LHS expansion failed, too
2025-06-17  Alan T. DeKokfailed expanding RHS xlat is an rcode FAIL
2025-06-17  Alan T. DeKokadd test to match padding commit b3f996f
2025-06-17  Nick PorterWalk over DHCPv4 padding option rather than returning...
2025-06-17  Nick PorterLook up interface packet was received on if inst->inter...
2025-06-17  Nick PorterSet IP_RECVIF on BSD sockets to get interface details
2025-06-17  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/cbor.tar
2025-06-17  github-actions... Scheduled fuzzing: Update src/tests/fuzzer-corpus/der.tar
2025-06-16  Alan T. DeKokset error only if it failed
2025-06-16  Nick PorterAdd CHAP to radclient tests
2025-06-16  Nick PorterCreate CHAP-Challenge attribute if not set
2025-06-16  Nick PorterCHAP-Challenge is not fixed to 16 octets
2025-06-16  Nick PorterRemove Password.Cleartext from expected radclient test...
2025-06-16  Nick PorterNo need to copy User-Password to Password.Cleartext
2025-06-16  Nick PorterSet prefix length so address comparisons work
2025-06-13  Nick PorterAssociate a dictionary with %<proto>.decode xlats
2025-06-13  Nick PorterMove fr_der_decode_ctx_t definition to header
2025-06-13  Nick PorterMove dict_der to attrs.h
2025-06-13  Nick PorterRemove unused variable
next