WHATNEW: document "server multi channel support" change
[samba.git] / WHATSNEW.txt
1 Release Announcements
2 =====================
3
4 This is the first pre release 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/.
8
9 Samba 4.15 will be the next version of the Samba suite.
10
11
12 UPGRADING
13 =========
14
15 Removed SMB (development) dialects
16 ----------------------------------
17
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".
33
34 New GPG key
35 -----------
36
37 The GPG release key for Samba releases changed from:
38
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]
43
44 to the following new key:
45
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]
50
51 Starting from Jan 21th 2021, all Samba releases will be signed with the new key.
52
53 See also GPG_AA99442FB680B620_replaces_6F33915B6568B7EA.txt
54
55
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.
67
68 "server multi channel support" no longer experimental
69 -----------------------------------------------------
70
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.
74
75 samba-tool available without the ad-dc
76 --------------------------------------
77
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.
83
84 Improved command line user experience
85 -------------------------------------
86
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.
90
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.
94
95 Also several command line options have a smb.conf variable to control the
96 default now.
97
98 All tools are logging to stderr by default. You can use --debug-stdout to
99 change the behavior.
100
101 ### Common parser:
102
103 Options added:
104 --client-protection=off|sign|encrypt
105
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
111
112 Options removed:
113 -e|--encrypt
114 -C removed from --use-winbind-ccache
115 -i removed from --netbios-scope
116 -S|--signing
117
118
119 ### Duplicates in command line utils
120
121 ldbadd/ldbsearch/ldbdel/ldbmodify/ldbrename:
122 -e is not available for --editor anymore
123 -s is not used for --configfile anymore
124
125 ndrdump:
126 -l is not available for --load-dso anymore
127
128 net:
129 -l is not available for --long anymore
130
131 sharesec:
132 -V is not available for --viewsddl anymore
133
134 smbcquotas:
135 --user        ->    --quota-user
136
137 nmbd:
138 --log-stdout  ->    --debug-stdout
139
140 smbd:
141 --log-stdout  ->    --debug-stdout
142
143 winbindd:
144 --log-stdout  ->    --debug-stdout
145
146 Scanning of trusted domains and enterpise principals
147 ----------------------------------------------------
148
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.
156
157
158 REMOVED FEATURES
159 ================
160
161 Tru64 ACL support has been removed from this release. The last
162 supported release of Tru64 UNIX was in 2012.
163
164 NIS support has been removed from this release. This is not
165 available in Linux distributions anymore.
166
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.
169
170 smb.conf changes
171 ================
172
173   Parameter Name                          Description     Default
174   --------------                          -----------     -------
175   client use kerberos                     New             desired
176   client max protocol                     Values Removed
177   client min protocol                     Values Removed
178   client protection                       New             default
179   preopen:posix-basic-regex               New             No
180   preopen:nomatch_log_level               New             5
181   preopen:match_log_level                 New             5
182   preopen:nodigits_log_level              New             1
183   preopen:founddigits_log_level           New             3
184   preopen:reset_log_level                 New             5
185   preopen:push_log_level                  New             3
186   preopen:queue_log_level                 New             10
187   server max protocol                     Values Removed
188   server min protocol                     Values Removed
189   server multi channel support            Changed         Yes (on Linux and FreeBSD)
190   winbind use krb5 enterprise principals  Changed         Yes
191   winbind scan trusted domains            Changed         No
192
193
194 KNOWN ISSUES
195 ============
196
197 https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.15#Release_blocking_bugs
198
199
200 #######################################
201 Reporting bugs & Development Discussion
202 #######################################
203
204 Please discuss this release on the samba-technical mailing list or by
205 joining the #samba-technical IRC channel on irc.freenode.net.
206
207 If you do report problems then please try to send high quality
208 feedback. If you don't provide vital information to help us track down
209 the problem then you will probably be ignored.  All bug reports should
210 be filed under the Samba 4.1 and newer product in the project's Bugzilla
211 database (https://bugzilla.samba.org/).
212
213
214 ======================================================================
215 == Our Code, Our Bugs, Our Responsibility.
216 == The Samba Team
217 ======================================================================
218