]> git.ipfire.org Git - thirdparty/freeradius-server.git/shortlog
thirdparty/freeradius-server.git
2026-03-04  Alan T. DeKokadd callback for escaping value-box with sbuff erules
2026-03-04  Alan T. DeKokuse real type, and not uintptr_t
2026-03-04  Alan T. DeKokremove functionality which is useless and never worked
2026-03-04  Alan T. DeKokadd simple tests for value-box functions
2026-03-04  Alan T. DeKokuse standard APIs for filename escapes, and check for...
2026-03-04  Alan T. DeKokadd value-box escape with erules
2026-03-04  Alan T. DeKokcontinue after \r, \n, \t
2026-03-04  Alan T. DeKokthe sbuff escape / unescape rules should be const
2026-03-04  Alan T. DeKokmove escape sbuff sequences to utility library
2026-03-04  Alan T. DeKokcheck for initialize failure
2026-03-04  Alan T. DeKoktypo
2026-03-04  Alan T. DeKokquiet static analyzer
2026-03-04  Catalina Pinerosfix: 1. return 01 --> return -1 (it's meant to be...
2026-03-04  Catalina Pinerosformatting bug: changed '%zu' to '%zuk' to stay consist...
2026-03-04  Catalina Pinerosprotocols/der: fix fr_der_flag_has_default_value macro...
2026-03-04  Catalina Pinerosrlm_wimax: fix trailing dash overwriting null terminato...
2026-03-03  Alan T. DeKokcheck proper return code
2026-03-03  Alan T. DeKokcheck for invalid hex digits
2026-03-03  Alan T. DeKokuse correct IP when prefix=0
2026-03-03  Alan T. DeKokvarious bug fixes in command.c
2026-03-03  Alan T. DeKokremove unused macro
2026-03-03  Alan T. DeKokturn off more warning messages
2026-03-03  Alan T. DeKokignore AI test files
2026-03-03  Alan T. DeKokadd basic tests for calc.c
2026-03-03  Alan T. DeKokremove unused variables
2026-03-03  Alan T. DeKoknot all packet codes are valid
2026-03-03  Alan T. DeKokcheck for errors and set flags
2026-03-03  Alan T. DeKokvarious bug fixes in eap-md5
2026-03-03  Alan T. DeKokctime() can return NULL
2026-03-03  Alan T. DeKoktweak bounds
2026-03-03  Alan T. DeKokmore fix typos
2026-03-03  Alan T. DeKoktypo in macro
2026-03-03  Alan T. DeKokuse "goto fail" in more situations
2026-03-03  Alan T. DeKokminor tweaks and updates to the use of AI
2026-03-03  Nick PorterAdd client name to error message
2026-03-03  Nick PorterFallback to attribute parsing if cast doesn't work
2026-03-02  Alan T. DeKokmanually do dir + filename
2026-03-02  Alan T. DeKokrelax checks in corner conditions
2026-03-02  Alan T. DeKokassert that the entry is in the heap
2026-03-02  Alan T. DeKokfree group on error
2026-03-02  Alan T. DeKokshut up analyzer
2026-03-02  Alan T. DeKokwhen shutdown fails, enter failed state, not closed...
2026-03-02  Alan T. DeKokvarious bug fixes in limit.c
2026-03-02  Alan T. DeKokvarious bug fixes in hash.c
2026-03-02  Alan T. DeKokadd locks when accessing entry
2026-03-02  Alan T. DeKokfix typo
2026-03-02  Alan T. DeKokfix name comparison callbacks to use correct values
2026-03-02  Alan T. DeKokreturn on failure
2026-03-02  Alan T. DeKokcheck before memcpy
2026-03-02  Alan T. DeKokuse digest_find_vp() for qop, too
2026-03-02  Alan T. DeKokpoint to correct attribute
2026-03-02  Alan T. DeKoktypos in lengths
2026-03-02  Alan T. DeKokclean up cs on error
2026-03-02  Nick PorterAdd test of redis_ippool with requested address
2026-03-02  Nick PorterRenumber lua script lines
2026-03-02  Nick PorterHonour requested address in rlm_redis_ippool
2026-03-02  Nick PorterCompare numbers rather than strings
2026-03-02  Nick PorterMutex is protecting dlist maniplation, not entry->expir...
2026-03-01  Alan T. DeKokvarious bug fixes in pool.c
2026-03-01  Alan T. DeKokfix pipe bio to use normal read/write blocked/resume...
2026-03-01  Alan T. DeKokjust use our own buffer for the pipes
2026-03-01  Alan T. DeKokremove duplicate print
2026-03-01  Alan T. DeKokmore tests for the edit code
2026-03-01  Alan T. DeKokFR_EDIT_CHILD doesn't have a vp
2026-03-01  Alan T. DeKokcomment out talloc_get_type_abort_const() until we...
2026-03-01  Alan T. DeKoktypos in calc.c
2026-03-01  Alan T. DeKokdup the correct FD
2026-03-01  Alan T. DeKoktypo in cbor
2026-03-01  Alan T. DeKokfix typos in time code
2026-03-01  Alan T. DeKokbetter checks for corner cases when parsing fractional...
2026-03-01  Alan T. DeKokvarious bug fixes in timer.c
2026-03-01  Alan T. DeKokremove duplicate code
2026-03-01  Alan T. DeKokadd MEM()
2026-03-01  Alan T. DeKokuse vp->da instead of da
2026-03-01  Alan T. DeKokclean up for alignment, overflow checks, etc.
2026-03-01  Alan T. DeKokuse value-box API rather than hand-rolled code
2026-03-01  Alan T. DeKokuse talloc_strlen() instead of talloc_array_length...
2026-03-01  Alan T. DeKokuse talloc_strdup() now that it's a define for talloc_t...
2026-03-01  Alan T. DeKokoutputs depend on the libraries that we're using
2026-03-01  Alan T. DeKokuse correct callback for copy, instead of recursing
2026-03-01  Alan T. DeKoktypos in pair_tokenize.c
2026-02-28  Alan T. DeKokset type for talloc_strdup() and friends
2026-02-28  Alan T. DeKokdon't pass "const" to talloc functions
2026-02-28  Alan T. DeKoksecret may be NULL, and make code more consistent
2026-02-28  Alan T. DeKokparent filename off of thread, not inst
2026-02-28  Alan T. DeKokuse correct attribute for duplicate checks
2026-02-28  Alan T. DeKokwarn if they're using a secret other than 'radsec'...
2026-02-28  Alan T. DeKokclean up on failure.
2026-02-28  Alan T. DeKokclean up on corner case of failure
2026-02-28  Alan T. DeKoktypo in name match
2026-02-28  Alan T. DeKokincrement count as per docs
2026-02-28  Alan T. DeKokdon't leak FDs on corner cases
2026-02-28  Alan T. DeKoktypos
2026-02-28  Alan T. DeKokmulti-thread fail is different from single-thread fail
2026-02-28  Alan T. DeKokclean up on error, and insert into list only on success
2026-02-28  Alan T. DeKokremove duplicate code, and tweak order of existing...
2026-02-28  Alan T. DeKokfix various bugs in unit_test_map
2026-02-28  Alan T. DeKokdon't re-alloc memory, and always close fp on exit
2026-02-28  Alan T. DeKokfix typo - don't call init twice
2026-02-27  Alan T. DeKokadd tests for corner cases of keywords
next