WHATSNEW: Update changes since 3.5.0rc2.
[Samba.git] / WHATSNEW.txt
blob1d99e4e31a74d0ab5f7e780a1fa668888594cda9
1                    ===============================
2                    Release Notes for Samba 3.5.0rc3
3                           February 19, 2010
4                    ===============================
7 This is the third release candidate of Samba 3.5.  This is *not*
8 intended for production environments and is designed for testing
9 purposes only.  Please report any defects via the Samba bug reporting
10 system at https://bugzilla.samba.org/.
12 Major enhancements in Samba 3.5.0 include:
14 General changes:
15 o Add support for full Windows timestamp resolution
16 o The Using Samba HTML book has been removed.
17 o 'net', 'smbclient' and libsmbclient can use credentials cached by Winbind.
18 o The default value of "wide links" has been changed to "no".
20 Protocol changes:
21 o Experimental implementation of SMB2
23 Printing Changes:
24 o Add encryption support for connections to a CUPS server
26 Winbind changes:
27 o Major refactoring
28 o Asynchronous
30 VFS modules:
31 o New vfs_scannedonly module has been added.
34 General changes:
35 ================
37 Support for full Windows timestamp resolution has been added. This effectively
38 makes us use Windows' full 100ns timestamp resolution if supported by the
39 kernel (2.6.22 and higher) and the glibc (2.6 and higher).
41 The Using Samba HTML book has been removed from the Samba tarball.
42 It is still available at http://www.samba.org/samba/docs/using_samba/toc.html.
44 Samba client tools like 'net', 'smbclient' and libsmbclient can use the user
45 credentials cached by Winbind at logon time. This is very useful e.g. when
46 connecting to a Samba server using Nautilus without re-entering username and
47 password. This feature is enabled by default and can be disabled per application
48 by setting the LIBSMBCLIENT_NO_CCACHE environment variable.
50 The default value of "wide links" has been changed to "no" to avoid an insecure
51 default configuration ("wide links = yes" and "unix extensions = yes"). For
52 more details, please see http://www.samba.org/samba/news/symlink_attack.html.
55 Protocol changes
56 ================
58 An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
59 enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
60 SMB protocol used by Windows Vista and higher.
62 Printing Changes
63 ================
65 A new parameter "cups encrypt" has been added to control whether connections to
66 CUPS servers will be encrypted or not. The default is to use unencrypted
67 connections.
69 Winbind changes
70 ===============
72 The Winbind daemon has been refactored internally to be asynchronous. The new
73 Winbind will not be blocked by running 'getent group' or 'getent passwd'.
75 VFS modules
76 ===========
78 A new VFS module "scannedonly" has been added. This is a filter that
79 talks to an antivirus-engine and stores whether a file is clean or not.
80 Users do only see clean files on their filesystem.
83 ######################################################################
84 Changes
85 #######
87 smb.conf changes
88 ----------------
90    Parameter Name                      Description     Default
91    --------------                      -----------     -------
93    create krb5 conf                    New             yes
94    ctdb timeout                        New             0
95    cups encrypt                        New             no
96    debug hires timestamp               Changed Default yes
97    ldap deref                          New             auto
98    ldap follow referral                New             auto
99    nmbd bind explicit broadcast        New             no
100    wide links                          Changed Default no
103 New configure options
104 ---------------------
106 --enable-external-libtdb        Enable external tdb
107 --enable-netapi                 Turn on netapi support
108 --enable-pthreadpool            Enable pthreads pool helper support
109 --with-cifsumount               Include umount.cifs (Linux only) support
110 --with-codepagedir=DIR          Where to put codepages
113 Commit Highlights
114 =================
116 o   Björn Jacke <bj@sernet.de>
117     * Add support for full Windows timestamp resolution.
118     * Add encryption support for connections to a CUPS server.
121 o   Volker Lendecke <vl@samba.org>
122     * Major internal refactoring of the Winbind daemon.
123     * Make Winbind asynchronous.
124     * Make 'net', 'smbclient' and libsmbclient use the logon credentials cached
125       by Winbind.
128 o   Stefan Metzmacher <metze@samba.org>
129     * Implement the new SMB2 protocol (experimental).
132 Changes since 3.5.0rc2
133 ----------------------
136 o   Jeremy Allison <jra@samba.org>
137     * BUG 6557: Fix vfs_full_audit.
138     * BUG 6876: Fix duplicate initializer in the rmdir module.
139     * BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
140     * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
141       Linux asynchronous IO (aio).
142     * BUG 7069: Fix 'smbget' error status.
143     * BUG 7072: Fix unlocking of accounts from ldap.
144     * BUG 7079  Cliconnect gets realm wrong with trusted domains.
145     * BUG 7081: Fix vfs_expand_msdfs.
146     * BUG 7084: Fix storing of create time on directories in an EA in new
147       create time code.
148     * BUG 7104: "wide links" and "unix extensions" are incompatible.
149     * BUG 7118: Fix nmbd problems with socket address.
150     * BUG 7122: Fix reading of large browselist.
151     * BUG 7154: "mangling method = hash" can crash storing a name containing a '.'.
152     * BUG 7155: Valgrind Conditional jump or move depends on uninitialised
153       value(s) error when "mangling method = hash"..
156 o   Steven Danneman <steven.danneman@isilon.com>
157     * BUG 7096: Fix string buffer overflow causing heap corruption in smbd.
160 o   Günther Deschner <gd@samba.org>
161     * BUG 6888: Fix printing with 64 bit clients.
162     * BUG 7130: Fix listing of printjobs in  Windows 7.
163     * BUG 7148: Fix get_acl_blob in the acl_tdb VFS module.
166 o   Björn Jacke <bj@sernet.de>
167     * BUG 7103: Fix build issue on Tru64.
168     * BUG 7116: Change ldap filter to what really was intended.
169     * Fix some wrong newlines in de translation strings.
172 o   Jeff Layton <jlayton@redhat.com>
173     * BUG 6868: Fix crash bug in 'cifs.upcall'.
176 o   Volker Lendecke <vl@samba.org>
177     * BUG 7085: Fix an early release of the global lock that can cause data
178       corruption in libtdb.
179     * BUG 7139: Owner of file not available with Kerberos.
182 o   Stefan Metzmacher <metze@samba.org>
183     * BUG 6888: Fix printing with 64 bit clients.
184     * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
185     * BUG 7116: Add pdb_ldap performance fixes.
186     * BUG 7118: Add new "nmbd bind explicit broadcast" parameter.
187     * BUG 7119: Support large browselist.
188     * BUG 7140: Fix IPv4/IPv6 problems.
191 o   Lars Müller <lars@samba.org>
192     * BUG 7071: Fix build of 'smbfilter'.
193     * BUG 7047: Add cross option to samba_cv_linux_getgrouplist_ok.
194     * BUG 7102: Normalize "Changing password for" msg IDs and STRs.
197 o   Olivier Sessink <olivier@virtscano.fakenet>
198     * BUG 7076: Fix build of vfs_scannedonly on AIX.
201 o   Bo Yang <boyang@samba.org>
202     * BUG 7106: Fix malformed require_membership_of_sid.
206 Changes since 3.5.0rc1
207 ----------------------
210 o   Michael Adam <obnox@samba.org>
211     * BUG 4347: Check password history before increasing "badPasswordCount".
214 o   Jeremy Allison <jra@samba.org>
215     * BUG 5202: Fix changing of ACLs on writable file with "dos filemode=yes".
216     * BUG 6876: Fix deletion of an object whose parent folder does not have delete
217       rights fails even if the delete right is set on the object in
218       vfs_acl_xattr and vfs_acl_tdb.
219     * BUG 7033: Fix SMBrmdir error message when deleting a directory fails.
220     * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
221     * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
224 o   Giovanni Bajo <rasky@develer.com>
225     * BUG 7029: Disable sanity check in NetShareEnum for better compatibility
226       with Windows.
229 o   Kai Blin <kai@samba.org>
230     * BUG 7039: Fix compile error with WITH_DNS_UPDATE. Update .po files.
233 o   Günther Deschner <gd@samba.org>
234     * BUG 7043: Fix crash bug in libsmbclient.
237 o   André Hentschel <nerv@dawncrow.de>
238     * BUG 7039: Complete German translation of 'net'.
241 o   Björn Jacke <bj@sernet.de>
242     * BUG 7039: Improve some German translations in 'net'.
245 o   William Jojo <w.jojo@hvcc.edu>
246     * BUG 7052: Fix DFS on AIX.
249 o   Volker Lendecke <vl@samba.org>
250     * BUG 6981: Fix large paged search with DirX LDAP servers.
251     * BUG 7027: Fix a segfault in winbindd_dual_ccache_ntlm_auth().
252     * BUG 7037: Fix a Winbind segfault in "trusted_domains".
253     * BUG 7046: Fix libsmbclient crash against OpenSolaris CIFS server.
254     * BUG 7062: Make 'net', 'smbclient' and libsmbclient use the logon
255       credentials cached by Winbind.
256     * Lock down some srvsvc calls according to what w2k3 seems to do.
259 o   Stefan Metzmacher <metze@samba.org>
260     * BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
261       pdb_ldap.
264 o   SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com>
265     * BUG 7034: Fix segfault in vfs_cap.
268 o   Olivier Sessink <oliviersessink@gmail.com>
269     * BUG 7028: Add new scannedonly VFS module.
272 Changes since 3.5.0pre2
273 -----------------------
275 o   Jeremy Allison <jra@samba.org>
276     * BUG 6837: Fix "Too many open files" when trying to access large number of
277       files with Windows 7.
278     * BUG 6939: Fix long filenames when "mangling method" is set to "hash".
279     * BUG 7020: Fix smbd using 2G memory.
280     * Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned
281       attributes by protocol level.
282     * Vector correctly through reply_openerror() (which uses the same logic).
283     * Fix bugs with the full Windows ACL support.
286 o   Kai Blin <kai@samba.org>
287     * Add a few missing gettext calls to the 'net' command.
288     * Fix up a share type translation and translate some more strings in 'net'.
291 o   Günther Deschner <gd@samba.org>
292     * Allow to call "pdbedit -N description -u user" without specifiyng "-r".
293     * Add spoolss_DriverInfo7.
294     * Fix rpcclient after setprinter IDL fixes.
295     * Use generated krb5.conf in 'net ads testjoin'.
298 o   Jonas Gorski <jonas.gorski+samba@gmail.com>
299     * BUG 6992: make test for getgrouplist cacheable.
302 o   André Hentschel <nerv@dawncrow.de>
303     * Add some German translations for the 'net' command.
306 o   Suresh Jayaraman <sjayaraman@suse.de>
307     * Update mount.cifs man page with nounix option.
310 o   Volker Lendecke <vl@samba.org>
311     * Fix _samr_GetAliasMembership for results with 0 rids.
312     * Fix an error case in cli_negprot.
313     * Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc.
314     * Restore correct timeouts for SMB requests.
315     * Fix a 64-bit error in libsmb.
316     * Replace IS_DOMAIN_OFFLINE by a function in Winbind.
317     * Simplify/cleanup Winbind code.
320 o   Kamen Mazdrashki <kamen.mazdrashki@postpath.com>
321     * Fix write behind memory block in libtalloc.
322     * Fix result check for getaddrinfo().
325 o   Jim McDonough <jmcd@samba.org>
326     * BUG 7014: Fix Winbind crash when retrieving empty group members.
329 o   Brian Lu <brian.lu@sun.com>
330     * BUG 6991: Create symbol links to shared libraries.
333 o   Stefan Metzmacher <metze@samba.org>
334     * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr()
335       to tsocket.
336     * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb.
337     * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior.
338     * Fix standalone 'make installdocs'.
341 o   Peter Rosin <peda@lysator.liu.se>
342     * Output %p as unsigned in snprintf replacement.
345 o   Ronnie Sahlberg <ronniesahlberg@gmail.com>
346     * New attempt at TDB transaction nesting allow/disallow.
349 o   Kirill Smelkov <kirr@mns.spb.ru>
350     * Remove swig stuff from libtdb.
351     * Reset tdb->fd to -1 in tdb_close() in libtdb.
354 o   Simo Sorce <idra@samba.org>
355     * Change the way mksysms work in libtalloc.
358 o   Jelmer Vernooij <jelmer@samba.org>
359     * Also build and install tdb manpages from standalone tdb.
362 o   Bo Yang <boyang@samba.org>
363     * Fix infinite loop in NCACN_IP_TCP as there is no timeout.
364     * Make winbindd_cache.c aware of domain offline to avoid unnecessary backend
365       query.
366     * List trusted domains from wcache when domain is offline.
369 Changes since 3.5.0pre1
370 -----------------------
372 o   Michael Adam <obnox@samba.org>
373     * Fix the build when no external talloc and tdb are installed.
374     * Fix detection of CTDB headers on systems without system-libtalloc.
377 o   Jeremy Allison <jra@samba.org>
378     * BUG 6802: A created folder does not properly inherit permissions from
379       parent in vfs_acl_xattr.
380     * BUG 6837: "Too many open files" when trying to access large number of
381       files from Windows 7.
382     * BUG 6938 : No hook exists to check creation rights when using acl_xattr
383       module.
384     * Fix vfs_acl_xattr which was failing to call the NEXT connect function.
385     * Restructure the ACL code.
386     * Refactor reply_rmdir to use handle based code.
389 o   Dan Cox <dan@wep.net>
390     * BUG 2350: Add LDAP Alias Dereferencing support.
393 o   Günther Deschner <gd@samba.org>
394     * BUG 6929: Fix build with recent heimdal.
395     * Fix several printing issues.
396     * Fix the build on Mac OS X 10.6.2.
397     * Fix net and rpcclient after setprinterdataex changes.
398     * Add full support for level 8 printer drivers.
399     * Add more spoolss architectures to IDL.
400     * Fix enumprinter key client and server.
401     * Fix crash in EnumPrinterDataEx.
404 o   Björn Jacke <bj@sernet.de>
405     * Prefer posix_fallocate for doing "strict allocate".
408 o   Matt Kraai <mkraai@beckman.com>
409     * BUG 6860: Fix shared library build on QNX.
412 o   Volker Lendecke <vl@samba.org>
413     * BUG 6288: SWAT adds a second share when changing parameters of an existing
414       share.
415     * BUG 6435: Fix minor memory corruption.
416     * Restore "fake directory create times" as a share parameter.
417     * Fix explicit stat64 support.
418     * Add support for NetWkstaGetInfo 101 and 102.
419     * Add rpcclient wkssvc_enumerateusers.
420     * De-deprecate "write cache size" to prevent its removal without a proper
421       alternative.
422     * Allow more than 1000 users in BUILTIN\Users.
425 o   Jim McDonough <jmcd@samba.org>
426     * BUG 6967: Prevent glibc error on 'net ads join'.
429 o   Lars Müller <lars@samba.org>
430     * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was
431       set while configure.
434 o   Ian Puleston <ipuleston@sonicwall.com>
435     * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers.
438 o   Karolin Seeger <kseeger@samba.org>
439     * Fix the build of the example VFS modules.
442 o   Bo Yang <boyang@samba.org>
443     * BUG 6879: Fix crash in Winbind.
444     * Fix crash in free_file_list().
445     * Give the user a chance to change password when password will expire soon.
448 ######################################################################
449 Reporting bugs & Development Discussion
450 #######################################
452 Please discuss this release on the samba-technical mailing list or by
453 joining the #samba-technical IRC channel on irc.freenode.net.
455 If you do report problems then please try to send high quality
456 feedback. If you don't provide vital information to help us track down
457 the problem then you will probably be ignored.  All bug reports should
458 be filed under the Samba 3.5 product in the project's Bugzilla
459 database (https://bugzilla.samba.org/).
462 ======================================================================
463 == Our Code, Our Bugs, Our Responsibility.
464 == The Samba Team
465 ======================================================================