WHATSNEW: Mention code removal from "net" and "rpcclient"
[sfrench/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
44 NT4-style replication based net commands removed
45 ================================================
46
47 The following commands and sub-commands have been removed from the
48 "net" utility:
49
50 net rpc samdump
51 net rpc vampire ldif
52
53 Also, replicating from a real NT4 domain with "net rpc vampire" and
54 "net rpc vampire keytab" has been removed.
55
56 The NT4-based commands were accidentially broken in 2013, and nobody
57 noticed the breakage. So instead of fixing them including tests (which
58 would have meant writing a server for the protocols, which we don't
59 have) we decided to remove them.
60
61 For the same reason, the "samsync", "samdeltas" and "database_redo"
62 commands have been removed from rpcclient.
63
64 "net rpc vampire keytab" from Active Directory domains continues to be
65 supported.
66
67 KNOWN ISSUES
68 ============
69
70 https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs
71
72
73 #######################################
74 Reporting bugs & Development Discussion
75 #######################################
76
77 Please discuss this release on the samba-technical mailing list or by
78 joining the #samba-technical IRC channel on irc.freenode.net.
79
80 If you do report problems then please try to send high quality
81 feedback. If you don't provide vital information to help us track down
82 the problem then you will probably be ignored.  All bug reports should
83 be filed under the Samba 4.1 and newer product in the project's Bugzilla
84 database (https://bugzilla.samba.org/).
85
86
87 ======================================================================
88 == Our Code, Our Bugs, Our Responsibility.
89 == The Samba Team
90 ======================================================================
91