master
build: fix linting issues reported by running golangci-lint with different GOOS
Replace Windows-specific NewLazyDLL with NewLazySystemDLL
local: stop source file names escaping the destination directory GHSA-7p4m-qxvv-g567 CVE-PENDING
local: fix permission and ownership on symlinks with --links and --metadata
build: remove build constraint syntax for go 1.16 and older
local: add --local-fatal-if-no-space flag - fixes #8011
local: fix rmdir "Access is denied" on windows - fixes #8363
backend: allow wrapping backend tests to run in make quicktest
local: don't restore setuid/setgid/sticky bits from metadata by default GHSA-945v-v9p3-v5xw
build: enable support for aix/ppc64
build: modernize Go code with go fix for go1.25
local: don't resolve relative roots to absolute paths - fixes #9510
local: fix getXattr returning empty map instead of nil