summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-09-21 13:01:52 -0700
committerKarolin Seeger <kseeger@samba.org>2008-09-21 13:04:03 -0700
commitb9c9bab8f732d1b63a7e07086742cb00d04dbbf0 (patch)
treecf8fbab0c77dd7b31f2e54aba6fa291c52141923 /WHATSNEW.txt
parentbccf53c1222876295f961e8004eeb8f7b96eaa28 (diff)
downloadsamba-b9c9bab8f732d1b63a7e07086742cb00d04dbbf0.tar.gz
WHATSNEW: Add changes since 3.3.0pre1.
Karolin (cherry picked from commit 9c464946c1f77a6f95da4a36fd590ec75734432d)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 3135cd55b76..bca14a7271e 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -20,6 +20,7 @@ Major enhancements in Samba 3.3.0 include:
Winbind:
o Simplyfied idmap configuration.
o Added new parameter "winbind reconnect delay".
+ o Added support for user and group aliasing.
Administrative tools:
o The destination "all" of smbcontrol does now affect all running
@@ -100,6 +101,8 @@ o Jeremy Allison <jra@samba.org>
* BUG 5751: Fix showing of ACLs on DFS in (lib)smbclient.
* BUG 5762: Fix opening of mangled directory name (resulted
'is a stream name').
+ * Fix crashes when looking up a non-existant uid.
+ * Fix getting/setting of NT ACLs on a file.
* Add st_birthtime and friends for accurate create times on *BSD
and MacOSX).
* Fix the wcache_invalidate_samlogon calls.
@@ -107,6 +110,15 @@ o Jeremy Allison <jra@samba.org>
* Get smbd to look (read-only) into the winbindd cache for uid/gid <--> sid
mappings.
* Write times code update.
+ * Add experimental version of VFS module acl_xattr.
+
+
+o Gerald W. Carter <jerry@samba.org>
+ * Fix segfault when calling nss_get_info() with a NULL ads structure.
+ * Add support for name aliasing in Winbind.
+ * Add the idmap/nss-info provider from Likewise Open.
+ * Allow an admin to define the "uid" attribute for a RFC2307
+ user object in AD to be the username alias.
o Steven Danneman <steven.danneman@isilon.com>
@@ -117,6 +129,7 @@ o Steven Danneman <steven.danneman@isilon.com>
o Günther Deschner <gd@samba.org>
* BUG 5710: Fix changing of machine account passwords.
* Fix invalid sid copy (hit when enumerating sibling domains) in Winbind.
+ * Fix double installation of cifs.upcall.
o James Ding <ding_cc@hotmail.com>