The branch, v4-23-test has been updated
via 6dc245c4669 VERSION: Bump version up to Samba 4.23.0rc3...
via 4936cd33142 VERSION: Disable GIT_SNAPSHOT for the 4.23.0rc2 release.
via 7a5da9c9f82 WHATSNEW: Add release notes for Samba 4.23.0rc2.
via 5c9f7d68912 WHATSNEW: samba-tool domain backup --no-secrets changes
from 93cb60fe642 third_party:quic_ko_wrapper Fix compilation with
clang-20
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-23-test
- Log -----------------------------------------------------------------
commit 6dc245c4669b897c1bc461fa998e16f1cbb22ac7
Author: Jule Anger <[email protected]>
Date: Fri Aug 22 17:31:25 2025 +0200
VERSION: Bump version up to Samba 4.23.0rc3...
and re-enable GIT_SNAPSHOT.
Signed-off-by: Jule Anger <[email protected]>
commit 4936cd3314250ac3c732791e821f8b76270e3794
Author: Jule Anger <[email protected]>
Date: Fri Aug 22 17:30:46 2025 +0200
VERSION: Disable GIT_SNAPSHOT for the 4.23.0rc2 release.
Signed-off-by: Jule Anger <[email protected]>
commit 7a5da9c9f825e8084e7351050aa974d1d1e5e63e
Author: Jule Anger <[email protected]>
Date: Fri Aug 22 17:30:02 2025 +0200
WHATSNEW: Add release notes for Samba 4.23.0rc2.
Signed-off-by: Jule Anger <[email protected]>
commit 5c9f7d68912e4cc345250b8a3c57c0e09e11d170
Author: Douglas Bagnall <[email protected]>
Date: Wed Aug 20 12:18:53 2025 +1200
WHATSNEW: samba-tool domain backup --no-secrets changes
Signed-off-by: Douglas Bagnall <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
VERSION | 2 +-
WHATSNEW.txt | 30 ++++++++++++++++++++++++++----
2 files changed, 27 insertions(+), 5 deletions(-)
Changeset truncated at 500 lines:
diff --git a/VERSION b/VERSION
index acc8b6d0d50..ec667d5bcb7 100644
--- a/VERSION
+++ b/VERSION
@@ -89,7 +89,7 @@ SAMBA_VERSION_PRE_RELEASE=
# e.g. SAMBA_VERSION_RC_RELEASE=1 #
# -> "3.0.0rc1" #
########################################################
-SAMBA_VERSION_RC_RELEASE=2
+SAMBA_VERSION_RC_RELEASE=3
########################################################
# To mark SVN snapshots this should be set to 'yes' #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 27fae5331d2..051fa2084de 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,7 +1,7 @@
Release Announcements
=====================
-This is the first release candidate release of Samba 4.23. This is *not*
+This is the second release candidate release of Samba 4.23. This is *not*
intended for production environments and is designed for testing
purposes only. Please report any defects via the Samba bug reporting
system at https://bugzilla.samba.org/.
@@ -32,9 +32,16 @@ Initial version of smb_prometheus_endpoint
------------------------------------------
todo
-samba-tool improvements
------------------------
-todo
+samba-tool domain backup --no-secrets avoids confidential attributes
+--------------------------------------------------------------------
+
+The --no-secrets option creates a back-up without secret attributes
+(e.g. passwords), suitable for use in a lab domain. Until now it could
+still contain confidential attributes, including BitLocker recovery
+data and KDS root keys. Objects in the classes msKds-ProvRootKey,
+msFVE-RecoveryInformation, and msTPM-InformationObject will now be
+entirely removed from the backup, as these objects are required by
+schema to have confidential attributes and are no use without them.
CTDB changes
------------
@@ -82,6 +89,21 @@ smb.conf changes
server smb transports New tcp, nbt
winbind varlink service New no
+CHANGES SINCE 4.23.0rc1
+=======================
+
+o Björn Baumbach <[email protected]>
+ * BUG 15896: libquic build fixes.
+
+o Ralph Boehme <[email protected]>
+ * BUG 15844: getpwuid does not shift to new DC when current DC is down.
+ * BUG 15876: Windows security hardening locks out schannel'ed netlogon dc
+ calls like netr_DsRGetDCName.
+
+o Gary Lockyer <[email protected]>
+ * BUG 15896: libquic build fixes.
+
+
KNOWN ISSUES
============
--
Samba Shared Repository