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