docs: Add man samba-regedit.8.
[Samba.git] / WHATSNEW.txt
blobc176388961fd3b891a6126fddce8eb79fb14a12c
1 Release Announcements
2 =====================
4 This is the second release candidate of Samba 4.1.  This is *not*
5 intended for production environments and is designed for testing
6 purposes only.  Please report any defects via the Samba bug reporting
7 system at https://bugzilla.samba.org/.
9 Samba 4.1 will be the next version of the Samba suite and includes
10 all the technology found in both the Samba4 series and the stable 3.x
11 series. The primary additional features over Samba 3.6 are
12 support for the Active Directory logon protocols used by Windows 2000
13 and above.
15 If you are upgrading, or looking to develop, test or deploy Samba 4.1
16 releases candidates, you should backup all configuration and data.
19 NEW FEATURES
20 ============
22 Directory database replication (AD DC mode)
23 ===========================================
25 Directory replication has been reworked in order to improve the
26 correctness and efficiency.
27 As a net effect of it, replication with other domain controllers with
28 a heavily modified schema is now possible (ie. Windows 2012 DCs or
29 other Windows DC with exchange installed) and replication didn't fail
30 anymore in such environments.
33 Server-Side Copy Support
34 ========================
36 Samba 4.1.0 adds support for server-side copy operations via the SMB2
37 FSCTL_SRV_COPYCHUNK request. Clients making use of server-side copy
38 support, such as Windows Server 2012, should experience considerable
39 performance improvements for file copy operations, as file data need not
40 traverse the network.
41 This feature is enabled by default on the smbd file server.
44 Btrfs Filesystem Integration
45 ============================
47 The Btrfs VFS module provided with Samba 4.1.0 further improves the
48 performance of server-side copy operations on shares backed by a Btrfs
49 filesystem. It does so by allowing multiple files to share the same
50 on-disk extents, avoiding the unnecessary duplication of source and
51 destination file data during a server-side copy operation.
53 This feature can be explicitly enabled on smbd shares backed by a Btrfs
54 filesystem with the smb.conf parameter:
55 vfs objects = btrfs
58 REMOVED COMPONENTS
59 ==================
61 The Samba Web Administration Tool (SWAT) has been removed.
64 ######################################################################
65 Changes
66 #######
68 smb.conf changes
69 ----------------
71    Parameter Name                       Description     Default
72    --------------                       -----------     -------
74    password level                       Removed
75    set directory                        Removed
76    use ntdb                             New             No
79 RUNNING Samba 4.1 as an AD DC
80 =============================
82 A short guide to setting up Samba 4 as an AD DC can be found on the wiki:
84   http://wiki.samba.org/index.php/Samba4/HOWTO
87 COMMIT HIGHLIGHTS
88 =================
90 o   David Disseldorp <ddiss@samba.org>
91     * Add vfs_btrfs module.
92     * Add support for server-side copy operations via the
93       SMB2 FSCTL_SRV_COPYCHUNK request.
96 CHANGES SINCE 4.1.0rc1
97 ======================
99 o   Jeremy Allison <jra@samba.org>
100     * BUG 9992: Windows error 0x800700FE when copying files with xattr names
101       containing ":".
102     * BUG 10010: Missing integer wrap protection in EA list reading can cause
103       server to loop with DOS (CVE-2013-4124).
104     * BUG 10064: Linux kernel oplock breaks can miss signals.
107 o   Andrew Bartlett <abartlet@samba.org>
108     * BUG 9029: Fix replication with --domain-crictical-only to fill in
109       backlinks.
110     * BUG 9820: Fix crash of winbind after "ls -l
111       /usr/local/samba/var/locks/sysvol".
112     * BUG 10056: dsdb improvements.
115 o   Björn Baumbach <bb@sernet.de>
116     * BUG 10003: Fix segfault while reading incomplete session info.
119 o   Gregor Beck <gbeck@sernet.de>
120     * BUG 9678: Windows 8 Roaming profiles fail.
123 o   Günther Deschner <gd@samba.org>
124     * BUG 10043: Allow to change the default location for Kerberos credential
125       caches.
128 o   Volker Lendecke <vl@samba.org>
129     * BUG 10013: Fix a 100% loop at shutdown time (smbd).
132 o   Stefan Metzmacher <metze@samba.org>
133     * BUG 9820: Fix crash of winbind after "ls -l
134       /usr/local/samba/var/locks/sysvol".
135     * BUG 10015: Fix/improve debug options.
136     * BUG 10042: Fix crashes in socket_get_local_addr().
137     * BUG 10056: dsdb improvements.
140 o   Andreas Schneider <asn@samba.org>
141     * BUG 9994: Do not delete an existing valid credential cache (s3-winbind).
142     * BUG 10040: Rename regedit to samba-regedit.
143     * BUG 10041: Remove obsolete swat manpage and references.
144     * BUG 10048: nsswitch: Add OPT_KRB5CCNAME to avoid an error message.
147 o   Alexander Werth <alexander.werth@de.ibm.com>
148     * BUG 10045: Remove a redundant inlined substitution of ACLs.
151 o   Ralph Wuerthner <ralphw@de.ibm.com>
152     * BUG 10064: Linux kernel oplock breaks can miss signals.
155 #######################################
156 Reporting bugs & Development Discussion
157 #######################################
159 Please discuss this release on the samba-technical mailing list or by
160 joining the #samba-technical IRC channel on irc.freenode.net.
162 If you do report problems then please try to send high quality
163 feedback. If you don't provide vital information to help us track down
164 the problem then you will probably be ignored.  All bug reports should
165 be filed under the Samba 4.1 product in the project's Bugzilla
166 database (https://bugzilla.samba.org/).
169 ======================================================================
170 == Our Code, Our Bugs, Our Responsibility.
171 == The Samba Team
172 ======================================================================