history: fix ü and ö in samba-4.3.0.html
[metze/test/samba-web.git] / history / samba-4.3.0.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <title>Samba 4.3.0 - Release Notes</title>
6 </head>
7 <body>
8 <H2>Samba 4.3.0 Available for Download</H2>
9 <p>
10 <a href="https://download.samba.org/pub/samba/stable/samba-4.3.0.tar.gz">Samba 4.3.0 (gzipped)</a><br>
11 <a href="https://download.samba.org/pub/samba/stable/samba-4.3.0.tar.asc">Signature</a>
12 </p>
13 <p>
14 <pre>
15                    =============================
16                    Release Notes for Samba 4.3.0
17                            September 8, 2015
18                    =============================
19
20
21 This is the first stable release of Samba 4.3.
22
23
24 UPGRADING
25 =========
26
27 Read the &quot;New FileChangeNotify subsystem&quot; and &quot;smb.conf changes&quot; sections
28 (below).
29
30
31 NEW FEATURES
32 ============
33
34 Logging
35 -------
36
37 The logging code now supports logging to multiple backends.  In
38 addition to the previously available syslog and file backends, the
39 backends for logging to the systemd-journal, lttng and gpfs have been
40 added. Please consult the section for the &apos;logging&apos; parameter in the
41 smb.conf manpage for details.
42
43 Spotlight
44 ---------
45
46 Support for Apple&apos;s Spotlight has been added by integrating with Gnome
47 Tracker.
48
49 For detailed instructions how to build and setup Samba for Spotlight,
50 please see the Samba wiki: &lt;https://wiki.samba.org/index.php/Spotlight&gt;
51
52 New FileChangeNotify subsystem
53 ------------------------------
54
55 Samba now contains a new subsystem to do FileChangeNotify. The
56 previous system used a central database, notify_index.tdb, to store
57 all notification requests. In particular in a cluster this turned out
58 to be a major bottleneck, because some hot records need to be bounced
59 back and forth between nodes on every change event like a new created
60 file.
61
62 The new FileChangeNotify subsystem works with a central daemon per
63 node. Every FileChangeNotify request and every event are handled by an
64 asynchronous message from smbd to the notify daemon. The notify daemon
65 maintains a database of all FileChangeNotify requests in memory and
66 will distribute the notify events accordingly. This database is
67 asynchronously distributed in the cluster by the notify daemons.
68
69 The notify daemon is supposed to scale a lot better than the previous
70 implementation. The functional advantage is cross-node kernel change
71 notify: Files created via NFS will be seen by SMB clients on other
72 nodes per FileChangeNotify, despite the fact that popular cluster file
73 systems do not offer cross-node inotify.
74
75 Two changes to the configuration were required for this new subsystem:
76 The parameters &quot;change notify&quot; and &quot;kernel change notify&quot; are not
77 per-share anymore but must be set globally. So it is no longer
78 possible to enable or disable notify per share, the notify daemon has
79 no notion of a share, it only works on absolute paths.
80
81 New SMB profiling code
82 ----------------------
83
84 The code for SMB (SMB1, SMB2 and SMB3) profiling uses a tdb instead
85 of sysv IPC shared memory. This avoids performance problems and NUMA
86 effects. The profile stats are a bit more detailed than before.
87
88 Improved DCERPC man in the middle detection for kerberos
89 --------------------------------------------------------
90
91 The gssapi based kerberos backends for gensec have support for
92 DCERPC header signing when using DCERPC_AUTH_LEVEL_PRIVACY.
93
94 SMB signing required in winbindd by default
95 -------------------------------------------
96
97 The effective value for &quot;client signing&quot; is required
98 by default for winbindd, if the primary domain uses active directory.
99
100 Experimental NTDB was removed
101 -----------------------------
102
103 The experimental NTDB library introduced in Samba 4.0 has been
104 removed again.
105
106 Improved support for trusted domains (as AD DC)
107 -----------------------------------------------
108
109 The support for trusted domains/forests has improved a lot.
110
111 samba-tool got &quot;domain trust&quot; subcommands to manage trusts:
112
113   create      - Create a domain or forest trust.
114   delete      - Delete a domain trust.
115   list        - List domain trusts.
116   namespaces  - Manage forest trust namespaces.
117   show        - Show trusted domain details.
118   validate    - Validate a domain trust.
119
120 External trusts between individual domains work in both ways
121 (inbound and outbound). The same applies to root domains of
122 a forest trust. The transitive routing into the other forest
123 is fully functional for kerberos, but not yet supported for NTLMSSP.
124
125 While a lot of things are working fine, there are currently a few limitations:
126
127   - Both sides of the trust need to fully trust each other!
128   - No SID filtering rules are applied at all!
129   - This means DCs of domain A can grant domain admin rights
130     in domain B.
131   - It&apos;s not possible to add users/groups of a trusted domain
132     into domain groups.
133
134 SMB 3.1.1 supported
135 -------------------
136
137 Both client and server have support for SMB 3.1.1 now.
138
139 This is the dialect introduced with Windows 10, it improves the secure
140 negotiation of SMB dialects and features.
141
142 There&apos;s also a new optinal encryption algorithm aes-gcm-128,
143 but for now this is only selected as fallback and aes-ccm-128
144 is preferred because of the better performance. This might change
145 in future versions when hardware encryption will be supported.
146 See https://bugzilla.samba.org/show_bug.cgi?id=11451.
147
148 New smbclient subcommands
149 -------------------------
150
151   - Query a directory for change notifications: notify &lt;dir name&gt;
152   - Server side copy: scopy &lt;source filename&gt; &lt;destination filename&gt;
153
154 New rpcclient subcommands
155 -------------------------
156
157   netshareenumall       - Enumerate all shares
158   netsharegetinfo       - Get Share Info
159   netsharesetinfo       - Set Share Info
160   netsharesetdfsflags   - Set DFS flags
161   netfileenum           - Enumerate open files
162   netnamevalidate       - Validate sharename
163   netfilegetsec         - Get File security
164   netsessdel            - Delete Session
165   netsessenum           - Enumerate Sessions
166   netdiskenum           - Enumerate Disks
167   netconnenum           - Enumerate Connections
168   netshareadd           - Add share
169   netsharedel           - Delete share
170
171 New modules
172 -----------
173
174   idmap_script          - see &apos;man 8 idmap_script&apos;
175   vfs_unityed_media     - see &apos;man 8 vfs_unityed_media&apos;
176   vfs_shell_snap        - see &apos;man 8 vfs_shell_snap&apos;
177
178 New sparsely connected replia graph (Improved KCC)
179 --------------------------------------------------
180
181 The Knowledge Consistency Checker (KCC) maintains a replication graph
182 for DCs across an AD network. The existing Samba KCC uses a fully
183 connected graph, so that each DC replicates from all the others, which
184 does not scale well with large networks. In 4.3 there is an
185 experimental new KCC that creates a sparsely connected replication
186 graph and closely follows Microsoft&apos;s specification. It is turned off
187 by default. To use the new KCC, set &quot;kccsrv:samba_kcc=true&quot; in
188 smb.conf and let us know how it goes. You should consider doing this
189 if you are making a large new network. For small networks there is
190 little benefit and you can always switch over at a later date.
191
192 Configurable TLS protocol support, with better defaults
193 -------------------------------------------------------
194
195 The &quot;tls priority&quot; option can be used to change the supported TLS
196 protocols. The default is to disable SSLv3, which is no longer
197 considered secure.
198
199 Samba-tool now supports all 7 FSMO roles
200 -------------------------------------------------------
201
202 Previously &quot;samba-tool fsmo&quot; could only show, transfer or seize the
203 five well-known FSMO roles:
204
205         Schema Master
206         Domain Naming Master
207         RID Master
208         PDC Emulator
209         Infrastructure Master
210
211 It can now also show, transfer or seize the DNS infrastructure roles:
212
213         DomainDnsZones Infrastructure Master
214         ForestDnsZones Infrastructure Master
215
216 CTDB logging changes
217 --------------------
218
219 The destination for CTDB logging is now set via a single new
220 configuration variable CTDB_LOGGING.  This replaces CTDB_LOGFILE and
221 CTDB_SYSLOG, which have both been removed.  See ctdbd.conf(5) for
222 details of CTDB_LOGGING.
223
224 CTDB no longer runs a separate logging daemon.
225
226 CTDB NFS support changes
227 ------------------------
228
229 CTDB&apos;s NFS service management has been combined into a single 60.nfs
230 event script.  This updated 60.nfs script now uses a call-out to
231 interact with different NFS implementations.  See the CTDB_NFS_CALLOUT
232 option in the ctdbd.conf(5) manual page for details.  A default
233 call-out is provided to interact with the Linux kernel NFS
234 implementation.  The 60.ganesha event script has been removed - a
235 sample call-out is provided for NFS Ganesha, based on this script.
236
237 The method of configuring NFS RPC checks has been improved.  See
238 ctdb/config/nfs-checks.d/README for details.
239
240 Improved Cross-Compiling Support
241 --------------------------------
242
243 A new &quot;hybrid&quot; build configuration mode is added to improve
244 cross-compilation support.
245
246 A common challenge in cross-compilation is that of obtaining the results
247 of tests that have to run on the target, during the configuration
248 phase of the build. The Samba build system already supports the following
249 means to do so:
250
251   - Executing configure tests using the --cross-execute parameter
252   - Obtaining the results from an answers file using the --cross-answers
253     parameter
254
255 The first method has the drawback of inaccurate results if the tests are
256 run using an emulator, or a need to be connected to a running target
257 while building, if the tests are to be run on an actual target. The
258 second method presents a challenge of figuring out the test results.
259
260 The new hybrid mode runs the tests and records the result in an answer file.
261 To activate this mode, use both --cross-execute and --cross-answers in the
262 same configure invocation. This mode can be activated once against a
263 running target, and then the generated answers file can be used in
264 subsequent builds.
265
266 Also supplied is an example script that can be used as the
267 cross-execute program. This script copies the test to a running target
268 and runs the test on the target, obtaining the result. The obtained
269 results are more accurate than running the test with an emulator, because
270 they reflect the exact kernel and system libraries that exist on the
271 target.
272
273 Improved Sparse File Support
274 ----------------------------
275 Support for the FSCTL_SET_ZERO_DATA and FSCTL_QUERY_ALLOCATED_RANGES
276 SMB2 requests has been added to the smbd file server.
277 This allows for clients to deallocate (hole punch) regions within a
278 sparse file, and check which portions of a file are allocated.
279
280
281 ######################################################################
282 Changes
283 #######
284
285 smb.conf changes
286 ----------------
287
288   Parameter Name                Description             Default
289   --------------                -----------             -------
290   logging                       New                     (empty)
291   msdfs shuffle referrals       New                     no
292   smbd profiling level          New                     off
293   spotlight                     New                     no
294   tls priority                  New                     NORMAL:-VERS-SSL3.0
295   use ntdb                      Removed
296   change notify                 Changed to [global]
297   kernel change notify          Changed to [global]
298   client max protocol           Changed default         SMB3_11
299   server max protocol           Changed default         SMB3_11
300
301 Removed modules
302 ---------------
303
304 vfs_notify_fam - see section &apos;New FileChangeNotify subsystem&apos;.
305
306
307 KNOWN ISSUES
308 ============
309
310 Currently none.
311
312
313 CHANGES SINCE 4.2.0rc4
314 ======================
315
316 o   Andrew Bartlett &lt;abartlet@samba.org&gt;
317     * Bug 10973: No objectClass found in replPropertyMetaData on ordinary
318       objects (non-deleted)
319     * Bug 11429: Python bindings don&apos;t check integer types
320     * Bug 11430: Python bindings don&apos;t check array sizes
321
322 o   Ralph Boehme &lt;slow@samba.org&gt;
323     * Bug 11467: Handling of 0 byte resource fork stream
324
325 o   Volker Lendecke &lt;vl@samba.org&gt;
326     * Bug 11488: AD samr GetGroupsForUser fails for users with &quot;()&quot; in
327       their name
328
329 o   Stefan Metzmacher &lt;metze@samba.org&gt;
330     * Bug 11429: Python bindings don&apos;t check integer types
331
332 o   Matthieu Patou &lt;mat@matws.net&gt;
333     * Bug 10973: No objectClass found in replPropertyMetaData on ordinary
334       objects (non-deleted)
335
336
337 CHANGES SINCE 4.2.0rc3
338 ======================
339
340 o   Ralph Boehme &lt;slow@samba.org&gt;
341     * Bug 11444: Crash in notify_remove caused by change notify = no
342
343 o   G&uuml;nther Deschner &lt;gd@samba.org&gt;
344     * Bug 11411: smbtorture does not build when configured --with-system-mitkrb5
345
346 o   Volker Lendecke &lt;vl@samba.org&gt;
347     * Bug 11455: fix recursion problem in rep_strtoll in lib/replace/replace.c
348     * Bug 11464: xid2sid gives inconsistent results
349     * Bug 11465: ctdb: Fix the build on FreeBSD 10.1
350
351 o   Roel van Meer &lt;roel@1afa.com&gt;
352     * Bug 11427: nmbd incorrectly matches netbios names as own name
353
354 o   Stefan Metzmacher &lt;metze@samba.org&gt;
355     * Bug 11451: Poor SMB3 encryption performance with AES-GCM
356     * Bug 11458: --bundled-libraries=!ldb,!pyldb,!pyldb-util doesn&apos;t
357       disable ldb build and install
358
359 o   Andreas Schneider &lt;asn@samba.org&gt;
360     * Bug 9862: Samba &quot;map to guest = Bad uid&quot; doesn&apos;t work
361
362
363 CHANGES SINCE 4.3.0rc2
364 ======================
365
366 o   Andrew Bartlett &lt;abartlet@samba.org&gt;
367     * Bug 11436: samba-tool uncaught exception error
368     * Bug 10493: revert LDAP extended rule 1.2.840.113556.1.4.1941
369                  LDAP_MATCHING_RULE_IN_CHAIN changes
370
371 o   Ralph Boehme &lt;slow@samba.org&gt;
372     * Bug 11278: Stream names with colon don&apos;t work with
373                  fruit:encoding = native
374     * Bug 11426: net share allowedusers crashes
375
376 o   Amitay Isaacs &lt;amitay@gmail.com&gt;
377     * Bug 11432: Fix crash in nested ctdb banning
378     * Bug 11434: Cannot build ctdbpmda
379     * Bug 11431: CTDB&apos;s eventscript error handling is broken
380
381 o   Stefan Metzmacher &lt;metze@samba.org&gt;
382     * Bug 11451: Poor SMB3 encryption performance with AES-GCM (part1)
383     * Bug 11316: tevent_fd needs to be destroyed before closing the fd
384
385 o   Arvid Requate &lt;requate@univention.de&gt;
386     * Bug 11291: NetApp joined to a Samba/ADDC cannot resolve SIDs
387
388 o   Martin Schwenke &lt;martin@meltin.net&gt;
389     * Bug 11432: Fix crash in nested ctdb banning
390
391
392 CHANGES SINCE 4.3.0rc1
393 ======================
394
395 o   Jeremy Allison &lt;jra@samba.org&gt;
396     * BUG 11359: strsep is not available on Solaris
397
398 o   Bj&ouml;rn Baumbach &lt;bb@sernet.de&gt;
399     * BUG 11421: Build with GPFS support is broken
400
401 o   Justin Maggard &lt;jmaggard@netgear.com&gt;
402     * BUG 11320: &quot;force group&quot; with local group not working
403
404 o   Martin Schwenke &lt;martin@meltin.net&gt;
405     * BUG 11424: Build broken with --disable-python
406
407
408 </pre>
409 </p>
410 </body>
411 </html>