The branch, v4-22-test has been updated via ef1a5896a11 VERSION: Bump version up to Samba 4.22.4... via 70eeb722062 VERSION: Disable GIT_SNAPSHOT for the 4.22.3 release. via 22a95d2aa77 WHATSNEW: Add release notes for Samba 4.22.3. from 78d69a9eebe s3-winbindd: Fix internal winbind dsgetdcname calls w.r.t. domain name
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-22-test - Log ----------------------------------------------------------------- commit ef1a5896a1116468cf80aec251c23e84940a6785 Author: Jule Anger <jan...@samba.org> Date: Mon Jul 7 18:16:50 2025 +0200 VERSION: Bump version up to Samba 4.22.4... and re-enable GIT_SNAPSHOT. Signed-off-by: Jule Anger <jan...@samba.org> commit 70eeb7220627eae6f6e0e76f1ec114a1ac965671 Author: Jule Anger <jan...@samba.org> Date: Mon Jul 7 18:16:34 2025 +0200 VERSION: Disable GIT_SNAPSHOT for the 4.22.3 release. Signed-off-by: Jule Anger <jan...@samba.org> commit 22a95d2aa7726dcc7502d6693ab5a88e0d419d5a Author: Jule Anger <jan...@samba.org> Date: Mon Jul 7 18:16:05 2025 +0200 WHATSNEW: Add release notes for Samba 4.22.3. Signed-off-by: Jule Anger <jan...@samba.org> ----------------------------------------------------------------------- Summary of changes: VERSION | 2 +- WHATSNEW.txt | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 87 insertions(+), 3 deletions(-) Changeset truncated at 500 lines: diff --git a/VERSION b/VERSION index 401aa10d8bf..f139c253fa6 100644 --- a/VERSION +++ b/VERSION @@ -27,7 +27,7 @@ SAMBA_COPYRIGHT_STRING="Copyright Andrew Tridgell and the Samba Team 1992-2025" ######################################################## SAMBA_VERSION_MAJOR=4 SAMBA_VERSION_MINOR=22 -SAMBA_VERSION_RELEASE=3 +SAMBA_VERSION_RELEASE=4 ######################################################## # If a official release has a serious bug # diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 8b98a91f28a..57d9133b43f 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,3 +1,88 @@ + ============================== + Release Notes for Samba 4.22.3 + July 07, 2025 + ============================== + + +This is the latest stable release of the Samba 4.22 release series. + + +Important Change in Upcoming Microsoft Update +--------------------------------------------- + +On 8th of July, Microsoft will release an important security update for +Active Directory Domain Controllers for Windows Server versions prior to +2025. + +This update includes a change to the Microsoft RPC Netlogon protocol, +which improves security by tightening access checks for a set of RPC +requests. Samba running as domain members in these environments will be +impacted by this change if a specific configuration is used, see below +for which configuration is affected. + +Windows Server version 2025 is already equipped with these specific +security hardenings, and Microsoft is now planning to deploy them to all +supported Windows Server versions down to Windows Server 2008. + + +Who is affected? + +Samba installations acting as member servers in Windows AD domains will +be affected if they are configured to use the 'ad' idmapping backend. +Samba servers not using this configuration will not be affected by the +change – at least to our current knowledge and understanding of the +change – and no further action is required. + +Current versions of Samba with the affected configuration will no longer +function correctly once the Microsoft update has been applied. Users +will not be able to connect to the SMB service provided by Samba for any +domain configured to use the 'ad' idmapping backend. + +See https://bugzilla.samba.org/show_bug.cgi?id=15876. + + +Changes since 4.22.2 +-------------------- + +o Douglas Bagnall <douglas.bagn...@catalyst.net.nz> + * BUG 15854: samba-tool cannot add user to group whose name is exactly 16 + characters long. + +o Günther Deschner <g...@samba.org> + * BUG 15876: Windows security hardening locks out schannel'ed netlogon dc + calls like netr_DsRGetDCName. + +o Stefan Metzmacher <me...@samba.org> + * BUG 15876: Windows security hardening locks out schannel'ed netlogon dc + calls like netr_DsRGetDCName. + +o Andreas Schneider <a...@samba.org> + * BUG 15869: Startup messages of rpc deamons fills /var/log/messages. + + +####################################### +Reporting bugs & Development Discussion +####################################### + +Please discuss this release on the samba-technical mailing list or by +joining the #samba-technical:matrix.org matrix room, or +#samba-technical IRC channel on irc.libera.chat. + +If you do report problems then please try to send high quality +feedback. If you don't provide vital information to help us track down +the problem then you will probably be ignored. All bug reports should +be filed under the Samba 4.1 and newer product in the project's Bugzilla +database (https://bugzilla.samba.org/). + + +====================================================================== +== Our Code, Our Bugs, Our Responsibility. +== The Samba Team +====================================================================== + + +Release notes for older releases follow: +---------------------------------------- ============================== Release Notes for Samba 4.22.2 June 05, 2025 @@ -80,8 +165,7 @@ database (https://bugzilla.samba.org/). ====================================================================== -Release notes for older releases follow: ----------------------------------------- +---------------------------------------------------------------------- ============================== Release Notes for Samba 4.22.1 April 17, 2025 -- Samba Shared Repository