b4e40bc4050f4f50a0c4ec2f1c0be46eb121f287
[samba.git] / WHATSNEW.txt
1                    ================================
2                    Release Notes for Samba 3.5.0rc1
3                            January 7, 2010
4                    ================================
5
6 This is the first 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/.
10
11 Major enhancements in Samba 3.5.0 include:
12
13 General changes:
14 o Add support for full Windows timestamp resolution
15
16 Protocol changes:
17 o Experimental implementation of SMB2
18
19 Printing Changes:
20 o Add encryption support for connections to a CUPS server
21
22 Winbind changes:
23 o Major refactoring
24 o Asynchronous
25
26
27 General changes:
28 ================
29
30 Support for full Windows timestamp resolution has been added. This effectively
31 makes us use Windows' full 100ns timestamp resolution if supported by the
32 kernel (2.6.22 and higher) and the glibc (2.6 and higher).
33
34 Protocol changes
35 ================
36
37 An EXPERIMENTAL implementation of the SMB2 protocol has been added. SMB2 can be
38 enabled by setting "max protocol = smb2". SMB2 is a new implementation of the
39 SMB protocol used by Windows Vista and higher.
40
41 Printing Changes
42 ================
43
44 A new parameter "cups encrypt" has been added to control whether connections to
45 CUPS servers will be encrypted or not. The default is to use unencrypted
46 connections.
47
48 Winbind changes
49 ===============
50
51 The Winbind daemon has been refactored internally to be asynchronous. The new
52 Winbind will not be blocked by running 'wbinfo -g' or 'wbinfo -u'.
53
54
55 ######################################################################
56 Changes
57 #######
58
59 smb.conf changes
60 ----------------
61
62    Parameter Name                      Description     Default
63    --------------                      -----------     -------
64
65    create krb5 conf                    New             yes
66    ctdb timeout                        New             0
67    cups encrypt                        New             no
68    debug hires timestamp               Changed Default yes
69    ldap deref                          New             auto
70    ldap follow referral                New             auto
71
72
73 New configure options
74 ---------------------
75
76 --enable-external-libtdb        Enable external tdb
77 --enable-netapi                 Turn on netapi support
78 --enable-pthreadpool            Enable pthreads pool helper support
79 --with-cifsumount               Include umount.cifs (Linux only) support
80 --with-codepagedir=DIR          Where to put codepages
81
82
83 Commit Highlights
84 =================
85
86 o   Björn Jacke <bj@sernet.de>
87     * Add support for full Windows timestamp resolution.
88     * Add encryption support for connections to a CUPS server.
89
90
91 o   Volker Lendecke <vl@samba.org>
92     * Major internal refactoring of the Winbind daemon.
93     * Make Winbind asynchronous.
94
95
96 o   Stefan Metzmacher <metze@samba.org>
97     * Implement the new SMB2 protocol (experimental).
98
99
100 Changes since 3.5.0pre2
101 -----------------------
102
103 o   Jeremy Allison <jra@samba.org>
104     * BUG 6837: Fix "Too many open files" when trying to access large number of
105       files with Windows 7.
106     * BUG 6939: Fix long filenames when "mangling method" is set to "hash".
107     * BUG 7020: Fix smbd using 2G memory.
108     * Ensure dos_mode can return FILE_ATTRIBUTE_NORMAL, then filter the returned
109       attributes by protocol level.
110     * Vector correctly through reply_openerror() (which uses the same logic).
111     * Fix bugs with the full Windows ACL support.
112
113
114 o   Kai Blin <kai@samba.org>
115     * Add a few missing gettext calls to the 'net' command.
116     * Fix up a share type translation and translate some more strings in 'net'.
117
118
119 o   Günther Deschner <gd@samba.org>
120     * Allow to call "pdbedit -N description -u user" without specifiyng "-r".
121     * Add spoolss_DriverInfo7.
122     * Fix rpcclient after setprinter IDL fixes.
123     * Use generated krb5.conf in 'net ads testjoin'.
124
125
126 o   Jonas Gorski <jonas.gorski+samba@gmail.com>
127     * BUG 6992: make test for getgrouplist cacheable.
128
129
130 o   André Hentschel <nerv@dawncrow.de>
131     * Add some German translations for the 'net' command.
132
133
134 o   Suresh Jayaraman <sjayaraman@suse.de>
135     * Update mount.cifs man page with nounix option.
136
137
138 o   Volker Lendecke <vl@samba.org>
139     * Fix _samr_GetAliasMembership for results with 0 rids.
140     * Fix an error case in cli_negprot.
141     * Add a lower-cost alternative to wbinfo -t: wbinfo --ping-dc.
142     * Restore correct timeouts for SMB requests.
143     * Fix a 64-bit error in libsmb.
144     * Replace IS_DOMAIN_OFFLINE by a function in Winbind.
145     * Simplify/cleanup Winbind code.
146
147
148 o   Kamen Mazdrashki <kamen.mazdrashki@postpath.com>
149     * Fix write behind memory block in libtalloc.
150
151
152 o   Simo Sorce <idra@samba.org>
153     * Change the way mksysms work in libtalloc.
154
155
156 o   Jim McDonough <jmcd@samba.org>
157     * BUG 7014: Fix Winbind crash when retrieving empty group members.
158
159
160 o   Stefan Metzmacher <metze@samba.org>
161     * Add tsocket_address_bsd_sockaddr() and tsocket_address_bsd_from_sockaddr()
162       to tsocket.
163     * Always set tdb->tracefd to -1 to be safe on goto fail in libtdb.
164     * Add TDB_DISALLOW_NESTING and make TDB_ALLOW_NESTING the default behavior.
165
166
167 o   Peter Rosin <peda@lysator.liu.se>
168     * Output %p as unsigned in snprintf replacement.
169
170
171 o   Ronnie Sahlberg <ronniesahlberg@gmail.com>
172     * New attempt at TDB transaction nesting allow/disallow.
173
174
175 o   Kirill Smelkov <kirr@mns.spb.ru>
176     * Remove swig stuff from libtdb.
177     * Reset tdb->fd to -1 in tdb_close() in libtdb.
178
179
180 o   Bo Yang <boyang@samba.org>
181     * Fix infinite loop in NCACN_IP_TCP as there is no timeout.
182     * Make winbindd_cache.c aware of domain offline to avoid unnecessary backend
183       query.
184     * List trusted domains from wcache when domain is offline.
185
186
187 Changes since 3.5.0pre1
188 -----------------------
189
190 o   Michael Adam <obnox@samba.org>
191     * Fix the build when no external talloc and tdb are installed.
192     * Fix detection of CTDB headers on systems without system-libtalloc.
193
194
195 o   Jeremy Allison <jra@samba.org>
196     * BUG 6802: A created folder does not properly inherit permissions from
197       parent in vfs_acl_xattr.
198     * BUG 6837: "Too many open files" when trying to access large number of
199       files from Windows 7.
200     * BUG 6938 : No hook exists to check creation rights when using acl_xattr
201       module.
202     * Fix vfs_acl_xattr which was failing to call the NEXT connect function.
203     * Restructure the ACL code.
204     * Refactor reply_rmdir to use handle based code.
205
206
207 o   Dan Cox <dan@wep.net>
208     * BUG 2350: Add LDAP Alias Dereferencing support.
209
210
211 o   Günther Deschner <gd@samba.org>
212     * BUG 6929: Fix build with recent heimdal.
213     * Fix several printing issues.
214     * Fix the build on Mac OS X 10.6.2.
215     * Fix net and rpcclient after setprinterdataex changes.
216     * Add full support for level 8 printer drivers.
217     * Add more spoolss architectures to IDL.
218     * Fix enumprinter key client and server.
219     * Fix crash in EnumPrinterDataEx.
220
221
222 o   Björn Jacke <bj@sernet.de>
223     * Prefer posix_fallocate for doing "strict allocate".
224
225
226 o   Matt Kraai <mkraai@beckman.com>
227     * BUG 6860: Fix shared library build on QNX.
228
229
230 o   Volker Lendecke <vl@samba.org>
231     * BUG 6288: SWAT adds a second share when changing parameters of an existing
232       share.
233     * BUG 6435: Fix minor memory corruption.
234     * Restore "fake directory create times" as a share parameter.
235     * Fix explicit stat64 support.
236     * Add support for NetWkstaGetInfo 101 and 102.
237     * Add rpcclient wkssvc_enumerateusers.
238     * De-deprecate "write cache size" to prevent its removal without a proper
239       alternative.
240     * Allow more than 1000 users in BUILTIN\Users.
241
242
243 o   Jim McDonough <jmcd@samba.org>
244     * BUG 6967: Prevent glibc error on 'net ads join'.
245
246
247 o   Lars Müller <lars@samba.org>
248     * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was
249       set while configure.
250
251
252 o   Ian Puleston <ipuleston@sonicwall.com>
253     * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers.
254
255
256 o   Karolin Seeger <kseeger@samba.org>
257     * Fix the build of the example VFS modules.
258
259
260 o   Bo Yang <boyang@samba.org>
261     * BUG 6879: Fix crash in Winbind.
262     * Fix crash in free_file_list().
263     * Give the user a chance to change password when password will expire soon.
264
265
266 ######################################################################
267 Reporting bugs & Development Discussion
268 #######################################
269
270 Please discuss this release on the samba-technical mailing list or by
271 joining the #samba-technical IRC channel on irc.freenode.net.
272
273 If you do report problems then please try to send high quality
274 feedback. If you don't provide vital information to help us track down
275 the problem then you will probably be ignored.  All bug reports should
276 be filed under the Samba 3.5 product in the project's Bugzilla
277 database (https://bugzilla.samba.org/).
278
279
280 ======================================================================
281 == Our Code, Our Bugs, Our Responsibility.
282 == The Samba Team
283 ======================================================================
284