1 =============================
2 Release Notes for Samba 3.5.0
4 =============================
7 This is the first stable release of Samba 3.5.
10 Major enhancements in Samba 3.5.0 include:
13 o Add support for full Windows timestamp resolution
14 o The Using Samba HTML book has been removed.
15 o 'net', 'smbclient' and libsmbclient can use credentials cached by Winbind.
16 o The default value of "wide links" has been changed to "no".
19 o Experimental implementation of SMB2
22 o Add encryption support for connections to a CUPS server
29 o New vfs_scannedonly module has been added.
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 The default value of "wide links" has been changed to "no" to avoid an insecure
49 default configuration ("wide links = yes" and "unix extensions = yes"). For
50 more details, please see http://www.samba.org/samba/news/symlink_attack.html.
56 An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
57 enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
58 SMB protocol used by Windows Vista and higher.
63 A new parameter "cups encrypt" has been added to control whether connections to
64 CUPS servers will be encrypted or not. The default is to use unencrypted
70 The Winbind daemon has been refactored internally to be asynchronous. The new
71 Winbind will not be blocked by running 'getent group' or 'getent passwd'.
76 A new VFS module "scannedonly" has been added. This is a filter that
77 talks to an antivirus-engine and stores whether a file is clean or not.
78 Users do only see clean files on their filesystem.
81 ######################################################################
88 Parameter Name Description Default
89 -------------- ----------- -------
91 create krb5 conf New yes
94 debug hires timestamp Changed Default yes
96 ldap follow referral New auto
97 wide links Changed Default no
100 New configure options
101 ---------------------
103 --enable-external-libtdb Enable external tdb
104 --enable-netapi Turn on netapi support
105 --enable-pthreadpool Enable pthreads pool helper support
106 --with-cifsumount Include umount.cifs (Linux only) support
107 --with-codepagedir=DIR Where to put codepages
113 o Björn Jacke <bj@sernet.de>
114 * Add support for full Windows timestamp resolution.
115 * Add encryption support for connections to a CUPS server.
118 o Volker Lendecke <vl@samba.org>
119 * Major internal refactoring of the Winbind daemon.
120 * Make Winbind asynchronous.
121 * Make 'net', 'smbclient' and libsmbclient use the logon credentials cached
125 o Stefan Metzmacher <metze@samba.org>
126 * Implement the new SMB2 protocol (experimental).
129 Changes since 3.5.0rc2
130 ----------------------
133 o Jeremy Allison <jra@samba.org>
134 * BUG 6876: Fix duplicate initializer in the rmdir module.
135 * BUG 7063: Fix core dump on Ubuntu 8.04 64 bit.
136 * BUG 7067: Fix failing of smbd to respond to a read or a write caused by
137 Linux asynchronous IO (aio).
138 * BUG 7069: Fix 'smbget' error status.
139 * BUG 7072: Fix unlocking of accounts from ldap.
140 * BUG 7079 Cliconnect gets realm wrong with trusted domains.
141 * BUG 7081: Fix vfs_expand_msdfs.
142 * BUG 7084: Fix storing of create time on directories in an EA in new
144 * BUG 7104: "wide links" and "unix extensions" are incompatible.
147 o Steven Danneman <steven.danneman@isilon.com>
148 * BUG 7096: Fix string buffer overflow causing heap corruption in smbd.
151 o Björn Jacke <bj@sernet.de>
152 * BUG 7103: Fix build issue on Tru64.
153 * Fix some wrong newlines in de translation strings.
156 o Volker Lendecke <vl@samba.org>
157 * BUG 7085: Fix an early release of the global lock that can cause data
158 corruption in libtdb.
161 o Stefan Metzmacher <metze@samba.org>
162 * BUG 7098: Fix results of 'smbclient -L' with a large browse list.
163 * BUG 7119: Support large browselist.
166 o Lars Müller <lars@samba.org>
167 * BUG 7071: Fix build of 'smbfilter'.
168 * BUG 7047: Add cross option to samba_cv_linux_getgrouplist_ok.
169 * BUG 7102: Normalize "Changing password for" msg IDs and STRs.
172 o Olivier Sessink <olivier@virtscano.fakenet>
173 * BUG 7076: Fix build of vfs_scannedonly on AIX.
176 o Bo Yang <boyang@samba.org>
177 * BUG 7106: Fix malformed require_membership_of_sid.
181 Changes since 3.5.0rc1
182 ----------------------
185 o Michael Adam <obnox@samba.org>
186 * BUG 4347: Check password history before increasing "badPasswordCount".
189 o Jeremy Allison <jra@samba.org>
190 * BUG 5202: Fix changing of ACLs on writable file with "dos filemode=yes".
191 * BUG 6876: Fix deletion of an object whose parent folder does not have delete
192 rights fails even if the delete right is set on the object in
193 vfs_acl_xattr and vfs_acl_tdb.
194 * BUG 7033: Fix SMBrmdir error message when deleting a directory fails.
195 * BUG 7036: Fix 'net rpc getsid' in hardened Windows environments.
196 * BUG 7045: Fix bad (non memory copying) interfaces in smbc_setXXXX calls.
199 o Giovanni Bajo <rasky@develer.com>
200 * BUG 7029: Disable sanity check in NetShareEnum for better compatibility
204 o Kai Blin <kai@samba.org>
205 * BUG 7039: Fix compile error with WITH_DNS_UPDATE. Update .po files.
208 o Günther Deschner <gd@samba.org>
209 * BUG 7043: Fix crash bug in libsmbclient.
212 o André Hentschel <nerv@dawncrow.de>
213 * BUG 7039: Complete German translation of 'net'.
216 o Björn Jacke <bj@sernet.de>
217 * BUG 7039: Improve some German translations in 'net'.
220 o William Jojo <w.jojo@hvcc.edu>
221 * BUG 7052: Fix DFS on AIX.
224 o Volker Lendecke <vl@samba.org>
225 * BUG 6981: Fix large paged search with DirX LDAP servers.
226 * BUG 7027: Fix a segfault in winbindd_dual_ccache_ntlm_auth().
227 * BUG 7037: Fix a Winbind segfault in "trusted_domains".
228 * BUG 7046: Fix libsmbclient crash against OpenSolaris CIFS server.
229 * BUG 7062: Make 'net', 'smbclient' and libsmbclient use the logon
230 credentials cached by Winbind.
231 * Lock down some srvsvc calls according to what w2k3 seems to do.
234 o Stefan Metzmacher <metze@samba.org>
235 * BUG 6157: Restore Samba 3.0.x behavior and use the first "uid" value in
239 o SASAJIMA Toshihiro <sasajima_t@jp.fujitsu.com>
240 * BUG 7034: Fix segfault in vfs_cap.
243 o Olivier Sessink <oliviersessink@gmail.com>
244 * BUG 7028: Add new scannedonly VFS module.
247 Changes since 3.5.0pre2
248 -----------------------
250 o Jeremy Allison <jra@samba.org>
251 * BUG 6837: Fix "Too many open files" when trying to access large number of
252 files with Windows 7.
253 * BUG 6939: Fix long filenames when "mangling method" is set to "hash".
254 * BUG 7020: Fix smbd using 2G memory.
255 * Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned
256 attributes by protocol level.
257 * Vector correctly through reply_openerror() (which uses the same logic).
258 * Fix bugs with the full Windows ACL support.
261 o Kai Blin <kai@samba.org>
262 * Add a few missing gettext calls to the 'net' command.
263 * Fix up a share type translation and translate some more strings in 'net'.
266 o Günther Deschner <gd@samba.org>
267 * Allow to call "pdbedit -N description -u user" without specifiyng "-r".
268 * Add spoolss_DriverInfo7.
269 * Fix rpcclient after setprinter IDL fixes.
270 * Use generated krb5.conf in 'net ads testjoin'.
273 o Jonas Gorski <jonas.gorski+samba@gmail.com>
274 * BUG 6992: make test for getgrouplist cacheable.
277 o André Hentschel <nerv@dawncrow.de>
278 * Add some German translations for the 'net' command.
281 o Suresh Jayaraman <sjayaraman@suse.de>
282 * Update mount.cifs man page with nounix option.
285 o Volker Lendecke <vl@samba.org>
286 * Fix _samr_GetAliasMembership for results with 0 rids.
287 * Fix an error case in cli_negprot.
288 * Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc.
289 * Restore correct timeouts for SMB requests.
290 * Fix a 64-bit error in libsmb.
291 * Replace IS_DOMAIN_OFFLINE by a function in Winbind.
292 * Simplify/cleanup Winbind code.
295 o Kamen Mazdrashki <kamen.mazdrashki@postpath.com>
296 * Fix write behind memory block in libtalloc.
297 * Fix result check for getaddrinfo().
300 o Jim McDonough <jmcd@samba.org>
301 * BUG 7014: Fix Winbind crash when retrieving empty group members.
304 o Brian Lu <brian.lu@sun.com>
305 * BUG 6991: Create symbol links to shared libraries.
308 o Stefan Metzmacher <metze@samba.org>
309 * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr()
311 * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb.
312 * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior.
313 * Fix standalone 'make installdocs'.
316 o Peter Rosin <peda@lysator.liu.se>
317 * Output %p as unsigned in snprintf replacement.
320 o Ronnie Sahlberg <ronniesahlberg@gmail.com>
321 * New attempt at TDB transaction nesting allow/disallow.
324 o Kirill Smelkov <kirr@mns.spb.ru>
325 * Remove swig stuff from libtdb.
326 * Reset tdb->fd to -1 in tdb_close() in libtdb.
329 o Simo Sorce <idra@samba.org>
330 * Change the way mksysms work in libtalloc.
333 o Jelmer Vernooij <jelmer@samba.org>
334 * Also build and install tdb manpages from standalone tdb.
337 o Bo Yang <boyang@samba.org>
338 * Fix infinite loop in NCACN_IP_TCP as there is no timeout.
339 * Make winbindd_cache.c aware of domain offline to avoid unnecessary backend
341 * List trusted domains from wcache when domain is offline.
344 Changes since 3.5.0pre1
345 -----------------------
347 o Michael Adam <obnox@samba.org>
348 * Fix the build when no external talloc and tdb are installed.
349 * Fix detection of CTDB headers on systems without system-libtalloc.
352 o Jeremy Allison <jra@samba.org>
353 * BUG 6802: A created folder does not properly inherit permissions from
354 parent in vfs_acl_xattr.
355 * BUG 6837: "Too many open files" when trying to access large number of
356 files from Windows 7.
357 * BUG 6938 : No hook exists to check creation rights when using acl_xattr
359 * Fix vfs_acl_xattr which was failing to call the NEXT connect function.
360 * Restructure the ACL code.
361 * Refactor reply_rmdir to use handle based code.
364 o Dan Cox <dan@wep.net>
365 * BUG 2350: Add LDAP Alias Dereferencing support.
368 o Günther Deschner <gd@samba.org>
369 * BUG 6929: Fix build with recent heimdal.
370 * Fix several printing issues.
371 * Fix the build on Mac OS X 10.6.2.
372 * Fix net and rpcclient after setprinterdataex changes.
373 * Add full support for level 8 printer drivers.
374 * Add more spoolss architectures to IDL.
375 * Fix enumprinter key client and server.
376 * Fix crash in EnumPrinterDataEx.
379 o Björn Jacke <bj@sernet.de>
380 * Prefer posix_fallocate for doing "strict allocate".
383 o Matt Kraai <mkraai@beckman.com>
384 * BUG 6860: Fix shared library build on QNX.
387 o Volker Lendecke <vl@samba.org>
388 * BUG 6288: SWAT adds a second share when changing parameters of an existing
390 * BUG 6435: Fix minor memory corruption.
391 * Restore "fake directory create times" as a share parameter.
392 * Fix explicit stat64 support.
393 * Add support for NetWkstaGetInfo 101 and 102.
394 * Add rpcclient wkssvc_enumerateusers.
395 * De-deprecate "write cache size" to prevent its removal without a proper
397 * Allow more than 1000 users in BUILTIN\Users.
400 o Jim McDonough <jmcd@samba.org>
401 * BUG 6967: Prevent glibc error on 'net ads join'.
404 o Lars Müller <lars@samba.org>
405 * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was
409 o Ian Puleston <ipuleston@sonicwall.com>
410 * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers.
413 o Karolin Seeger <kseeger@samba.org>
414 * Fix the build of the example VFS modules.
417 o Bo Yang <boyang@samba.org>
418 * BUG 6879: Fix crash in Winbind.
419 * Fix crash in free_file_list().
420 * Give the user a chance to change password when password will expire soon.
423 ######################################################################
424 Reporting bugs & Development Discussion
425 #######################################
427 Please discuss this release on the samba-technical mailing list or by
428 joining the #samba-technical IRC channel on irc.freenode.net.
430 If you do report problems then please try to send high quality
431 feedback. If you don't provide vital information to help us track down
432 the problem then you will probably be ignored. All bug reports should
433 be filed under the Samba 3.5 product in the project's Bugzilla
434 database (https://bugzilla.samba.org/).
437 ======================================================================
438 == Our Code, Our Bugs, Our Responsibility.
440 ======================================================================