summaryrefslogtreecommitdiff
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2010-01-07 10:24:28 +0100
committerKarolin Seeger <kseeger@samba.org>2010-01-07 10:26:28 +0100
commit25e126d6b462672d1150d2de25355d7e5f328492 (patch)
tree319e8736106a6bcf372a5db749292413530952c1 /WHATSNEW.txt
parentd33502936793baa8c660d7399752af322414a5a3 (diff)
downloadsamba-25e126d6b462672d1150d2de25355d7e5f328492.tar.gz
WHATSNEW: Update changes since 3.5.0pre2.
Karolin (cherry picked from commit c330ae920ac86a6a9cc7fac129be62756b2da7c0)
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index eb0c8f3ca38..b4e40bc4050 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -104,22 +104,33 @@ o Jeremy Allison <jra@samba.org>
* BUG 6837: Fix "Too many open files" when trying to access large number of
files with Windows 7.
* BUG 6939: Fix long filenames when "mangling method" is set to "hash".
+ * BUG 7020: Fix smbd using 2G memory.
* 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 Kai Blin <kai@samba.org>
+ * Add a few missing gettext calls to the 'net' command.
+ * Fix up a share type translation and translate some more strings in 'net'.
+
+
o Günther Deschner <gd@samba.org>
* Allow to call "pdbedit -N description -u user" without specifiyng "-r".
* Add spoolss_DriverInfo7.
* Fix rpcclient after setprinter IDL fixes.
+ * Use generated krb5.conf in 'net ads testjoin'.
o Jonas Gorski <jonas.gorski+samba@gmail.com>
* BUG 6992: make test for getgrouplist cacheable.
+o André Hentschel <nerv@dawncrow.de>
+ * Add some German translations for the 'net' command.
+
+
o Suresh Jayaraman <sjayaraman@suse.de>
* Update mount.cifs man page with nounix option.
@@ -166,6 +177,13 @@ o Kirill Smelkov <kirr@mns.spb.ru>
* Reset tdb->fd to -1 in tdb_close() in libtdb.
+o Bo Yang <boyang@samba.org>
+ * Fix infinite loop in NCACN_IP_TCP as there is no timeout.
+ * Make winbindd_cache.c aware of domain offline to avoid unnecessary backend
+ query.
+ * List trusted domains from wcache when domain is offline.
+
+
Changes since 3.5.0pre1
-----------------------