team: Add employer for Christof
[samba-web.git] / history / samba-4.5.1.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.5.1 - Release Notes</title>
6 </head>
7 <body>
8 <H2>Samba 4.5.1 Available for Download</H2>
9 <p>
10 <a href="https://download.samba.org/pub/samba/stable/samba-4.5.1.tar.gz">Samba 4.5.1 (gzipped)</a><br>
11 <a href="https://download.samba.org/pub/samba/stable/samba-4.5.1.tar.asc">Signature</a>
12 </p>
13 <p>
14 <a href="https://download.samba.org/pub/samba/patches/samba-4.5.0-4.5.1.diffs.gz">Patch (gzipped) against Samba 4.5.0</a><br>
15 <a href="https://download.samba.org/pub/samba/patches/samba-4.5.0-4.5.1.diffs.asc">Signature</a>
16 </p>
17 <p>
18 <pre>
19                    =============================
20                    Release Notes for Samba 4.5.1
21                           October 26, 2016
22                    =============================
23
24
25 This is the latest stable release of the Samba 4.5 release series.
26
27 Major enhancements in Samba 4.5.1 include:
28
29 o  Let winbindd discard expired kerberos tickets when built against
30    (internal) heimdal (BUG #12369).
31 o  REGRESSION: smbd segfaults on startup, tevent context being freed
32    (BUG #12283).
33
34
35 Changes since 4.5.0:
36 --------------------
37
38 o  Jeremy Allison &lt;jra@samba.org&gt;
39    * BUG 11259: smbd contacts a domain controller for each session.
40    * BUG 12272: Fix messaging subsystem crash.
41    * BUG 12283: REGRESSION: smbd segfaults on startup, tevent context being
42      freed.
43    * BUG 12381: s3: cldap: cldap_multi_netlogon_send() fails with one bad IPv6
44      address.
45    * BUG 12383: s3: libsmb: Fix cut and paste error using the wrong structure
46      type.
47
48 o  Christian Ambach &lt;ambi@samba.org&gt;
49    * BUG 9945: Setting specific logger levels in smb.conf makes &apos;samba-tool drs
50      showrepl&apos; crash.
51
52 o  Andrew Bartlett &lt;abartlet@samba.org&gt;
53    * BUG 12382: Tombstone expunge does not remove old links.
54
55 o  Bj&ouml;rn Baumbach &lt;bb@sernet.de&gt;
56    * BUG 8618: s3-printing: Fix migrate printer code.
57
58 o  Ralph Boehme &lt;slow@samba.org&gt;
59    * BUG 12256: s3/smbd: In call_trans2qfilepathinfo call lstat when dealing
60      with posix pathnames.
61    * BUG 12261: s3/smbd: Set FILE_ATTRIBUTE_DIRECTORY as necessary.
62
63 o  G&uuml;nther Deschner &lt;gd@samba.org&gt;
64    * BUG 12285: &quot;DriverVersion&quot; registry backend parsing incorrect in spoolss.
65
66 o  David Disseldorp &lt;ddiss@samba.org&gt;
67    * BUG 12144: smbd/ioctl: Match WS2016 ReFS get compression behaviour.
68
69 o  Amitay Isaacs &lt;amitay@gmail.com&gt;
70    * BUG 12259: ctdb-protocol: Fix marshalling for GET_DB_SEQNUM control
71      request.
72    * BUG 12275: ctdb-recovery-helper: Add missing initialisation of ban_credits.
73    * BUG 12287: CTDB PID file handling is too weak.
74
75 o  Volker Lendecke &lt;vl@samba.org&gt;
76    * BUG 12045: gencache: Bail out of stabilize if we can not get the allrecord
77      lock.
78    * BUG 12268: smbd: Reset O_NONBLOCK on open files.
79    * BUG 12283: glusterfs: Avoid tevent_internal.h.
80    * BUG 12291: source3/lib/msghdr.c, line 208: syntax error before or at: ;.
81    * BUG 12374: spoolss: Fix caching of printername-&gt;sharename.
82
83 o  Stefan Metzmacher &lt;metze@samba.org&gt;
84    * BUG 12283: REGRESSION: smbd segfaults on startup, tevent context being
85      freed.
86    * BUG 12369: Let winbindd discard expired kerberos tickets when built against
87      (internal) heimdal.
88
89 o  Noel Power &lt;noel.power@suse.com&gt;
90    * BUG 12298: s3/winbindd: Fix using default domain with user@domain.com
91      format.
92
93 o  Christof Schmitt &lt;cs@samba.org&gt;
94    * BUG 12295: winbind: Fix passing idmap failure from wb_sids2xids back to
95      callers.
96
97 o  Andreas Schneider &lt;asn@samba.org&gt;
98    * BUG 12269: nss_wins has incorrect function definitions for gethostbyname*.
99    * BUG 12276: s3-lib: Fix %G substitution in AD member environment.
100    * BUG 12364: s3-utils: Fix loading smb.conf in smbcquotas.
101
102 o  Garming Sam &lt;garming@catalyst.net.nz&gt;
103    * BUG 12286: kcc: Don&apos;t check schedule if None.
104    * BUG 12382: Tombstone expunge does not remove old links.
105
106 o  Anoop C S &lt;anoopcs@redhat.com&gt;
107    * BUG 12377: vfs_glusterfs: Fix a memory leak in connect path.
108
109 o  Martin Schwenke &lt;martin@meltin.net&gt;
110    * BUG 12254: CTDB IP takeover does not complete if there are no public
111      addresses configured.
112    * BUG 12255: ctdb-packaging: Fix systemd network dependency.
113    * BUG 12287: CTDB PID file handling is too weak.
114
115 o  Uri Simchoni &lt;uri@samba.org&gt;
116    * BUG 12270: smbcquotas: Fix error message listing quotas.
117    * BUG 12273: s3-sysquotas: Correctly restore path when finding mount point.
118    * BUG 12288: cliquota: Fix param count when setting fs quota.
119    * BUG 12289: smbd: Free talloc context if no quota records are available.
120    * BUG 12307: ntquotas: Support &quot;freeing&quot; an empty quota list.
121
122
123 </pre>
124 </p>
125 </body>
126 </html>