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