VERSION: Bump version up to 4.15.0rc2...
[Samba.git] / WHATSNEW.txt
bloba5190766e5e83832bbbefdaff40d97723c3c9e55
1 Release Announcements
2 =====================
4 This is the first release candidate of Samba 4.15.  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.15 will be the next version of the Samba suite.
12 UPGRADING
13 =========
15 Removed SMB (development) dialects
16 ----------------------------------
18 The following SMB (development) dialects are no longer
19 supported: SMB2_22, SMB2_24 and SMB3_10. They are were
20 only supported by Windows technical preview builds.
21 They used to be useful in order to test against the
22 latest Windows versions, but it's no longer useful
23 to have them. If you have them explicitly specified
24 in your smb.conf or an the command line,
25 you need to replace them like this:
26 - SMB2_22 => SMB3_00
27 - SMB2_24 => SMB3_00
28 - SMB3_10 => SMB3_11
29 Note that it's typically not useful to specify
30 "client max protocol" or "server max protocol"
31 explicitly to a specific dialect, just leave
32 them unspecified or specify the value "default".
34 New GPG key
35 -----------
37 The GPG release key for Samba releases changed from:
39 pub   dsa1024/6F33915B6568B7EA 2007-02-04 [SC] [expires: 2021-02-05]
40       Key fingerprint = 52FB C0B8 6D95 4B08 4332  4CDC 6F33 915B 6568 B7EA
41 uid                 [  full  ] Samba Distribution Verification Key <samba-bugs@samba.org>
42 sub   elg2048/9C6ED163DA6DFB44 2007-02-04 [E] [expires: 2021-02-05]
44 to the following new key:
46 pub   rsa4096/AA99442FB680B620 2020-12-21 [SC] [expires: 2022-12-21]
47       Key fingerprint = 81F5 E283 2BD2 545A 1897  B713 AA99 442F B680 B620
48 uid                 [ultimate] Samba Distribution Verification Key <samba-bugs@samba.org>
49 sub   rsa4096/97EF9386FBFD4002 2020-12-21 [E] [expires: 2022-12-21]
51 Starting from Jan 21th 2021, all Samba releases will be signed with the new key.
53 See also GPG_AA99442FB680B620_replaces_6F33915B6568B7EA.txt
56 NEW FEATURES/CHANGES
57 ====================
58 - bind DLZ: Added the ability to set allow/deny lists for zone
59   transfer clients.
60   Up to now, any client could use a DNS zone transfer request
61   to the bind server, and get an answer from Samba.
62   Now the default behaviour will be to deny those request.
63   Two new options have been added to manage the list of
64   authorized/denied clients for zone transfer requests.
65   In order to be accepted, the request must be issued by a client
66   that is in the allow list and NOT in the deny list.
68 "server multi channel support" no longer experimental
69 -----------------------------------------------------
71 This option is enabled by default starting with to 4.15 (on Linux and FreeBSD).
72 Due to dependencies on kernel APIs of Linux or FreeBSD, it's only possible
73 to use this feature on Linux and FreeBSD for now.
75 samba-tool available without the ad-dc
76 --------------------------------------
78 The samba-tool command is now available when samba is configured
79 --without-ad-dc. Not all features will work, and some ad-dc specific options
80 have been disabled. The samba-tool domain options, for example, are limited
81 when no ad-dc is present. Samba must still be built with ads in order to enable
82 samba-tool.
84 Improved command line user experience
85 -------------------------------------
87 Samba utilities did not consistently implement their command line interface. A
88 number of options were requiring to specify values in one tool and not in the
89 other, some options meant different in different tools.
91 These should be stories of the past now. A new command line parser has been
92 implemented with sanity checking. Also the command line interface has been
93 simplified and provides better control for encryption, singing and kerberos.
95 Also several command line options have a smb.conf variable to control the
96 default now.
98 All tools are logging to stderr by default. You can use --debug-stdout to
99 change the behavior.
101 ### Common parser:
103 Options added:
104 --client-protection=off|sign|encrypt
106 Options renamed:
107 --kerberos       ->    --use-kerberos=required|desired|off
108 --krb5-ccache    ->    --use-krb5-ccache=CCACHE
109 --scope          ->    --netbios-scope=SCOPE
110 --use-ccache     ->    --use-winbind-ccache
112 Options removed:
113 -e|--encrypt
114 -C removed from --use-winbind-ccache
115 -i removed from --netbios-scope
116 -S|--signing
119 ### Duplicates in command line utils
121 ldbadd/ldbsearch/ldbdel/ldbmodify/ldbrename:
122 -e is not available for --editor anymore
123 -s is not used for --configfile anymore
125 ndrdump:
126 -l is not available for --load-dso anymore
128 net:
129 -l is not available for --long anymore
131 sharesec:
132 -V is not available for --viewsddl anymore
134 smbcquotas:
135 --user        ->    --quota-user
137 nmbd:
138 --log-stdout  ->    --debug-stdout
140 smbd:
141 --log-stdout  ->    --debug-stdout
143 winbindd:
144 --log-stdout  ->    --debug-stdout
146 Scanning of trusted domains and enterprise principals
147 -----------------------------------------------------
149 As an artifact from the NT4 times, we still scanned the list of trusted domains
150 on winbindd startup. This is wrong as we never can get a full picture in Active
151 Directory. It is time to change the default value to "No". Also with this change
152 we always use enterprise principals for Kerberos so that the DC will be able
153 to redirect ticket requests to the right DC. This is e.g. needed for one way
154 trusts. The options `winbind use krb5 enterprise principals` and
155 `winbind scan trusted domains` will be deprecated in one of the next releases.
158 REMOVED FEATURES
159 ================
161 Tru64 ACL support has been removed from this release. The last
162 supported release of Tru64 UNIX was in 2012.
164 NIS support has been removed from this release. This is not
165 available in Linux distributions anymore.
167 The DLZ DNS plugin is no longer built for Bind versions 9.8 and 9.9,
168 which have been out of support since 2018.
171 smb.conf changes
172 ================
174   Parameter Name                          Description     Default
175   --------------                          -----------     -------
176   client use kerberos                     New             desired
177   client max protocol                     Values Removed
178   client min protocol                     Values Removed
179   client protection                       New             default
180   client smb3 signing algorithms          New             see man smb.conf
181   client smb3 encryption algorithms       New             see man smb.conf
182   preopen:posix-basic-regex               New             No
183   preopen:nomatch_log_level               New             5
184   preopen:match_log_level                 New             5
185   preopen:nodigits_log_level              New             1
186   preopen:founddigits_log_level           New             3
187   preopen:reset_log_level                 New             5
188   preopen:push_log_level                  New             3
189   preopen:queue_log_level                 New             10
190   server max protocol                     Values Removed
191   server min protocol                     Values Removed
192   server multi channel support            Changed         Yes (on Linux and FreeBSD)
193   server smb3 signing algorithms          New             see man smb.conf
194   server smb3 encryption algorithms       New             see man smb.conf
195   winbind use krb5 enterprise principals  Changed         Yes
196   winbind scan trusted domains            Changed         No
199 KNOWN ISSUES
200 ============
202 https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.15#Release_blocking_bugs
205 #######################################
206 Reporting bugs & Development Discussion
207 #######################################
209 Please discuss this release on the samba-technical mailing list or by
210 joining the #samba-technical IRC channel on irc.freenode.net.
212 If you do report problems then please try to send high quality
213 feedback. If you don't provide vital information to help us track down
214 the problem then you will probably be ignored.  All bug reports should
215 be filed under the Samba 4.1 and newer product in the project's Bugzilla
216 database (https://bugzilla.samba.org/).
219 ======================================================================
220 == Our Code, Our Bugs, Our Responsibility.
221 == The Samba Team
222 ======================================================================