Merge commit 'samba/v3-2-test' into v3-2-stable
[metze/samba/wip.git] / WHATSNEW.txt
1                    =================================
2                    Release Notes for Samba 3.2.0pre2
3                                Jan 16, 2008
4                    =================================
5
6 This is the second preview release of Samba 3.2.0.  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 Please be aware that Samba is now distributed under the version 3
12 of the new GNU General Public License.  You may refer to the COPYING
13 file that accompanies these release notes for further licensing details.
14
15 Major enhancements in Samba 3.2.0 include:
16
17   File Serving:
18   o Use of IDL generated parsing layer for several DCE/RPC
19     interfaces.
20   o Removal of the 1024 byte limit on pathnames and 256 byte limit on
21     filename components to honor the MAX_PATH setting from the host OS.
22   o Introduction of a registry based configuration system.
23   o Improved CIFS Unix Extensions support.
24   o Experimental support for file serving clusters.
25   o Support for IPv6 connections.
26
27
28   Winbind and Active Directory Integration:
29   o Full support for Windows 2003 cross-forest, transitive trusts
30     and one-way domain trusts
31   o Support for userPrincipalName logons via pam_winbind and NSS
32     lookups.
33   o Support in pam_winbind for logging on using the userPrincipalName.
34   o Expansion of nested domain groups via NSS calls.
35   o Support for Active Directory LDAP Signing policy.
36   o New LGPL Winbind client library (libwbclient.so)
37
38
39   Users & Groups:
40   o New ldb backend for local group mapping tables
41   o Raised level of security defaults for authentication operations.
42
43
44   Documentation:
45   o Inclusion of an HTML version of the 3rd edition of "Using Samba"
46     from O'Reilly Publishing.
47
48
49 Now Licensed under the GNU GPLv3
50 ================================
51
52 The Samba Team has adopted the Version 3 of the GNU General Public
53 License for the 3.2 and later releases.   The GPLv3 is the updated
54 version of the GPLv2 license under which Samba is currently
55 distributed. It has been updated to improve compatibility with other
56 licenses and to make it easier to adopt internationally, and is an
57 improved version of the license to better suit the needs of Free
58 Software in the 21st Century.
59
60 The original announcement is available on-line at
61
62     http://news.samba.org/announcements/samba_gplv3/
63
64
65 New Security Defaults for Authentication
66 ========================================
67
68 Support for LanMan passwords is now disabled in both client and server
69 applications.  Additionally, clear text authentication requests are
70 disabled by default in client utilities such as smbclient and all
71 libsmbclient based applications.  This will affect connection both
72 to and from hosts running DOS, Windows 9x/ME, and OS/2.  Please refer
73 to the "Changes" section for details on the exact parameters that were
74 updated.
75
76
77
78 Registry Configuration Backend
79 ==============================
80
81 Samba is now able to use a registry based configuration backed to
82 supplement smb.conf setting.  This feature may be enabled by setting
83 "include = registry" and "registry shares = yes" in the [global]
84 section of smb.conf and may be managed using the "net conf" command.
85
86 More information may be obtained from the smb.conf(5) and net(8) man
87 pages.
88
89
90 Removed Features
91 ================
92
93 Both the Python bindings and the libmsrpc shared library have been
94 removed from the tree due to lack of an official maintainer.
95
96
97
98 ######################################################################
99 Changes
100 #######
101
102 smb.conf changes
103 ----------------
104
105     Parameter Name                      Description     Default
106     --------------                      -----------     -------
107     client lanman auth                  Changed Default No
108     client ldap sasl wrapping           New             plain
109     client plaintext auth               Changed Default No
110     clustering                          New             No
111     cluster addresses                   New             ""
112     ctdb socket                         New             ""
113     lanman auth                         Changed Default No
114     mangle map                          Removed
115     min receive file size                New             0
116     open files database hash size       Removed
117     read bmpx                           Removed
118     registry shares                     New             No
119     winbind expand groups               New             1
120     winbind rpc only                    New             No
121
122
123 Changes since 3.2.0pre1:
124 -----------------------
125
126 o   Michael Adam <obnox@samba.org>
127     * Add vfs_zfsacl plugin.
128     * Refactor and consolidate logic for retrieving the machine
129       trust password information.
130     * BUG 4801: Correctly implement LSA lookup levels for LookupNames.
131
132
133 o   Jeremy Allison <jra@samba.org>
134     * Added support for IPv6 client and server connections.
135     * Add in the recvfile entry to the VFS layer.
136     * Removal of pstring data type.
137     * Remove unused utilities: smbctool and rpctorture.
138     * Fix service principal detection to match Windows Vista
139       (based on work from Andreas Schneider).
140     * Additional work on the session data privacy for clients
141       implementing the Unix CIFS Extensions.
142
143
144 o   Gerald (Jerry) Carter <jerry@samba.org>
145     * Add Winbind client library.
146     * Decouple static linking between smbd and winbindd's client
147       interface.
148
149
150 o   Guenther Deschner <gd@samba.org>
151     * Enhance client and server remote registry access.
152     * Add client calls for remotely joining a computer to a domain
153       (including calls from "net dom" command).
154     * Add libnetapi.so library for joining domains including
155       sample GTK+ app.
156
157
158 o   Steve Langasek <vorlon@debian.org>
159     * Integrate 2 out of 3 --with-fhs patches from Debian packaging
160       for better adherence to the FHS standard.
161
162
163 o   Volker Lendecke <vl@samba.org>
164     * Add talloc_stackframe() and talloc_pool() features.
165     * Removal of pstring data type.
166     * Add generic a in-memory cache.
167     * Import the Linux red-black tree implementation.
168     * Remove large amount of global variables.
169     * Add vfs_ea_tdb module for file systems that do not implement xattrs.
170
171
172 o   Stefan Metzmacher <metze@samba.org>
173     * Refactor Winbind internal parent-child interface tables
174       to achieve better unit testing support.
175     * Add nss_wrapper API for local Winbind unit tests.
176     * Networking fixes to the libreplace library.
177     * Pidl fixes.
178     * Remove unused Winbind pipe calls.
179
180
181 o   James Peach <jpeach@samba.org>
182     * Add support for DNS Service Discovery.  Based on work from
183       Rishi Srivatsavai <rishisv@gmail.com>.
184
185
186 o   Andreas Schneider <anschneider@suse.de>
187     * Don't restart winbind if a corrupted tdb is found during
188       initialization.
189
190
191 o   Karolin Seeger <ks@sernet.de>
192     * Add net rap file user.
193
194
195 o   David Shaw <dshaw@jabberwocky.com>
196     * BUG 5073: Allow "delete readonly = yes" to correctly override
197       deletion of a file.
198
199
200 o   Rishi Srivatsavai <rishisv@gmail.com>
201     * Register the smb service with mDNS if mDNS is supported.
202     * Add smbclient support for basic mDNS browsing.
203
204
205 o   Andrew Tridgell <tridge@samba.org>
206     * Fix padding between Winbind 32bit/64bit client library in
207       the request/response structures.
208     * Added a syncops VFS module for file systems which do not
209       guarantee meta-data operations are immediately committed to
210       disk in stable form.
211
212
213 o   Jelmer Vernooij <jelmer@samba.org>
214     * Additional portability support for building shared libraries.
215
216
217
218 Original 3.2.0pre1 commits:
219 ---------------------------
220 o   Michael Adam <obnox@samba.org>
221     * Unified POSIX ACL detection including support for FreeBSD and
222       HP-UX.
223     * Performance improvements for Winbind's lookup functions (names,
224       SIDs, and group membership) when joined to an AD domain.
225     * Winbind cache validation support.
226     * Store domain trust passwords for Samba domain controller's in
227       the domain's passdb backend.
228     * Merged \winreg server code from the SAMBA_3_2 development branch.
229     * Fixes for libreplace.
230     * Implement new registry configuration backend.
231
232
233 o   Jeremy Allison <jra@samba.org>
234     * Add support for file system objectIDs.
235     * Winbind cache validation support.
236     * Add in the UNIX capability for 24-bit readX.
237     * Improve Delete-on-Close semantics.
238     * Removal of static file and path name buffers in SMB file serving
239       code.
240
241
242 o   Danilo Almeida <dalmeida@centeris.com>
243     * Move the machine account to the OU specified when running "net
244       ads join".
245
246
247 o   Andrew Bartlett <abartlet@samba.org>
248     * Tighten authentication protocol defaults in client tools and
249       servers.
250
251
252 o   Gerald (Jerry) Carter <jerry@samba.org>
253     * Implement support for one-way trusts and two-way cross-forest
254       transitive trust in winbindd.
255     * Fixes for Winbind's offline/disconnected logon support when
256       using remote idmap backends.
257     * Fix LookupNames and LookupSids to use the same resolution
258       heuristics as Windows XP.
259     * Fix lockups in Winbind when running nscd.
260     * UPN logon support in pam_winbind.
261     * Add support for GNU linker scripts when build shared libraries
262       (based on work by Julien Cristau <jcristau@debian.org> and James
263       Peach).
264
265
266 o   Guenther Deschner <gd@samba.org>
267     * Additional support for decoding and downloading group policy
268       objects from Active Directory.
269     * Improvements to "net ads keytab" command.
270     * Fixes for linking against Heimdal Kerberos client libs.
271     * Support LDAP range retrieval searches.
272     * Fixes for failure to refresh user ticket caches in Winbind.
273     * UPN logon support in pam_winbind.
274     * Add KDC locator plugin for MIT kerberos 1.6 or later.
275
276
277 o   Steve Langasek <vorlon@debian.org>
278     * Allow SIGTERM to cause nmbd to exit while awaiting a interface
279       to come up.
280
281
282 o   Volker Lendecke <vl@samba.org>
283     * Merge experimental cluster support patches from the ctdb branch.
284     * Add tdb storage abstraction for ctdb.
285     * Use IDL for internal message passing system.
286     * Add client support for the SamLogonEx() authentication request.
287     * Implement RPC proxy stubs in the Samba server code to allow
288       replacing implementation functions one by one.
289     * Remove static incoming and outgoing buffers from core server SMB
290       packet processing code.
291     * Add "net sam rights" command.
292
293
294 o   Steve French <sfrench@samba.org>
295     * Fixes for mount.cfs Linux utility.
296
297
298 o   Stefan Metzmacher <metze@samba.org>
299     * Fixes for libreplace.
300     * Add support for LDAP digital signing policy.
301     * Experimental clustered file system support.
302
303
304 o   Lars Mueller <lars@samba.org>
305     * Makefile and build fixes.
306     * Add pam_pwd_expire for pam_winbind (original patch from Andreas
307       Schneider).
308
309
310 o   James Peach <jpeach@apple.com>
311     * Fixes for setgroups() and *BSD and Darwin.
312     * Support membership of >16 groups on Darwin.
313
314
315 o   Jiri Sasek <Jiri.Sasek@Sun.COM>
316     * Added vfs_vfsacl module.
317
318
319 o   Karolin Seeger <ks@sernet.de>
320     * Add deletelocalgroup and unmapunixgroup subcommand to "net sam".
321     * Cleanup internal passdb functions.
322
323
324 o   Simo Sorce <idra@samba.org>
325     * Fixes for IDmap and Passdb backends.
326
327
328 o   Andrew Tridgell <tridge@samba.org>
329     * Port ldb from the Samba 4 tree and add ldb group mapping plugin.
330     * Move several file serving related tdb files to use the dbwrap
331       API internally.
332     * Cleanup the GPFS VFS plugin.
333     * Experimental clustered file system support.
334
335
336 o   Jelmer Vernooij <jelmer@samba.org>
337     * Implement NDR basic to support utilizing IDL files from Samba 4
338       tree for general DCE/RPC parsing stubs.
339
340
341
342 ######################################################################
343 Reporting bugs & Development Discussion
344 #######################################
345
346 Please discuss this release on the samba-technical mailing list or by
347 joining the #samba-technical IRC channel on irc.freenode.net.
348
349 If you do report problems then please try to send high quality
350 feedback. If you don't provide vital information to help us track down
351 the problem then you will probably be ignored.  All bug reports should
352 be filed under the Samba 3.2 product in the project's Bugzilla
353 database (https://bugzilla.samba.org/).
354
355
356 ======================================================================
357 == Our Code, Our Bugs, Our Responsibility.
358 == The Samba Team
359 ======================================================================
360