smbd: Simplify smbd_dirptr_get_entry()
[metze/samba-autobuild/.git] / WHATSNEW.txt
1 Release Announcements
2 =====================
3
4 This is the first pre release of Samba 4.20.  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.20 will be the next version of the Samba suite.
10
11
12 UPGRADING
13 =========
14
15
16 NEW FEATURES/CHANGES
17 ====================
18
19 New Minimum MIT Krb5 version for Samba AD Domain Controller
20 -----------------------------------------------------------
21
22 Samba now requires MIT 1.21 when built against a system MIT Krb5 and
23 acting as an Active Directory DC.  This addresses the issues that were
24 fixed in CVE-2022-37967 (KrbtgtFullPacSignature) and ensures that
25 Samba builds against the MIT version that allows us to avoid that
26 attack.
27
28 Removed dependency on Perl JSON module
29 --------------------------------------
30
31 Distributions are advised that the Perl JSON package is no longer
32 required by Samba builds that use the imported Heimdal.  The build
33 instead uses Perl's JSON::PP built into recent perl5 versions.
34
35 Current lists of packages required by Samba for major distributions
36 are found in the bootstrap/generated-dists/ directory of a Samba
37 source tree.  While there will be some differences - due to features
38 chosen by packagers - comparing these lists with the build dependencies
39 in a package may locate other dependencies we no longer require.
40
41
42 REMOVED FEATURES
43 ================
44
45 Get locally logged on users from utmp
46 -------------------------------------
47
48 The Workstation Service Remote Protocol [MS-WKST] calls NetWkstaGetInfo
49 level 102 and NetWkstaEnumUsers level 0 and 1 return the list of locally
50 logged on users. Samba was getting the list from utmp, which is not
51 Y2038 safe. This feature has been completely removed and Samba will
52 always return an empty list.
53
54
55 smb.conf changes
56 ================
57
58   Parameter Name                          Description     Default
59   --------------                          -----------     -------
60   smb3 unix extensions                    removed         always offered
61
62
63 KNOWN ISSUES
64 ============
65
66 https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.20#Release_blocking_bugs
67
68
69 #######################################
70 Reporting bugs & Development Discussion
71 #######################################
72
73 Please discuss this release on the samba-technical mailing list or by
74 joining the #samba-technical:matrix.org matrix room, or
75 #samba-technical IRC channel on irc.libera.chat
76
77 If you do report problems then please try to send high quality
78 feedback. If you don't provide vital information to help us track down
79 the problem then you will probably be ignored.  All bug reports should
80 be filed under the Samba 4.1 and newer product in the project's Bugzilla
81 database (https://bugzilla.samba.org/).
82
83
84 ======================================================================
85 == Our Code, Our Bugs, Our Responsibility.
86 == The Samba Team
87 ======================================================================
88