The branch, v4-22-test has been updated
via 4d44f8c9ecd VERSION: Bump version up to Samba 4.22.0rc5...
via 70cb2fe5fb5 VERSION: Disable GIT_SNAPSHOT for the 4.22.0rc4 release.
via 9286d9c20ad WHATSNEW: Add release notes for Samba 4.22.0rc4.
via dac386f4095 WHATSNEW: add himmelblaud
from 95099cef157 WHATSNEW: add krb5 netlogon smb.conf options
https://git.samba.org/?p=samba.git;a=shortlog;h=v4-22-test
- Log -----------------------------------------------------------------
commit 4d44f8c9ecd7803afa2ac6c818dfa9cffc5aa662
Author: Jule Anger <[email protected]>
Date: Thu Feb 27 13:32:05 2025 +0100
VERSION: Bump version up to Samba 4.22.0rc5...
and re-enable GIT_SNAPSHOT.
Signed-off-by: Jule Anger <[email protected]>
commit 70cb2fe5fb550add7c9266e5d7ae249a0a03c0e9
Author: Jule Anger <[email protected]>
Date: Thu Feb 27 13:31:39 2025 +0100
VERSION: Disable GIT_SNAPSHOT for the 4.22.0rc4 release.
Signed-off-by: Jule Anger <[email protected]>
commit 9286d9c20ad4ce27735e3a23697003ac73382ef9
Author: Jule Anger <[email protected]>
Date: Thu Feb 27 13:30:58 2025 +0100
WHATSNEW: Add release notes for Samba 4.22.0rc4.
Signed-off-by: Jule Anger <[email protected]>
commit dac386f40950ba800cf60471b5430aef484818ec
Author: Jule Anger <[email protected]>
Date: Thu Feb 27 13:23:55 2025 +0100
WHATSNEW: add himmelblaud
Signed-off-by: David Mulder <[email protected]>
-----------------------------------------------------------------------
Summary of changes:
VERSION | 2 +-
WHATSNEW.txt | 24 +++++++++++++++++++++++-
2 files changed, 24 insertions(+), 2 deletions(-)
Changeset truncated at 500 lines:
diff --git a/VERSION b/VERSION
index d122066e718..5df05cc8772 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=4
+SAMBA_VERSION_RC_RELEASE=5
########################################################
# To mark SVN snapshots this should be set to 'yes' #
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 008e45d7afe..ccb811920bb 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,7 +1,7 @@
Release Announcements
=====================
-This is the third release candidate of Samba 4.22. This is *not*
+This is the fourth release candidate of Samba 4.22. 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/.
@@ -39,6 +39,17 @@ now be configured to use TCP via the new "client netlogon
ping
protocol" parameter to enable running in environments where firewalls
completely block port 389 or UDP traffic to domain controllers.
+Experimental Himmelblaud Authentication in Samba
+------------------------------------------------
+
+Samba now includes experimental support for Azure Entra ID authentication via
+`himmelblaud`, located in the `rust/` directory. This implementation provides
+basic authentication and is configured through `smb.conf`, utilizing options
+such as `realm`, `winbindd_socket_directory`, and `template_homedir`. New
global
+parameters include `himmelblaud_sfa_fallback`, `himmelblaud_hello_enabled`, and
+`himmelblaud_hsm_pin_path`.
+To enable, configure Samba with `--enable-rust --with-himmelblau`.
+
REMOVED FEATURES
================
@@ -74,6 +85,9 @@ smb.conf changes
smb3 directory leases New Auto
vfs mkdir use tmp name New Auto
client netlogon ping protocol New cldap
+ himmelblaud hello enabled New no
+ himmelblaud hsm pin path New default hsm pin path
+ himmelblaud sfa fallback New no
client use krb5 netlogon Experimental no
reject aes netlogon servers Experimental no
server reject aes schannel Experimental no
@@ -82,6 +96,14 @@ smb.conf changes
cldap port Removed
+CHANGES SINCE 4.22.0rc3
+=======================
+
+o Stefan Metzmacher <[email protected]>
+ * BUG 15815: client use krb5 netlogon is experimental and should not be used
+ in production.
+
+
CHANGES SINCE 4.22.0rc2
=======================
--
Samba Shared Repository