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