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