repl_meta_data: Use replmd_make_prefix_child_dn() in replmd_conflict_dn()
[nivanova/samba-autobuild/.git] / WHATSNEW.txt
1 Release Announcements
2 =====================
3
4 This is the first preview release of Samba 4.8.  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/.
8
9 Samba 4.8 will be the next version of the Samba suite.
10
11
12 UPGRADING
13 =========
14
15
16 NEW FEATURES/CHANGES
17 ====================
18
19 Using x86_64 Accelerated AES Crypto Instructions
20 ================================================
21
22 Samba on x86_64 can now be configured to use the Intel accelerated AES
23 instruction set, which has the potential to make SMB3 signing and
24 encryption much faster on client and server. To enable this, configure
25 Samba using the new option --accel-aes=intelaesni.
26
27 This is a temporary solution that is being included to allow users
28 to enjoy the benefits of Intel accelerated AES on the x86_64 platform,
29 but the longer-term solution will be to move Samba to a fully supported
30 external crypto library.
31
32 The third_party/aesni-intel code will be removed from Samba as soon as
33 external crypto library performance reaches parity.
34
35 The default is to build without setting --accel-aes, which uses the
36 existing Samba software AES implementation.
37
38 smb.conf changes
39 ================
40
41   Parameter Name                     Description             Default
42   --------------                     -----------             -------
43   oplock contention limit            Removed
44
45 NT4-style replication based net commands removed
46 ================================================
47
48 The following commands and sub-commands have been removed from the
49 "net" utility:
50
51 net rpc samdump
52 net rpc vampire ldif
53
54 Also, replicating from a real NT4 domain with "net rpc vampire" and
55 "net rpc vampire keytab" has been removed.
56
57 The NT4-based commands were accidentially broken in 2013, and nobody
58 noticed the breakage. So instead of fixing them including tests (which
59 would have meant writing a server for the protocols, which we don't
60 have) we decided to remove them.
61
62 For the same reason, the "samsync", "samdeltas" and "database_redo"
63 commands have been removed from rpcclient.
64
65 "net rpc vampire keytab" from Active Directory domains continues to be
66 supported.
67
68 KNOWN ISSUES
69 ============
70
71 https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs
72
73
74 #######################################
75 Reporting bugs & Development Discussion
76 #######################################
77
78 Please discuss this release on the samba-technical mailing list or by
79 joining the #samba-technical IRC channel on irc.freenode.net.
80
81 If you do report problems then please try to send high quality
82 feedback. If you don't provide vital information to help us track down
83 the problem then you will probably be ignored.  All bug reports should
84 be filed under the Samba 4.1 and newer product in the project's Bugzilla
85 database (https://bugzilla.samba.org/).
86
87
88 ======================================================================
89 == Our Code, Our Bugs, Our Responsibility.
90 == The Samba Team
91 ======================================================================
92