WHATSNEW: Add release notes for Samba 4.6.13.
[Samba.git] / WHATSNEW.txt
blob992007d3f751376e5280c320da1a0fbbf21917af
1                    ==============================
2                    Release Notes for Samba 4.6.13
3                          February 14, 2017
4                    =============================
7 This is the latest stable release of the Samba 4.6 release series.
10 Changes since 4.6.12:
11 ---------------------
13 o  Jeremy Allison <jra@samba.org>
14    * BUG 13193: s3: smbd: Use identical logic to test for kernel oplocks on a
15      share.
17 o  Love Hornquist Astrand <lha@h5l.org>
18    * BUG 12986: Kerberos: PKINIT: Can't decode algorithm parameters in
19      clientPublicValue.
21 o  Ralph Boehme <slow@samba.org>
22    * BUG 13181: vfs_fruit: Fail to copy file with empty FinderInfo from Windows
23      client to Samba share with fruit.
25 o  David Disseldorp <ddiss@suse.de>
26    * BUG 13208: vfs_default: Use VFS statvfs macro in fs_capabilities.
27    * BUG 13250: build: Fix ceph_statx check when configured with libcephfs_dir.
29 o  Amitay Isaacs <amitay@gmail.com>
30    * BUG 13188: ctdb-recovery-helper: Deregister message handler in error
31      paths.
33 o  Christof Schmitt <cs@samba.org>
34    * BUG 13189: smbd: Fix coredump on failing chdir during logoff.
36 o  Stefan Metzmacher <metze@samba.org>
37    * BUG 12986: Kerberos: PKINIT: Can't decode algorithm parameters in
38      clientPublicValue.
39    * BUG 13132: s4:kdc: Only map SDB_ERR_NOT_FOUND_HERE to
40      HDB_ERR_NOT_FOUND_HERE.
41    * BUG 13195: g_lock: fix cleanup of stale entries in g_lock_trylock().
43 o  Uri Simchoni <uri@samba.org>
44    * BUG 13176: Fix POSIX ACL support on hpux and possibly other
45      big-endian OSs.
48 #######################################
49 Reporting bugs & Development Discussion
50 #######################################
52 Please discuss this release on the samba-technical mailing list or by
53 joining the #samba-technical IRC channel on irc.freenode.net.
55 If you do report problems then please try to send high quality
56 feedback. If you don't provide vital information to help us track down
57 the problem then you will probably be ignored.  All bug reports should
58 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
59 database (https://bugzilla.samba.org/).
62 ======================================================================
63 == Our Code, Our Bugs, Our Responsibility.
64 == The Samba Team
65 ======================================================================
68 Release notes for older releases follow:
69 ----------------------------------------
71                    ==============================
72                    Release Notes for Samba 4.6.12
73                           December 20, 2017
74                    =============================
77 This is the latest stable release of the Samba 4.6 release series.
80 smbclient reparse point symlink parameters reversed
81 ===================================================
83 A bug in smbclient caused the 'symlink' command to reverse the
84 meaning of the new name and link target parameters when creating a
85 reparse point symlink against a Windows server.
87 This only affects using the smbclient 'symlink' command against
88 a Windows server, not a Samba server using the UNIX extensions
89 (the parameter order is correct in that case) so no existing
90 user scripts that depend on creating symlinks on Samba servers
91 need to change.
93 As this is a little used feature the ordering of these parameters
94 has been reversed to match the parameter ordering of the UNIX
95 extensions 'symlink' command. This means running 'symlink' against
96 both Windows and Samba now uses the same paramter ordering in both
97 cases. 
99 The usage message for this command has also been improved to remove confusion.
102 Changes since 4.6.11:
103 ---------------------
105 o  Jeremy Allison <jra@samba.org>
106    * BUG 13140: s3: smbclient: Implement 'volume' command over SMB2.
107    * BUG 13171: s3: libsmb: Fix valgrind read-after-free error in
108      cli_smb2_close_fnum_recv().
109    * BUG 13172: s3: libsmb: Fix reversing of oldname/newname paths when creating
110      a reparse point symlink on Windows from smbclient.
112 o  Timur I. Bakeyev <timur@iXsystems.com>
113    * BUG 12934: Build man page for vfs_zfsacl.8 with Samba.
115 o  Ralph Boehme <slow@samba.org>
116    * BUG 6133: vfs_zfsacl: Fix compilation error.
117    * BUG 13051: "smb encrypt" setting changes are not fully applied until full
118      smbd restart.
119    * BUG 13052: winbindd: Fix idmap_rid dependency on trusted domain list.
120    * BUG 13155: vfs_fruit: Proper VFS-stackable conversion of FinderInfo.
122 o  Amitay Isaacs <amitay@gmail.com>
123    * BUG 13153: ctdb: sock_daemon leaks memory.
124    * BUG 13154: TCP tickles not getting synchronised on CTDB restart.
126 o  Volker Lendecke <vl@samba.org>
127    * BUG 13150: winbindd: Parent and child share a ctdb connection.
128    * BUG 13179: pthreadpool: Fix starvation after fork.
129    * BUG 13180: ctdb: Messaging initialisation for CTDB does not register
130      unique ID.
132 o  Stefan Metzmacher <metze@samba.org>
133    * BUG 13149: libnet_join: Fix 'net rpc oldjoin'.
135 o  Noel Power <noel.power@suse.com>
136    * BUG 13166: s3:libads: net ads keytab list fails with "Key table name
137      malformed".
139 o  Christof Schmitt <cs@samba.org>
140    * BUG 13170: pthreadpool: Undo put_job when returning error.
143 #######################################
144 Reporting bugs & Development Discussion
145 #######################################
147 Please discuss this release on the samba-technical mailing list or by
148 joining the #samba-technical IRC channel on irc.freenode.net.
150 If you do report problems then please try to send high quality
151 feedback. If you don't provide vital information to help us track down
152 the problem then you will probably be ignored.  All bug reports should
153 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
154 database (https://bugzilla.samba.org/).
157 ======================================================================
158 == Our Code, Our Bugs, Our Responsibility.
159 == The Samba Team
160 ======================================================================
163 ----------------------------------------------------------------------
166                    ==============================
167                    Release Notes for Samba 4.6.11
168                           November 21, 2017
169                    =============================
172 This is a security release in order to address the following defects:
174 o  CVE-2017-14746 (Use-after-free vulnerability.)
175 o  CVE-2017-15275 (Server heap memory information leak.)
178 =======
179 Details
180 =======
182 o  CVE-2017-14746:
183    All versions of Samba from 4.0.0 onwards are vulnerable to a use after
184    free vulnerability, where a malicious SMB1 request can be used to
185    control the contents of heap memory via a deallocated heap pointer. It
186    is possible this may be used to compromise the SMB server.
188 o  CVE-2017-15275:
189    All versions of Samba from 3.6.0 onwards are vulnerable to a heap
190    memory information leak, where server allocated heap memory may be
191    returned to the client without being cleared.
193    There is no known vulnerability associated with this error, but
194    uncleared heap memory may contain previously used data that may help
195    an attacker compromise the server via other methods. Uncleared heap
196    memory may potentially contain password hashes or other high-value
197    data.
199 For more details and workarounds, please see the security advisories:
201    o https://www.samba.org/samba/security/CVE-2017-14746.html
202    o https://www.samba.org/samba/security/CVE-2017-15275.html
205 Changes since 4.6.10:
206 ---------------------
208 o  Jeremy Allison <jra@samba.org>
209    * BUG 13041: CVE-2017-14746: s3: smbd: Fix SMB1 use-after-free crash bug.
210    * BUG 13077: CVE-2017-15275: s3: smbd: Chain code can return uninitialized
211      memory when talloc buffer is grown.
214 #######################################
215 Reporting bugs & Development Discussion
216 #######################################
218 Please discuss this release on the samba-technical mailing list or by
219 joining the #samba-technical IRC channel on irc.freenode.net.
221 If you do report problems then please try to send high quality
222 feedback. If you don't provide vital information to help us track down
223 the problem then you will probably be ignored.  All bug reports should
224 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
225 database (https://bugzilla.samba.org/).
228 ======================================================================
229 == Our Code, Our Bugs, Our Responsibility.
230 == The Samba Team
231 ======================================================================
234 ----------------------------------------------------------------------
237                    ==============================
238                    Release Notes for Samba 4.6.10
239                           November 15, 2017
240                    =============================
243 This is an additional bugfix release to address a possible data corruption
244 issue. Please update immediately! For details, please see
246   https://bugzilla.samba.org/show_bug.cgi?id=13130
248 Samba 4.6.0 and newer is affected by this issue.
251 Changes since 4.6.9:
252 --------------------
254 o  Michael Adam <obnox@samba.org>
255    * BUG 13091: vfs_glusterfs: Fix exporting subdirs with shadow_copy2.
257 o  Jeremy Allison <jra@samba.org>
258    * BUG 13093: s3: smbclient: Ensure we call client_clean_name() before all
259      operations on remote pathnames.
260    * BUG 13121: Non-smbd processes using kernel oplocks can hang smbd.
262 o  Joe Guo <joeg@catalyst.net.nz>
263    * BUG 13127: python: use communicate to fix Popen deadlock.
265 o  Volker Lendecke <vl@samba.org>
266    * BUG 13130: smbd on disk file corruption bug under heavy threaded load.
268 o  Stefan Metzmacher <metze@samba.org>
269    * BUG 13130: tevent: version 0.9.34.
271 o  Anoop C S <anoopcs@redhat.com>
272    * BUG 13086: vfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIR.
274 o  Christof Schmitt <cs@samba.org>
275    * BUG 13047: smbd: Move check for SMB2 compound request to new function.
277 o  Andreas Schneider <asn@samba.org>
278    * BUG 13100: s3:vfs_glusterfs: Fix a double free in vfs_gluster_getwd().
279    * BUG 13101: s4:pyparam: Fix resource leaks on error.
281 o  Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
282    * BUG 13118: s3: smbd: Fix delete-on-close after smb2_find.
285 #######################################
286 Reporting bugs & Development Discussion
287 #######################################
289 Please discuss this release on the samba-technical mailing list or by
290 joining the #samba-technical IRC channel on irc.freenode.net.
292 If you do report problems then please try to send high quality
293 feedback. If you don't provide vital information to help us track down
294 the problem then you will probably be ignored.  All bug reports should
295 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
296 database (https://bugzilla.samba.org/).
299 ======================================================================
300 == Our Code, Our Bugs, Our Responsibility.
301 == The Samba Team
302 ======================================================================
305 ----------------------------------------------------------------------
308                    =============================
309                    Release Notes for Samba 4.6.9
310                           October 25, 2017
311                    =============================
314 This is the latest stable release of the Samba 4.6 release series.
317 Changes since 4.6.8:
318 --------------------
320 o  Jeremy Allison <jra@samba.org>
321    * BUG 12899: s3: libsmb: Reverse sense of 'clear all attributes', ignore
322      attribute change in SMB2 to match SMB1.
323    * BUG 12913: SMBC_setatr() initially uses an SMB1 call before falling back.
324    * BUG 13003: Fix segfault on MacOS 10.12.3 clients caused by
325      SMB_VFS_GET_COMPRESSION.
326    * BUG 13069: sys_getwd() can leak memory or possibly return the wrong errno
327      on older systems.
329 o  Ralph Boehme <slow@samba.org>
330    * BUG 6133: Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem.
331    * BUG 7909: vfs_zfs_acl: Map SYNCHRONIZE acl permission statically.
332    * BUG 7933: vfs_fake_acls: Honor SEC_STD_WRITE_OWNER bit.
333    * BUG 12791: Kernel oplocks still have issues with named streams.
334    * BUG 12944: vfs_gpfs: Handle EACCES when fetching DOS attributes.
335    * BUG 12991: s3/mdssvc: Missing assignment in sl_pack_float.
336    * BUG 12995: Fix wrong Samba access checks when changing DOS attributes.
337    * BUG 13065: net: Groupmap cleanup should not delete BUILTIN mappings.
338    * BUG 13076: Enabling vfs_fruit results in loss of Finder tags and other
339      xattrs.
341 o  Samuel Cabrero <scabrero@suse.de>
342    * BUG 12993: s3: spoolss: Fix GUID string format on GetPrinter info.
344 o  David Disseldorp <ddiss@samba.org>
345    * BUG 12144: smbd/ioctl: Match WS2016 ReFS set compression behaviour.
347 o  Amitay Isaacs <amitay@gmail.com>
348    * BUG 13012: ctdb-daemon: Fix implementation of process_exists control.
349    * BUG 13021: ctdb: GET_DB_SEQNUM control can cause ctdb to deadlock when
350      databases are frozen.
351    * BUG 13029: ctdb-daemon: Free up record data if a call request is deferred.
352    * BUG 13036: ctdb-client: Initialize ctdb_ltdb_header completely for empty
353      record.
354    * BUG 13056: CTDB starts consuming memory if there are dead nodes in the
355      cluster.
356    * BUG 13070: ctdb-common: Ignore event scripts with multiple '.'s.
358 o  Lutz Justen <ljusten@google.com>
359    * BUG 13046: libgpo: Sort the GPOs in the correct order.
361 o  Stefan Metzmacher <metze@samba.org>
362    * BUG 12973: 'smbd' uses a lot of CPU on startup of a connection.
363    * BUG 13018: charset: Fix str[n]casecmp_m() by comparing lower case values.
364    * BUG 13079: Can't change password in Samba from a windows client if Samba
365      runs on IPv6 only interface.
367 o  Volker Lendecke <vl@samba.org>
368    * BUG 12903: Fix file change notification for renames.
369    * BUG 13006: messaging: Avoid a socket leak after fork.
370    * BUG 13090: vfs_catia: Fix a potential memleak.
372 o  Christof Schmitt <cs@samba.org>
373    * BUG 12983: vfs_default: Fix passing of errno from async calls.
374    * BUG 13032: vfs_streams_xattr: Fix segfault when running with log level 10.
376 o  Andreas Schneider <asn@samba.org>
377    * BUG 12629: s3:utils: Do not report an invalid range for AD DC role.
378    * BUG 12704: s3:libsmb: Print the kinit failed message with DBGLVL_NOTICE.
379    * BUG 12956: s3:libads: Fix changing passwords with Kerberos.
380    * BUG 12975: Fix changing the password with 'smbpasswd' as a local user on
381      a domain member.
384 #######################################
385 Reporting bugs & Development Discussion
386 #######################################
388 Please discuss this release on the samba-technical mailing list or by
389 joining the #samba-technical IRC channel on irc.freenode.net.
391 If you do report problems then please try to send high quality
392 feedback. If you don't provide vital information to help us track down
393 the problem then you will probably be ignored.  All bug reports should
394 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
395 database (https://bugzilla.samba.org/).
398 ======================================================================
399 == Our Code, Our Bugs, Our Responsibility.
400 == The Samba Team
401 ======================================================================
404 ----------------------------------------------------------------------
407                    =============================
408                    Release Notes for Samba 4.6.8
409                          September 20, 2017
410                    =============================
413 This is a security release in order to address the following defects:
415 o  CVE-2017-12150 (SMB1/2/3 connections may not require signing where they
416    should)
417 o  CVE-2017-12151 (SMB3 connections don't keep encryption across DFS redirects)
418 o  CVE-2017-12163 (Server memory information leak over SMB1)
421 =======
422 Details
423 =======
425 o  CVE-2017-12150:
426    A man in the middle attack may hijack client connections.
428 o  CVE-2017-12151:
429    A man in the middle attack can read and may alter confidential
430    documents transferred via a client connection, which are reached
431    via DFS redirect when the original connection used SMB3.
433 o  CVE-2017-12163:
434    Client with write access to a share can cause server memory contents to be
435    written into a file or printer.
437 For more details and workarounds, please see the security advisories:
439    o https://www.samba.org/samba/security/CVE-2017-12150.html
440    o https://www.samba.org/samba/security/CVE-2017-12151.html
441    o https://www.samba.org/samba/security/CVE-2017-12163.html
444 Changes since 4.6.7:
445 --------------------
447 o  Jeremy Allison <jra@samba.org>
448    * BUG 12836: s3: smbd: Fix a read after free if a chained SMB1 call goes
449      async.
450    * BUG 13020: CVE-2017-12163: s3:smbd: Prevent client short SMB1 write from
451      writing server memory to file.
453 o  Ralph Boehme <slow@samba.org>
454    * BUG 12885: s3/smbd: Let non_widelink_open() chdir() to directories
455      directly.
457 o  Stefan Metzmacher <metze@samba.org>
458    * BUG 12996: CVE-2017-12151: Keep required encryption across SMB3 dfs
459      redirects.
460    * BUG 12997: CVE-2017-12150: Some code path don't enforce smb signing
461      when they should.
464 #######################################
465 Reporting bugs & Development Discussion
466 #######################################
468 Please discuss this release on the samba-technical mailing list or by
469 joining the #samba-technical IRC channel on irc.freenode.net.
471 If you do report problems then please try to send high quality
472 feedback. If you don't provide vital information to help us track down
473 the problem then you will probably be ignored.  All bug reports should
474 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
475 database (https://bugzilla.samba.org/).
478 ======================================================================
479 == Our Code, Our Bugs, Our Responsibility.
480 == The Samba Team
481 ======================================================================
484 ----------------------------------------------------------------------
487                    =============================
488                    Release Notes for Samba 4.6.7
489                            August 9, 2017
490                    =============================
493 This is the latest stable release of the Samba 4.6 release series.
496 Changes since 4.6.6:
497 ---------------------
499 o  Jeremy Allison <jra@samba.org>
500    * BUG 12836: s3: smbd: Fix a read after free if a chained SMB1 call goes async.
502 o  Andrew Bartlett <abartlet@samba.org>
503    * BUG 11392: s4-cldap/netlogon: Match Windows 2012R2 and return
504      NETLOGON_NT_VERSION_5 when version unspecified.
506 o  Ralph Boehme <slow@samba.org>
507    * BUG 12885: s3/smbd: Let non_widelink_open() chdir() to directories directly.
508    * BUG 12910: s3/notifyd: Ensure notifyd doesn't return from
509      smbd_notifyd_init.
511 o  Günther Deschner <gd@samba.org>
512    * BUG 12840: vfs_fruit: Add fruit:model = <modelname> parametric option.
514 o  David Disseldorp <ddiss@samba.org>
515    * BUG 12911: vfs_ceph: Fix cephwrap_chdir().
517 o  Dustin L. Howett
518    * BUG 12720: idmap_ad: Retry query_user exactly once if we get
519      TLDAP_SERVER_DOWN.
521 o  Thomas Jarosch <thomas.jarosch@intra2net.com>
522    * BUG 12927: s3: libsmb: Fix use-after-free when accessing pointer *p.
524 o  Volker Lendecke <vl@samba.org>
525    * BUG 12925: smbd: Fix a connection run-down race condition.
527 o  Stefan Metzmacher <metze@samba.org>
528    * BUG 12782: winbindd changes the local password and gets
529      NT_STATUS_WRONG_PASSWORD for the remote change.
530    * BUG 12890: s3:smbd: consistently use talloc_tos() memory for
531      rpc_pipe_open_interface().
533 o  Noel Power <noel.power@suse.com>
534    * BUG 12937: smbcacls: Don't fail against a directory on Windows using SMB2.
536 o  Arvid Requate <requate@univention.de>
537    * BUG 11392: s4-dsdb/netlogon: Allow missing ntver in cldap ping.
539 o  Garming Sam <garming@catalyst.net.nz>
540    * BUG 12813: dnsserver: Stop dns_name_equal doing OOB read.
542 o  Andreas Schneider <asn@samba.org>
543    * BUG 12886: s3:client: The smbspool krb5 wrapper needs negotiate for
544      authentication.
546 o  Martin Schwenke <martin@meltin.net>
547    * BUG 12898: ctdb-common: Set close-on-exec when creating PID file.
550 #######################################
551 Reporting bugs & Development Discussion
552 #######################################
554 Please discuss this release on the samba-technical mailing list or by
555 joining the #samba-technical IRC channel on irc.freenode.net.
557 If you do report problems then please try to send high quality
558 feedback. If you don't provide vital information to help us track down
559 the problem then you will probably be ignored.  All bug reports should
560 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
561 database (https://bugzilla.samba.org/).
564 ======================================================================
565 == Our Code, Our Bugs, Our Responsibility.
566 == The Samba Team
567 ======================================================================
570 ----------------------------------------------------------------------
573                    =============================
574                    Release Notes for Samba 4.6.6
575                             July 12, 2017
576                    =============================
579 This is a security release in order to address the following defect:
581 o  CVE-2017-11103 (Orpheus' Lyre mutual authentication validation bypass)
583 =======
584 Details
585 =======
587 o  CVE-2017-11103 (Heimdal):
588    All versions of Samba from 4.0.0 onwards using embedded Heimdal
589    Kerberos are vulnerable to a man-in-the-middle attack impersonating
590    a trusted server, who may gain elevated access to the domain by
591    returning malicious replication or authorization data.
593    Samba binaries built against MIT Kerberos are not vulnerable.
596 Changes since 4.6.5:
597 ---------------------
599 o  Jeffrey Altman <jaltman@secure-endpoints.com>
600    * BUG 12894: CVE-2017-11103: Orpheus' Lyre KDC-REP service name validation
603 #######################################
604 Reporting bugs & Development Discussion
605 #######################################
607 Please discuss this release on the samba-technical mailing list or by
608 joining the #samba-technical IRC channel on irc.freenode.net.
610 If you do report problems then please try to send high quality
611 feedback. If you don't provide vital information to help us track down
612 the problem then you will probably be ignored.  All bug reports should
613 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
614 database (https://bugzilla.samba.org/).
617 ======================================================================
618 == Our Code, Our Bugs, Our Responsibility.
619 == The Samba Team
620 ======================================================================
623 ----------------------------------------------------------------------
626                    =============================
627                    Release Notes for Samba 4.6.5
628                             June 6, 2017
629                    =============================
632 This is the latest stable release of the Samba 4.6 release series.
635 Changes since 4.6.4:
636 ---------------------
638 o  Jeremy Allison <jra@samba.org>
639    * BUG 12804: s3: VFS: Catia: Ensure path name is also converted.
641 o  Christian Ambach <ambi@samba.org>
642    * BUG 12765: s3:smbcacls add prompt for password.
644 o  Ralph Boehme <slow@samba.org>
645    * BUG 12562: vfs_acl_xattr|tdb: Ensure create mask is at least 0666 if
646      ignore_system_acls is set.
647    * BUG 12702: Wrong sid->uid mapping for SIDs residing in sIDHistory.
648    * BUG 12749: vfs_fruit: lp_case_sensitive() does not return a bool.
649    * BUG 12766: s3/smbd: Update exclusive oplock optimisation to the lease area.
650    * BUG 12798: s3/smbd: Fix exclusive lease optimisation.
652 o  Alexander Bokovoy <ab@samba.org>
653    * BUG 12751: Allow passing trusted domain password as plain-text to PASSDB
654      layer.
655    * BUG 12764: systemd: Fix detection of libsystemd.
657 o  Amitay Isaacs <amitay@gmail.com>
658    * BUG 12697: ctdb-readonly: Avoid a tight loop waiting for revoke to
659      complete.
660    * BUG 12770: ctdb-logging: Initialize DEBUGLEVEL before changing the value.
662 o  Shilpa Krishnareddy <skrishnareddy@panzura.com>
663    * BUG 12756: notify: Fix ordering of events in notifyd.
665 o  Volker Lendecke <vl@samba.org>
666    * BUG 12757: idmap_rfc2307: Lookup of more than two SIDs fails.
668 o  Stefan Metzmacher <metze@samba.org>
669    * BUG 12767: samba-tool: Let 'samba-tool user syncpasswords' report deletions
670      immediately.
672 o  Doug Nazar <nazard@nazar.ca>
673    * BUG 12760: s3: smbd: inotify_map_mask_to_filter incorrectly indexes an
674      array.
676 o  Andreas Schneider <asn@samba.org>
677    * BUG 12687: vfs_expand_msdfs tries to open the remote address as a file
678      path.
680 o  Martin Schwenke <martin@meltin.net>
681    * BUG 12802: 'ctdb nodestatus' incorrectly displays status for all nodes with
682      wrong exit code.
683    * BUG 12814: ctdb-common: Fix crash in logging initialisation.
686 #######################################
687 Reporting bugs & Development Discussion
688 #######################################
690 Please discuss this release on the samba-technical mailing list or by
691 joining the #samba-technical IRC channel on irc.freenode.net.
693 If you do report problems then please try to send high quality
694 feedback. If you don't provide vital information to help us track down
695 the problem then you will probably be ignored.  All bug reports should
696 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
697 database (https://bugzilla.samba.org/).
700 ======================================================================
701 == Our Code, Our Bugs, Our Responsibility.
702 == The Samba Team
703 ======================================================================
706 ----------------------------------------------------------------------
709                    =============================
710                    Release Notes for Samba 4.6.4
711                             May 24, 2017
712                    =============================
715 This is a security release in order to address the following defect:
717 o  CVE-2017-7494 (Remote code execution from a writable share)
719 =======
720 Details
721 =======
723 o  CVE-2017-7494:
724    All versions of Samba from 3.5.0 onwards are vulnerable to a remote
725    code execution vulnerability, allowing a malicious client to upload a
726    shared library to a writable share, and then cause the server to load
727    and execute it.
730 Changes since 4.6.3:
731 ---------------------
733 o  Volker Lendecke <vl@samba.org>
734    * BUG 12780: CVE-2017-7494: Avoid remote code execution from a writable
735      share.
738 #######################################
739 Reporting bugs & Development Discussion
740 #######################################
742 Please discuss this release on the samba-technical mailing list or by
743 joining the #samba-technical IRC channel on irc.freenode.net.
745 If you do report problems then please try to send high quality
746 feedback. If you don't provide vital information to help us track down
747 the problem then you will probably be ignored.  All bug reports should
748 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
749 database (https://bugzilla.samba.org/).
752 ======================================================================
753 == Our Code, Our Bugs, Our Responsibility.
754 == The Samba Team
755 ======================================================================
758 ----------------------------------------------------------------------
761                    =============================
762                    Release Notes for Samba 4.6.3
763                            April 25, 2017
764                    =============================
767 This is the latest stable release of the Samba 4.6 release series.
770 Changes since 4.6.2:
771 --------------------
773 o  Michael Adam <obnox@samba.org>
774    * BUG 12743: s3:vfs:shadow_copy2: vfs_shadow_copy2 fails to list snapshots
775      from shares with GlusterFS backend.
777 o  Jeremy Allison <jra@samba.org>
778    * BUG 12559: Fix for Solaris C compiler.
779    * BUG 12628: s3: locking: Update oplock optimization for the leases era.
780    * BUG 12693: Make the Solaris C compiler happy.
781    * BUG 12695: s3: libgpo: Allow skipping GPO objects that don't have the
782      expected LDAP attributes.
783    * BUG 12747: Fix buffer overflow caused by wrong use of getgroups.
785 o  Hanno Boeck <hanno@hboeck.de>
786    * BUG 12746: lib: debug: Avoid negative array access.
787    * BUG 12748: cleanupdb: Fix a memory read error.
789 o  Ralph Boehme <slow@samba.org>
790    * BUG 7537: streams_xattr and kernel oplocks results in
791      NT_STATUS_NETWORK_BUSY.
792    * BUG 11961: winbindd: idmap_autorid allocates ids for unknown SIDs from other
793      backends.
794    * BUG 12565: vfs_fruit: Resource fork open request with
795      flags=O_CREAT|O_RDONLY.
796    * BUG 12615: manpages/vfs_fruit: Document global options.
797    * BUG 12624: lib/pthreadpool: Fix a memory leak.
798    * BUG 12727: Lookup-domain for well-known SIDs on a DC.
799    * BUG 12728: winbindd: Fix error handling in rpc_lookup_sids().
800    * BUG 12729: winbindd: Trigger possible passdb_dsdb initialisation.
802 o  Alexander Bokovoy <ab@samba.org>
803    * BUG 12611: credentials_krb5: use gss_acquire_cred for client-side GSSAPI
804      use case.
805    * BUG 12690: lib/crypto: Implement samba.crypto Python module for RC4.
807 o  Amitay Isaacs <amitay@gmail.com>
808    * BUG 12697: ctdb-readonly: Avoid a tight loop waiting for revoke to
809      complete.
810    * BUG 12723: ctdb_event monitor command crashes if event is not specified.
811    * BUG 12733: ctdb-docs: Fix documentation of "-n" option to 'ctdb tool'.
813 o  Volker Lendecke <vl@samba.org>
814    * BUG 12558: smbd: Fix smb1 findfirst with DFS.
815    * BUG 12610: smbd: Do an early exit on negprot failure.
816    * BUG 12699: winbindd: Fix substitution for 'template homedir'.
818 o  Stefan Metzmacher <metze@samba.org>
819    * BUG 12554: s4:kdc: Disable principal based autodetected referral detection.
820    * BUG 12613: idmap_autorid: Allocate new domain range if the callers knows
821      the sid is valid.
822    * BUG 12724: LINKFLAGS_PYEMBED should not contain -L/some/path.
823    * BUG 12725: PAM auth with WBFLAG_PAM_GET_PWD_POLICY returns wrong policy for
824      trusted domain.
825    * BUG 12731: rpcclient: Allow -U'OTHERDOMAIN\user' again.
827 o  Christof Schmitt <cs@samba.org>
828    * BUG 12725: winbindd: Fix password policy for pam authentication.
830 o  Andreas Schneider <asn@samba.org>
831    * BUG 12554: s3:gse: Correctly handle external trusts with MIT.
832    * BUG 12611: auth/credentials: Always set the realm if we set the principal
833      from the ccache.
834    * BUG 12686: replace: Include sysmacros.h.
835    * BUG 12687: s3:vfs_expand_msdfs: Do not open the remote address as a file.
836    * BUG 12704: s3:libsmb: Only print error message if kerberos use is forced.
837    * BUG 12708: winbindd: Child process crashes when kerberos-authenticating
838      a user with wrong password.
840 o  Uri Simchoni <uri@samba.org>
841    * BUG 12715: vfs_fruit: Office document opens as read-only on macOS due to
842      CNID semantics.
843    * BUG 12737: vfs_acl_xattr: Fix failure to get ACL on Linux if memory is
844      fragmented.
847 #######################################
848 Reporting bugs & Development Discussion
849 #######################################
851 Please discuss this release on the samba-technical mailing list or by
852 joining the #samba-technical IRC channel on irc.freenode.net.
854 If you do report problems then please try to send high quality
855 feedback. If you don't provide vital information to help us track down
856 the problem then you will probably be ignored.  All bug reports should
857 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
858 database (https://bugzilla.samba.org/).
861 ======================================================================
862 == Our Code, Our Bugs, Our Responsibility.
863 == The Samba Team
864 ======================================================================
867 ----------------------------------------------------------------------
870                    =============================
871                    Release Notes for Samba 4.6.2
872                            March 31, 2017
873                    =============================
876 This is a bug fix release to address a regression introduced by the security
877 fixes for CVE-2017-2619 (Symlink race allows access outside share definition).
878 Please see https://bugzilla.samba.org/show_bug.cgi?id=12721 for details.
881 Changes since 4.6.1:
882 --------------------
884 o  Jeremy Allison <jra@samba.org>
885    * BUG 12721: Fix regression with "follow symlinks = no".
888 #######################################
889 Reporting bugs & Development Discussion
890 #######################################
892 Please discuss this release on the samba-technical mailing list or by
893 joining the #samba-technical IRC channel on irc.freenode.net.
895 If you do report problems then please try to send high quality
896 feedback. If you don't provide vital information to help us track down
897 the problem then you will probably be ignored.  All bug reports should
898 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
899 database (https://bugzilla.samba.org/).
902 ======================================================================
903 == Our Code, Our Bugs, Our Responsibility.
904 == The Samba Team
905 ======================================================================
908 ----------------------------------------------------------------------
911                    =============================
912                    Release Notes for Samba 4.6.1
913                            March 23, 2017
914                    =============================
917 This is a security release in order to address the following defect:
919 o  CVE-2017-2619 (Symlink race allows access outside share definition)
921 =======
922 Details
923 =======
925 o  CVE-2017-2619:
926    All versions of Samba prior to 4.6.1, 4.5.7, 4.4.11 are vulnerable to
927    a malicious client using a symlink race to allow access to areas of
928    the server file system not exported under the share definition.
930    Samba uses the realpath() system call to ensure when a client requests
931    access to a pathname that it is under the exported share path on the
932    server file system.
934    Clients that have write access to the exported part of the file system
935    via SMB1 unix extensions or NFS to create symlinks can race the server
936    by renaming a realpath() checked path and then creating a symlink. If
937    the client wins the race it can cause the server to access the new
938    symlink target after the exported share path check has been done. This
939    new symlink target can point to anywhere on the server file system.
941    This is a difficult race to win, but theoretically possible. Note that
942    the proof of concept code supplied wins the race reliably only when
943    the server is slowed down using the strace utility running on the
944    server. Exploitation of this bug has not been seen in the wild.
947 Changes since 4.6.0:
948 --------------------
950 o  Jeremy Allison <jra@samba.org>
951    * BUG 12496: CVE-2017-2619: Symlink race permits opening files outside share
952      directory.
954 o  Ralph Boehme <slow@samba.org>
955    * BUG 12496: CVE-2017-2619: Symlink race permits opening files outside share
956      directory.
959 #######################################
960 Reporting bugs & Development Discussion
961 #######################################
963 Please discuss this release on the samba-technical mailing list or by
964 joining the #samba-technical IRC channel on irc.freenode.net.
966 If you do report problems then please try to send high quality
967 feedback. If you don't provide vital information to help us track down
968 the problem then you will probably be ignored.  All bug reports should
969 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
970 database (https://bugzilla.samba.org/).
973 ======================================================================
974 == Our Code, Our Bugs, Our Responsibility.
975 == The Samba Team
976 ======================================================================
979 ----------------------------------------------------------------------
982                    ==============================
983                    Release Notes for Samba 4.6.0
984                            March 7, 2017
985                    ==============================
988 This is the first stable release of Samba 4.6.
989 Please read the release notes carefully before upgrading.
992 UPGRADING
993 =========
995 ID Mapping
996 ----------
997 We discovered that the majority of users have an invalid or incorrect
998 ID mapping configuration. We implemented checks in the 'testparm' tool to
999 validate the ID mapping configuration. You should run it and check if it prints
1000 any warnings or errors after upgrading! If it does you should fix them. See the
1001 'IDENTITY MAPPING CONSIDERATIONS' section in the smb.conf manpage.
1002 There are some ID mapping backends which are not allowed to be used for the
1003 default backend. Winbind will no longer start if an invalid backend is
1004 configured as the default backend.
1006 To avoid problems in future we advise all users to run 'testparm' after
1007 changing the smb.conf file!
1009 vfs_fruit option "fruit:resource" spelling correction
1010 -----------------------------------------------------
1012 Due to a spelling error in the vfs_fruit option parsing for the "fruit:resource"
1013 option, users who have set this option in their smb.conf were still using the
1014 default setting "fruit:resource = file" as the parser was looking for the string
1015 "fruit:ressource" (two "s").
1017 After upgrading to this Samba version 4.6, you MUST either remove the option
1018 from your smb.conf or set it to the default "fruit:resource = file", otherwise
1019 your macOS clients will not be able to access the resource fork data.
1021 This version Samba 4.6 accepts both the correct and incorrect spelling, but the
1022 next Samba version 4.7 will not accept the wrong spelling.
1024 Users who were using the wrong spelling "ressource" with two "s" can keep the
1025 setting, but are advised to switch to the correct spelling.
1027 vfs_fruit Netatalk metadata xattr name on *BSD
1028 ----------------------------------------------
1030 Users on *BSD must rename the metadata xattr used by vfs_fruit when
1031 using the default setting "fruit:metadata = netatalk".
1033 Due to a glitch in the Samba xattr API compatibility layer for FreeBSD and a
1034 mistake in vfs_fruit, vfs_fruit ended up using the wrong xattr name when
1035 configured with "fruit:metadata = netatalk" (default). Instead of the correct
1037   org.netatalk.Metadata
1039 it used
1041   netatalk.Metadata
1043 Starting with Samba 4.6 vfs_fruit will use the correct "org.netatalk.Metadata"
1044 which means existing installations must rename this xattrs. For this purpose
1045 Samba now includes a new tool `mvxattr`. See below for further details.
1048 NEW FEATURES/CHANGES
1049 ====================
1051 Kerberos client encryption types
1052 --------------------------------
1053 Some parts of Samba (most notably winbindd) perform Kerberos client
1054 operations based on a Samba-generated krb5.conf file. A new
1055 parameter, "kerberos encryption types" allows configuring the
1056 encryption types set in this file, thereby allowing the user to
1057 enforce strong or legacy encryption in Kerberos exchanges.
1059 The default value of "all" is compatible with previous behavior, allowing
1060 all encryption algorithms to be negotiated. Setting the parameter to "strong"
1061 only allows AES-based algorithms to be negotiated. Setting the parameter to
1062 "legacy" allows only RC4-HMAC-MD5 - the legacy algorithm for Active Directory.
1063 This can solves some corner cases of mixed environments with Server 2003R2 and
1064 newer DCs.
1066 Printing
1067 --------
1068 Support for uploading printer drivers from newer Windows clients (Windows 10)
1069 has been added until our implementation of [MS-PAR] protocol is ready.
1070 Several issues with uploading different printing drivers have been addressed.
1072 The OS Version for the printing server has been increased to announce
1073 Windows Server 2003 R2 SP2. If a driver needs a newer version then you should
1074 check the smb.conf manpage for details.
1076 New option for owner inheritance
1077 --------------------------------
1078 The "inherit owner" smb.conf parameter instructs smbd to set the
1079 owner of files to be the same as the parent directory's owner.
1080 Up until now, this parameter could be set to "yes" or "no".
1081 A new option, "unix only", enables this feature only for the UNIX owner
1082 of the file, not affecting the SID owner in the Windows NT ACL of the
1083 file. This can be used to emulate something very similar to folder quotas.
1085 Multi-process Netlogon support
1086 ------------------------------
1088 The Netlogon server in the Samba AD DC can now run as multiple
1089 processes.  The Netlogon server is a part of the AD DC that handles
1090 NTLM authentication on behalf of domain members, including file
1091 servers, NTLM-authenticated web servers and 802.1x gateways.  The
1092 previous restriction to running as a single process has been removed,
1093 and it will now run in the same process model as the rest of the
1094 'samba' binary.
1096 As part of this change, the NETLOGON service will now run on a distinct
1097 TCP port, rather than being shared with all other RPC services (LSA,
1098 SAMR, DRSUAPI etc).
1100 New options for controlling TCP ports used for RPC services
1101 -----------------------------------------------------------
1103 The new 'rpc server port' option controls the default port used for
1104 RPC services other than Netlogon.  The Netlogon server honours instead
1105 the 'rpc server port:netlogon' option.  The default value for both
1106 these options is the first available port including or after 1024.
1108 AD LDAP and replication performance improvements
1109 ------------------------------------------------
1111 Samba's LDB (the database holding the AD directory tree, as seen via
1112 LDAP) and our DRSUAPI replication code continues to improve,
1113 particularly in respect to the handling of large numbers of objects or
1114 linked attributes.
1116  * We now respect an 'uptodateness vector' which will dramatically
1117    reduce the over-replication of links from new DCs.
1119  * We have also made the parsing of on-disk linked attributes much
1120    more efficient.
1122  * We rely on ldb 1.1.28.  This ldb version has improved memory
1123    handling for ldb search results, improving poorly indexed and
1124    unindexed search result processing speed by around 20%.
1126 DNS improvements
1127 ----------------
1129 The samba-tool dns subcommand is now much more robust and can delete
1130 records in a number of situations where it was not possible to do so
1131 in the past.
1133 On the server side, DNS names are now more strictly validated.
1135 CTDB changes
1136 ------------
1138 * "ctdb event" is a new top-level command for interacting with event scripts
1140   "ctdb event status" replaces "ctdb scriptstatus" - the latter is
1141   maintained for backward compatibility but the output format has been
1142   cleaned up
1144   "ctdb event run" replaces "ctdb eventscript"
1146   "ctdb event script enable" replaces "ctdb enablescript"
1148   "ctdb event script disable" replaces "ctdb disablescript"
1150   The new command "ctdb event script list" lists event scripts.
1152 * CTDB's back-end for running event scripts has been replaced by a
1153   separate, long-running daemon ctdbd_eventd.
1155 * Running ctdb interactively will log to stderr
1157 * CTDB logs now include process id for each process
1159 * CTDB tags log messages differently.  Changes include:
1161   ctdb-recoverd: Messages from CTDB's recovery daemon
1162   ctdb-recovery: Messages from CTDB database recovery
1163   ctdb-eventd: Messages from CTDB's event daemon
1164   ctdb-takeover: Messages from CTDB's public IP takeover subsystem
1166 * The mapping between symbolic and numeric debug levels has changed
1168   Configurations containing numeric debug levels should be updated.
1169   Symbolic debug levels are recommended.  See the DEBUG LEVEL section
1170   of ctdb(7) for details.
1172 * Tunable IPAllocAlgorithm replaces LCP2PublicIPs, DeterministicIPs
1174   See ctdb-tunables(7) for details.
1176 * CTDB's configuration tunables should be consistently set across a cluster
1178   This has always been the cases for most tunables but this fact is
1179   now documented.
1181 * CTDB ships with recovery lock helper call-outs for etcd and Ceph RADOS
1183   To build/install these, use the "--enable-etcd-reclock" and
1184   "--enable-ceph-reclock" configure options.
1186 winbind changes
1187 ---------------
1189 winbind contains code that tries to emulate the group membership calculation
1190 that domain controllers do when a user logs in. This group membership calculation
1191 is a very complex process, in particular for domain trust relationship
1192 situations. Also, in many scenarios it is impossible for winbind to
1193 correctly do this calculation due to access restrictions in the
1194 domains: winbind using its machine account simply does not have the
1195 rights to ask for an arbitrary user's group memberships.
1197 When a user logs in to a Samba server, the domain controller correctly
1198 calculates the user's group memberships authoritatively and makes the
1199 information available to the Samba server. This is the only reliable
1200 way Samba can get informed about the groups a user is member of.
1202 Because of its flakiness, the fallback group membership code is unwished,
1203 and our code pathes try hard to only use of the group memberships
1204 calculated by the domain controller.
1206 However, a lot of admins rely on the fallback behavior in order to support
1207 access for nfs access, ssh public key authentication and passwordless sudo.
1209 That's the reason for changing this back between 4.6.0rc4 and 4.6.0
1210 (See BUG 12612).
1212 The winbind change to simplify the calculation of supplementary groups to make
1213 it more reliable and predictable has been deferred to 4.7 or later.
1215 This means that 'id <username>' without the user having logged in
1216 previously works similar to 4.5.
1218 winbind primary group and nss info
1219 ----------------------------------
1221 With 4.6, it will be possible to optionally use the primary group as
1222 set in the "Unix Attributes" tab for the local unix token of a domain
1223 user.  Before 4.6, the Windows primary group was always chosen as
1224 primary group for the local unix token.
1226 To activate the unix primary group, set
1228 idmap config <DOMAIN> : unix_primary_group = yes
1230 Similarly, set
1232 idmap config <DOMAIN> : unix_nss_info = yes
1234 to retrieve the home directory and login shell from the "Unix
1235 Attributes" of the user. This supersedes the "winbind nss info"
1236 parameter with a per-domain configuration option.
1238 mvxattr
1239 -------
1241 mvxattr is a simple utility to recursively rename extended attributes of all
1242 files and directories in a directory tree.
1244   Usage: mvxattr -s STRING -d STRING PATH [PATH ...]
1245     -s, --from=STRING         xattr source name
1246     -d, --to=STRING           xattr destination name
1247     -l, --follow-symlinks     follow symlinks, the default is to ignore them
1248     -p, --print               print files where the xattr got renamed
1249     -v, --verbose             print files as they are checked
1250     -f, --force               force overwriting of destination xattr
1252   Help options:
1253     -?, --help                Show this help message
1254     --usage                   Display brief usage message
1256 idmap_hash
1257 ----------
1259 The idmap_hash module is marked as deprecated with this release and will be
1260 removed in a future version. See the manpage of the module for details.
1263 smb.conf changes
1264 ================
1266   Parameter Name                Description             Default
1267   --------------                -----------             -------
1268   kerberos encryption types     New                     all
1269   inherit owner                 New option
1270   fruit:resource                Spelling correction
1271   lsa over netlogon             New (deprecated)        no
1272   rpc server port               New                     0
1275 KNOWN ISSUES
1276 ============
1278 https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.6#Release_blocking_bugs
1281 CHANGES SINCE 4.6.0rc4
1282 ======================
1284 o  Jeremy Allison <jra@samba.org>
1285    * BUG 12592: Fix several issues found by covscan.
1286    * BUG 12608: s3: smbd: Restart reading the incoming SMB2 fd when the send
1287      queue is drained.
1289 o  Ralph Boehme <slow@samba.org>
1290    * BUG 12427: vfs_fruit doesn't work with fruit:metadata=stream.
1291    * BUG 12526: vfs_fruit: Only veto AppleDouble files if "fruit:resource" is
1292      set to "file".
1293    * BUG 12604: vfs_fruit: Enabling AAPL extensions must be a global switch.
1295 o  Volker Lendecke <vl@samba.org>
1296    * BUG 12612: Re-enable token groups fallback.
1298 o  Stefan Metzmacher <metze@samba.org>
1299    * BUG 9048: Samba4 ldap error codes.
1300    * BUG 12557: gensec:spnego: Add debug message for the failed principal.
1301    * BUG 12605: s3:winbindd: Fix endless forest trust scan.
1302    * BUG 12612: winbindd: Find the domain based on the sid within
1303      wb_lookupusergroups_send().
1305 o  Andreas Schneider <asn@samba.org>
1306    * BUG 12557: s3:librpc: Handle gss_min in gse_get_client_auth_token()
1307      correctly.
1308    * BUG 12582: idmap_hash: Add a deprecation message, improve the idmap_hash
1309      manpage.
1310    * BUG 12592: Fix several issues found by covscan.
1312 o  Martin Schwenke <martin@meltin.net>
1313    * BUG 12592: ctdb-logging: CID 1396883 Dereference null return value
1314      (NULL_RETURNS).
1317 CHANGES SINCE 4.6.0rc3
1318 ======================
1320 o  Jeremy Allison <jra@samba.org>
1321    * BUG 12545: s3: rpc_server/mdssvc: Add attribute "kMDItemContentType".
1322    * BUG 12572: s3: smbd: Don't loop infinitely on bad-symlink resolution.
1324 o  Ralph Boehme <slow@samba.org>
1325    * BUG 12490: vfs_fruit: Correct Netatalk metadata xattr on FreeBSD.
1326    * BUG 12536: s3/smbd: Check for invalid access_mask
1327      smbd_calculate_access_mask().
1328    * BUG 12591: vfs_streams_xattr: use fsp, not base_fsp.
1330 o  Amitay Isaacs <amitay@gmail.com>
1331    * BUG 12580: ctdb-common: Fix use-after-free error in comm_fd_handler().
1332    * BUG 12595: build: Fix generation of CTDB manpages while creating tarball.
1334 o  Bryan Mason <bmason@redhat.com>
1335    * BUG 12575: Modify smbspool_krb5_wrapper to just fall through to smbspool if
1336      AUTH_INFO_REQUIRED is not set or is not "negotiate".
1338 o  Stefan Metzmacher <metze@samba.org>
1339    * BUG 11830: s3:winbindd: Try a NETLOGON connection with noauth over NCACN_NP
1340      against trusted domains.
1341    * BUG 12262: 'net ads testjoin' and smb access fails after winbindd changed the
1342      trust password.
1343    * BUG 12585: librpc/rpc: fix regression in
1344      NT_STATUS_RPC_ENUM_VALUE_OUT_OF_RANGE error mapping.
1345    * BUG 12586: netlogon_creds_cli_LogonSamLogon doesn't work without
1346      netr_LogonSamLogonEx.
1347    * BUG 12587: winbindd child segfaults on connect to an NT4 domain.
1348    * BUG 12588: s3:winbindd: Make sure cm_prepare_connection() only returns OK
1349      with a valid tree connect.
1350    * BUG 12598: winbindd (as member) requires kerberos against trusted ad domain,
1351      while it shouldn't.
1352    * BUG 12601: Backport pytalloc_GenericObject_reference() related changes to
1353      4.6.
1355 o  Garming Sam <garming@catalyst.net.nz>
1356    * BUG 12600: dbchecker: Stop ignoring linked cases where both objects are
1357      alive.
1359 o  Andreas Schneider <asn@samba.org>
1360    * BUG 12571: s3-vfs: Only walk the directory once in open_and_sort_dir().
1362 o  Martin Schwenke <martin@meltin.net>
1363    * BUG 12589: CTDB statd-callout does not cause grace period when
1364      CTDB_NFS_CALLOUT="".
1365    * BUG 12595: ctdb-build: Fix RPM build.
1368 CHANGES SINCE 4.6.0rc2
1369 ======================
1371 o  Jeremy Allison <jra@samba.org>
1372    * BUG 12499: s3: vfs: dirsort doesn't handle opendir of "." correctly.
1373    * BUG 12546: s3: VFS: vfs_streams_xattr.c: Make streams_xattr_open() store
1374      the same path as streams_xattr_recheck().
1375    * BUG 12531: Make vfs_shadow_copy2 cope with server changing directories.
1377 o  Andrew Bartlett <abartlet@samba.org>
1378    * BUG 12543: samba-tool: Correct handling of default value for use_ntvfs and
1379      use_xattrs.
1380    * BUG 12573: Samba < 4.7 does not know about compatibleFeatures and
1381      requiredFeatures.
1382    * BUG 12577: 'samba-tool dbcheck' gives errors on one-way links after a
1383      rename.
1385 o  Ralph Boehme <slow@samba.org>
1386    * BUG 12184: s3/rpc_server: Shared rpc modules loading.
1387    * BUG 12520: Ensure global "smb encrypt = off" is effective.
1388    * BUG 12524: s3/rpc_server: Move rpc_modules.c to its own subsystem.
1389    * BUG 12541: vfs_fruit: checks wrong AAPL config state and so always uses
1390      readdirattr.
1392 o  Volker Lendecke <vl@samba.org>
1393    * BUG 12551: smbd: Fix "map acl inherit" = yes.
1395 o  Stefan Metzmacher <metze@samba.org>
1396    * BUG 12398: Replication with DRSUAPI_DRS_CRITICAL_ONLY and
1397      DRSUAPI_DRS_GET_ANC results in WERR_DS_DRA_MISSING_PARENT S
1398    * BUG 12540: s3:smbd: allow "server min protocol = SMB3_00" to go via "SMB
1399      2.???" negprot.
1401 o  John Mulligan <jmulligan@nasuni.com>
1402    * BUG 12542: docs: Improve description of "unix_primary_group" parameter in
1403      idmap_ad manpage.
1405 o  Andreas Schneider <asn@samba.org>
1406    * BUG 12552: waf: Do not install the unit test binary for krb5samba.
1408 o  Amitay Isaacs <amitay@gmail.com>
1409    * BUG 12547: ctdb-build: Install CTDB tests correctly from toplevel.
1410    * BUG 12549: ctdb-common: ioctl(.. FIONREAD ..) returns an int value.
1412 o  Garming Sam <garming@catalyst.net.nz>
1413    * BUG 12577: 'samba-tool dbcheck' gives errors on one-way links after a
1414      rename.
1416 o  Uri Simchoni <uri@samba.org>
1417    * BUG 12529: waf: Backport finding of pkg-config.
1420 CHANGES SINCE 4.6.0rc1
1421 ======================
1423 o  Amitay Isaacs <amitay@gmail.com>
1424    * BUG 12469: CTDB lock helper getting stuck trying to lock a record.
1425    * BUG 12500: ctdb-common: Fix a bug in packet reading code for generic socket
1426      I/O.
1427    * BUG 12510: sock_daemon_test 4 crashes with SEGV.
1428    * BUG 12513: ctdb-daemon: Remove stale eventd socket.
1430 o  Björn Jacke <bj@sernet.de>
1431    * BUG 12535: vfs_default: Unlock the right file in copy chunk.
1433 o  Volker Lendecke <vl@samba.org>
1434    * BUG 12509: messaging: Fix dead but not cleaned-up-yet destination sockets.
1435    * BUG 12538: Backport winbind fixes.
1437 o  Stefan Metzmacher <metze@samba.org>
1438    * BUG 12501: s3:winbindd: talloc_steal the extra_data in
1439      winbindd_list_users_recv().
1441 o  Martin Schwenke <martin@meltin.net>
1442    * BUG 12511: ctdb-takeover: Handle case where there are no RELEASE_IPs to
1443      send.
1444    * BUG 12512: ctdb-scripts: Fix remaining uses of "ctdb gratiousarp".
1445    * BUG 12516: ctdb-scripts: /etc/iproute2/rt_tables gets populated with multiple
1446      'default' entries.
1449 #######################################
1450 Reporting bugs & Development Discussion
1451 #######################################
1453 Please discuss this release on the samba-technical mailing list or by
1454 joining the #samba-technical IRC channel on irc.freenode.net.
1456 If you do report problems then please try to send high quality
1457 feedback. If you don't provide vital information to help us track down
1458 the problem then you will probably be ignored.  All bug reports should
1459 be filed under the Samba 4.1 and newer product in the project's Bugzilla
1460 database (https://bugzilla.samba.org/).
1463 ======================================================================
1464 == Our Code, Our Bugs, Our Responsibility.
1465 == The Samba Team
1466 ======================================================================