summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2008-10-20 21:56:57 +0200
committerKarolin Seeger <kseeger@samba.org>2008-10-20 22:04:11 +0200
commit271d77cc9d3543276ab88da140392b1bcbdc855d (patch)
treeb37ebeb13b4dde2c13e0af14547a3b32e28af52c /WHATSNEW.txt
parentbbc0986c55d93a9de2373e089c88582c5e647dde (diff)
downloadsamba-271d77cc9d3543276ab88da140392b1bcbdc855d.tar.gz
WHATSNEW: Update changes since 3.3.0pre2.
Karolin (cherry picked from commit 2d9353eff15397b8971c9813312a9b6fe8dff930)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 52e0e5bfc26..cd64f6df102 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -176,8 +176,10 @@ o Jeremy Allison <jra@samba.org>
* BUG 5080: Fix access to cups-printers with cups 1.3.4.
* 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.
* Correctly fix smbclient to terminate on eof from server.
* Fix client timeout when searching for a large number of cups printers.
+ * Unify access checks for lsa server functions.
o Gerald (Jerry) Carter <jerry@samba.org>
@@ -185,6 +187,10 @@ o Gerald (Jerry) Carter <jerry@samba.org>
* Make "lwinet ads dns register" honor the "interfaces" parameter.
+o Günther Deschner <gd@samba.org>
+ * Ensure consistency when reporting password complexity.
+
+
o Jeff Layton <jlayton@redhat.com>
* Have uppercase_string return success on NULL pointer in mount.cifs.
* Make mount.cifs return codes match the return codes for /bin/mount.
@@ -198,6 +204,7 @@ o Volker Lendecke <vl@samba.org>
* Fix some missing error handlings.
* Add workaround for domain joins using a netbios name which is different
from the hostname.
+ * Fix a valgrind error in idmap_ad_sids_to_unixids().
o Derrell Lipman <derrell.lipman@unwireduniverse.com>