Update WHATSNEW.txt with my changes for 3.2.0pre2
[gd/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 "include = 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     ctdb socket                         New             ""
112     lanman auth                         Changed Default No
113     mangle map                          Removed
114     open files database hashsize        Removed
115     read bmpx                           Removed
116     registry shares                     New             No
117     winbind expand groups               New             1
118     winbind rpc only                    New             No
119
120
121 Changes since 3.2.0pre1:
122 -----------------------
123 o   Kai Blin <kai@samba.org>
124     * Added support for an SMB_CONF_PATH environment variable
125       containing the path to smb.conf.
126     * Various fixes to ntlm_auth.
127     * make test now supports more extensive SPOOLSS testing using vlp.
128     * Correctly handle mixed-case hostnames in NTLMv2 authentication.
129
130 o   Stefan Metzmacher <metze@samba.org>
131     * Fixes for libreplace.
132     * Build fixes.
133     * Add nss_wrapper support.
134     * Start and test winbindd by 'make test'
135     * Split up child_dispatch_table into domain, idmap and locator tables
136       in winbindd.
137     * Fix for a crash bug in pidl generated client code.
138       This could have happend with [in,out,unique] pointers
139       when the clients sends a valid pointer, but the server
140       reponse with a NULL pointer (as samba-3.0.26a do for some calls).
141     * Change NTSTAUS into enum ndr_err_code in librpc/ndr.
142     * Remove unused calls in the struct based winbindd protocol.
143     * Add --configfile option to wbinfo.
144     * Convert winbind_env_set(), winbind_on() and winbind_off() into macros.
145     * Return rids and other_sids arrays in WBFLAG_PAM_INFO3_TEXT mode.
146     * Implement wbcErrorString() and wbcAuthenticateUserEx()
147     * Convert auth_winbind to use wbcAuthenticateUserEx()
148
149 Original 3.2.0pre1 commits:
150 ---------------------------
151 o   Michael Adam <obnox@samba.org>
152     * Unified POSIX ACL detection including support for FreeBSD and
153       HP-UX.
154     * Performance improvements for Winbind's lookup functions (names,
155       SIDs, and group membership) when joined to an AD domain.
156     * Winbind cache validation support.
157     * Store domain trust passwords for Samba domain controller's in
158       the domain's passdb backend.
159     * Merged \winreg server code from the SAMBA_3_2 development branch.
160     * Fixes for libreplace.
161     * Implement new registry configuration backend.
162   
163
164 o   Jeremy Allison <jra@samba.org>
165     * Add support for file system objectIDs.
166     * Winbind cache validation support.
167     * Add in the UNIX capability for 24-bit readX.
168     * Improve Delete-on-Close semantics.
169     * Removal of static file and path name buffers in SMB file serving 
170       code.
171     
172
173 o   Danilo Almeida <dalmeida@centeris.com>
174     * Move the machine account to the OU specified when running "net
175       ads join".
176
177
178 o   Andrew Bartlett <abartlet@samba.org>
179     * Tighten authentication protocol defaults in client tools and 
180       servers.
181
182
183 o   Gerald (Jerry) Carter <jerry@samba.org>
184     * Implement support for one-way trusts and two-way cross-forest
185       transitive trust in winbindd.
186     * Fixes for Winbind's offline/disconnected logon support when
187       using remote idmap backends.
188     * Fix LookupNames and LookupSids to use the same resolution
189       heuristics as Windows XP.
190     * Fix lookups in Winbind when running nscd.
191     * UPN logon support in pam_winbind.
192     * Add support for GNU linker scripts when build shared libraries
193       (based on work by Julien Cristau <jcristau@debian.org> and James 
194       Peach).
195
196
197 o   Guenther Deschner <gd@samba.org>
198     * Additional support for decoding and downloading group policy
199       objects from Active Directory.
200     * Improvements to "net ads keytab" command.
201     * Fixes for linking against Heimdal Kerberos client libs.
202     * Support LDAP range retrieval searches.
203     * Fixes for failure to refresh user ticket caches in Winbind.
204     * UPN logon support in pam_winbind.
205     * Add KDC locator plugin for MIT kerberos 1.6 or later.
206
207
208 o   Steve Langasek <vorlon@debian.org>
209     * Allow SIGTERM to cause nmbd to exit while awaiting a interface
210       to come up. 
211
212
213 o   Volker Lendecke <vl@samba.org>
214     * Merge experimental cluster support patches from the ctdb branch.
215     * Add tdb storage abstraction for ctdb.
216     * Use IDL for internal message passing system.
217     * Add client support for the SamLogonEx() authentication request.
218     * Implement RPC proxy stubs in the Samba server code to allow
219       replacing implementation functions one by one.
220     * Remove static incoming and outgoing buffers from core server SMB 
221       packet processing code.
222     * Add "net sam rights" command.
223     * Support for storing xattrs in tdb files
224     * Support for storing alternate data streams in xattrs
225     * Implement a generic in-memory cache based on rb-trees
226     * Add implicit temporary talloc contexts via talloc_stack()
227
228
229 o   Steve French <sfrench@samba.org>
230     * Fixes for mount.cfs Linux utility.
231
232
233 o   Stefan Metzmacher <metze@samba.org>
234     * Fixes for libreplace.
235     * Add support for LDAP digital signing policy.
236     * Experimental clustered file system support.
237
238
239 o   Lars Mueller <lars@samba.org>
240     * Makefile and build fixes.
241     * Add pam_pwd_expire for pam_winbind (original patch from Andreas
242       Schneider).
243
244
245 o   James Peach <jpeach@apple.com>
246     * Fixes for setgroups() and *BSD and Darwin.
247     * Support membership of >16 groups on Darwin.
248
249
250 o   Jiri Sasek <Jiri.Sasek@Sun.COM>
251     * Added vfs_vfsacl module.
252
253
254 o   Karolin Seeger <ks@sernet.de>
255     * Add deletelocalgroup and unmapunixgroup subcommand to "net sam".
256     * Cleanup internal passdb functions.
257     * Improve error messages of net subcommands.
258     * Add 'net rap file user'.
259     * Change LDAP search filter to find machine accounts which
260       are not located in the user suffix.
261
262
263 o   Simo Sorce <idra@samba.org>
264     * Fixes for IDmap and Passdb backends.
265
266
267 o   Andrew Tridgell <tridge@samba.org>
268     * Port ldb from the Samba 4 tree and add ldb group mapping plugin.
269     * Move several file serving related tdb files to use the dbwrap
270       API internally.
271     * Cleanup the GPFS VFS plugin.
272     * Experimental clustered file system support.
273
274
275 o   Jelmer Vernooij <jelmer@samba.org>
276     * Implement NDR basic to support utilizing IDL files from Samba 4
277       tree for general DCE/RPC parsing stubs.
278
279
280
281 ######################################################################
282 Reporting bugs & Development Discussion
283 #######################################
284
285 Please discuss this release on the samba-technical mailing list or by
286 joining the #samba-technical IRC channel on irc.freenode.net.
287
288 If you do report problems then please try to send high quality
289 feedback. If you don't provide vital information to help us track down
290 the problem then you will probably be ignored.  All bug reports should
291 be filed under the Samba 3.2 product in the project's Bugzilla
292 database (https://bugzilla.samba.org/).
293
294
295 ======================================================================
296 == Our Code, Our Bugs, Our Responsibility.
297 == The Samba Team
298 ======================================================================
299