]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2023-03-30  James JonesAdd IGNORE() macro to let us avoid some identical branc...
2023-03-30  Alan T. DeKokclean up error messages for consistency
2023-03-30  Arran Cudbard... xlat: Move function setting overrides into xlat_func.c
2023-03-30  Arran Cudbard... xlat: Add an internal flag for marking xlats as internal
2023-03-30  Arran Cudbard... Fix setting xlat flags in redundant
2023-03-30  Arran Cudbard... Add sigmask to xlat/module/func signal handler registration
2023-03-29  Arran Cudbard... xlat: Rename xlat_register to xlat_func and give all...
2023-03-29  Arran Cudbard... redundant xlat: Move to a separate source file
2023-03-29  Arran Cudbard... vscode: Always insert a final newline
2023-03-29  Arran Cudbard... xlat: Move function registration code into its own...
2023-03-29  Arran Cudbard... vscode: Always trim trailing whitespace
2023-03-29  Arran Cudbard... subrequests/synchronous interpreter: Use the detached...
2023-03-29  Arran Cudbard... request: When a request is detached it's no longer...
2023-03-29  Arran Cudbard... subrequest: More verbose log messages on subrequest...
2023-03-29  Arran Cudbard... subrequest: Detached subrequest sections should not...
2023-03-28  Arran Cudbard... xlat: Set func flags using a separate function as the...
2023-03-28  Jorge PereiraDon't leak memory on error conditions (#4947)
2023-03-28  Arran Cudbard... interpreter: Be more eplicit about which action gets...
2023-03-28  Arran Cudbard... Revert "tacacs: Move packet code check to before the...
2023-03-28  Nick Porterdocs: Document missing argument
2023-03-28  Nick PorterEscape & for doxygen
2023-03-28  Alan T. DeKokmove disallow_qualifiers boolean to list_presence enum
2023-03-28  Alan T. DeKokadd enum to allow / forbid / require list references
2023-03-28  Alan T. DeKoktypos
2023-03-28  Alan T. DeKokadd BFD to PROTOCOLS list so that the fuzzer can run
2023-03-28  Arran Cudbard... Detach cancelled children from their parents
2023-03-28  Arran Cudbard... Fix various warnings
2023-03-27  Arran Cudbard... Fix counts
2023-03-27  Arran Cudbard... fuzzer: Ignore extracted corpus files for BFD
2023-03-27  Arran Cudbard... tacacs: Move regression tests into their own file
2023-03-27  Arran Cudbard... tacacs: Move packet code check to before the main encoder?
2023-03-27  Arran Cudbard... cancel: Add more complete tests
2023-03-27  Arran Cudbard... Formatting
2023-03-27  Arran Cudbard... subrequest: Resume the parent if the child is cancelled
2023-03-27  Arran Cudbard... cancel: Insert dummy resume function to keep interprete...
2023-03-27  Arran Cudbard... synchronous interpreter: Decrement yielded count on...
2023-03-27  James JonesFirst attempt at a state transition diagram for trunk...
2023-03-24  Matthew NewtonCI: mirror more Docker images locally
2023-03-23  Alan T. DeKokmore magic
2023-03-23  Alan T. DeKok$(Q) -> ${Q}
2023-03-23  Matthew NewtonCI: use local copies of Docker images
2023-03-23  Matthew NewtonCI: remove post-ci cleanup job
2023-03-23  Alan T. DeKokcheck for "too small" earlier
2023-03-23  Alan T. DeKokcheck for overflow when we add the length field
2023-03-22  Alan T. DeKok0 return is "cannot decode", so we stop
2023-03-22  Matthew NewtonCI: gcc-11 has issues with the fuzzer
2023-03-22  Alan T. DeKokadd BFD fuzzer
2023-03-22  Alan T. DeKokfurther simplifications
2023-03-22  Matthew NewtonCI: use local docker image for self-hosted runs
2023-03-22  Matthew NewtonCI: build local Docker images for CI runs
2023-03-21  Alan T. DeKokjust send the reply
2023-03-21  Alan T. DeKokthere's only one possibility here. CID #1524493
2023-03-21  Alan T. DeKokdon't block forever if we fail to enqueue a packet
2023-03-21  Alan T. DeKokDO_NOT_RESPOND is a valid reply packet type
2023-03-21  Alan T. DeKokpass the correct context
2023-03-21  Alan T. DeKokhoist useful error messages
2023-03-21  Nick Porterv4: Switch rlm_smtp to slab allocated connection handle...
2023-03-21  Alan T. DeKokone last change to tmpl tokenizer for groups.
2023-03-20  James JonesDisable caller graphs for (some) functions with many...
2023-03-20  Nick PorterBump to latest FreeBSD GitHub action
2023-03-20  Nick PorterCI: Update test LDAP config to allow SASL binds
2023-03-20  Alan T. DeKokmore cleanups of tmpl tokenize code
2023-03-20  Alan T. DeKokdon't set flags.internal here.
2023-03-20  Alan T. DeKokset internal flag from parent
2023-03-20  Nick PorterHonour exec module timeout for module calls
2023-03-20  Nick PorterAdd nullable option to module enviroment
2023-03-20  Nick PorterAdd optional pointer to original tmpl_t when expanding...
2023-03-20  Nick PorterUse default exec timeout for exec tmpls
2023-03-19  Alan T. DeKokmore changes to tmpl tokenizing and tests
2023-03-19  Alan T. DeKokstupid case insensitive file systems
2023-03-19  Alan T. DeKoktest for parsing foreign attributes in the current...
2023-03-19  Alan T. DeKokRevert "revert last two commits."
2023-03-18  Alan T. DeKokrevert last two commits.
2023-03-18  Alan T. DeKokwe need to set our_parent=NULL when switching namespace
2023-03-18  Alan T. DeKoksimplify setting of parent / namespace for grouping...
2023-03-17  Alan T. DeKokdisallow_internal is no longer set by anything
2023-03-17  Alan T. DeKokjust use fr_hash(), instead of hand-rolled hash from...
2023-03-17  Alan T. DeKokuse macro instead of oddly named field
2023-03-16  James JonesCheck fr_internal_encode_list() return in mod_encode...
2023-03-16  Alan T. DeKokclean up fd on all error paths
2023-03-15  Alan T. DeKokfr_io_connection_alloc() closes the FD. CID #1522023
2023-03-15  Alan T. DeKokdepend on the internal encoder library, too
2023-03-15  Alan T. DeKokupdate BFD sample virtual server
2023-03-15  Alan T. DeKokencode additional data
2023-03-15  Alan T. DeKokdefine, encode, and decode additional data after a...
2023-03-15  Alan T. DeKokallow "offset" field for structs when "length=..."
2023-03-15  Alan T. DeKokmore debugging
2023-03-15  Alan T. DeKokmark client as active
2023-03-15  Stefan PaetowUpdate dictionary.wifialliance (#4928)
2023-03-15  Nick PorterPacify clang scan
2023-03-15  Nick PorterOnly used in debug builds
2023-03-15  Alan T. DeKoksign, etc. issues
2023-03-14  Alan T. DeKokcheck auth-type lengths, too
2023-03-14  Alan T. DeKokgo to admin-down on routing errors
2023-03-14  Alan T. DeKokwe don't need unlang_module_resume_t any more.
2023-03-14  Alan T. DeKokrun "send foo" through unlang
2023-03-14  Alan T. DeKokprocess sending BFD packets
2023-03-14  Alan T. DeKoksimple auth is 3 + password length
2023-03-14  Alan T. DeKokAPI to allocate an io_track_t
2023-03-14  Alan T. DeKokAPI to allow sending packets directly to the worker
next