]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2025-06-30  Nick PorterEnsure we only fetch one URL
2025-06-30  Nick PorterAdd Cisco VSA 90
2025-06-28  Alan T. DeKokrearrange in preparation for function arguments
2025-06-27  Nick PorterFix test now emailAddress is in the dictionary
2025-06-27  Nick PorterAdd dictionary entry for emailAddress in certificate...
2025-06-27  Nick PorterMake fr_der_decode_pair_dbuff a public function
2025-06-27  Alan T. DeKokclean up parent/current/frame brace checking
2025-06-27  Alan T. DeKokfix case where the section already exists
2025-06-27  Alan T. DeKokadd SHUTDOWN error, too
2025-06-27  Alan T. DeKokon fatal error, shutdown the socket.
2025-06-27  Alan T. DeKokon shutdown, set r/w to return new SHUTDOWN error
2025-06-27  Ethan Thompsonfix: Resolved issue where CSR's where not having the...
2025-06-26  Alan T. DeKokmove UDP check so that it's always run
2025-06-26  Alan T. DeKokadd @policy example with pre/post proxy
2025-06-26  Alan T. DeKokautomatically set DH parameters for ephemeral keying
2025-06-26  Alan T. DeKokadd and document example of using @policy for ldap
2025-06-26  Alan T. DeKokadd documentation on @policy, and TBD for other policies
2025-06-26  Alan T. DeKokonly use require_message_authenticator for Access-...
2025-06-26  Alan T. DeKokcheck *received_message_authenticator
2025-06-26  Alan T. DeKokprint out more information about require_message_authen...
2025-06-26  Alan T. DeKokadd assert to catch corner case
2025-06-26  Alan T. DeKokprint out error when we can't sign the packet
2025-06-26  Alan T. DeKoktypo
2025-06-26  Alan T. DeKokallow @policy foo {...} in module configuration and...
2025-06-26  Alan T. DeKokdon't grab the error
2025-06-26  Alan T. DeKokadd bare "tmpl" key word and tests
2025-06-26  Alan T. DeKokclarify text
2025-06-26  Alan T. DeKoktypo
2025-06-26  Nick PorterSimplify includes
2025-06-26  Nick PorterMove SQLite busy timeout to be a driver option
2025-06-26  Nick PorterSet query_ctx->status to ensure clearup happens
2025-06-26  Nick PorterReport the error SQLite returned
2025-06-26  Nick PorterClear up prepared query if it fails
2025-06-26  Nick Portersqlite3_busy_timeout takes ms not s
2025-06-26  Nick PorterWrap perl_clone() call in a mutex
2025-06-25  Arran Cudbard... Deal with call env expansion failures correctly
2025-06-25  Arran Cudbard... printf_push is not the correct function to use in RADIU...
2025-06-25  Arran Cudbard... Fix arguments to log message in LDAP
2025-06-24  noladedocs: Update Concepts section and rearrange directory...
2025-06-24  noladedocs: Update Concept section as top-level section,...
2025-06-23  Nick PorterUse OUTPUT_DIR in rlm_crl tests for certs and crls
2025-06-23  Nick PorterAdd OUTPUT_DIR env var to module tests
2025-06-21  Nick PorterUse %file.cat() to read test crls
2025-06-21  Nick PorterEnsure fd is closed on all error paths
2025-06-20  Arran Cudbard... Minor fixes for cat xlat
2025-06-20  Nick PorterAdd %file.cat() xlat
2025-06-20  Nick PorterReturn noop if the certificate does not contain a CRL...
2025-06-20  Nick PorterAdd ftp:// support to rlm_crl
2025-06-20  Nick PorterAdd rlm_ftp
2025-06-20  Nick PorterAdd %ldap and %ldap.profile notes to sample module...
2025-06-19  Nick PorterCorrect search for default profile
2025-06-19  Nick PorterTrack whether attribute changes have happended to retur...
2025-06-19  Nick PorterCorrect return here as well
2025-06-19  Nick PorterReturn UNLANG_ACTION_PUSHED_CHILD if a new frame is...
2025-06-19  Nick PorterCorrect way to handle result_p for detached subrequests
2025-06-19  Nick PorterTidy rpm Dockerfiles
2025-06-19  Nick PorterNewer docker is fussy about case
2025-06-19  Nick PorterAdd Rocky 10 to Crossbuild tests
2025-06-19  Nick PorterRemove unsupported platforms from Docker data
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
next