NEWS[4.18.3]: Samba 4.18.3 Available for Download
[samba-web.git] / history / samba-4.7.4.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.7.4 - Release Notes</title>
6 </head>
7 <body>
8 <H2>Samba 4.7.4 Available for Download</H2>
9 <p>
10 <a href="https://download.samba.org/pub/samba/stable/samba-4.7.4.tar.gz">Samba 4.7.4 (gzipped)</a><br>
11 <a href="https://download.samba.org/pub/samba/stable/samba-4.7.4.tar.asc">Signature</a>
12 </p>
13 <p>
14 <a href="https://download.samba.org/pub/samba/patches/samba-4.7.3-4.7.4.diffs.gz">Patch (gzipped) against Samba 4.7.3</a><br>
15 <a href="https://download.samba.org/pub/samba/patches/samba-4.7.3-4.7.4.diffs.asc">Signature</a>
16 </p>
17 <p>
18 <pre>
19                    =============================
20                    Release Notes for Samba 4.7.4
21                           December 22, 2017
22                    =============================
23
24
25 This is the latest stable release of the Samba 4.7 release series.
26
27
28 smbclient reparse point symlink parameters reversed
29 ===================================================
30
31 A bug in smbclient caused the &apos;symlink&apos; command to reverse the
32 meaning of the new name and link target parameters when creating a
33 reparse point symlink against a Windows server.
34
35 This only affects using the smbclient &apos;symlink&apos; command against
36 a Windows server, not a Samba server using the UNIX extensions
37 (the parameter order is correct in that case) so no existing
38 user scripts that depend on creating symlinks on Samba servers
39 need to change.
40
41 As this is a little used feature the ordering of these parameters
42 has been reversed to match the parameter ordering of the UNIX
43 extensions &apos;symlink&apos; command. This means running &apos;symlink&apos; against
44 both Windows and Samba now uses the same paramter ordering in both
45 cases.
46
47 The usage message for this command has also been improved to remove confusion.
48
49
50 Changes since 4.7.3:
51 --------------------
52
53 o  Jeremy Allison &lt;jra@samba.org&gt;
54    * BUG 13140: s3: smbclient: Implement &apos;volume&apos; command over SMB2.
55    * BUG 13171: s3: libsmb: Fix valgrind read-after-free error in
56      cli_smb2_close_fnum_recv().
57    * BUG 13172: s3: libsmb: Fix reversing of oldname/newname paths when creating
58      a reparse point symlink on Windows from smbclient.
59
60 o  Timur I. Bakeyev &lt;timur@iXsystems.com&gt;
61    * BUG 12934: Build man page for vfs_zfsacl.8 with Samba.
62
63 o  Andrew Bartlett &lt;abartlet@samba.org&gt;
64    * BUG 13095: repl_meta_data: Allow delete of an object with dangling
65      backlinks.
66    * BUG 13129: s4:samba: Fix default to be running samba as a deamon.
67    * BUG 13191: Performance regression in DNS server with introduction of
68      DNS wildcard, ldb: Release 1.2.3
69
70 o  Ralph Boehme &lt;slow@samba.org&gt;
71    * BUG 6133: vfs_zfsacl: Fix compilation error.
72    * BUG 13051: &quot;smb encrypt&quot; setting changes are not fully applied until full
73      smbd restart.
74    * BUG 13052: winbindd: Fix idmap_rid dependency on trusted domain list.
75    * BUG 13155: vfs_fruit: Proper VFS-stackable conversion of FinderInfo.
76    * BUG 13173: winbindd: Dependency on trusted-domain list in winbindd in
77      critical auth codepath.
78
79 o  Andrej Gessel &lt;Andrej.Gessel@janztec.com&gt;
80    * BUG 13120: repl_meta_data: Fix removing of backlink on deleted objects.
81
82 o  Amitay Isaacs &lt;amitay@gmail.com&gt;
83    &quot;* BUG 13153: ctdb: sock_daemon leaks memory.
84    * BUG 13154: TCP tickles not getting synchronised on CTDB restart.
85
86 o  Volker Lendecke &lt;vl@samba.org&gt;
87    * BUG 13150: winbindd: winbind parent and child share a ctdb connection.
88    * BUG 13170: pthreadpool: Fix deadlock.
89    * BUG 13179: pthreadpool: Fix starvation after fork.
90    * BUG 13180: messaging: Always register the unique id.
91
92 o  Gary Lockyer &lt;gary@catalyst.net.nz&gt;
93    * 13129: s4/smbd: set the process group.
94
95 o  Stefan Metzmacher &lt;metze@samba.org&gt;
96    * BUG 13095: Fix broken linked attribute handling.
97    * BUG 13132: The KDC on an RWDC doesn&apos;t send error replies in some
98      situations.
99    * BUG 13149: libnet_join: Fix &apos;net rpc oldjoin&apos;.
100    * BUG 13195: g_lock conflict detection broken when processing stale entries.
101    * BUG 13197: s3:smb2_server: allow logoff, close, unlock, cancel and echo
102      on expired sessions.
103
104 o  Noel Power &lt;noel.power@suse.com&gt;
105    * BUG 13166: s3:libads: net ads keytab list fails with &quot;Key table name
106      malformed&quot;.
107
108 o  Christof Schmitt &lt;cs@samba.org&gt;
109    * BUG 13170: Fix crash in pthreadpool thread after failure from pthread_create.
110
111 o  Andreas Schneider &lt;asn@samba.org&gt;
112    * BUG 13129: s4:samba: Allow samba daemon to run in foreground.
113    * BUG 13174: third_party: Link the aesni-intel library with &quot;-z noexecstack&quot;.
114
115 o  Niels de Vos &lt;ndevos@redhat.com&gt;
116    * BUG 13125: vfs_glusterfs: include glusterfs/api/glfs.h without relying on
117      &quot;-I&quot; options.
118
119
120 </pre>
121 </p>
122 </body>
123 </html>