WHATSNEW: Update changes.
[Samba.git] / WHATSNEW.txt
blobd2c789366d3d7b34a5ec60d41eb97aa6c4fe023c
1                    =============================
2                    Release Notes for Samba 3.2.9
3                           March 31, 2009
4                    =============================
7 This is a maintenance release of the Samba 3.2 series.
9 Major enhancements included in Samba 3.2.9 are:
11   o Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
12     correctly (bug #6195).
13   o Fix guest authentication in setups with "security = share" and
14     "guest ok = yes" when Winbind is running.
15   o Fix corruptions of source path in tar mode of smbclient (bug #6161).
18 The original security announcement for this and past advisories can
19 be found http://www.samba.org/samba/security/
22 ######################################################################
23 Changes
24 #######
26 Changes since 3.2.8
27 -------------------
30 o   Michael Adam <obnox@samba.org>
31     * Add script fill-templates.
32     * Make update-pkginfo callable from any directory.
35 o   Jeremy Allison <jra@samba.org>
36     * BUG 6099: Samba returns incurrate capabilities list.
37     * BUG 6133: Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL
38       filesystem.
39     * BUG 6161: smbclient corrupts source path in tar mode.
40     * BUG 6195: Migrating from 3.0.x to 3.3.x can fail to update passdb.tdb
41       correctly.
42     * BUG 6196: Unable to serve files with colons to Linux CIFS/VFS client.
43     * BUG 6224: nmbd waits 5 minutes at startup before checking if it needs to
44       run elections.
45     * Correctly use chroot().
46     * Parameterize in local.h the MAX_RPC_DATA_SIZE, and ensure
47       that "offered" read from the rpc packet in spoolss is under
48       that size.
49     * Fix Coverity ID 602.
50     * Backport the semantics of when to delete alternate data streams on a file
51       truncate.
52     * Allow set attributes on a stream fnum to be redirected to the base
53       filename.
54     * Fix use of streams modules with CIFSFS client.
55     * Fix more POSIX path lstat calls.
56     * Allow DFS client paths to work when POSIX pathnames have been
57       selected.
58     * Try and fix the build farm RAW-STREAMS errors.
59     * Ensure files starting with multiple dots are hidden.
62 o   Steven Danneman <steven.danneman@isilon.com>
63     * Fix guest auth when Winbind is running.
66 o   Günther Deschner <gd@samba.org>
67     * BUG 6102: NetQueryDisplayInformation could return wrong information.
68     * BUG 6193: Avoid messing with sync_context in fetch_database_to_ldif().
69     * Fix memleak in get_remote_printer_publishing_data().
70     * Add pidl in order to be able to regenerate librpc functions.
71     * Fix Coverity IDs 722, 762.
74 o   Steve French <smfrench@gmail.com>
75     * cifs mount fix for handling -V parameter.
76     * Fix guest mounts.
79 o   Holger Hetterich <hhetter@novell.com>
80     * Enable total anonymization in vfs_smb_traffic_analyzer.
83 o   Björn Jacke <bj@sernet.de>
84     * Enable IPv6 support for NetBSD and FreeBSD.
85     * Prefer gssapi header files from subdirectory.
86     * Fix build on old Heimdal based systems.
87     * Use parentheses in if condition to make negation clear.
90 o   Günter Kukkukk <linux@kukkukk.com>
91     * Don't try and delete a default ACL from a file.
94 o   Jeff Layton <jlayton@redhat.com>
95     * Initialize rc to 0 in main.
98 o   Volker Lendecke <vl@sernet.de>
99     * BUG 6100: Complete fix.
100     * BUG 6130: Don't crash in winbindd_rpc lookup_groupmem() on unmapped
101       members.
102     * BUG 6097: Fix smbd segfault.
103     * Fix remotely adding a share via MMC.
104     * Fix resume handle for _samr_EnumDomainGroups.
105     * Fix Coverity IDs 742, 744, 745, 879, 880.
106     * Fix a buffer handling bug when adding lots of registry keys.
107     * Fix a O(n^2) algorithm in regdb_fetch_keys().
108     * Fix an uninitialized variable warning.
109     * Fix a valgrind error / segfault in dns_register_smbd().
110     * Don't log NDR_PRINT_DEBUG at level 0, this always ends up in syslog.
111     * Fix a malloc/talloc mismatch when cli_initialise() fails.
112     * Fix a valgrind error.
113     * Fix two memleaks in the encryption code.
114     * Fix gcc 4.4 compile warning.
115     * Fix a scary "fill_share_mode_lock failed" message.
118 o   Derrell Lipman <derrell@dworkin.(none)>
119     * BUG 6228: Fix SMBC_open_ctx failure due to path resolve failure doesn't
120       set errno.
123 o   Stefan Metzmacher <metze@samba.org
124     * BUG 6100: Implement _netr_LogonGetCapabilities() with
125       NT_STATUS_NOT_IMPLEMENTED.
126     * Add S-1-22-X-Y sids to the local token.
127     * Add idl for netr_LogonGetCapabilities().
128     * Fix the build on SLES8.
129     * Fix smb signing for fragmented trans/trans2/nttrans requests.
132 o   Glenn Machin <gmachin@sandia.gov>
133     * Don't miss an absolute pathname as a kerberos keytab path.
136 o   Shirish Pargaonkar <shirishpargaonkar@gmail.com>
137     * Clean-up entries in /etc/mtab after unmount.
138     * Add fakemount (-f) and nomtab (-n) flags to mount.cifs.
141 o   Ted Percival <ted.percival@quest.com>
142     * Fix a crash during name resolution when log level >= 10 and libc
143       segfaults if printf is passed NULL for a "%s" arg (e.g. Solaris).
146 o   Tim Prouty <tprouty@samba.org>
147     * Fix SMB_VFS_RECVFILE/SENDFILE macros.
148     * Parse_packet can return NULL which is then dereferenced in
149       match_mailslot_name.
152 o   Dan Sledz <dsledz@isilon.com>
153     * Fix double free caused by incorrect talloc_steal usage.
156 o   Aravind Srinivasan <aravind.srinivasan@isilon.com>
157     * Have nmbd check all available interfaces for WINS before failing.
160 o   Miguel Suarez <Miguel.Suarez@stratus.com>
161     * BUG 6085: Fix build of vfs_default on systems without utime support.
164 o   Yasuma Takeda <yasuma@osstech.co.jp>
165     * BUG 5920: The length of the memcpy was calculated wrong.
166     * BUG 6098: Fix the ads_find_dc() with "security = domain" when the DNS
167       server is invalid.
170 o   Andrew Tridgell <tridge@samba.org>
171     * Fix a bug in message handling for code the change notify code.
174 o   Jelmer Vernooij <jelmer@samba.org>
175     * Properly cast array length in print functions.
178 o   Bo Yang <boyang@novell.com>
179     * Initialize the id_map status in idmap_ldap to avoid surprise.
182 ######################################################################
183 Reporting bugs & Development Discussion
184 #######################################
186 Please discuss this release on the samba-technical mailing list or by
187 joining the #samba-technical IRC channel on irc.freenode.net.
189 If you do report problems then please try to send high quality
190 feedback. If you don't provide vital information to help us track down
191 the problem then you will probably be ignored.  All bug reports should
192 be filed under the Samba 3.2 product in the project's Bugzilla
193 database (https://bugzilla.samba.org/).
196 ======================================================================
197 == Our Code, Our Bugs, Our Responsibility.
198 == The Samba Team
199 ======================================================================