summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-12-29 11:19:36 +0100
committerKarolin Seeger <kseeger@samba.org>2009-12-29 11:20:35 +0100
commitea7c3567aa3963c7c35a7de0fd4b5c08c1d8cfec (patch)
tree965b42d73dd21ae36a86b74df0f7c7d1d42c1053 /WHATSNEW.txt
parent3b0deeb861a6025917e6b18badff619fa9361825 (diff)
downloadsamba-ea7c3567aa3963c7c35a7de0fd4b5c08c1d8cfec.tar.gz
WHATSNEW: Update changes.
Karolin (cherry picked from commit 86def5d9f2618cff4d22122e651988c9a608ba96)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index f2e99646674..a7906c8802d 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -107,6 +107,7 @@ o Jeremy Allison <jra@samba.org>
* Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned
attributes by protocol level.
* Vector correctly through reply_openerror() (which uses the same logic).
+ * Fix bugs with the full Windows ACL support.
o Günther Deschner <gd@samba.org>
@@ -119,11 +120,18 @@ o Jonas Gorski <jonas.gorski+samba@gmail.com>
* BUG 6992: make test for getgrouplist cacheable.
+o Suresh Jayaraman <sjayaraman@suse.de>
+ * Update mount.cifs man page with nounix option.
+
+
o Volker Lendecke <vl@samba.org>
* Fix _samr_GetAliasMembership for results with 0 rids.
* Fix an error case in cli_negprot.
* Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc.
* Restore correct timeouts for SMB requests.
+ * Fix a 64-bit error in libsmb.
+ * Replace IS_DOMAIN_OFFLINE by a function in Winbind.
+ * Simplify/cleanup Winbind code.
o Kamen Mazdrashki <kamen.mazdrashki@postpath.com>