summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-10-21 15:12:57 +0200
committerKarolin Seeger <kseeger@samba.org>2008-10-21 15:13:53 +0200
commit1d86b5e003effb4bb56ef9b0444da63a909fbc3c (patch)
treeab8247e5025e2acf90c520ebdd540d2f2c0d0fa7 /WHATSNEW.txt
parentf8d4596ec2b8f35dd3cc05aa7ee356abb9c0920b (diff)
downloadsamba-1d86b5e003effb4bb56ef9b0444da63a909fbc3c.tar.gz
samba-1d86b5e003effb4bb56ef9b0444da63a909fbc3c.tar.xz
samba-1d86b5e003effb4bb56ef9b0444da63a909fbc3c.zip
WHATSNEW: Update changes.
Karolin (cherry picked from commit c5609611ef2af5dee47a380003c6ce94f3781f0b)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 9734119acdb..70115947843 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -31,9 +31,11 @@ o Jeremy Allison <jra@samba.org>
* BUG 5797: Fix moving of readonly files.
* BUG 5814: Fix Winbind crash bug while doing "rescan_trusted_domain".
* BUG 5818: Sort ACEs in smbcacl output properly and honor inheritance.
+ * BUG 5826: Fix truncated filenames when accessing old servers.
* Fix rename_open_files.
* Restructure VFS SMB traffic analyzer VFS module.
* Correctly fix smbclient to terminate on eof from server.
+ * Unify access checks for lsa server functions.
o Gerald (Jerry) Carter <jerry@samba.org>
@@ -44,6 +46,7 @@ o Gerald (Jerry) Carter <jerry@samba.org>
o Guenther Deschner <gd@samba.org>
* Fix duplicate installation of cifs.upcall.
* Fix _srvsvc_NetShareAdd segfault.
+ * Ensure consistency when reporting password complexity.
o Holger Hetterich <hhetter@novell.com>