summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-04-20 01:59:17 +0000
committerGerald Carter <jerry@samba.org>2006-04-20 01:59:17 +0000
commitb3602511234c329bed62cdfbe28a52d0a4466bfa (patch)
tree2a8594726053ae8907a9f7ee89cccbb98896261d /WHATSNEW.txt
parent6e2a998a75b79c4ec799fba2272950ca68054dcb (diff)
downloadsamba-b3602511234c329bed62cdfbe28a52d0a4466bfa.tar.gz
samba-b3602511234c329bed62cdfbe28a52d0a4466bfa.tar.xz
samba-b3602511234c329bed62cdfbe28a52d0a4466bfa.zip
r15144: final code changes for 3.0.23pre1 (SAMBA_3_0 r15141)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt24
1 files changed, 20 insertions, 4 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 54953d6e109..177ad8e841f 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -20,11 +20,23 @@ articles:
http://news.samba.org/#coverity_zero_bugs
http://news.samba.org/#zdnet_quick_response
+New features introduced in 3.0.23pre1 include:
+ o New offline mode in winbindd.
+ o New kerberos support for pam_winbind.so.
+ o New handling of unmapped users and groups.
+ o New non-root share management tools.
+ o Improved support for local and BUILTIN groups.
-Common bugs fixed in 3.0.23pre1 include:
-New features introduced in 3.0.23pre1 include:
+User and Group changes
+======================
+
+The user and group internal management routines have been rewritten
+to prevent overlaps of assigned Relative Identifiers (RIDs).
+Unmapped users are assigned a SID in the S-1-22-1 domain now and
+unmapped groups are assigned a SID in the S-1-22-2 domain.
+
######################################################################
@@ -100,7 +112,10 @@ o Jeremy Allison <jra@samba.org>
* Fix error return on session setup. Ensure no data blob is
added if the logon call failed so that Windows clients
interpret the NT_STATUS code correctly.
-
+ * Teach Samba the difference between exclusive and batch
+ oplocks.
+ * BUG 3592: Ignore a file in a smbtar output if the first
+ read fails (inspired by Justin Best).
o Alexander Bokovoy <ab@samba.org>
@@ -215,7 +230,6 @@ o Guenther Deschner <gd@samba.org>
in /etc/security/pam_winbind.conf.
-
o Mathias Dietz <MDIETZ@de.ibm.com>
* EPERM can be a valid return from getting an xattr.
Don't disable if we get it.
@@ -261,6 +275,8 @@ o Volker Lendecke <vl@samba.org>
the SAMBA_4_0 tree.
* Unsure that the global SAM SID is initialized before any
dependent routines are called.
+ * Enhance consistency checks on local configuration when joining
+ a domain.
o Derrell Lipman <derrell@samba.org>