Ignore testing tdb.
[ira/wip.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
26
27   Winbind and Active Directory Integration:
28   o Full support for Windows 2003 cross-forest, transitive trusts
29     and one-way domain trusts
30   o Support for userPrincipalName logons via pam_winbind and NSS
31     lookups.
32   o Support in pam_winbind for logging on using the userPrincipalName.
33   o Expansion of nested domain groups via NSS calls.
34   o Support for Active Directory LDAP Signing policy.
35
36
37   Users & Groups:
38   o New ldb backend for local group mapping tables
39   o Raised level of security defaults for authentication operations.
40
41
42   Documentation:
43   o Inclusion of an HTLM version of the 3rd edition of "Using Samba"
44     from O'Reilly Publishing.
45
46
47 Now Licensed under the GNU GPLv3
48 ================================
49
50 The Samba Team has adopted the Version 3 of the GNU General Public
51 License for the 3.2 and later releases.   The GPLv3 is the updated
52 version of the GPLv2 license under which Samba is currently
53 distributed. It has been updated to improvecompatibility with other 
54 licenses and to make it easier to adopt internationally, and is an 
55 improved version of the license to better suit the needs of Free
56 Software in the 21st Century.
57
58 The original announcement is available on-line at 
59
60     http://news.samba.org/announcements/samba_gplv3/
61
62
63 New Security Defaults for Authentication
64 ========================================
65
66 Support for LanMan passwords is now disabled in both client and server 
67 applications.  Additionally, clear text authentication requests are 
68 disabled by default in client utilities such as smbclient and all
69 libsmbclient based applications.  This will affect connection both 
70 to and from hosts running DOS, Windows 9x/ME, and OS/2.  Please refer 
71 to the "Changes" section for details on the exact parameters that were 
72 updated.
73
74
75
76 Registry Configuration Backend
77 ==============================
78
79 Samba is now able to use a registry based configuration backed to
80 supplement smb.conf setting.  This feature may be enabled by setting
81 "include = registry" and "registry shares = yes" in the [global] 
82 section of smb.conf and may be managed using the "net conf" command.  
83
84 More information may be obtained from the smb.conf(5) and net(8) man 
85 pages.
86
87
88 Removed Features
89 ================
90
91 Both the Python bindings and the libmsrpc shared library have been
92 removed from the tree due to lack of an official maintainer.
93
94
95
96 ######################################################################
97 Changes
98 #######
99
100 smb.conf changes
101 ----------------
102
103     Parameter Name                      Description     Default
104     --------------                      -----------     -------
105     client lanman auth                  Changed Default No
106     client ldap sasl wrapping           New             plain
107     client plaintext auth               Changed Default No
108     clustering                          New             No
109     cluster addresses                   New             ""
110     ctdb socket                         New             ""
111     lanman auth                         Changed Default No
112     mangle map                          Removed
113     open files database hashsize        Removed
114     read bmpx                           Removed
115     registry shares                     New             No
116     winbind expand groups               New             1
117     winbind rpc only                    New             No
118
119
120 Changes since 3.2.0pre1:
121 -----------------------
122
123
124 Original 3.2.0pre1 commits:
125 ---------------------------
126 o   Michael Adam <obnox@samba.org>
127     * Unified POSIX ACL detection including support for FreeBSD and
128       HP-UX.
129     * Performance improvements for Winbind's lookup functions (names,
130       SIDs, and group membership) when joined to an AD domain.
131     * Winbind cache validation support.
132     * Store domain trust passwords for Samba domain controller's in
133       the domain's passdb backend.
134     * Merged \winreg server code from the SAMBA_3_2 development branch.
135     * Fixes for libreplace.
136     * Implement new registry configuration backend.
137   
138
139 o   Jeremy Allison <jra@samba.org>
140     * Add support for file system objectIDs.
141     * Winbind cache validation support.
142     * Add in the UNIX capability for 24-bit readX.
143     * Improve Delete-on-Close semantics.
144     * Removal of static file and path name buffers in SMB file serving 
145       code.
146     
147
148 o   Danilo Almeida <dalmeida@centeris.com>
149     * Move the machine account to the OU specified when running "net
150       ads join".
151
152
153 o   Andrew Bartlett <abartlet@samba.org>
154     * Tighten authentication protocol defaults in client tools and 
155       servers.
156
157
158 o   Gerald (Jerry) Carter <jerry@samba.org>
159     * Implement support for one-way trusts and two-way cross-forest
160       transitive trust in winbindd.
161     * Fixes for Winbind's offline/disconnected logon support when
162       using remote idmap backends.
163     * Fix LookupNames and LookupSids to use the same resolution
164       heuristics as Windows XP.
165     * Fix lockups in Winbind when running nscd.
166     * UPN logon support in pam_winbind.
167     * Add support for GNU linker scripts when build shared libraries
168       (based on work by Julien Cristau <jcristau@debian.org> and James 
169       Peach).
170
171
172 o   Guenther Deschner <gd@samba.org>
173     * Additional support for decoding and downloading group policy
174       objects from Active Directory.
175     * Improvements to "net ads keytab" command.
176     * Fixes for linking against Heimdal Kerberos client libs.
177     * Support LDAP range retrieval searches.
178     * Fixes for failure to refresh user ticket caches in Winbind.
179     * UPN logon support in pam_winbind.
180     * Add KDC locator plugin for MIT kerberos 1.6 or later.
181
182
183 o   Steve Langasek <vorlon@debian.org>
184     * Allow SIGTERM to cause nmbd to exit while awaiting a interface
185       to come up. 
186
187
188 o   Volker Lendecke <vl@samba.org>
189     * Merge experimental cluster support patches from the ctdb branch.
190     * Add tdb storage abstraction for ctdb.
191     * Use IDL for internal message passing system.
192     * Add client support for the SamLogonEx() authentication request.
193     * Implement RPC proxy stubs in the Samba server code to allow
194       replacing implementation functions one by one.
195     * Remove static incoming and outgoing buffers from core server SMB 
196       packet processing code.
197     * Add "net sam rights" command.
198
199
200 o   Steve French <sfrench@samba.org>
201     * Fixes for mount.cfs Linux utility.
202
203
204 o   Stefan Metzmacher <metze@samba.org>
205     * Fixes for libreplace.
206     * Add support for LDAP digital signing policy.
207     * Experimental clustered file system support.
208
209
210 o   Lars Mueller <lars@samba.org>
211     * Makefile and build fixes.
212     * Add pam_pwd_expire for pam_winbind (original patch from Andreas
213       Schneider).
214
215
216 o   James Peach <jpeach@apple.com>
217     * Fixes for setgroups() and *BSD and Darwin.
218     * Support membership of >16 groups on Darwin.
219
220
221 o   Jiri Sasek <Jiri.Sasek@Sun.COM>
222     * Added vfs_vfsacl module.
223
224
225 o   Karolin Seeger <ks@sernet.de>
226     * Add deletelocalgroup and unmapunixgroup subcommand to "net sam".
227     * Cleanup internal passdb functions.
228
229
230 o   Simo Sorce <idra@samba.org>
231     * Fixes for IDmap and Passdb backends.
232
233
234 o   Andrew Tridgell <tridge@samba.org>
235     * Port ldb from the Samba 4 tree and add ldb group mapping plugin.
236     * Move several file serving related tdb files to use the dbwrap
237       API internally.
238     * Cleanup the GPFS VFS plugin.
239     * Experimental clustered file system support.
240
241
242 o   Jelmer Vernooij <jelmer@samba.org>
243     * Implement NDR basic to support utilizing IDL files from Samba 4
244       tree for general DCE/RPC parsing stubs.
245
246
247
248 ######################################################################
249 Reporting bugs & Development Discussion
250 #######################################
251
252 Please discuss this release on the samba-technical mailing list or by
253 joining the #samba-technical IRC channel on irc.freenode.net.
254
255 If you do report problems then please try to send high quality
256 feedback. If you don't provide vital information to help us track down
257 the problem then you will probably be ignored.  All bug reports should
258 be filed under the Samba 3.2 product in the project's Bugzilla
259 database (https://bugzilla.samba.org/).
260
261
262 ======================================================================
263 == Our Code, Our Bugs, Our Responsibility.
264 == The Samba Team
265 ======================================================================
266