winbindd: tdb_exists returns 1 if a record is found
[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 vfs_aio_linux module removed
69 ============================
70
71 The current Linux kernel aio does not match what Samba would
72 do. Shipping code that uses it leads people to false
73 assumptions. Samba implements async I/O based on threads by default,
74 there is no special module required to see benefits of read and write
75 request being sent do the disk in parallel.
76
77 KNOWN ISSUES
78 ============
79
80 https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8#Release_blocking_bugs
81
82
83 #######################################
84 Reporting bugs & Development Discussion
85 #######################################
86
87 Please discuss this release on the samba-technical mailing list or by
88 joining the #samba-technical IRC channel on irc.freenode.net.
89
90 If you do report problems then please try to send high quality
91 feedback. If you don't provide vital information to help us track down
92 the problem then you will probably be ignored.  All bug reports should
93 be filed under the Samba 4.1 and newer product in the project's Bugzilla
94 database (https://bugzilla.samba.org/).
95
96
97 ======================================================================
98 == Our Code, Our Bugs, Our Responsibility.
99 == The Samba Team
100 ======================================================================
101