s3: keep subsecond times on cross-filesystem moves and don't follow links
[samba.git] / WHATSNEW.txt
1                    =================================
2                    Release Notes for Samba 3.5.0pre2
3                            December 15, 2009
4                    =================================
5
6 This is the second preview release 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 follow referral                New             auto
70
71
72 New configure options
73 ---------------------
74
75 --enable-external-libtalloc     Enable external tdb
76 --enable-netapi                 Turn on netapi support
77 --enable-pthreadpool            Enable pthreads pool helper support
78 --with-cifsumount               Include umount.cifs (Linux only) support
79 --with-codepagedir=DIR          Where to put codepages
80
81
82 Commit Highlights
83 =================
84
85 o   Björn Jacke <bj@sernet.de>
86     * Add support for full Windows timestamp resolution.
87     * Add encryption support for connections to a CUPS server.
88
89
90 o   Volker Lendecke <vl@samba.org>
91     * Major internal refactoring of the Winbind daemon.
92     * Make Winbind asynchronous.
93
94
95 o   Stefan Metzmacher <metze@samba.org>
96     * Implement the new SMB2 protocol (experimental).
97
98
99 Changes since 3.5.0pre1
100 -----------------------
101
102 o   Michael Adam <obnox@samba.org>
103     * Fix the build when no external talloc and tdb are installed.
104     * Fix detection of CTDB headers on systems without system-libtalloc.
105
106
107 o   Jeremy Allison <jra@samba.org>
108     * BUG 6802: A created folder does not properly inherit permissions from
109       parent in vfs_acl_xattr.
110     * BUG 6837: "Too many open files" when trying to access large number of
111       files from Windows 7.
112     * BUG 6938 : No hook exists to check creation rights when using acl_xattr
113       module.
114     * Fix vfs_acl_xattr which was failing to call the NEXT connect function.
115     * Restructure the ACL code.
116     * Refactor reply_rmdir to use handle based code.
117
118
119 o   Günther Deschner <gd@samba.org>
120     * BUG 6929: Fix build with recent heimdal.
121     * Fix several printing issues.
122     * Fix the build on Mac OS X 10.6.2.
123     * Fix net and rpcclient after setprinterdataex changes.
124
125
126 o   Björn Jacke <bj@sernet.de>
127     * Prefer posix_fallocate for doing "strict allocate".
128
129
130 o   Matt Kraai <mkraai@beckman.com>
131     * BUG 6860: Fix shared library build on QNX.
132
133
134 o   Volker Lendecke <vl@samba.org>
135     * BUG 6288: SWAT adds a second share when changing parameters of an existing
136       share.
137     * BUG 6435: Fix minor memory corruption.
138     * Restore "fake directory create times" as a share parameter.
139     * Fix explicit stat64 support.
140     * Add support for NetWkstaGetInfo 101 and 102.
141     * Add rpcclient wkssvc_enumerateusers.
142     * De-deprecate "write cache size" to prevent its removal without a proper
143       alternative.
144
145
146 o   Jim McDonough <jmcd@samba.org>
147     * BUG 6967: Prevent glibc error on 'net ads join'.
148
149
150 o   Lars Müller <lars@samba.org>
151     * BUG 6710: Only install the cifs.upcall man page if CIFSUPCALL_PROGS was
152       set while configure.
153
154
155 o   Ian Puleston <ipuleston@sonicwall.com>
156     * Complete support for NetWkstaGetInfo/NetWkstaEnumUsers.
157
158
159 o   Karolin Seeger <kseeger@samba.org>
160     * Fix the build of the example VFS modules.
161
162
163 o   Bo Yang <boyang@samba.org>
164     * BUG 6879: Fix crash in Winbind.
165     * Fix crash in free_file_list().
166
167
168 ######################################################################
169 Reporting bugs & Development Discussion
170 #######################################
171
172 Please discuss this release on the samba-technical mailing list or by
173 joining the #samba-technical IRC channel on irc.freenode.net.
174
175 If you do report problems then please try to send high quality
176 feedback. If you don't provide vital information to help us track down
177 the problem then you will probably be ignored.  All bug reports should
178 be filed under the Samba 3.5 product in the project's Bugzilla
179 database (https://bugzilla.samba.org/).
180
181
182 ======================================================================
183 == Our Code, Our Bugs, Our Responsibility.
184 == The Samba Team
185 ======================================================================
186