1 ================================
2 Release Notes for Samba 3.5.0rc2
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:
14 o Add support for full Windows timestamp resolution
17 o Experimental implementation of SMB2
20 o Add encryption support for connections to a CUPS server
27 o New vfs_scannedonly module has been added.
33 Support for full Windows timestamp resolution has been added. This effectively
34 makes us use Windows' full 100ns timestamp resolution if supported by the
35 kernel (2.6.22 and higher) and the glibc (2.6 and higher).
40 An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
41 enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
42 SMB protocol used by Windows Vista and higher.
47 A new parameter "cups encrypt" has been added to control whether connections to
48 CUPS servers will be encrypted or not. The default is to use unencrypted
54 The Winbind daemon has been refactored internally to be asynchronous. The new
55 Winbind will not be blocked by running 'wbinfo -g' or 'wbinfo -u'.
60 A new VFS module "scannedonly" has been added. This is a filter that
61 talks to an antivirus-engine and stores whether a file is clean or not.
62 Users do only see clean files on their filesystem.
65 ######################################################################
72 Parameter Name Description Default
73 -------------- ----------- -------
75 create krb5 conf New yes
78 debug hires timestamp Changed Default yes
80 ldap follow referral New auto
86 --enable-external-libtdb Enable external tdb
87 --enable-netapi Turn on netapi support
88 --enable-pthreadpool Enable pthreads pool helper support
89 --with-cifsumount Include umount.cifs (Linux only) support
90 --with-codepagedir=DIR Where to put codepages
96 o Björn Jacke <bj@sernet.de>
97 * Add support for full Windows timestamp resolution.
98 * Add encryption support for connections to a CUPS server.
101 o Volker Lendecke <vl@samba.org>
102 * Major internal refactoring of the Winbind daemon.
103 * Make Winbind asynchronous.
106 o Stefan Metzmacher <metze@samba.org>
107 * Implement the new SMB2 protocol (experimental).
110 Changes since 3.5.0rc1
111 ----------------------
113 o Olivier Sessink <oliviersessink@gmail.com>
114 * BUG 7028: Add new scannedonly VFS module.
117 Changes since 3.5.0pre2
118 -----------------------
120 o Jeremy Allison <jra@samba.org>
121 * BUG 6837: Fix "Too many open files" when trying to access large number of
122 files with Windows 7.
123 * BUG 6939: Fix long filenames when "mangling method" is set to "hash".
124 * BUG 7020: Fix smbd using 2G memory.
125 * Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned
126 attributes by protocol level.
127 * Vector correctly through reply_openerror() (which uses the same logic).
128 * Fix bugs with the full Windows ACL support.
131 o Kai Blin <kai@samba.org>
132 * Add a few missing gettext calls to the 'net' command.
133 * Fix up a share type translation and translate some more strings in 'net'.
136 o Günther Deschner <gd@samba.org>
137 * Allow to call "pdbedit -N description -u user" without specifiyng "-r".
138 * Add spoolss_DriverInfo7.
139 * Fix rpcclient after setprinter IDL fixes.
140 * Use generated krb5.conf in 'net ads testjoin'.
143 o Jonas Gorski <jonas.gorski+samba@gmail.com>
144 * BUG 6992: make test for getgrouplist cacheable.
147 o André Hentschel <nerv@dawncrow.de>
148 * Add some German translations for the 'net' command.
151 o Suresh Jayaraman <sjayaraman@suse.de>
152 * Update mount.cifs man page with nounix option.
155 o Volker Lendecke <vl@samba.org>
156 * Fix _samr_GetAliasMembership for results with 0 rids.
157 * Fix an error case in cli_negprot.
158 * Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc.
159 * Restore correct timeouts for SMB requests.
160 * Fix a 64-bit error in libsmb.
161 * Replace IS_DOMAIN_OFFLINE by a function in Winbind.
162 * Simplify/cleanup Winbind code.
165 o Kamen Mazdrashki <kamen.mazdrashki@postpath.com>
166 * Fix write behind memory block in libtalloc.
167 * Fix result check for getaddrinfo().
170 o Jim McDonough <jmcd@samba.org>
171 * BUG 7014: Fix Winbind crash when retrieving empty group members.
174 o Brian Lu <brian.lu@sun.com>
175 * BUG 6991: Create symbol links to shared libraries.
178 o Stefan Metzmacher <metze@samba.org>
179 * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr()
181 * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb.
182 * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior.
183 * Fix standalone 'make installdocs'.
186 o Peter Rosin <peda@lysator.liu.se>
187 * Output %p as unsigned in snprintf replacement.
190 o Ronnie Sahlberg <ronniesahlberg@gmail.com>
191 * New attempt at TDB transaction nesting allow/disallow.
194 o Kirill Smelkov <kirr@mns.spb.ru>
195 * Remove swig stuff from libtdb.
196 * Reset tdb->fd to -1 in tdb_close() in libtdb.
199 o Simo Sorce <idra@samba.org>
200 * Change the way mksysms work in libtalloc.
203 o Jelmer Vernooij <jelmer@samba.org>
204 * Also build and install tdb manpages from standalone tdb.
207 o Bo Yang <boyang@samba.org>
208 * Fix infinite loop in NCACN_IP_TCP as there is no timeout.
209 * Make winbindd_cache.c aware of domain offline to avoid unnecessary backend
211 * List trusted domains from wcache when domain is offline.
214 Changes since 3.5.0pre1
215 -----------------------
217 o Michael Adam <obnox@samba.org>
218 * Fix the build when no external talloc and tdb are installed.
219 * Fix detection of CTDB headers on systems without system-libtalloc.
222 o Jeremy Allison <jra@samba.org>
223 * BUG 6802: A created folder does not properly inherit permissions from
224 parent in vfs_acl_xattr.
225 * BUG 6837: "Too many open files" when trying to access large number of
226 files from Windows 7.
227 * BUG 6938 : No hook exists to check creation rights when using acl_xattr
229 * Fix vfs_acl_xattr which was failing to call the NEXT connect function.
230 * Restructure the ACL code.
231 * Refactor reply_rmdir to use handle based code.
234 o Dan Cox <dan@wep.net>
235 * BUG 2350: Add LDAP Alias Dereferencing support.
238 o Günther Deschner <gd@samba.org>
239 * BUG 6929: Fix build with recent heimdal.
240 * Fix several printing issues.
241 * Fix the build on Mac OS X 10.6.2.
242 * Fix net and rpcclient after setprinterdataex changes.
243 * Add full support for level 8 printer drivers.
244 * Add more spoolss architectures to IDL.
245 * Fix enumprinter key client and server.
246 * Fix crash in EnumPrinterDataEx.
249 o Björn Jacke <bj@sernet.de>
250 * Prefer posix_fallocate for doing "strict allocate".
253 o Matt Kraai <mkraai@beckman.com>
254 * BUG 6860: Fix shared library build on QNX.
257 o Volker Lendecke <vl@samba.org>
258 * BUG 6288: SWAT adds a second share when changing parameters of an existing
260 * BUG 6435: Fix minor memory corruption.
261 * Restore "fake directory create times" as a share parameter.
262 * Fix explicit stat64 support.
263 * Add support for NetWkstaGetInfo 101 and 102.
264 * Add rpcclient wkssvc_enumerateusers.
265 * De-deprecate "write cache size" to prevent its removal without a proper
267 * Allow more than 1000 users in BUILTIN\Users.
270 o Jim McDonough <jmcd@samba.org>
271 * BUG 6967: Prevent glibc error on 'net ads join'.
274 o Lars Müller <lars@samba.org>
275 * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was
279 o Ian Puleston <ipuleston@sonicwall.com>
280 * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers.
283 o Karolin Seeger <kseeger@samba.org>
284 * Fix the build of the example VFS modules.
287 o Bo Yang <boyang@samba.org>
288 * BUG 6879: Fix crash in Winbind.
289 * Fix crash in free_file_list().
290 * Give the user a chance to change password when password will expire soon.
293 ######################################################################
294 Reporting bugs & Development Discussion
295 #######################################
297 Please discuss this release on the samba-technical mailing list or by
298 joining the #samba-technical IRC channel on irc.freenode.net.
300 If you do report problems then please try to send high quality
301 feedback. If you don't provide vital information to help us track down
302 the problem then you will probably be ignored. All bug reports should
303 be filed under the Samba 3.5 product in the project's Bugzilla
304 database (https://bugzilla.samba.org/).
307 ======================================================================
308 == Our Code, Our Bugs, Our Responsibility.
310 ======================================================================