[Release Planning 4.6] Samba 4.6.0 scheduled for March 7

Uri Simchoni uri at samba.org
Thu Nov 24 09:08:38 UTC 2016


On 11/23/2016 01:19 PM, Karolin Seeger wrote:
> Hi,
> 
> On 11/14/2016 12:55 PM, Karolin Seeger wrote:
>> Samba 4.6.0 is scheduled for Tuesday, March 7 2017.
>>
>> -RC1: January 5, 2017
>> -RC2 (if needed): January 24, 2017
>> -RC3 (if needed): February 14, 2017
> 
> please let me know if you made any important changes between Samba 4.5.0
> and now and provide input for the release notes (or add it yourself :-).
> 
> Thanks!
> 
> Cheers,
> Karolin
> 

Attached...

Please review and push if happy.
Thanks,
Uri.
-------------- next part --------------
From 73e1dc6dd42193f40e39b2ec54a219c0fec6b96b Mon Sep 17 00:00:00 2001
From: Uri Simchoni <uri at samba.org>
Date: Wed, 10 Aug 2016 08:38:30 +0300
Subject: [PATCH 1/2] WHATSNEW: document kerberos encryption types

Signed-off-by: Uri Simchoni <uri at samba.org>
---
 WHATSNEW.txt | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 6b96cae..a9ce96d 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -16,6 +16,14 @@ UPGRADING
 NEW FEATURES/CHANGES
 ====================
 
+kerberos client encryption types
+--------------------------------
+Some parts of Samba (most notably winbindd) perform Kerberos client
+operations based on a Samba-generated krb5.conf file. A new
+parameter, "kerberos encryption types" allows configuring the
+encryption types set in this file, thereby allowing the user to
+enforce strong or legacy encryption in Kerberos exchanges.
+
 
 REMOVED FEATURES
 ================
@@ -26,6 +34,7 @@ smb.conf changes
 
   Parameter Name                Description             Default
   --------------                -----------             -------
+  kerberos encryption types     New                     all
 
 
 KNOWN ISSUES
-- 
2.9.3


From 9b01e5f09bcaa130ccbde811697a51127be232be Mon Sep 17 00:00:00 2001
From: Uri Simchoni <uri at samba.org>
Date: Wed, 10 Aug 2016 08:38:59 +0300
Subject: [PATCH 2/2] WHATSNEW: document new inherit owner option

Signed-off-by: Uri Simchoni <uri at samba.org>
---
 WHATSNEW.txt | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index a9ce96d..59e32f2 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -25,6 +25,16 @@ encryption types set in this file, thereby allowing the user to
 enforce strong or legacy encryption in Kerberos exchanges.
 
 
+new option for owner inheritance
+--------------------------------
+The "inherit owner" smb.conf parameter instructs smbd to set the
+owner of files to be the same as the parent directory's owner.
+Up until now, this parameter could be set to "yes" or "no".
+A new option, "unix only", enables this feature only for the UNIX owner
+of the file, not affecting the SID owner in the Windows NT ACL of the
+file. This can be used to emulate something very similar to folder quotas.
+
+
 REMOVED FEATURES
 ================
 
@@ -35,6 +45,7 @@ smb.conf changes
   Parameter Name                Description             Default
   --------------                -----------             -------
   kerberos encryption types     New                     all
+  inherit owner                 New option
 
 
 KNOWN ISSUES
-- 
2.9.3



More information about the samba-technical mailing list