Merge branch 'v3-2-test-merge' into v3-2-stable
[tprouty/samba.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     debug class                         New             No
113     ctdb socket                         New             ""
114     lanman auth                         Changed Default No
115     mangle map                          Removed
116     min receive file size                New             0
117     open files database hash size       Removed
118     read bmpx                           Removed
119     registry shares                     New             No
120     winbind expand groups               New             1
121     winbind rpc only                    New             No
122
123
124 Changes since 3.2.0pre1:
125 -----------------------
126
127 o   Michael Adam <obnox@samba.org>
128     * Add library for access to the registry configuration data.
129     * BUG 5023: Separate NFS4 and POSIX ACL code in file access checks.
130     * BUG 4308: Fix Excel save operation ACL bug.
131     * Refactor and consolidate logic for retrieving the machine
132       trust password information.
133     * VFS API cleanup.
134     * BUG 4801: Correctly implement LSA lookup levels for LookupNames.
135     * Add new option "debug class" to control printing of the debug class.
136       in debug headers.
137     * Enable building of the zfsacl and notify_fam vfs modules.
138     * BUG 5083: Fix memleak in solarisacl module.
139     * BUG 5063: Fix build on RHEL5.
140
141
142 o   Jeremy Allison <jra@samba.org>
143     * Added support for IPv6 client and server connections.
144     * Add in the recvfile entry to the VFS layer.
145     * Removal of pstring data type.
146     * Remove unused utilities: smbctool and rpctorture.
147     * Fix service principal detection to match Windows Vista
148       (based on work from Andreas Schneider).
149     * Additional work on the session data privacy for clients
150       implementing the Unix CIFS Extensions.
151
152
153 o   Gerald (Jerry) Carter <jerry@samba.org>
154     * Add Winbind client library.
155     * Decouple static linking between smbd and winbindd's client
156       interface.
157
158
159 o   Guenther Deschner <gd@samba.org>
160     * Enhance client and server remote registry access.
161     * Add client calls for remotely joining a computer to a domain
162       (including calls from "net dom" command).
163     * Add libnetapi.so library for joining domains including
164       sample GTK+ app.
165
166
167 o   Steve Langasek <vorlon@debian.org>
168     * Integrate 2 out of 3 --with-fhs patches from Debian packaging
169       for better adherence to the FHS standard.
170
171
172 o   Volker Lendecke <vl@samba.org>
173     * Add talloc_stackframe() and talloc_pool() features.
174     * Removal of pstring data type.
175     * Add generic a in-memory cache.
176     * Import the Linux red-black tree implementation.
177     * Remove large amount of global variables.
178     * Add vfs_xattr_tdb module for file systems that do not implement xattrs.
179
180
181 o   Stefan Metzmacher <metze@samba.org>
182     * Refactor Winbind internal parent-child interface tables
183       to achieve better unit testing support.
184     * Add nss_wrapper API for local Winbind unit tests.
185     * Networking fixes to the libreplace library.
186     * Pidl fixes.
187     * Remove unused Winbind pipe calls.
188
189
190 o   James Peach <jpeach@samba.org>
191     * Add support for DNS Service Discovery.  Based on work from
192       Rishi Srivatsavai <rishisv@gmail.com>.
193
194
195 o   Andreas Schneider <anschneider@suse.de>
196     * Don't restart winbind if a corrupted tdb is found during
197       initialization.
198
199
200 o   Karolin Seeger <ks@sernet.de>
201     * Add net rap file user.
202
203
204 o   David Shaw <dshaw@jabberwocky.com>
205     * BUG 5073: Allow "delete readonly = yes" to correctly override
206       deletion of a file.
207
208
209 o   Rishi Srivatsavai <rishisv@gmail.com>
210     * Register the smb service with mDNS if mDNS is supported.
211     * Add smbclient support for basic mDNS browsing.
212
213
214 o   Andrew Tridgell <tridge@samba.org>
215     * Fix padding between Winbind 32bit/64bit client library in
216       the request/response structures.
217     * Added a syncops VFS module for file systems which do not
218       guarantee meta-data operations are immediately committed to
219       disk in stable form.
220
221
222 o   Jelmer Vernooij <jelmer@samba.org>
223     * Additional portability support for building shared libraries.
224
225
226
227 Original 3.2.0pre1 commits:
228 ---------------------------
229 o   Michael Adam <obnox@samba.org>
230     * Unified POSIX ACL detection including support for FreeBSD and
231       HP-UX.
232     * Performance improvements for Winbind's lookup functions (names,
233       SIDs, and group membership) when joined to an AD domain.
234     * Winbind cache validation support.
235     * Store domain trust passwords for Samba domain controller's in
236       the domain's passdb backend.
237     * Merged \winreg server code from the SAMBA_3_2 development branch.
238     * Fixes for libreplace.
239     * Implement new registry configuration backend.
240
241
242 o   Jeremy Allison <jra@samba.org>
243     * Add support for file system objectIDs.
244     * Winbind cache validation support.
245     * Add in the UNIX capability for 24-bit readX.
246     * Improve Delete-on-Close semantics.
247     * Removal of static file and path name buffers in SMB file serving
248       code.
249
250
251 o   Danilo Almeida <dalmeida@centeris.com>
252     * Move the machine account to the OU specified when running "net
253       ads join".
254
255
256 o   Andrew Bartlett <abartlet@samba.org>
257     * Tighten authentication protocol defaults in client tools and
258       servers.
259
260
261 o   Gerald (Jerry) Carter <jerry@samba.org>
262     * Implement support for one-way trusts and two-way cross-forest
263       transitive trust in winbindd.
264     * Fixes for Winbind's offline/disconnected logon support when
265       using remote idmap backends.
266     * Fix LookupNames and LookupSids to use the same resolution
267       heuristics as Windows XP.
268     * Fix lockups in Winbind when running nscd.
269     * UPN logon support in pam_winbind.
270     * Add support for GNU linker scripts when build shared libraries
271       (based on work by Julien Cristau <jcristau@debian.org> and James
272       Peach).
273
274
275 o   Guenther Deschner <gd@samba.org>
276     * Additional support for decoding and downloading group policy
277       objects from Active Directory.
278     * Improvements to "net ads keytab" command.
279     * Fixes for linking against Heimdal Kerberos client libs.
280     * Support LDAP range retrieval searches.
281     * Fixes for failure to refresh user ticket caches in Winbind.
282     * UPN logon support in pam_winbind.
283     * Add KDC locator plugin for MIT kerberos 1.6 or later.
284
285
286 o   Steve Langasek <vorlon@debian.org>
287     * Allow SIGTERM to cause nmbd to exit while awaiting a interface
288       to come up.
289
290
291 o   Volker Lendecke <vl@samba.org>
292     * Merge experimental cluster support patches from the ctdb branch.
293     * Add tdb storage abstraction for ctdb.
294     * Use IDL for internal message passing system.
295     * Add client support for the SamLogonEx() authentication request.
296     * Implement RPC proxy stubs in the Samba server code to allow
297       replacing implementation functions one by one.
298     * Remove static incoming and outgoing buffers from core server SMB
299       packet processing code.
300     * Add "net sam rights" command.
301
302
303 o   Steve French <sfrench@samba.org>
304     * Fixes for mount.cfs Linux utility.
305
306
307 o   Stefan Metzmacher <metze@samba.org>
308     * Fixes for libreplace.
309     * Add support for LDAP digital signing policy.
310     * Experimental clustered file system support.
311
312
313 o   Lars Mueller <lars@samba.org>
314     * Makefile and build fixes.
315     * Add pam_pwd_expire for pam_winbind (original patch from Andreas
316       Schneider).
317
318
319 o   James Peach <jpeach@apple.com>
320     * Fixes for setgroups() and *BSD and Darwin.
321     * Support membership of >16 groups on Darwin.
322
323
324 o   Jiri Sasek <Jiri.Sasek@Sun.COM>
325     * Added vfs_vfsacl module.
326
327
328 o   Karolin Seeger <ks@sernet.de>
329     * Add deletelocalgroup and unmapunixgroup subcommand to "net sam".
330     * Cleanup internal passdb functions.
331
332
333 o   Simo Sorce <idra@samba.org>
334     * Fixes for IDmap and Passdb backends.
335
336
337 o   Andrew Tridgell <tridge@samba.org>
338     * Port ldb from the Samba 4 tree and add ldb group mapping plugin.
339     * Move several file serving related tdb files to use the dbwrap
340       API internally.
341     * Cleanup the GPFS VFS plugin.
342     * Experimental clustered file system support.
343
344
345 o   Jelmer Vernooij <jelmer@samba.org>
346     * Implement NDR basic to support utilizing IDL files from Samba 4
347       tree for general DCE/RPC parsing stubs.
348
349
350
351 ######################################################################
352 Reporting bugs & Development Discussion
353 #######################################
354
355 Please discuss this release on the samba-technical mailing list or by
356 joining the #samba-technical IRC channel on irc.freenode.net.
357
358 If you do report problems then please try to send high quality
359 feedback. If you don't provide vital information to help us track down
360 the problem then you will probably be ignored.  All bug reports should
361 be filed under the Samba 3.2 product in the project's Bugzilla
362 database (https://bugzilla.samba.org/).
363
364
365 ======================================================================
366 == Our Code, Our Bugs, Our Responsibility.
367 == The Samba Team
368 ======================================================================
369