WHATSNEW: Add release notes for Samba 4.6.14.
[Samba.git] / WHATSNEW.txt
blobca1e471d4c82a1cef5576de942f1a3ecffb770ef
1                    ==============================
2                    Release Notes for Samba 4.6.14
3                            March 13, 2018
4                    =============================
7 This is a security release in order to address the following defects:
9 o  CVE-2018-1050 (Denial of Service Attack on external print server.)
10 o  CVE-2018-1057 (Authenticated users can change other users' password.)
13 =======
14 Details
15 =======
17 o  CVE-2018-1050:
18    All versions of Samba from 4.0.0 onwards are vulnerable to a denial of
19    service attack when the RPC spoolss service is configured to be run as
20    an external daemon. Missing input sanitization checks on some of the
21    input parameters to spoolss RPC calls could cause the print spooler
22    service to crash.
24    There is no known vulnerability associated with this error, merely a
25    denial of service. If the RPC spoolss service is left by default as an
26    internal service, all a client can do is crash its own authenticated
27    connection.
29 o  CVE-2018-1057:
30    On a Samba 4 AD DC the LDAP server in all versions of Samba from
31    4.0.0 onwards incorrectly validates permissions to modify passwords
32    over LDAP allowing authenticated users to change any other users'
33    passwords, including administrative users.
35    Possible workarounds are described at a dedicated page in the Samba wiki:
36    https://wiki.samba.org/index.php/CVE-2018-1057
39 Changes since 4.6.12:
40 ---------------------
42 o  Jeremy Allison <jra@samba.org>
43    * BUG 11343: CVE-2018-1050: Codenomicon crashes in spoolss server code.
45 o  Ralph Boehme <slow@samba.org>
46    * BUG 13272: CVE-2018-1057: Unprivileged user can change any user (and admin)
47      password.
49 o  Stefan Metzmacher <metze@samba.org>
50    * BUG 13272: CVE-2018-1057: Unprivileged user can change any user (and admin)
51      password.
54 #######################################
55 Reporting bugs & Development Discussion
56 #######################################
58 Please discuss this release on the samba-technical mailing list or by
59 joining the #samba-technical IRC channel on irc.freenode.net.
61 If you do report problems then please try to send high quality
62 feedback. If you don't provide vital information to help us track down
63 the problem then you will probably be ignored.  All bug reports should
64 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
65 database (https://bugzilla.samba.org/).
68 ======================================================================
69 == Our Code, Our Bugs, Our Responsibility.
70 == The Samba Team
71 ======================================================================
74 Release notes for older releases follow:
75 ----------------------------------------
77                    ==============================
78                    Release Notes for Samba 4.6.13
79                          February 14, 2017
80                    =============================
83 This is the latest stable release of the Samba 4.6 release series.
86 Changes since 4.6.12:
87 ---------------------
89 o  Jeremy Allison <jra@samba.org>
90    * BUG 13193: s3: smbd: Use identical logic to test for kernel oplocks on a
91      share.
93 o  Love Hornquist Astrand <lha@h5l.org>
94    * BUG 12986: Kerberos: PKINIT: Can't decode algorithm parameters in
95      clientPublicValue.
97 o  Ralph Boehme <slow@samba.org>
98    * BUG 13181: vfs_fruit: Fail to copy file with empty FinderInfo from Windows
99      client to Samba share with fruit.
101 o  David Disseldorp <ddiss@suse.de>
102    * BUG 13208: vfs_default: Use VFS statvfs macro in fs_capabilities.
103    * BUG 13250: build: Fix ceph_statx check when configured with libcephfs_dir.
105 o  Amitay Isaacs <amitay@gmail.com>
106    * BUG 13188: ctdb-recovery-helper: Deregister message handler in error
107      paths.
109 o  Christof Schmitt <cs@samba.org>
110    * BUG 13189: smbd: Fix coredump on failing chdir during logoff.
112 o  Stefan Metzmacher <metze@samba.org>
113    * BUG 12986: Kerberos: PKINIT: Can't decode algorithm parameters in
114      clientPublicValue.
115    * BUG 13132: s4:kdc: Only map SDB_ERR_NOT_FOUND_HERE to
116      HDB_ERR_NOT_FOUND_HERE.
117    * BUG 13195: g_lock: fix cleanup of stale entries in g_lock_trylock().
119 o  Uri Simchoni <uri@samba.org>
120    * BUG 13176: Fix POSIX ACL support on hpux and possibly other
121      big-endian OSs.
124 #######################################
125 Reporting bugs & Development Discussion
126 #######################################
128 Please discuss this release on the samba-technical mailing list or by
129 joining the #samba-technical IRC channel on irc.freenode.net.
131 If you do report problems then please try to send high quality
132 feedback. If you don't provide vital information to help us track down
133 the problem then you will probably be ignored.  All bug reports should
134 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
135 database (https://bugzilla.samba.org/).
138 ======================================================================
139 == Our Code, Our Bugs, Our Responsibility.
140 == The Samba Team
141 ======================================================================
144 ----------------------------------------------------------------------
147                    ==============================
148                    Release Notes for Samba 4.6.12
149                           December 20, 2017
150                    =============================
153 This is the latest stable release of the Samba 4.6 release series.
156 smbclient reparse point symlink parameters reversed
157 ===================================================
159 A bug in smbclient caused the 'symlink' command to reverse the
160 meaning of the new name and link target parameters when creating a
161 reparse point symlink against a Windows server.
163 This only affects using the smbclient 'symlink' command against
164 a Windows server, not a Samba server using the UNIX extensions
165 (the parameter order is correct in that case) so no existing
166 user scripts that depend on creating symlinks on Samba servers
167 need to change.
169 As this is a little used feature the ordering of these parameters
170 has been reversed to match the parameter ordering of the UNIX
171 extensions 'symlink' command. This means running 'symlink' against
172 both Windows and Samba now uses the same paramter ordering in both
173 cases. 
175 The usage message for this command has also been improved to remove confusion.
178 Changes since 4.6.11:
179 ---------------------
181 o  Jeremy Allison <jra@samba.org>
182    * BUG 13140: s3: smbclient: Implement 'volume' command over SMB2.
183    * BUG 13171: s3: libsmb: Fix valgrind read-after-free error in
184      cli_smb2_close_fnum_recv().
185    * BUG 13172: s3: libsmb: Fix reversing of oldname/newname paths when creating
186      a reparse point symlink on Windows from smbclient.
188 o  Timur I. Bakeyev <timur@iXsystems.com>
189    * BUG 12934: Build man page for vfs_zfsacl.8 with Samba.
191 o  Ralph Boehme <slow@samba.org>
192    * BUG 6133: vfs_zfsacl: Fix compilation error.
193    * BUG 13051: "smb encrypt" setting changes are not fully applied until full
194      smbd restart.
195    * BUG 13052: winbindd: Fix idmap_rid dependency on trusted domain list.
196    * BUG 13155: vfs_fruit: Proper VFS-stackable conversion of FinderInfo.
198 o  Amitay Isaacs <amitay@gmail.com>
199    * BUG 13153: ctdb: sock_daemon leaks memory.
200    * BUG 13154: TCP tickles not getting synchronised on CTDB restart.
202 o  Volker Lendecke <vl@samba.org>
203    * BUG 13150: winbindd: Parent and child share a ctdb connection.
204    * BUG 13179: pthreadpool: Fix starvation after fork.
205    * BUG 13180: ctdb: Messaging initialisation for CTDB does not register
206      unique ID.
208 o  Stefan Metzmacher <metze@samba.org>
209    * BUG 13149: libnet_join: Fix 'net rpc oldjoin'.
211 o  Noel Power <noel.power@suse.com>
212    * BUG 13166: s3:libads: net ads keytab list fails with "Key table name
213      malformed".
215 o  Christof Schmitt <cs@samba.org>
216    * BUG 13170: pthreadpool: Undo put_job when returning error.
219 #######################################
220 Reporting bugs & Development Discussion
221 #######################################
223 Please discuss this release on the samba-technical mailing list or by
224 joining the #samba-technical IRC channel on irc.freenode.net.
226 If you do report problems then please try to send high quality
227 feedback. If you don't provide vital information to help us track down
228 the problem then you will probably be ignored.  All bug reports should
229 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
230 database (https://bugzilla.samba.org/).
233 ======================================================================
234 == Our Code, Our Bugs, Our Responsibility.
235 == The Samba Team
236 ======================================================================
239 ----------------------------------------------------------------------
242                    ==============================
243                    Release Notes for Samba 4.6.11
244                           November 21, 2017
245                    =============================
248 This is a security release in order to address the following defects:
250 o  CVE-2017-14746 (Use-after-free vulnerability.)
251 o  CVE-2017-15275 (Server heap memory information leak.)
254 =======
255 Details
256 =======
258 o  CVE-2017-14746:
259    All versions of Samba from 4.0.0 onwards are vulnerable to a use after
260    free vulnerability, where a malicious SMB1 request can be used to
261    control the contents of heap memory via a deallocated heap pointer. It
262    is possible this may be used to compromise the SMB server.
264 o  CVE-2017-15275:
265    All versions of Samba from 3.6.0 onwards are vulnerable to a heap
266    memory information leak, where server allocated heap memory may be
267    returned to the client without being cleared.
269    There is no known vulnerability associated with this error, but
270    uncleared heap memory may contain previously used data that may help
271    an attacker compromise the server via other methods. Uncleared heap
272    memory may potentially contain password hashes or other high-value
273    data.
275 For more details and workarounds, please see the security advisories:
277    o https://www.samba.org/samba/security/CVE-2017-14746.html
278    o https://www.samba.org/samba/security/CVE-2017-15275.html
281 Changes since 4.6.10:
282 ---------------------
284 o  Jeremy Allison <jra@samba.org>
285    * BUG 13041: CVE-2017-14746: s3: smbd: Fix SMB1 use-after-free crash bug.
286    * BUG 13077: CVE-2017-15275: s3: smbd: Chain code can return uninitialized
287      memory when talloc buffer is grown.
290 #######################################
291 Reporting bugs & Development Discussion
292 #######################################
294 Please discuss this release on the samba-technical mailing list or by
295 joining the #samba-technical IRC channel on irc.freenode.net.
297 If you do report problems then please try to send high quality
298 feedback. If you don't provide vital information to help us track down
299 the problem then you will probably be ignored.  All bug reports should
300 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
301 database (https://bugzilla.samba.org/).
304 ======================================================================
305 == Our Code, Our Bugs, Our Responsibility.
306 == The Samba Team
307 ======================================================================
310 ----------------------------------------------------------------------
313                    ==============================
314                    Release Notes for Samba 4.6.10
315                           November 15, 2017
316                    =============================
319 This is an additional bugfix release to address a possible data corruption
320 issue. Please update immediately! For details, please see
322   https://bugzilla.samba.org/show_bug.cgi?id=13130
324 Samba 4.6.0 and newer is affected by this issue.
327 Changes since 4.6.9:
328 --------------------
330 o  Michael Adam <obnox@samba.org>
331    * BUG 13091: vfs_glusterfs: Fix exporting subdirs with shadow_copy2.
333 o  Jeremy Allison <jra@samba.org>
334    * BUG 13093: s3: smbclient: Ensure we call client_clean_name() before all
335      operations on remote pathnames.
336    * BUG 13121: Non-smbd processes using kernel oplocks can hang smbd.
338 o  Joe Guo <joeg@catalyst.net.nz>
339    * BUG 13127: python: use communicate to fix Popen deadlock.
341 o  Volker Lendecke <vl@samba.org>
342    * BUG 13130: smbd on disk file corruption bug under heavy threaded load.
344 o  Stefan Metzmacher <metze@samba.org>
345    * BUG 13130: tevent: version 0.9.34.
347 o  Anoop C S <anoopcs@redhat.com>
348    * BUG 13086: vfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIR.
350 o  Christof Schmitt <cs@samba.org>
351    * BUG 13047: smbd: Move check for SMB2 compound request to new function.
353 o  Andreas Schneider <asn@samba.org>
354    * BUG 13100: s3:vfs_glusterfs: Fix a double free in vfs_gluster_getwd().
355    * BUG 13101: s4:pyparam: Fix resource leaks on error.
357 o  Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
358    * BUG 13118: s3: smbd: Fix delete-on-close after smb2_find.
361 #######################################
362 Reporting bugs & Development Discussion
363 #######################################
365 Please discuss this release on the samba-technical mailing list or by
366 joining the #samba-technical IRC channel on irc.freenode.net.
368 If you do report problems then please try to send high quality
369 feedback. If you don't provide vital information to help us track down
370 the problem then you will probably be ignored.  All bug reports should
371 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
372 database (https://bugzilla.samba.org/).
375 ======================================================================
376 == Our Code, Our Bugs, Our Responsibility.
377 == The Samba Team
378 ======================================================================
381 ----------------------------------------------------------------------
384                    =============================
385                    Release Notes for Samba 4.6.9
386                           October 25, 2017
387                    =============================
390 This is the latest stable release of the Samba 4.6 release series.
393 Changes since 4.6.8:
394 --------------------
396 o  Jeremy Allison <jra@samba.org>
397    * BUG 12899: s3: libsmb: Reverse sense of 'clear all attributes', ignore
398      attribute change in SMB2 to match SMB1.
399    * BUG 12913: SMBC_setatr() initially uses an SMB1 call before falling back.
400    * BUG 13003: Fix segfault on MacOS 10.12.3 clients caused by
401      SMB_VFS_GET_COMPRESSION.
402    * BUG 13069: sys_getwd() can leak memory or possibly return the wrong errno
403      on older systems.
405 o  Ralph Boehme <slow@samba.org>
406    * BUG 6133: Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem.
407    * BUG 7909: vfs_zfs_acl: Map SYNCHRONIZE acl permission statically.
408    * BUG 7933: vfs_fake_acls: Honor SEC_STD_WRITE_OWNER bit.
409    * BUG 12791: Kernel oplocks still have issues with named streams.
410    * BUG 12944: vfs_gpfs: Handle EACCES when fetching DOS attributes.
411    * BUG 12991: s3/mdssvc: Missing assignment in sl_pack_float.
412    * BUG 12995: Fix wrong Samba access checks when changing DOS attributes.
413    * BUG 13065: net: Groupmap cleanup should not delete BUILTIN mappings.
414    * BUG 13076: Enabling vfs_fruit results in loss of Finder tags and other
415      xattrs.
417 o  Samuel Cabrero <scabrero@suse.de>
418    * BUG 12993: s3: spoolss: Fix GUID string format on GetPrinter info.
420 o  David Disseldorp <ddiss@samba.org>
421    * BUG 12144: smbd/ioctl: Match WS2016 ReFS set compression behaviour.
423 o  Amitay Isaacs <amitay@gmail.com>
424    * BUG 13012: ctdb-daemon: Fix implementation of process_exists control.
425    * BUG 13021: ctdb: GET_DB_SEQNUM control can cause ctdb to deadlock when
426      databases are frozen.
427    * BUG 13029: ctdb-daemon: Free up record data if a call request is deferred.
428    * BUG 13036: ctdb-client: Initialize ctdb_ltdb_header completely for empty
429      record.
430    * BUG 13056: CTDB starts consuming memory if there are dead nodes in the
431      cluster.
432    * BUG 13070: ctdb-common: Ignore event scripts with multiple '.'s.
434 o  Lutz Justen <ljusten@google.com>
435    * BUG 13046: libgpo: Sort the GPOs in the correct order.
437 o  Stefan Metzmacher <metze@samba.org>
438    * BUG 12973: 'smbd' uses a lot of CPU on startup of a connection.
439    * BUG 13018: charset: Fix str[n]casecmp_m() by comparing lower case values.
440    * BUG 13079: Can't change password in Samba from a windows client if Samba
441      runs on IPv6 only interface.
443 o  Volker Lendecke <vl@samba.org>
444    * BUG 12903: Fix file change notification for renames.
445    * BUG 13006: messaging: Avoid a socket leak after fork.
446    * BUG 13090: vfs_catia: Fix a potential memleak.
448 o  Christof Schmitt <cs@samba.org>
449    * BUG 12983: vfs_default: Fix passing of errno from async calls.
450    * BUG 13032: vfs_streams_xattr: Fix segfault when running with log level 10.
452 o  Andreas Schneider <asn@samba.org>
453    * BUG 12629: s3:utils: Do not report an invalid range for AD DC role.
454    * BUG 12704: s3:libsmb: Print the kinit failed message with DBGLVL_NOTICE.
455    * BUG 12956: s3:libads: Fix changing passwords with Kerberos.
456    * BUG 12975: Fix changing the password with 'smbpasswd' as a local user on
457      a domain member.
460 #######################################
461 Reporting bugs & Development Discussion
462 #######################################
464 Please discuss this release on the samba-technical mailing list or by
465 joining the #samba-technical IRC channel on irc.freenode.net.
467 If you do report problems then please try to send high quality
468 feedback. If you don't provide vital information to help us track down
469 the problem then you will probably be ignored.  All bug reports should
470 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
471 database (https://bugzilla.samba.org/).
474 ======================================================================
475 == Our Code, Our Bugs, Our Responsibility.
476 == The Samba Team
477 ======================================================================
480 ----------------------------------------------------------------------
483                    =============================
484                    Release Notes for Samba 4.6.8
485                          September 20, 2017
486                    =============================
489 This is a security release in order to address the following defects:
491 o  CVE-2017-12150 (SMB1/2/3 connections may not require signing where they
492    should)
493 o  CVE-2017-12151 (SMB3 connections don't keep encryption across DFS redirects)
494 o  CVE-2017-12163 (Server memory information leak over SMB1)
497 =======
498 Details
499 =======
501 o  CVE-2017-12150:
502    A man in the middle attack may hijack client connections.
504 o  CVE-2017-12151:
505    A man in the middle attack can read and may alter confidential
506    documents transferred via a client connection, which are reached
507    via DFS redirect when the original connection used SMB3.
509 o  CVE-2017-12163:
510    Client with write access to a share can cause server memory contents to be
511    written into a file or printer.
513 For more details and workarounds, please see the security advisories:
515    o https://www.samba.org/samba/security/CVE-2017-12150.html
516    o https://www.samba.org/samba/security/CVE-2017-12151.html
517    o https://www.samba.org/samba/security/CVE-2017-12163.html
520 Changes since 4.6.7:
521 --------------------
523 o  Jeremy Allison <jra@samba.org>
524    * BUG 12836: s3: smbd: Fix a read after free if a chained SMB1 call goes
525      async.
526    * BUG 13020: CVE-2017-12163: s3:smbd: Prevent client short SMB1 write from
527      writing server memory to file.
529 o  Ralph Boehme <slow@samba.org>
530    * BUG 12885: s3/smbd: Let non_widelink_open() chdir() to directories
531      directly.
533 o  Stefan Metzmacher <metze@samba.org>
534    * BUG 12996: CVE-2017-12151: Keep required encryption across SMB3 dfs
535      redirects.
536    * BUG 12997: CVE-2017-12150: Some code path don't enforce smb signing
537      when they should.
540 #######################################
541 Reporting bugs & Development Discussion
542 #######################################
544 Please discuss this release on the samba-technical mailing list or by
545 joining the #samba-technical IRC channel on irc.freenode.net.
547 If you do report problems then please try to send high quality
548 feedback. If you don't provide vital information to help us track down
549 the problem then you will probably be ignored.  All bug reports should
550 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
551 database (https://bugzilla.samba.org/).
554 ======================================================================
555 == Our Code, Our Bugs, Our Responsibility.
556 == The Samba Team
557 ======================================================================
560 ----------------------------------------------------------------------
563                    =============================
564                    Release Notes for Samba 4.6.7
565                            August 9, 2017
566                    =============================
569 This is the latest stable release of the Samba 4.6 release series.
572 Changes since 4.6.6:
573 ---------------------
575 o  Jeremy Allison <jra@samba.org>
576    * BUG 12836: s3: smbd: Fix a read after free if a chained SMB1 call goes async.
578 o  Andrew Bartlett <abartlet@samba.org>
579    * BUG 11392: s4-cldap/netlogon: Match Windows 2012R2 and return
580      NETLOGON_NT_VERSION_5 when version unspecified.
582 o  Ralph Boehme <slow@samba.org>
583    * BUG 12885: s3/smbd: Let non_widelink_open() chdir() to directories directly.
584    * BUG 12910: s3/notifyd: Ensure notifyd doesn't return from
585      smbd_notifyd_init.
587 o  Günther Deschner <gd@samba.org>
588    * BUG 12840: vfs_fruit: Add fruit:model = <modelname> parametric option.
590 o  David Disseldorp <ddiss@samba.org>
591    * BUG 12911: vfs_ceph: Fix cephwrap_chdir().
593 o  Dustin L. Howett
594    * BUG 12720: idmap_ad: Retry query_user exactly once if we get
595      TLDAP_SERVER_DOWN.
597 o  Thomas Jarosch <thomas.jarosch@intra2net.com>
598    * BUG 12927: s3: libsmb: Fix use-after-free when accessing pointer *p.
600 o  Volker Lendecke <vl@samba.org>
601    * BUG 12925: smbd: Fix a connection run-down race condition.
603 o  Stefan Metzmacher <metze@samba.org>
604    * BUG 12782: winbindd changes the local password and gets
605      NT_STATUS_WRONG_PASSWORD for the remote change.
606    * BUG 12890: s3:smbd: consistently use talloc_tos() memory for
607      rpc_pipe_open_interface().
609 o  Noel Power <noel.power@suse.com>
610    * BUG 12937: smbcacls: Don't fail against a directory on Windows using SMB2.
612 o  Arvid Requate <requate@univention.de>
613    * BUG 11392: s4-dsdb/netlogon: Allow missing ntver in cldap ping.
615 o  Garming Sam <garming@catalyst.net.nz>
616    * BUG 12813: dnsserver: Stop dns_name_equal doing OOB read.
618 o  Andreas Schneider <asn@samba.org>
619    * BUG 12886: s3:client: The smbspool krb5 wrapper needs negotiate for
620      authentication.
622 o  Martin Schwenke <martin@meltin.net>
623    * BUG 12898: ctdb-common: Set close-on-exec when creating PID file.
626 #######################################
627 Reporting bugs & Development Discussion
628 #######################################
630 Please discuss this release on the samba-technical mailing list or by
631 joining the #samba-technical IRC channel on irc.freenode.net.
633 If you do report problems then please try to send high quality
634 feedback. If you don't provide vital information to help us track down
635 the problem then you will probably be ignored.  All bug reports should
636 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
637 database (https://bugzilla.samba.org/).
640 ======================================================================
641 == Our Code, Our Bugs, Our Responsibility.
642 == The Samba Team
643 ======================================================================
646 ----------------------------------------------------------------------
649                    =============================
650                    Release Notes for Samba 4.6.6
651                             July 12, 2017
652                    =============================
655 This is a security release in order to address the following defect:
657 o  CVE-2017-11103 (Orpheus' Lyre mutual authentication validation bypass)
659 =======
660 Details
661 =======
663 o  CVE-2017-11103 (Heimdal):
664    All versions of Samba from 4.0.0 onwards using embedded Heimdal
665    Kerberos are vulnerable to a man-in-the-middle attack impersonating
666    a trusted server, who may gain elevated access to the domain by
667    returning malicious replication or authorization data.
669    Samba binaries built against MIT Kerberos are not vulnerable.
672 Changes since 4.6.5:
673 ---------------------
675 o  Jeffrey Altman <jaltman@secure-endpoints.com>
676    * BUG 12894: CVE-2017-11103: Orpheus' Lyre KDC-REP service name validation
679 #######################################
680 Reporting bugs & Development Discussion
681 #######################################
683 Please discuss this release on the samba-technical mailing list or by
684 joining the #samba-technical IRC channel on irc.freenode.net.
686 If you do report problems then please try to send high quality
687 feedback. If you don't provide vital information to help us track down
688 the problem then you will probably be ignored.  All bug reports should
689 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
690 database (https://bugzilla.samba.org/).
693 ======================================================================
694 == Our Code, Our Bugs, Our Responsibility.
695 == The Samba Team
696 ======================================================================
699 ----------------------------------------------------------------------
702                    =============================
703                    Release Notes for Samba 4.6.5
704                             June 6, 2017
705                    =============================
708 This is the latest stable release of the Samba 4.6 release series.
711 Changes since 4.6.4:
712 ---------------------
714 o  Jeremy Allison <jra@samba.org>
715    * BUG 12804: s3: VFS: Catia: Ensure path name is also converted.
717 o  Christian Ambach <ambi@samba.org>
718    * BUG 12765: s3:smbcacls add prompt for password.
720 o  Ralph Boehme <slow@samba.org>
721    * BUG 12562: vfs_acl_xattr|tdb: Ensure create mask is at least 0666 if
722      ignore_system_acls is set.
723    * BUG 12702: Wrong sid->uid mapping for SIDs residing in sIDHistory.
724    * BUG 12749: vfs_fruit: lp_case_sensitive() does not return a bool.
725    * BUG 12766: s3/smbd: Update exclusive oplock optimisation to the lease area.
726    * BUG 12798: s3/smbd: Fix exclusive lease optimisation.
728 o  Alexander Bokovoy <ab@samba.org>
729    * BUG 12751: Allow passing trusted domain password as plain-text to PASSDB
730      layer.
731    * BUG 12764: systemd: Fix detection of libsystemd.
733 o  Amitay Isaacs <amitay@gmail.com>
734    * BUG 12697: ctdb-readonly: Avoid a tight loop waiting for revoke to
735      complete.
736    * BUG 12770: ctdb-logging: Initialize DEBUGLEVEL before changing the value.
738 o  Shilpa Krishnareddy <skrishnareddy@panzura.com>
739    * BUG 12756: notify: Fix ordering of events in notifyd.
741 o  Volker Lendecke <vl@samba.org>
742    * BUG 12757: idmap_rfc2307: Lookup of more than two SIDs fails.
744 o  Stefan Metzmacher <metze@samba.org>
745    * BUG 12767: samba-tool: Let 'samba-tool user syncpasswords' report deletions
746      immediately.
748 o  Doug Nazar <nazard@nazar.ca>
749    * BUG 12760: s3: smbd: inotify_map_mask_to_filter incorrectly indexes an
750      array.
752 o  Andreas Schneider <asn@samba.org>
753    * BUG 12687: vfs_expand_msdfs tries to open the remote address as a file
754      path.
756 o  Martin Schwenke <martin@meltin.net>
757    * BUG 12802: 'ctdb nodestatus' incorrectly displays status for all nodes with
758      wrong exit code.
759    * BUG 12814: ctdb-common: Fix crash in logging initialisation.
762 #######################################
763 Reporting bugs & Development Discussion
764 #######################################
766 Please discuss this release on the samba-technical mailing list or by
767 joining the #samba-technical IRC channel on irc.freenode.net.
769 If you do report problems then please try to send high quality
770 feedback. If you don't provide vital information to help us track down
771 the problem then you will probably be ignored.  All bug reports should
772 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
773 database (https://bugzilla.samba.org/).
776 ======================================================================
777 == Our Code, Our Bugs, Our Responsibility.
778 == The Samba Team
779 ======================================================================
782 ----------------------------------------------------------------------
785                    =============================
786                    Release Notes for Samba 4.6.4
787                             May 24, 2017
788                    =============================
791 This is a security release in order to address the following defect:
793 o  CVE-2017-7494 (Remote code execution from a writable share)
795 =======
796 Details
797 =======
799 o  CVE-2017-7494:
800    All versions of Samba from 3.5.0 onwards are vulnerable to a remote
801    code execution vulnerability, allowing a malicious client to upload a
802    shared library to a writable share, and then cause the server to load
803    and execute it.
806 Changes since 4.6.3:
807 ---------------------
809 o  Volker Lendecke <vl@samba.org>
810    * BUG 12780: CVE-2017-7494: Avoid remote code execution from a writable
811      share.
814 #######################################
815 Reporting bugs & Development Discussion
816 #######################################
818 Please discuss this release on the samba-technical mailing list or by
819 joining the #samba-technical IRC channel on irc.freenode.net.
821 If you do report problems then please try to send high quality
822 feedback. If you don't provide vital information to help us track down
823 the problem then you will probably be ignored.  All bug reports should
824 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
825 database (https://bugzilla.samba.org/).
828 ======================================================================
829 == Our Code, Our Bugs, Our Responsibility.
830 == The Samba Team
831 ======================================================================
834 ----------------------------------------------------------------------
837                    =============================
838                    Release Notes for Samba 4.6.3
839                            April 25, 2017
840                    =============================
843 This is the latest stable release of the Samba 4.6 release series.
846 Changes since 4.6.2:
847 --------------------
849 o  Michael Adam <obnox@samba.org>
850    * BUG 12743: s3:vfs:shadow_copy2: vfs_shadow_copy2 fails to list snapshots
851      from shares with GlusterFS backend.
853 o  Jeremy Allison <jra@samba.org>
854    * BUG 12559: Fix for Solaris C compiler.
855    * BUG 12628: s3: locking: Update oplock optimization for the leases era.
856    * BUG 12693: Make the Solaris C compiler happy.
857    * BUG 12695: s3: libgpo: Allow skipping GPO objects that don't have the
858      expected LDAP attributes.
859    * BUG 12747: Fix buffer overflow caused by wrong use of getgroups.
861 o  Hanno Boeck <hanno@hboeck.de>
862    * BUG 12746: lib: debug: Avoid negative array access.
863    * BUG 12748: cleanupdb: Fix a memory read error.
865 o  Ralph Boehme <slow@samba.org>
866    * BUG 7537: streams_xattr and kernel oplocks results in
867      NT_STATUS_NETWORK_BUSY.
868    * BUG 11961: winbindd: idmap_autorid allocates ids for unknown SIDs from other
869      backends.
870    * BUG 12565: vfs_fruit: Resource fork open request with
871      flags=O_CREAT|O_RDONLY.
872    * BUG 12615: manpages/vfs_fruit: Document global options.
873    * BUG 12624: lib/pthreadpool: Fix a memory leak.
874    * BUG 12727: Lookup-domain for well-known SIDs on a DC.
875    * BUG 12728: winbindd: Fix error handling in rpc_lookup_sids().
876    * BUG 12729: winbindd: Trigger possible passdb_dsdb initialisation.
878 o  Alexander Bokovoy <ab@samba.org>
879    * BUG 12611: credentials_krb5: use gss_acquire_cred for client-side GSSAPI
880      use case.
881    * BUG 12690: lib/crypto: Implement samba.crypto Python module for RC4.
883 o  Amitay Isaacs <amitay@gmail.com>
884    * BUG 12697: ctdb-readonly: Avoid a tight loop waiting for revoke to
885      complete.
886    * BUG 12723: ctdb_event monitor command crashes if event is not specified.
887    * BUG 12733: ctdb-docs: Fix documentation of "-n" option to 'ctdb tool'.
889 o  Volker Lendecke <vl@samba.org>
890    * BUG 12558: smbd: Fix smb1 findfirst with DFS.
891    * BUG 12610: smbd: Do an early exit on negprot failure.
892    * BUG 12699: winbindd: Fix substitution for 'template homedir'.
894 o  Stefan Metzmacher <metze@samba.org>
895    * BUG 12554: s4:kdc: Disable principal based autodetected referral detection.
896    * BUG 12613: idmap_autorid: Allocate new domain range if the callers knows
897      the sid is valid.
898    * BUG 12724: LINKFLAGS_PYEMBED should not contain -L/some/path.
899    * BUG 12725: PAM auth with WBFLAG_PAM_GET_PWD_POLICY returns wrong policy for
900      trusted domain.
901    * BUG 12731: rpcclient: Allow -U'OTHERDOMAIN\user' again.
903 o  Christof Schmitt <cs@samba.org>
904    * BUG 12725: winbindd: Fix password policy for pam authentication.
906 o  Andreas Schneider <asn@samba.org>
907    * BUG 12554: s3:gse: Correctly handle external trusts with MIT.
908    * BUG 12611: auth/credentials: Always set the realm if we set the principal
909      from the ccache.
910    * BUG 12686: replace: Include sysmacros.h.
911    * BUG 12687: s3:vfs_expand_msdfs: Do not open the remote address as a file.
912    * BUG 12704: s3:libsmb: Only print error message if kerberos use is forced.
913    * BUG 12708: winbindd: Child process crashes when kerberos-authenticating
914      a user with wrong password.
916 o  Uri Simchoni <uri@samba.org>
917    * BUG 12715: vfs_fruit: Office document opens as read-only on macOS due to
918      CNID semantics.
919    * BUG 12737: vfs_acl_xattr: Fix failure to get ACL on Linux if memory is
920      fragmented.
923 #######################################
924 Reporting bugs & Development Discussion
925 #######################################
927 Please discuss this release on the samba-technical mailing list or by
928 joining the #samba-technical IRC channel on irc.freenode.net.
930 If you do report problems then please try to send high quality
931 feedback. If you don't provide vital information to help us track down
932 the problem then you will probably be ignored.  All bug reports should
933 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
934 database (https://bugzilla.samba.org/).
937 ======================================================================
938 == Our Code, Our Bugs, Our Responsibility.
939 == The Samba Team
940 ======================================================================
943 ----------------------------------------------------------------------
946                    =============================
947                    Release Notes for Samba 4.6.2
948                            March 31, 2017
949                    =============================
952 This is a bug fix release to address a regression introduced by the security
953 fixes for CVE-2017-2619 (Symlink race allows access outside share definition).
954 Please see https://bugzilla.samba.org/show_bug.cgi?id=12721 for details.
957 Changes since 4.6.1:
958 --------------------
960 o  Jeremy Allison <jra@samba.org>
961    * BUG 12721: Fix regression with "follow symlinks = no".
964 #######################################
965 Reporting bugs & Development Discussion
966 #######################################
968 Please discuss this release on the samba-technical mailing list or by
969 joining the #samba-technical IRC channel on irc.freenode.net.
971 If you do report problems then please try to send high quality
972 feedback. If you don't provide vital information to help us track down
973 the problem then you will probably be ignored.  All bug reports should
974 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
975 database (https://bugzilla.samba.org/).
978 ======================================================================
979 == Our Code, Our Bugs, Our Responsibility.
980 == The Samba Team
981 ======================================================================
984 ----------------------------------------------------------------------
987                    =============================
988                    Release Notes for Samba 4.6.1
989                            March 23, 2017
990                    =============================
993 This is a security release in order to address the following defect:
995 o  CVE-2017-2619 (Symlink race allows access outside share definition)
997 =======
998 Details
999 =======
1001 o  CVE-2017-2619:
1002    All versions of Samba prior to 4.6.1, 4.5.7, 4.4.11 are vulnerable to
1003    a malicious client using a symlink race to allow access to areas of
1004    the server file system not exported under the share definition.
1006    Samba uses the realpath() system call to ensure when a client requests
1007    access to a pathname that it is under the exported share path on the
1008    server file system.
1010    Clients that have write access to the exported part of the file system
1011    via SMB1 unix extensions or NFS to create symlinks can race the server
1012    by renaming a realpath() checked path and then creating a symlink. If
1013    the client wins the race it can cause the server to access the new
1014    symlink target after the exported share path check has been done. This
1015    new symlink target can point to anywhere on the server file system.
1017    This is a difficult race to win, but theoretically possible. Note that
1018    the proof of concept code supplied wins the race reliably only when
1019    the server is slowed down using the strace utility running on the
1020    server. Exploitation of this bug has not been seen in the wild.
1023 Changes since 4.6.0:
1024 --------------------
1026 o  Jeremy Allison <jra@samba.org>
1027    * BUG 12496: CVE-2017-2619: Symlink race permits opening files outside share
1028      directory.
1030 o  Ralph Boehme <slow@samba.org>
1031    * BUG 12496: CVE-2017-2619: Symlink race permits opening files outside share
1032      directory.
1035 #######################################
1036 Reporting bugs & Development Discussion
1037 #######################################
1039 Please discuss this release on the samba-technical mailing list or by
1040 joining the #samba-technical IRC channel on irc.freenode.net.
1042 If you do report problems then please try to send high quality
1043 feedback. If you don't provide vital information to help us track down
1044 the problem then you will probably be ignored.  All bug reports should
1045 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
1046 database (https://bugzilla.samba.org/).
1049 ======================================================================
1050 == Our Code, Our Bugs, Our Responsibility.
1051 == The Samba Team
1052 ======================================================================
1055 ----------------------------------------------------------------------
1058                    ==============================
1059                    Release Notes for Samba 4.6.0
1060                            March 7, 2017
1061                    ==============================
1064 This is the first stable release of Samba 4.6.
1065 Please read the release notes carefully before upgrading.
1068 UPGRADING
1069 =========
1071 ID Mapping
1072 ----------
1073 We discovered that the majority of users have an invalid or incorrect
1074 ID mapping configuration. We implemented checks in the 'testparm' tool to
1075 validate the ID mapping configuration. You should run it and check if it prints
1076 any warnings or errors after upgrading! If it does you should fix them. See the
1077 'IDENTITY MAPPING CONSIDERATIONS' section in the smb.conf manpage.
1078 There are some ID mapping backends which are not allowed to be used for the
1079 default backend. Winbind will no longer start if an invalid backend is
1080 configured as the default backend.
1082 To avoid problems in future we advise all users to run 'testparm' after
1083 changing the smb.conf file!
1085 vfs_fruit option "fruit:resource" spelling correction
1086 -----------------------------------------------------
1088 Due to a spelling error in the vfs_fruit option parsing for the "fruit:resource"
1089 option, users who have set this option in their smb.conf were still using the
1090 default setting "fruit:resource = file" as the parser was looking for the string
1091 "fruit:ressource" (two "s").
1093 After upgrading to this Samba version 4.6, you MUST either remove the option
1094 from your smb.conf or set it to the default "fruit:resource = file", otherwise
1095 your macOS clients will not be able to access the resource fork data.
1097 This version Samba 4.6 accepts both the correct and incorrect spelling, but the
1098 next Samba version 4.7 will not accept the wrong spelling.
1100 Users who were using the wrong spelling "ressource" with two "s" can keep the
1101 setting, but are advised to switch to the correct spelling.
1103 vfs_fruit Netatalk metadata xattr name on *BSD
1104 ----------------------------------------------
1106 Users on *BSD must rename the metadata xattr used by vfs_fruit when
1107 using the default setting "fruit:metadata = netatalk".
1109 Due to a glitch in the Samba xattr API compatibility layer for FreeBSD and a
1110 mistake in vfs_fruit, vfs_fruit ended up using the wrong xattr name when
1111 configured with "fruit:metadata = netatalk" (default). Instead of the correct
1113   org.netatalk.Metadata
1115 it used
1117   netatalk.Metadata
1119 Starting with Samba 4.6 vfs_fruit will use the correct "org.netatalk.Metadata"
1120 which means existing installations must rename this xattrs. For this purpose
1121 Samba now includes a new tool `mvxattr`. See below for further details.
1124 NEW FEATURES/CHANGES
1125 ====================
1127 Kerberos client encryption types
1128 --------------------------------
1129 Some parts of Samba (most notably winbindd) perform Kerberos client
1130 operations based on a Samba-generated krb5.conf file. A new
1131 parameter, "kerberos encryption types" allows configuring the
1132 encryption types set in this file, thereby allowing the user to
1133 enforce strong or legacy encryption in Kerberos exchanges.
1135 The default value of "all" is compatible with previous behavior, allowing
1136 all encryption algorithms to be negotiated. Setting the parameter to "strong"
1137 only allows AES-based algorithms to be negotiated. Setting the parameter to
1138 "legacy" allows only RC4-HMAC-MD5 - the legacy algorithm for Active Directory.
1139 This can solves some corner cases of mixed environments with Server 2003R2 and
1140 newer DCs.
1142 Printing
1143 --------
1144 Support for uploading printer drivers from newer Windows clients (Windows 10)
1145 has been added until our implementation of [MS-PAR] protocol is ready.
1146 Several issues with uploading different printing drivers have been addressed.
1148 The OS Version for the printing server has been increased to announce
1149 Windows Server 2003 R2 SP2. If a driver needs a newer version then you should
1150 check the smb.conf manpage for details.
1152 New option for owner inheritance
1153 --------------------------------
1154 The "inherit owner" smb.conf parameter instructs smbd to set the
1155 owner of files to be the same as the parent directory's owner.
1156 Up until now, this parameter could be set to "yes" or "no".
1157 A new option, "unix only", enables this feature only for the UNIX owner
1158 of the file, not affecting the SID owner in the Windows NT ACL of the
1159 file. This can be used to emulate something very similar to folder quotas.
1161 Multi-process Netlogon support
1162 ------------------------------
1164 The Netlogon server in the Samba AD DC can now run as multiple
1165 processes.  The Netlogon server is a part of the AD DC that handles
1166 NTLM authentication on behalf of domain members, including file
1167 servers, NTLM-authenticated web servers and 802.1x gateways.  The
1168 previous restriction to running as a single process has been removed,
1169 and it will now run in the same process model as the rest of the
1170 'samba' binary.
1172 As part of this change, the NETLOGON service will now run on a distinct
1173 TCP port, rather than being shared with all other RPC services (LSA,
1174 SAMR, DRSUAPI etc).
1176 New options for controlling TCP ports used for RPC services
1177 -----------------------------------------------------------
1179 The new 'rpc server port' option controls the default port used for
1180 RPC services other than Netlogon.  The Netlogon server honours instead
1181 the 'rpc server port:netlogon' option.  The default value for both
1182 these options is the first available port including or after 1024.
1184 AD LDAP and replication performance improvements
1185 ------------------------------------------------
1187 Samba's LDB (the database holding the AD directory tree, as seen via
1188 LDAP) and our DRSUAPI replication code continues to improve,
1189 particularly in respect to the handling of large numbers of objects or
1190 linked attributes.
1192  * We now respect an 'uptodateness vector' which will dramatically
1193    reduce the over-replication of links from new DCs.
1195  * We have also made the parsing of on-disk linked attributes much
1196    more efficient.
1198  * We rely on ldb 1.1.28.  This ldb version has improved memory
1199    handling for ldb search results, improving poorly indexed and
1200    unindexed search result processing speed by around 20%.
1202 DNS improvements
1203 ----------------
1205 The samba-tool dns subcommand is now much more robust and can delete
1206 records in a number of situations where it was not possible to do so
1207 in the past.
1209 On the server side, DNS names are now more strictly validated.
1211 CTDB changes
1212 ------------
1214 * "ctdb event" is a new top-level command for interacting with event scripts
1216   "ctdb event status" replaces "ctdb scriptstatus" - the latter is
1217   maintained for backward compatibility but the output format has been
1218   cleaned up
1220   "ctdb event run" replaces "ctdb eventscript"
1222   "ctdb event script enable" replaces "ctdb enablescript"
1224   "ctdb event script disable" replaces "ctdb disablescript"
1226   The new command "ctdb event script list" lists event scripts.
1228 * CTDB's back-end for running event scripts has been replaced by a
1229   separate, long-running daemon ctdbd_eventd.
1231 * Running ctdb interactively will log to stderr
1233 * CTDB logs now include process id for each process
1235 * CTDB tags log messages differently.  Changes include:
1237   ctdb-recoverd: Messages from CTDB's recovery daemon
1238   ctdb-recovery: Messages from CTDB database recovery
1239   ctdb-eventd: Messages from CTDB's event daemon
1240   ctdb-takeover: Messages from CTDB's public IP takeover subsystem
1242 * The mapping between symbolic and numeric debug levels has changed
1244   Configurations containing numeric debug levels should be updated.
1245   Symbolic debug levels are recommended.  See the DEBUG LEVEL section
1246   of ctdb(7) for details.
1248 * Tunable IPAllocAlgorithm replaces LCP2PublicIPs, DeterministicIPs
1250   See ctdb-tunables(7) for details.
1252 * CTDB's configuration tunables should be consistently set across a cluster
1254   This has always been the cases for most tunables but this fact is
1255   now documented.
1257 * CTDB ships with recovery lock helper call-outs for etcd and Ceph RADOS
1259   To build/install these, use the "--enable-etcd-reclock" and
1260   "--enable-ceph-reclock" configure options.
1262 winbind changes
1263 ---------------
1265 winbind contains code that tries to emulate the group membership calculation
1266 that domain controllers do when a user logs in. This group membership calculation
1267 is a very complex process, in particular for domain trust relationship
1268 situations. Also, in many scenarios it is impossible for winbind to
1269 correctly do this calculation due to access restrictions in the
1270 domains: winbind using its machine account simply does not have the
1271 rights to ask for an arbitrary user's group memberships.
1273 When a user logs in to a Samba server, the domain controller correctly
1274 calculates the user's group memberships authoritatively and makes the
1275 information available to the Samba server. This is the only reliable
1276 way Samba can get informed about the groups a user is member of.
1278 Because of its flakiness, the fallback group membership code is unwished,
1279 and our code pathes try hard to only use of the group memberships
1280 calculated by the domain controller.
1282 However, a lot of admins rely on the fallback behavior in order to support
1283 access for nfs access, ssh public key authentication and passwordless sudo.
1285 That's the reason for changing this back between 4.6.0rc4 and 4.6.0
1286 (See BUG 12612).
1288 The winbind change to simplify the calculation of supplementary groups to make
1289 it more reliable and predictable has been deferred to 4.7 or later.
1291 This means that 'id <username>' without the user having logged in
1292 previously works similar to 4.5.
1294 winbind primary group and nss info
1295 ----------------------------------
1297 With 4.6, it will be possible to optionally use the primary group as
1298 set in the "Unix Attributes" tab for the local unix token of a domain
1299 user.  Before 4.6, the Windows primary group was always chosen as
1300 primary group for the local unix token.
1302 To activate the unix primary group, set
1304 idmap config <DOMAIN> : unix_primary_group = yes
1306 Similarly, set
1308 idmap config <DOMAIN> : unix_nss_info = yes
1310 to retrieve the home directory and login shell from the "Unix
1311 Attributes" of the user. This supersedes the "winbind nss info"
1312 parameter with a per-domain configuration option.
1314 mvxattr
1315 -------
1317 mvxattr is a simple utility to recursively rename extended attributes of all
1318 files and directories in a directory tree.
1320   Usage: mvxattr -s STRING -d STRING PATH [PATH ...]
1321     -s, --from=STRING         xattr source name
1322     -d, --to=STRING           xattr destination name
1323     -l, --follow-symlinks     follow symlinks, the default is to ignore them
1324     -p, --print               print files where the xattr got renamed
1325     -v, --verbose             print files as they are checked
1326     -f, --force               force overwriting of destination xattr
1328   Help options:
1329     -?, --help                Show this help message
1330     --usage                   Display brief usage message
1332 idmap_hash
1333 ----------
1335 The idmap_hash module is marked as deprecated with this release and will be
1336 removed in a future version. See the manpage of the module for details.
1339 smb.conf changes
1340 ================
1342   Parameter Name                Description             Default
1343   --------------                -----------             -------
1344   kerberos encryption types     New                     all
1345   inherit owner                 New option
1346   fruit:resource                Spelling correction
1347   lsa over netlogon             New (deprecated)        no
1348   rpc server port               New                     0
1351 KNOWN ISSUES
1352 ============
1354 https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.6#Release_blocking_bugs
1357 CHANGES SINCE 4.6.0rc4
1358 ======================
1360 o  Jeremy Allison <jra@samba.org>
1361    * BUG 12592: Fix several issues found by covscan.
1362    * BUG 12608: s3: smbd: Restart reading the incoming SMB2 fd when the send
1363      queue is drained.
1365 o  Ralph Boehme <slow@samba.org>
1366    * BUG 12427: vfs_fruit doesn't work with fruit:metadata=stream.
1367    * BUG 12526: vfs_fruit: Only veto AppleDouble files if "fruit:resource" is
1368      set to "file".
1369    * BUG 12604: vfs_fruit: Enabling AAPL extensions must be a global switch.
1371 o  Volker Lendecke <vl@samba.org>
1372    * BUG 12612: Re-enable token groups fallback.
1374 o  Stefan Metzmacher <metze@samba.org>
1375    * BUG 9048: Samba4 ldap error codes.
1376    * BUG 12557: gensec:spnego: Add debug message for the failed principal.
1377    * BUG 12605: s3:winbindd: Fix endless forest trust scan.
1378    * BUG 12612: winbindd: Find the domain based on the sid within
1379      wb_lookupusergroups_send().
1381 o  Andreas Schneider <asn@samba.org>
1382    * BUG 12557: s3:librpc: Handle gss_min in gse_get_client_auth_token()
1383      correctly.
1384    * BUG 12582: idmap_hash: Add a deprecation message, improve the idmap_hash
1385      manpage.
1386    * BUG 12592: Fix several issues found by covscan.
1388 o  Martin Schwenke <martin@meltin.net>
1389    * BUG 12592: ctdb-logging: CID 1396883 Dereference null return value
1390      (NULL_RETURNS).
1393 CHANGES SINCE 4.6.0rc3
1394 ======================
1396 o  Jeremy Allison <jra@samba.org>
1397    * BUG 12545: s3: rpc_server/mdssvc: Add attribute "kMDItemContentType".
1398    * BUG 12572: s3: smbd: Don't loop infinitely on bad-symlink resolution.
1400 o  Ralph Boehme <slow@samba.org>
1401    * BUG 12490: vfs_fruit: Correct Netatalk metadata xattr on FreeBSD.
1402    * BUG 12536: s3/smbd: Check for invalid access_mask
1403      smbd_calculate_access_mask().
1404    * BUG 12591: vfs_streams_xattr: use fsp, not base_fsp.
1406 o  Amitay Isaacs <amitay@gmail.com>
1407    * BUG 12580: ctdb-common: Fix use-after-free error in comm_fd_handler().
1408    * BUG 12595: build: Fix generation of CTDB manpages while creating tarball.
1410 o  Bryan Mason <bmason@redhat.com>
1411    * BUG 12575: Modify smbspool_krb5_wrapper to just fall through to smbspool if
1412      AUTH_INFO_REQUIRED is not set or is not "negotiate".
1414 o  Stefan Metzmacher <metze@samba.org>
1415    * BUG 11830: s3:winbindd: Try a NETLOGON connection with noauth over NCACN_NP
1416      against trusted domains.
1417    * BUG 12262: 'net ads testjoin' and smb access fails after winbindd changed the
1418      trust password.
1419    * BUG 12585: librpc/rpc: fix regression in
1420      NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGE error mapping.
1421    * BUG 12586: netlogon_creds_cli_LogonSamLogon doesn't work without
1422      netr_LogonSamLogonEx.
1423    * BUG 12587: winbindd child segfaults on connect to an NT4 domain.
1424    * BUG 12588: s3:winbindd: Make sure cm_prepare_connection() only returns OK
1425      with a valid tree connect.
1426    * BUG 12598: winbindd (as member) requires kerberos against trusted ad domain,
1427      while it shouldn't.
1428    * BUG 12601: Backport pytalloc_GenericObject_reference() related changes to
1429      4.6.
1431 o  Garming Sam <garming@catalyst.net.nz>
1432    * BUG 12600: dbchecker: Stop ignoring linked cases where both objects are
1433      alive.
1435 o  Andreas Schneider <asn@samba.org>
1436    * BUG 12571: s3-vfs: Only walk the directory once in open_and_sort_dir().
1438 o  Martin Schwenke <martin@meltin.net>
1439    * BUG 12589: CTDB statd-callout does not cause grace period when
1440      CTDB_NFS_CALLOUT="".
1441    * BUG 12595: ctdb-build: Fix RPM build.
1444 CHANGES SINCE 4.6.0rc2
1445 ======================
1447 o  Jeremy Allison <jra@samba.org>
1448    * BUG 12499: s3: vfs: dirsort doesn't handle opendir of "." correctly.
1449    * BUG 12546: s3: VFS: vfs_streams_xattr.c: Make streams_xattr_open() store
1450      the same path as streams_xattr_recheck().
1451    * BUG 12531: Make vfs_shadow_copy2 cope with server changing directories.
1453 o  Andrew Bartlett <abartlet@samba.org>
1454    * BUG 12543: samba-tool: Correct handling of default value for use_ntvfs and
1455      use_xattrs.
1456    * BUG 12573: Samba < 4.7 does not know about compatibleFeatures and
1457      requiredFeatures.
1458    * BUG 12577: 'samba-tool dbcheck' gives errors on one-way links after a
1459      rename.
1461 o  Ralph Boehme <slow@samba.org>
1462    * BUG 12184: s3/rpc_server: Shared rpc modules loading.
1463    * BUG 12520: Ensure global "smb encrypt = off" is effective.
1464    * BUG 12524: s3/rpc_server: Move rpc_modules.c to its own subsystem.
1465    * BUG 12541: vfs_fruit: checks wrong AAPL config state and so always uses
1466      readdirattr.
1468 o  Volker Lendecke <vl@samba.org>
1469    * BUG 12551: smbd: Fix "map acl inherit" = yes.
1471 o  Stefan Metzmacher <metze@samba.org>
1472    * BUG 12398: Replication with DRSUAPI_DRS_CRITICAL_ONLY and
1473      DRSUAPI_DRS_GET_ANC results in WERR_DS_DRA_MISSING_PARENT S
1474    * BUG 12540: s3:smbd: allow "server min protocol = SMB3_00" to go via "SMB
1475      2.???" negprot.
1477 o  John Mulligan <jmulligan@nasuni.com>
1478    * BUG 12542: docs: Improve description of "unix_primary_group" parameter in
1479      idmap_ad manpage.
1481 o  Andreas Schneider <asn@samba.org>
1482    * BUG 12552: waf: Do not install the unit test binary for krb5samba.
1484 o  Amitay Isaacs <amitay@gmail.com>
1485    * BUG 12547: ctdb-build: Install CTDB tests correctly from toplevel.
1486    * BUG 12549: ctdb-common: ioctl(.. FIONREAD ..) returns an int value.
1488 o  Garming Sam <garming@catalyst.net.nz>
1489    * BUG 12577: 'samba-tool dbcheck' gives errors on one-way links after a
1490      rename.
1492 o  Uri Simchoni <uri@samba.org>
1493    * BUG 12529: waf: Backport finding of pkg-config.
1496 CHANGES SINCE 4.6.0rc1
1497 ======================
1499 o  Amitay Isaacs <amitay@gmail.com>
1500    * BUG 12469: CTDB lock helper getting stuck trying to lock a record.
1501    * BUG 12500: ctdb-common: Fix a bug in packet reading code for generic socket
1502      I/O.
1503    * BUG 12510: sock_daemon_test 4 crashes with SEGV.
1504    * BUG 12513: ctdb-daemon: Remove stale eventd socket.
1506 o  Björn Jacke <bj@sernet.de>
1507    * BUG 12535: vfs_default: Unlock the right file in copy chunk.
1509 o  Volker Lendecke <vl@samba.org>
1510    * BUG 12509: messaging: Fix dead but not cleaned-up-yet destination sockets.
1511    * BUG 12538: Backport winbind fixes.
1513 o  Stefan Metzmacher <metze@samba.org>
1514    * BUG 12501: s3:winbindd: talloc_steal the extra_data in
1515      winbindd_list_users_recv().
1517 o  Martin Schwenke <martin@meltin.net>
1518    * BUG 12511: ctdb-takeover: Handle case where there are no RELEASE_IPs to
1519      send.
1520    * BUG 12512: ctdb-scripts: Fix remaining uses of "ctdb gratiousarp".
1521    * BUG 12516: ctdb-scripts: /etc/iproute2/rt_tables gets populated with multiple
1522      'default' entries.
1525 #######################################
1526 Reporting bugs & Development Discussion
1527 #######################################
1529 Please discuss this release on the samba-technical mailing list or by
1530 joining the #samba-technical IRC channel on irc.freenode.net.
1532 If you do report problems then please try to send high quality
1533 feedback. If you don't provide vital information to help us track down
1534 the problem then you will probably be ignored.  All bug reports should
1535 be filed under the Samba 4.1 and newer product in the project's Bugzilla
1536 database (https://bugzilla.samba.org/).
1539 ======================================================================
1540 == Our Code, Our Bugs, Our Responsibility.
1541 == The Samba Team
1542 ======================================================================