Fix bug #6876 for acl_tdb module.
[Samba/bb.git] / WHATSNEW.txt
blob1a30e150e0fc9a93b07225e677296fb8a652a383
1                    ================================
2                    Release Notes for Samba 3.5.0rc2
3                            January 26, 2010
4                    ================================
6 This is the second release candidate of Samba 3.5.  This is *not*
7 intended for production environments and is designed for testing
8 purposes only.  Please report any defects via the Samba bug reporting
9 system at https://bugzilla.samba.org/.
11 Major enhancements in Samba 3.5.0 include:
13 General changes:
14 o Add support for full Windows timestamp resolution
15 o The Using Samba HTML book has been removed.
16 o 'net', 'smbclient' and libsmbclient can use credentials cached by Winbind.
18 Protocol changes:
19 o Experimental implementation of SMB2
21 Printing Changes:
22 o Add encryption support for connections to a CUPS server
24 Winbind changes:
25 o Major refactoring
26 o Asynchronous
28 VFS modules:
29 o New vfs_scannedonly module has been added.
32 General changes:
33 ================
35 Support for full Windows timestamp resolution has been added. This effectively
36 makes us use Windows' full 100ns timestamp resolution if supported by the
37 kernel (2.6.22 and higher) and the glibc (2.6 and higher).
39 The Using Samba HTML book has been removed from the Samba tarball.
40 It is still available at http://www.samba.org/samba/docs/using_samba/toc.html.
42 Samba client tools like 'net', 'smbclient' and libsmbclient can use the user
43 credentials cached by Winbind at logon time. This is very useful e.g. when
44 connecting to a Samba server using Nautilus without re-entering username and
45 password. This feature is enabled by default and can be disabled per application
46 by setting the LIBSMBCLIENT_NO_CCACHE environment variable.
48 Protocol changes
49 ================
51 An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
52 enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
53 SMB protocol used by Windows Vista and higher.
55 Printing Changes
56 ================
58 A new parameter "cups encrypt" has been added to control whether connections to
59 CUPS servers will be encrypted or not. The default is to use unencrypted
60 connections.
62 Winbind changes
63 ===============
65 The Winbind daemon has been refactored internally to be asynchronous. The new
66 Winbind will not be blocked by running 'getent group' or 'getent passwd'.
68 VFS modules
69 ===========
71 A new VFS module "scannedonly" has been added. This is a filter that
72 talks to an antivirus-engine and stores whether a file is clean or not.
73 Users do only see clean files on their filesystem.
76 ######################################################################
77 Changes
78 #######
80 smb.conf changes
81 ----------------
83    Parameter Name                      Description     Default
84    --------------                      -----------     -------
86    create krb5 conf                    New             yes
87    ctdb timeout                        New             0
88    cups encrypt                        New             no
89    debug hires timestamp               Changed Default yes
90    ldap deref                          New             auto
91    ldap follow referral                New             auto
94 New configure options
95 ---------------------
97 --enable-external-libtdb        Enable external tdb
98 --enable-netapi                 Turn on netapi support
99 --enable-pthreadpool            Enable pthreads pool helper support
100 --with-cifsumount               Include umount.cifs (Linux only) support
101 --with-codepagedir=DIR          Where to put codepages
104 Commit Highlights
105 =================
107 o   Björn Jacke <bj@sernet.de>
108     * Add support for full Windows timestamp resolution.
109     * Add encryption support for connections to a CUPS server.
112 o   Volker Lendecke <vl@samba.org>
113     * Major internal refactoring of the Winbind daemon.
114     * Make Winbind asynchronous.
115     * Make 'net', 'smbclient' and libsmbclient use the logon credentials cached
116       by Winbind.
119 o   Stefan Metzmacher <metze@samba.org>
120     * Implement the new SMB2 protocol (experimental).
123 Changes since 3.5.0rc1
124 ----------------------
127 o   Michael Adam <obnox@samba.org>
128     * BUG 4347: Check password history before increasing "badPasswordCount".
131 o   Jeremy Allison <jra@samba.org>
132     * BUG 5202: Fix changing of ACLs on writable file with "dos filemode=yes".
133     * BUG 6876: Fix deletion of an object whose parent folder does not have delete
134       rights fails even if the delete right is set on the object in
135       vfs_acl_xattr and vfs_acl_tdb.
136     * BUG 7033: Fix SMBrmdir error message when deleting a directory fails.
137     * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
138     * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
141 o   Giovanni Bajo <rasky@develer.com>
142     * BUG 7029: Disable sanity check in NetShareEnum for better compatibility
143       with Windows.
146 o   Kai Blin <kai@samba.org>
147     * BUG 7039: Fix compile error with WITH_DNS_UPDATE. Update .po files.
150 o   Günther Deschner <gd@samba.org>
151     * BUG 7043: Fix crash bug in libsmbclient.
154 o   André Hentschel <nerv@dawncrow.de>
155     * BUG 7039: Complete German translation of 'net'.
158 o   Björn Jacke <bj@sernet.de>
159     * BUG 7039: Improve some German translations in 'net'.
162 o   William Jojo <w.jojo@hvcc.edu>
163     * BUG 7052: Fix DFS on AIX.
166 o   Volker Lendecke <vl@samba.org>
167     * BUG 6981: Fix large paged search with DirX LDAP servers.
168     * BUG 7027: Fix a segfault in winbindd_dual_ccache_ntlm_auth().
169     * BUG 7037: Fix a Winbind segfault in "trusted_domains".
170     * BUG 7046: Fix libsmbclient crash against OpenSolaris CIFS server.
171     * BUG 7062: Make 'net', 'smbclient' and libsmbclient use the logon
172       credentials cached by Winbind.
173     * Lock down some srvsvc calls according to what w2k3 seems to do.
176 o   Stefan Metzmacher <metze@samba.org>
177     * BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
178       pdb_ldap.
181 o   SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com>
182     * BUG 7034: Fix segfault in vfs_cap.
185 o   Olivier Sessink <oliviersessink@gmail.com>
186     * BUG 7028: Add new scannedonly VFS module.
189 Changes since 3.5.0pre2
190 -----------------------
192 o   Jeremy Allison <jra@samba.org>
193     * BUG 6837: Fix "Too many open files" when trying to access large number of
194       files with Windows 7.
195     * BUG 6939: Fix long filenames when "mangling method" is set to "hash".
196     * BUG 7020: Fix smbd using 2G memory.
197     * Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned
198       attributes by protocol level.
199     * Vector correctly through reply_openerror() (which uses the same logic).
200     * Fix bugs with the full Windows ACL support.
203 o   Kai Blin <kai@samba.org>
204     * Add a few missing gettext calls to the 'net' command.
205     * Fix up a share type translation and translate some more strings in 'net'.
208 o   Günther Deschner <gd@samba.org>
209     * Allow to call "pdbedit -N description -u user" without specifiyng "-r".
210     * Add spoolss_DriverInfo7.
211     * Fix rpcclient after setprinter IDL fixes.
212     * Use generated krb5.conf in 'net ads testjoin'.
215 o   Jonas Gorski <jonas.gorski+samba@gmail.com>
216     * BUG 6992: make test for getgrouplist cacheable.
219 o   André Hentschel <nerv@dawncrow.de>
220     * Add some German translations for the 'net' command.
223 o   Suresh Jayaraman <sjayaraman@suse.de>
224     * Update mount.cifs man page with nounix option.
227 o   Volker Lendecke <vl@samba.org>
228     * Fix _samr_GetAliasMembership for results with 0 rids.
229     * Fix an error case in cli_negprot.
230     * Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc.
231     * Restore correct timeouts for SMB requests.
232     * Fix a 64-bit error in libsmb.
233     * Replace IS_DOMAIN_OFFLINE by a function in Winbind.
234     * Simplify/cleanup Winbind code.
237 o   Kamen Mazdrashki <kamen.mazdrashki@postpath.com>
238     * Fix write behind memory block in libtalloc.
239     * Fix result check for getaddrinfo().
242 o   Jim McDonough <jmcd@samba.org>
243     * BUG 7014: Fix Winbind crash when retrieving empty group members.
246 o   Brian Lu <brian.lu@sun.com>
247     * BUG 6991: Create symbol links to shared libraries.
250 o   Stefan Metzmacher <metze@samba.org>
251     * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr()
252       to tsocket.
253     * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb.
254     * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior.
255     * Fix standalone 'make installdocs'.
258 o   Peter Rosin <peda@lysator.liu.se>
259     * Output %p as unsigned in snprintf replacement.
262 o   Ronnie Sahlberg <ronniesahlberg@gmail.com>
263     * New attempt at TDB transaction nesting allow/disallow.
266 o   Kirill Smelkov <kirr@mns.spb.ru>
267     * Remove swig stuff from libtdb.
268     * Reset tdb->fd to -1 in tdb_close() in libtdb.
271 o   Simo Sorce <idra@samba.org>
272     * Change the way mksysms work in libtalloc.
275 o   Jelmer Vernooij <jelmer@samba.org>
276     * Also build and install tdb manpages from standalone tdb.
279 o   Bo Yang <boyang@samba.org>
280     * Fix infinite loop in NCACN_IP_TCP as there is no timeout.
281     * Make winbindd_cache.c aware of domain offline to avoid unnecessary backend
282       query.
283     * List trusted domains from wcache when domain is offline.
286 Changes since 3.5.0pre1
287 -----------------------
289 o   Michael Adam <obnox@samba.org>
290     * Fix the build when no external talloc and tdb are installed.
291     * Fix detection of CTDB headers on systems without system-libtalloc.
294 o   Jeremy Allison <jra@samba.org>
295     * BUG 6802: A created folder does not properly inherit permissions from
296       parent in vfs_acl_xattr.
297     * BUG 6837: "Too many open files" when trying to access large number of
298       files from Windows 7.
299     * BUG 6938 : No hook exists to check creation rights when using acl_xattr
300       module.
301     * Fix vfs_acl_xattr which was failing to call the NEXT connect function.
302     * Restructure the ACL code.
303     * Refactor reply_rmdir to use handle based code.
306 o   Dan Cox <dan@wep.net>
307     * BUG 2350: Add LDAP Alias Dereferencing support.
310 o   Günther Deschner <gd@samba.org>
311     * BUG 6929: Fix build with recent heimdal.
312     * Fix several printing issues.
313     * Fix the build on Mac OS X 10.6.2.
314     * Fix net and rpcclient after setprinterdataex changes.
315     * Add full support for level 8 printer drivers.
316     * Add more spoolss architectures to IDL.
317     * Fix enumprinter key client and server.
318     * Fix crash in EnumPrinterDataEx.
321 o   Björn Jacke <bj@sernet.de>
322     * Prefer posix_fallocate for doing "strict allocate".
325 o   Matt Kraai <mkraai@beckman.com>
326     * BUG 6860: Fix shared library build on QNX.
329 o   Volker Lendecke <vl@samba.org>
330     * BUG 6288: SWAT adds a second share when changing parameters of an existing
331       share.
332     * BUG 6435: Fix minor memory corruption.
333     * Restore "fake directory create times" as a share parameter.
334     * Fix explicit stat64 support.
335     * Add support for NetWkstaGetInfo 101 and 102.
336     * Add rpcclient wkssvc_enumerateusers.
337     * De-deprecate "write cache size" to prevent its removal without a proper
338       alternative.
339     * Allow more than 1000 users in BUILTIN\Users.
342 o   Jim McDonough <jmcd@samba.org>
343     * BUG 6967: Prevent glibc error on 'net ads join'.
346 o   Lars Müller <lars@samba.org>
347     * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was
348       set while configure.
351 o   Ian Puleston <ipuleston@sonicwall.com>
352     * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers.
355 o   Karolin Seeger <kseeger@samba.org>
356     * Fix the build of the example VFS modules.
359 o   Bo Yang <boyang@samba.org>
360     * BUG 6879: Fix crash in Winbind.
361     * Fix crash in free_file_list().
362     * Give the user a chance to change password when password will expire soon.
365 ######################################################################
366 Reporting bugs & Development Discussion
367 #######################################
369 Please discuss this release on the samba-technical mailing list or by
370 joining the #samba-technical IRC channel on irc.freenode.net.
372 If you do report problems then please try to send high quality
373 feedback. If you don't provide vital information to help us track down
374 the problem then you will probably be ignored.  All bug reports should
375 be filed under the Samba 3.5 product in the project's Bugzilla
376 database (https://bugzilla.samba.org/).
379 ======================================================================
380 == Our Code, Our Bugs, Our Responsibility.
381 == The Samba Team
382 ======================================================================