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