1 =============================
2 Release Notes for Samba 4.7.9
4 =============================
7 This is a security release in order to address the following defects:
9 o CVE-2018-1139 (Weak authentication protocol allowed.)
10 o CVE-2018-10858 (Insufficient input validation on client directory
11 listing in libsmbclient.)
12 o CVE-2018-10918 (Denial of Service Attack on AD DC DRSUAPI server.)
13 o CVE-2018-10919 (Confidential attribute disclosure from the AD LDAP
22 Vulnerability that allows authentication via NTLMv1 even if disabled.
25 A malicious server could return a directory entry that could corrupt
29 Missing null pointer checks may crash the Samba AD DC, over the
30 authenticated DRSUAPI RPC service.
33 Missing access control checks allow discovery of confidential attribute
34 values via authenticated LDAP search expressions.
40 o Jeremy Allison <jra@samba.org>
41 * BUG 13453: CVE-2018-10858: libsmb: Harden smbc_readdir_internal() against
42 returns from malicious servers.
44 o Andrew Bartlett <abartlet@samba.org>
45 * BUG 13552: CVE-2018-10918: cracknames: Fix DoS (NULL pointer de-ref) when
46 not servicePrincipalName is set on a user.
48 o Tim Beale <timbeale@catalyst.net.nz>
49 * BUG 13434: CVE-2018-10919: acl_read: Fix unauthorized attribute access via
52 o Günther Deschner <gd@samba.org>
53 * BUG 13360: CVE-2018-1139 libcli/auth: Do not allow ntlmv1 over SMB1 when it
54 is disabled via "ntlm auth".
57 #######################################
58 Reporting bugs & Development Discussion
59 #######################################
61 Please discuss this release on the samba-technical mailing list or by
62 joining the #samba-technical IRC channel on irc.freenode.net.
64 If you do report problems then please try to send high quality
65 feedback. If you don't provide vital information to help us track down
66 the problem then you will probably be ignored. All bug reports should
67 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
68 database (https://bugzilla.samba.org/).
71 ======================================================================
72 == Our Code, Our Bugs, Our Responsibility.
74 ======================================================================
77 Release notes for older releases follow:
78 ----------------------------------------
80 =============================
81 Release Notes for Samba 4.7.8
83 =============================
86 This is the latest stable release of the Samba 4.7 release series.
92 o Jeremy Allison <jra@samba.org>
93 * BUG 13380: s3: smbd: Generic fix for incorrect reporting of stream dos
94 attributes on a directory.
95 * BUG 13412: ceph: VFS: Add asynchronous fsync to ceph module, fake using
97 * BUG 13419: s3: libsmbclient: Fix hard-coded connection error return of
99 * BUG 13428: s3: smbd: Fix SMB2-FLUSH against directories.
100 * BUG 13457: s3: smbd: printing: Re-implement delete-on-close semantics for
101 print files missing since 3.5.x.
102 * BUG 13474: python: Fix talloc frame use in make_simple_acl().
104 o Andrew Bartlett <abartlet@samba.org>
105 * BUG 13430: winbindd on the AD DC is slow for passdb queries.
106 * BUG 13454: No Backtrace given by Samba's AD DC by default.
108 o Ralph Boehme <slow@samba.org>
109 * BUG 13332: winbindd doesn't recover loss of netlogon secure channel in
110 case the peer DC is rebooted.
111 * BUG 13432: s3:smbd: Fix interaction between chown and SD flags.
113 o Günther Deschner <gd@samba.org>
114 * BUG 13437: s4-heimdal: Fix the format-truncation errors.
116 o David Disseldorp <ddiss@samba.org>
117 * BUG 13425: vfs_ceph: Add fake async pwrite/pread send/recv hooks.
119 o Björn Jacke <bjacke@samba.org>
120 * BUG 13395: printing: Return the same error code as Windows does on upload
123 o Volker Lendecke <vl@samba.org>
124 * BUG 13290: winbind: Improve child selection.
125 * BUG 13292: winbind: Maintain a binding handle per domain and always go via
126 wb_domain_request_send().
127 * BUG 13332: winbindd doesn't recover loss of netlogon secure channel in
128 case the peer DC is rebooted.
129 * BUG 13369: Looking up the user using the UPN results in user name with the
130 REALM instead of the DOMAIN.
131 * BUG 13370: rpc_server: Init local_server_* in
132 make_internal_rpc_pipe_socketpair.
133 * BUG 13382: smbclient: Fix broken notify.
135 o Stefan Metzmacher <metze@samba.org>
136 * BUG 13273: libads: Fix the build --without-ads.
137 * BUG 13279: winbindd: Don't split the rid for SID_NAME_DOMAIN sids in
139 * BUG 13280: winbindd: initialize type = SID_NAME_UNKNOWN in
140 wb_lookupsids_single_done().
141 * BUG 13289: s4:rpc_server: Fix call_id truncation in
142 dcesrv_find_fragmented_call().
143 * BUG 13290: A disconnecting winbind client can cause a problem in the
144 winbind parent child communication.
145 * BUG 13291: tevent: version 0.9.36
146 - improve documentation of tevent_queue_add_optimize_empty()
147 - add tevent_queue_entry_untrigger()
148 * BUG 13292: winbind: Use one queue for all domain children.
149 * BUG 13293: Minimize the lifetime of winbindd_cli_state->{pw,gr}ent_state.
150 * BUG 13294: winbind should avoid using fstrcpy(domain->dcname,...) on a
152 * BUG 13295: The winbind parent should find the dc of a foreign domain via
154 * BUG 13400: nsswitch: Fix memory leak in winbind_open_pipe_sock() when the
155 privileged pipe is not accessable.
156 * BUG 13427: Fix broken server side GENSEC_FEATURE_LDAP_STYLE handling
157 (NTLMSSP NTLM2 packet check failed due to invalid signature!).
159 o Vandana Rungta <vrungta@amazon.com>
160 * BUG 13424: s3: VFS: Fix memory leak in vfs_ceph.
162 o Christof Schmitt <cs@samba.org>
163 * BUG 13407: rpc_server: Fix NetSessEnum with stale sessions.
164 * BUG 13446: dfree cache returning incorrect data for sub directory mounts.
166 o Andreas Schneider <asn@samba.org>
167 * BUG 13369: Looking up the user using the UPN results in user name with the
168 REALM instead of the DOMAIN.
169 * BUG 13376: s3:passdb: Do not return OK if we don't have pinfo set up.
170 * BUG 13440: s3:utils: Do not segfault on error in DoDNSUpdate().
173 #######################################
174 Reporting bugs & Development Discussion
175 #######################################
177 Please discuss this release on the samba-technical mailing list or by
178 joining the #samba-technical IRC channel on irc.freenode.net.
180 If you do report problems then please try to send high quality
181 feedback. If you don't provide vital information to help us track down
182 the problem then you will probably be ignored. All bug reports should
183 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
184 database (https://bugzilla.samba.org/).
187 ======================================================================
188 == Our Code, Our Bugs, Our Responsibility.
190 ======================================================================
193 ----------------------------------------------------------------------
196 =============================
197 Release Notes for Samba 4.7.7
199 =============================
202 This is the latest stable release of the Samba 4.7 release series.
208 o Jeremy Allison <jra@samba.org>
209 * BUG 13206: s4:auth_sam: Allow logons with an empty domain name.
210 * BUG 13244: s3: ldap: Ensure the ADS_STRUCT pointer doesn't get freed on
211 error, we don't own it here.
212 * BUG 13270: s3: smbd: Fix possible directory fd leak if the underlying
213 OS doesn't support fdopendir().
214 * BUG 13319: Round-tripping ACL get/set through vfs_fruit will increase
215 the number of ACE entries without limit.
216 * BUG 13347: s3: smbd: SMB2: Add DBGC_SMB2_CREDITS class to specifically
218 * BUG 13358: s3: smbd: Files or directories can't be opened DELETE_ON_CLOSE
219 without delete access.
220 * BUG 13372: s3: smbd: Fix memory leak in vfswrap_getwd().
221 * BUG 13375: s3: smbd: Unix extensions attempts to change wrong field
224 o Ralph Boehme <slow@samba.org>
225 * BUG 13363: s3:smbd: Don't use the directory cache for SMB2/3.
227 o Günther Deschner <gd@samba.org>
228 * BUG 13277: build: Fix libceph-common detection.
230 o David Disseldorp <ddiss@suse.de>
231 * BUG 13250: build: Fix ceph_statx check when configured with libcephfs_dir.
233 o Poornima G <pgurusid@redhat.com>
234 * BUG 13297: vfs_glusterfs: Fix the wrong pointer being sent in
237 o Amitay Isaacs <amitay@gmail.com>
238 * BUG 13359: ctdb-scripts: Drop 'net serverid wipe' from 50.samba event
241 o Lutz Justen <ljusten@google.com>
242 * BUG 13368: s3: lib: messages: Don't use the result of sec_init() before
245 o Volker Lendecke <vl@samba.org>
246 * BUG 13215: smbd can panic if the client-supplied channel sequence number
248 * BUG 13367: dsdb: Fix CID 1034966 Uninitialized scalar variable.
250 o Stefan Metzmacher <metze@samba.org>
251 * BUG 13206: s3:libsmb: Allow -U"\\administrator" to work.
252 * BUG 13328: Windows 10 cannot logon on Samba NT4 domain.
254 o David Mulder <dmulder@suse.com>
255 * BUG 13050: smbc_opendir should not return EEXIST with invalid login
259 * BUG 13338: s3:smbd: map nterror on smb2_flush errorpath.
261 o Dan Robertson <drobertson@tripwire.com>
262 * BUG 13310: libsmb: Use smb2 tcon if conn_protocol >= SMB2_02.
264 o Garming Sam <garming@catalyst.net.nz>
265 * BUG 13031: subnet: Avoid a segfault when renaming subnet objects.
267 o Christof Schmitt <cs@samba.org>
268 * BUG 13312: 'wbinfo --name-to-sid' returns misleading result on invalid
271 o Andreas Schneider <asn@samba.org>
272 * BUG 13315: s3:smbd: Do not crash if we fail to init the session table.
274 o Eric Vannier <evannier@google.com>
275 * BUG 13302: Allow AESNI to be used on all processor supporting AESNI.
278 #######################################
279 Reporting bugs & Development Discussion
280 #######################################
282 Please discuss this release on the samba-technical mailing list or by
283 joining the #samba-technical IRC channel on irc.freenode.net.
285 If you do report problems then please try to send high quality
286 feedback. If you don't provide vital information to help us track down
287 the problem then you will probably be ignored. All bug reports should
288 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
289 database (https://bugzilla.samba.org/).
292 ======================================================================
293 == Our Code, Our Bugs, Our Responsibility.
295 ======================================================================
298 ----------------------------------------------------------------------
301 =============================
302 Release Notes for Samba 4.7.6
304 =============================
307 This is a security release in order to address the following defects:
309 o CVE-2018-1050 (Denial of Service Attack on external print server.)
310 o CVE-2018-1057 (Authenticated users can change other users' password.)
318 All versions of Samba from 4.0.0 onwards are vulnerable to a denial of
319 service attack when the RPC spoolss service is configured to be run as
320 an external daemon. Missing input sanitization checks on some of the
321 input parameters to spoolss RPC calls could cause the print spooler
324 There is no known vulnerability associated with this error, merely a
325 denial of service. If the RPC spoolss service is left by default as an
326 internal service, all a client can do is crash its own authenticated
330 On a Samba 4 AD DC the LDAP server in all versions of Samba from
331 4.0.0 onwards incorrectly validates permissions to modify passwords
332 over LDAP allowing authenticated users to change any other users'
333 passwords, including administrative users.
335 Possible workarounds are described at a dedicated page in the Samba wiki:
336 https://wiki.samba.org/index.php/CVE-2018-1057
342 o Jeremy Allison <jra@samba.org>
343 * BUG 11343: CVE-2018-1050: Codenomicon crashes in spoolss server code.
345 o Ralph Boehme <slow@samba.org>
346 * BUG 13272: CVE-2018-1057: Unprivileged user can change any user (and admin)
349 o Stefan Metzmacher <metze@samba.org>
350 * BUG 13272: CVE-2018-1057: Unprivileged user can change any user (and admin)
354 #######################################
355 Reporting bugs & Development Discussion
356 #######################################
358 Please discuss this release on the samba-technical mailing list or by
359 joining the #samba-technical IRC channel on irc.freenode.net.
361 If you do report problems then please try to send high quality
362 feedback. If you don't provide vital information to help us track down
363 the problem then you will probably be ignored. All bug reports should
364 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
365 database (https://bugzilla.samba.org/).
368 ======================================================================
369 == Our Code, Our Bugs, Our Responsibility.
371 ======================================================================
374 ----------------------------------------------------------------------
377 =============================
378 Release Notes for Samba 4.7.5
380 =============================
383 This is the latest stable release of the Samba 4.7 release series.
385 Major enhancements include:
387 o BUG 13228: This is a major issue in Samba's ActiveDirectory domain
388 controller code. It might happen that AD objects have missing or broken
389 linked attributes. This could lead to broken group memberships e.g.
390 All Samba AD domain controllers set up with Samba 4.6 or lower and then
391 upgraded to 4.7 are affected. The corrupt database can be fixed with
392 'samba-tool dbcheck --cross-ncs --fix'.
398 o Jeremy Allison <jra@samba.org>
399 * BUG 13193: smbd tries to release not leased oplock during oplock II
402 o Ralph Boehme <slow@samba.org>
403 * BUG 13181: Fix copying file with empty FinderInfo from Windows client
404 to Samba share with fruit.
406 o Günther Deschner <gd@samba.org>
407 * BUG 10976: build: Deal with recent glibc sunrpc header removal.
408 * BUG 13238: Make Samba work with tirpc and libnsl2.
410 o David Disseldorp <ddiss@samba.org>
411 * BUG 13208: vfs_ceph: Add fs_capabilities hook to avoid local statvfs.
413 o Love Hornquist Astrand <lha@h5l.org>
414 * BUG 12986: Kerberos: PKINIT: Can't decode algorithm parameters in
417 o Amitay Isaacs <amitay@gmail.com>
418 * BUG 13188: ctdb-recovery-helper: Deregister message handler in error
421 o Volker Lendecke <vl@samba.org>
422 * BUG 13240: samba: Only use async signal-safe functions in signal handler.
424 o Stefan Metzmacher <metze@samba.org>
425 * BUG 12986: Kerberos: PKINIT: Can't decode algorithm parameters in
427 * BUG 13228: repl_meta_data: Fix linked attribute corruption on databases
428 with unsorted links on expunge. dbcheck: Add functionality to fix the
431 o Christof Schmitt <cs@samba.org>
432 * BUG 13189: Fix smbd panic when chdir returns error during exit.
434 o Andreas Schneider <asn@samba.org>
435 * BUG 13238: Make Samba work with tirpc and libnsl2.
437 o Uri Simchoni <uri@samba.org>
438 * BUG 13176: Fix POSIX ACL support on HPUX and possibly other big-endian OSs.
441 #######################################
442 Reporting bugs & Development Discussion
443 #######################################
445 Please discuss this release on the samba-technical mailing list or by
446 joining the #samba-technical IRC channel on irc.freenode.net.
448 If you do report problems then please try to send high quality
449 feedback. If you don't provide vital information to help us track down
450 the problem then you will probably be ignored. All bug reports should
451 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
452 database (https://bugzilla.samba.org/).
455 ======================================================================
456 == Our Code, Our Bugs, Our Responsibility.
458 ======================================================================
461 ----------------------------------------------------------------------
464 =============================
465 Release Notes for Samba 4.7.4
467 =============================
470 This is the latest stable release of the Samba 4.7 release series.
473 smbclient reparse point symlink parameters reversed
474 ===================================================
476 A bug in smbclient caused the 'symlink' command to reverse the
477 meaning of the new name and link target parameters when creating a
478 reparse point symlink against a Windows server.
480 This only affects using the smbclient 'symlink' command against
481 a Windows server, not a Samba server using the UNIX extensions
482 (the parameter order is correct in that case) so no existing
483 user scripts that depend on creating symlinks on Samba servers
486 As this is a little used feature the ordering of these parameters
487 has been reversed to match the parameter ordering of the UNIX
488 extensions 'symlink' command. This means running 'symlink' against
489 both Windows and Samba now uses the same paramter ordering in both
492 The usage message for this command has also been improved to remove confusion.
498 o Jeremy Allison <jra@samba.org>
499 * BUG 13140: s3: smbclient: Implement 'volume' command over SMB2.
500 * BUG 13171: s3: libsmb: Fix valgrind read-after-free error in
501 cli_smb2_close_fnum_recv().
502 * BUG 13172: s3: libsmb: Fix reversing of oldname/newname paths when creating
503 a reparse point symlink on Windows from smbclient.
505 o Timur I. Bakeyev <timur@iXsystems.com>
506 * BUG 12934: Build man page for vfs_zfsacl.8 with Samba.
508 o Andrew Bartlett <abartlet@samba.org>
509 * BUG 13095: repl_meta_data: Allow delete of an object with dangling
511 * BUG 13129: s4:samba: Fix default to be running samba as a deamon.
512 * BUG 13191: Performance regression in DNS server with introduction of
513 DNS wildcard, ldb: Release 1.2.3
515 o Ralph Boehme <slow@samba.org>
516 * BUG 6133: vfs_zfsacl: Fix compilation error.
517 * BUG 13051: "smb encrypt" setting changes are not fully applied until full
519 * BUG 13052: winbindd: Fix idmap_rid dependency on trusted domain list.
520 * BUG 13155: vfs_fruit: Proper VFS-stackable conversion of FinderInfo.
521 * BUG 13173: winbindd: Dependency on trusted-domain list in winbindd in
522 critical auth codepath.
524 o Andrej Gessel <Andrej.Gessel@janztec.com>
525 * BUG 13120: repl_meta_data: Fix removing of backlink on deleted objects.
527 o Amitay Isaacs <amitay@gmail.com>
528 "* BUG 13153: ctdb: sock_daemon leaks memory.
529 * BUG 13154: TCP tickles not getting synchronised on CTDB restart.
531 o Volker Lendecke <vl@samba.org>
532 * BUG 13150: winbindd: winbind parent and child share a ctdb connection.
533 * BUG 13170: pthreadpool: Fix deadlock.
534 * BUG 13179: pthreadpool: Fix starvation after fork.
535 * BUG 13180: messaging: Always register the unique id.
537 o Gary Lockyer <gary@catalyst.net.nz>
538 * 13129: s4/smbd: set the process group.
540 o Stefan Metzmacher <metze@samba.org>
541 * BUG 13095: Fix broken linked attribute handling.
542 * BUG 13132: The KDC on an RWDC doesn't send error replies in some
544 * BUG 13149: libnet_join: Fix 'net rpc oldjoin'.
545 * BUG 13195: g_lock conflict detection broken when processing stale entries.
546 * BUG 13197: s3:smb2_server: allow logoff, close, unlock, cancel and echo
549 o Noel Power <noel.power@suse.com>
550 * BUG 13166: s3:libads: net ads keytab list fails with "Key table name
553 o Christof Schmitt <cs@samba.org>
554 * BUG 13170: Fix crash in pthreadpool thread after failure from pthread_create.
556 o Andreas Schneider <asn@samba.org>
557 * BUG 13129: s4:samba: Allow samba daemon to run in foreground.
558 * BUG 13174: third_party: Link the aesni-intel library with "-z noexecstack".
560 o Niels de Vos <ndevos@redhat.com>
561 * BUG 13125: vfs_glusterfs: include glusterfs/api/glfs.h without relying on
565 #######################################
566 Reporting bugs & Development Discussion
567 #######################################
569 Please discuss this release on the samba-technical mailing list or by
570 joining the #samba-technical IRC channel on irc.freenode.net.
572 If you do report problems then please try to send high quality
573 feedback. If you don't provide vital information to help us track down
574 the problem then you will probably be ignored. All bug reports should
575 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
576 database (https://bugzilla.samba.org/).
579 ======================================================================
580 == Our Code, Our Bugs, Our Responsibility.
582 ======================================================================
585 ----------------------------------------------------------------------
588 =============================
589 Release Notes for Samba 4.7.3
591 =============================
594 This is a security release in order to address the following defects:
596 o CVE-2017-14746 (Use-after-free vulnerability.)
597 o CVE-2017-15275 (Server heap memory information leak.)
605 All versions of Samba from 4.0.0 onwards are vulnerable to a use after
606 free vulnerability, where a malicious SMB1 request can be used to
607 control the contents of heap memory via a deallocated heap pointer. It
608 is possible this may be used to compromise the SMB server.
611 All versions of Samba from 3.6.0 onwards are vulnerable to a heap
612 memory information leak, where server allocated heap memory may be
613 returned to the client without being cleared.
615 There is no known vulnerability associated with this error, but
616 uncleared heap memory may contain previously used data that may help
617 an attacker compromise the server via other methods. Uncleared heap
618 memory may potentially contain password hashes or other high-value
621 For more details and workarounds, please see the security advisories:
623 o https://www.samba.org/samba/security/CVE-2017-14746.html
624 o https://www.samba.org/samba/security/CVE-2017-15275.html
630 o Jeremy Allison <jra@samba.org>
631 * BUG 13041: CVE-2017-14746: s3: smbd: Fix SMB1 use-after-free crash bug.
632 * BUG 13077: CVE-2017-15275: s3: smbd: Chain code can return uninitialized
633 memory when talloc buffer is grown.
636 #######################################
637 Reporting bugs & Development Discussion
638 #######################################
640 Please discuss this release on the samba-technical mailing list or by
641 joining the #samba-technical IRC channel on irc.freenode.net.
643 If you do report problems then please try to send high quality
644 feedback. If you don't provide vital information to help us track down
645 the problem then you will probably be ignored. All bug reports should
646 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
647 database (https://bugzilla.samba.org/).
650 ======================================================================
651 == Our Code, Our Bugs, Our Responsibility.
653 ======================================================================
656 ----------------------------------------------------------------------
659 =============================
660 Release Notes for Samba 4.7.2
662 =============================
665 This is an additional bugfix release to address a possible data corruption
666 issue. Please update immediately! For details, please see
668 https://bugzilla.samba.org/show_bug.cgi?id=13130
670 Samba 4.6.0 and newer is affected by this issue.
676 o Jeremy Allison <jra@samba.org>
677 * BUG 13121: Non-smbd processes using kernel oplocks can hang smbd.
679 o Joe Guo <joeg@catalyst.net.nz>
680 * BUG 13127: python: use communicate to fix Popen deadlock.
682 o Volker Lendecke <vl@samba.org>
683 * BUG 13130: smbd on disk file corruption bug under heavy threaded load.
685 o Stefan Metzmacher <metze@samba.org>
686 * BUG 13130: tevent: version 0.9.34.
688 o Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
689 * BUG 13118: s3: smbd: Fix delete-on-close after smb2_find.
692 #######################################
693 Reporting bugs & Development Discussion
694 #######################################
696 Please discuss this release on the samba-technical mailing list or by
697 joining the #samba-technical IRC channel on irc.freenode.net.
699 If you do report problems then please try to send high quality
700 feedback. If you don't provide vital information to help us track down
701 the problem then you will probably be ignored. All bug reports should
702 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
703 database (https://bugzilla.samba.org/).
706 ======================================================================
707 == Our Code, Our Bugs, Our Responsibility.
709 ======================================================================
712 ----------------------------------------------------------------------
715 =============================
716 Release Notes for Samba 4.7.1
718 =============================
721 This is the latest stable release of the Samba 4.7 release series.
727 o Michael Adam <obnox@samba.org>
728 * BUG 13091: vfs_glusterfs: Fix exporting subdirs with shadow_copy2.
730 o Jeremy Allison <jra@samba.org>
731 * BUG 13027: s3: smbd: Currently if getwd() fails after a chdir(), we panic.
732 * BUG 13068: s3: VFS: Ensure default SMB_VFS_GETWD() call can't return a
733 partially completed struct smb_filename.
734 * BUG 13069: sys_getwd() can leak memory or possibly return the wrong errno
736 * BUG 13093: 'smbclient' doesn't correctly canonicalize all local names
739 o Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
740 * BUG 13095: Fix broken linked attribute handling.
742 o Andrew Bartlett <abartlet@samba.org>
743 * BUG 12994: Missing LDAP query escapes in DNS rpc server.
744 * BUG 13087: replace: Link to -lbsd when building replace.c by hand.
746 o Ralph Boehme <slow@samba.org>
747 * BUG 6133: Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem.
748 * BUG 7909: Map SYNCHRONIZE acl permission statically in zfs_acl vfs module.
749 * BUG 7933: Samba fails to honor SEC_STD_WRITE_OWNER bit with the
751 * BUG 12991: s3/mdssvc: Missing assignment in sl_pack_float.
752 * BUG 12995: Wrong Samba access checks when changing DOS attributes.
753 * BUG 13062: samba_runcmd_send() leaves zombie processes on timeout
754 * BUG 13065: net: groupmap cleanup should not delete BUILTIN mappings.
755 * BUG 13076: Enabling vfs_fruit results in loss of Finder tags and other
758 o Alexander Bokovoy <ab@samba.org>
759 * BUG 9613: man pages: Properly ident lists.
760 * BUG 13081: smb.conf.5: Sort parameters alphabetically.
762 o Samuel Cabrero <scabrero@suse.de>
763 * BUG 12993: s3: spoolss: Fix GUID string format on GetPrinter info.
765 o Amitay Isaacs <amitay@gmail.com>
766 * BUG 13042: Remote serverid check doesn't check for the unique id.
767 * BUG 13056: CTDB starts consuming memory if there are dead nodes in the
769 * BUG 13070: ctdb-common: Ignore event scripts with multiple '.'s.
771 o Lutz Justen <ljusten@google.com>
772 * BUG 13046: libgpo doesn't sort the GPOs in the correct order.
774 o Volker Lendecke <vl@samba.org>
775 * BUG 13042: Remote serverid check doesn't check for the unique id.
776 * BUG 13090: vfs_catia: Fix a potential memleak.
777 * BUG 12903: Fix file change notification for renames.
779 o Gary Lockyer <gary@catalyst.net.nz>
780 * BUG 12952: Samba DNS server does not honour wildcards.
782 o Stefan Metzmacher <metze@samba.org>
783 * BUG 13079: Can't change password in samba from a Windows client if Samba
784 runs on IPv6 only interface.
786 o Anoop C S <anoopcs@redhat.com>
787 * BUG 13086: vfs_fruit: Replace closedir() by SMB_VFS_CLOSEDIR.
789 o Christof Schmitt <cs@samba.org>
790 * BUG 13047: Apple client can't cope with SMB2 async replies when creating
793 o Andreas Schneider <asn@samba.org>
794 * BUG 12959: s4:rpc_server:backupkey: Move variable into scope.
795 * BUG 13099: s4:scripting: Fix ntstatus_gen.h generation on 32bit.
796 * BUG 13100: s3:vfs_glusterfs: Fix a double free in vfs_gluster_getwd().
797 * BUG 13101: Fix resouce leaks and pointer issues.
800 * BUG 13049: vfs_solarisacl: Fix build for samba 4.7 and up.
803 #######################################
804 Reporting bugs & Development Discussion
805 #######################################
807 Please discuss this release on the samba-technical mailing list or by
808 joining the #samba-technical IRC channel on irc.freenode.net.
810 If you do report problems then please try to send high quality
811 feedback. If you don't provide vital information to help us track down
812 the problem then you will probably be ignored. All bug reports should
813 be filed under the "Samba 4.1 and newer" product in the project's Bugzilla
814 database (https://bugzilla.samba.org/).
817 ======================================================================
818 == Our Code, Our Bugs, Our Responsibility.
820 ======================================================================
823 ----------------------------------------------------------------------
826 =============================
827 Release Notes for Samba 4.7.0
829 =============================
832 This is the first stable release of Samba 4.7.
833 Please read the release notes carefully before upgrading.
841 'smbclient' no longer prints a 'Domain=[...] OS=[Windows 6.1] Server=[...]'
842 banner when connecting to the first server. With SMB2 and Kerberos,
843 there's no way to print this information reliably. Now we avoid it at all
844 consistently. In interactive sessions the following banner is now presented
845 to the user: 'Try "help" do get a list of possible commands.'.
847 The default for "client max protocol" has changed to "SMB3_11",
848 which means that 'smbclient' (and related commands) will work against
849 servers without SMB1 support.
851 It's possible to use the '-m/--max-protocol' option to overwrite
852 the "client max protocol" option temporarily.
854 Note that the '-e/--encrypt' option also works with most SMB3 servers
855 (e.g. Windows >= 2012 and Samba >= 4.0.0), so the SMB1 unix extensions
856 are not required for encryption.
858 The change to SMB3_11 as default also means 'smbclient' no longer
859 negotiates SMB1 unix extensions by default, when talking to a Samba server with
860 "unix extensions = yes". As a result, some commands are not available, e.g.
861 'posix_encrypt', 'posix_open', 'posix_mkdir', 'posix_rmdir', 'posix_unlink',
862 'posix_whoami', 'getfacl' and 'symlink'. Using "-mNT1" reenables them, if the
863 server supports SMB1.
865 Note the default ("CORE") for "client min protocol" hasn't changed,
866 so it's still possible to connect to SMB1-only servers by default.
868 'smbclient' learned a new command 'deltree' that is able to do
869 a recursive deletion of a directory tree.
875 Whole DB read locks: Improved LDAP and replication consistency
876 --------------------------------------------------------------
878 Prior to Samba 4.7 and ldb 1.2.0, the LDB database layer used by Samba
879 erroneously did not take whole-DB read locks to protect search
880 and DRS replication operations.
882 While each object returned remained subject to a record-level lock (so
883 would remain consistent to itself), under a race condition with a
884 rename or delete, it and any links (like the member attribute) to it
885 would not be returned.
887 The symptoms of this issue include:
889 Replication failures with this error showing in the client side logs:
890 error during DRS repl ADD: No objectClass found in replPropertyMetaData for
891 Failed to commit objects:
892 WERR_GEN_FAILURE/NT_STATUS_INVALID_NETWORK_RESPONSE
894 A crash of the server, in particular the rpc_server process with
895 INTERNAL ERROR: Signal 11
897 LDAP read inconsistency
898 A DN subject to a search at the same time as it is being renamed
899 may not appear under either the old or new name, but will re-appear
900 for a subsequent search.
902 See https://bugzilla.samba.org/show_bug.cgi?id=12858 for more details
903 and updated advise on database recovery for affected installations.
905 Samba AD with MIT Kerberos
906 --------------------------
908 After four years of development, Samba finally supports compiling and
909 running Samba AD with MIT Kerberos. You can enable it with:
911 ./configure --with-system-mitkrb5
913 Samba requires version 1.15.1 of MIT Kerberos to build with AD DC support.
914 The krb5-devel and krb5-server packages are required.
915 The feature set is not on par with the Heimdal build but the most important
916 things, like forest and external trusts, are working. Samba uses the KDC binary
917 provided by MIT Kerberos.
919 Missing features, compared to Heimdal, are:
921 * S4U2SELF/S4U2PROXY support
922 * RODC support (not fully working with Heimdal either)
924 The Samba AD process will take care of starting the MIT KDC and it will load a
925 KDB (Kerberos Database) driver to access the Samba AD database. When
926 provisioning an AD DC using 'samba-tool' it will take care of creating a correct
927 kdc.conf file for the MIT KDC.
929 For further details, see:
930 https://wiki.samba.org/index.php/Running_a_Samba_AD_DC_with_MIT_Kerberos_KDC
932 Dynamic RPC port range
933 ----------------------
935 The dynamic port range for RPC services has been changed from the old default
936 value "1024-1300" to "49152-65535". This port range is not only used by a
937 Samba AD DC, but also applies to all other server roles including NT4-style
938 domain controllers. The new value has been defined by Microsoft in Windows
939 Server 2008 and newer versions. To make it easier for Administrators to control
940 those port ranges we use the same default and make it configurable with the
941 option: "rpc server dynamic port range".
943 The "rpc server port" option sets the first available port from the new
944 "rpc server dynamic port range" option. The option "rpc server port" only
945 applies to Samba provisioned as an AD DC.
947 Authentication and Authorization audit support
948 ----------------------------------------------
950 Detailed authentication and authorization audit information is now
951 logged to Samba's debug logs under the "auth_audit" debug class,
952 including in particular the client IP address triggering the audit
953 line. Additionally, if Samba is compiled against the jansson JSON
954 library, a JSON representation is logged under the "auth_json_audit"
957 Audit support is comprehensive for all authentication and
958 authorisation of user accounts in the Samba Active Directory Domain
959 Controller, as well as the implicit authentication in password
960 changes. In the file server and classic/NT4 domain controller, NTLM
961 authentication, SMB and RPC authorization is covered, however password
962 changes are not at this stage, and this support is not currently
963 backed by a testsuite.
965 For further details, see:
966 https://wiki.samba.org/index.php/Setting_up_Audit_Logging
968 Multi-process LDAP Server
969 -------------------------
971 The LDAP server in the AD DC now honours the process model used for
972 the rest of the 'samba' process, rather than being forced into a single
973 process. This aids in Samba's ability to scale to larger numbers of AD
974 clients and the AD DC's overall resiliency, but will mean that there is a
975 fork()ed child for every LDAP client, which may be more resource
976 intensive in some situations. If you run Samba in a
977 resource-constrained VM, consider allocating more RAM and swap space.
979 Improved Read-Only Domain Controller (RODC) Support
980 ---------------------------------------------------
982 Support for RODCs in Samba AD until now has been experimental. With this latest
983 version, many of the critical bugs have been fixed and the RODC can be used in
984 DC environments requiring no writable behaviour. RODCs now correctly support
985 bad password lockouts and password disclosure auditing through the
986 msDS-RevealedUsers attribute.
988 The fixes made to the RWDC will also allow Windows RODC to function more
989 correctly and to avoid strange data omissions such as failures to replicate
990 groups or updated passwords. Password changes are currently rejected at the
991 RODC, although referrals should be given over LDAP. While any bad passwords can
992 trigger domain-wide lockout, good passwords which have not been replicated yet
993 for a password change can only be used via NTLM on the RODC (and not Kerberos).
995 The reliability of RODCs locating a writable partner still requires some
996 improvements and so the 'password server' configuration option is generally
997 recommended on the RODC.
999 Samba 4.7 is the first Samba release to be secure as an RODC or when
1000 hosting an RODC. If you have been using earlier Samba versions to
1001 host or be an RODC, please upgrade.
1003 In particular see https://bugzilla.samba.org/show_bug.cgi?id=12977 for
1004 details on the security implications for password disclosure to an
1005 RODC using earlier versions.
1007 Additional password hashes stored in supplementalCredentials
1008 ------------------------------------------------------------
1010 A new config option 'password hash userPassword schemes' has been added to
1011 enable generation of SHA-256 and SHA-512 hashes (without storing the plaintext
1012 password with reversible encryption). This builds upon previous work to improve
1013 password sync for the AD DC (originally using GPG).
1015 The user command of 'samba-tool' has been updated in order to be able to
1016 extract these additional hashes, as well as extracting the (HTTP) WDigest
1017 hashes that we had also been storing in supplementalCredentials.
1019 Improvements to DNS during Active Directory domain join
1020 -------------------------------------------------------
1022 The 'samba-tool' domain join command will now add the A and GUID DNS records
1023 (on both the local and remote servers) during a join if possible via RPC. This
1024 should allow replication to proceed more smoothly post-join.
1026 The mname element of the SOA record will now also be dynamically generated to
1027 point to the local read-write server. 'samba_dnsupdate' should now be more
1028 reliable as it will now find the appropriate name server even when resolv.conf
1029 points to a forwarder.
1031 Significant AD performance and replication improvements
1032 -------------------------------------------------------
1034 Previously, replication of group memberships was been an incredibly expensive
1035 process for the AD DC. This was mostly due to unnecessary CPU time being spent
1036 parsing member linked attributes. The database now stores these linked
1037 attributes in sorted form to perform efficient searches for existing members.
1038 In domains with a large number of group memberships, a join can now be
1039 completed in half the time compared with Samba 4.6.
1041 LDAP search performance has also improved, particularly in the unindexed search
1042 case. Parsing and processing of security descriptors should now be more
1043 efficient, improving replication but also overall performance.
1045 Query record for open file or directory
1046 ---------------------------------------
1048 The record attached to an open file or directory in Samba can be
1049 queried through the 'net tdb locking' command. In clustered Samba this
1050 can be useful to determine the file or directory triggering
1051 corresponding "hot" record warnings in ctdb.
1053 Removal of lpcfg_register_defaults_hook()
1054 -----------------------------------------
1056 The undocumented and unsupported function lpcfg_register_defaults_hook()
1057 that was used by external projects to call into Samba and modify
1058 smb.conf default parameter settings has been removed. If your project
1059 was using this call please raise the issue on
1060 samba-technical@lists.samba.org in order to design a supported
1061 way of obtaining the same functionality.
1063 Change of loadable module interface
1064 -----------------------------------
1066 The _init function of all loadable modules in Samba has changed
1069 NTSTATUS _init(void);
1073 NTSTATUS _init(TALLOC_CTX *);
1075 This allows a program loading a module to pass in a long-lived
1076 talloc context (which must be guaranteed to be alive for the
1077 lifetime of the module). This allows modules to avoid use of
1078 the talloc_autofree_context() (which is inherently thread-unsafe)
1079 and still be valgrind-clean on exit. Modules that don't need to
1080 free long-lived data on exit should use the NULL talloc context.
1082 SHA256 LDAPS Certificates
1083 -------------------------
1085 The self-signed certificate generated for use on LDAPS will now be
1086 generated with a SHA256 self-signature, not a SHA1 self-signature.
1088 Replacing this certificate with a certificate signed by a trusted
1089 CA is still highly recommended.
1094 * CTDB no longer allows mixed minor versions in a cluster
1096 See the AllowMixedVersions tunable option in ctdb-tunables(7) and also
1097 https://wiki.samba.org/index.php/Upgrading_a_CTDB_cluster#Policy
1099 * CTDB now ignores hints from Samba about TDB flags when attaching to databases
1101 CTDB will use the correct flags depending on the type of database.
1102 For clustered databases, the smb.conf setting
1103 dbwrap_tdb_mutexes:*=true will be ignored. Instead, CTDB continues
1104 to use the TDBMutexEnabled tunable.
1106 * New configuration variable CTDB_NFS_CHECKS_DIR
1108 See ctdbd.conf(5) for more details.
1110 * The CTDB_SERVICE_AUTOSTARTSTOP configuration variable has been
1113 To continue to manage/unmanage services while CTDB is running:
1115 - Start service by hand and then flag it as managed
1117 - Mark service as unmanaged and shut it down by hand
1119 - In some cases CTDB does something fancy - e.g. start Samba under
1120 "nice", so care is needed. One technique is to disable the
1121 eventscript, mark as managed, run the startup event by hand and then
1122 re-enable the eventscript.
1124 * The CTDB_SCRIPT_DEBUGLEVEL configuration variable has been removed
1126 * The example NFS Ganesha call-out has been improved
1128 * A new "replicated" database type is available
1130 Replicated databases are intended for CTDB's internal use to
1131 replicate state data across the cluster, but may find other
1132 uses. The data in replicated databases is valid for the lifetime of
1133 CTDB and cleared on first attach.
1135 Using x86_64 Accelerated AES Crypto Instructions
1136 ------------------------------------------------
1138 Samba on x86_64 can now be configured to use the Intel accelerated AES
1139 instruction set, which has the potential to make SMB3 signing and
1140 encryption much faster on client and server. To enable this, configure
1141 Samba using the new option --accel-aes=intelaesni.
1143 This is a temporary solution that is being included to allow users
1144 to enjoy the benefits of Intel accelerated AES on the x86_64 platform,
1145 but the longer-term solution will be to move Samba to a fully supported
1146 external crypto library.
1148 The third_party/aesni-intel code will be removed from Samba as soon as
1149 external crypto library performance reaches parity.
1151 The default is to build without setting --accel-aes, which uses the
1152 existing Samba software AES implementation.
1157 The "strict sync" global parameter has been changed from
1158 a default of "no" to "yes". This means smbd will by default
1159 obey client requests to synchronize unwritten data in operating
1160 system buffers safely onto disk. This is a safer default setting
1161 for modern SMB1/2/3 clients.
1163 The 'ntlm auth' option default is renamed to 'ntlmv2-only', reflecting
1164 the previous behaviour. Two new values have been provided,
1165 'mschapv2-and-ntlmv2-only' (allowing MSCHAPv2 while denying NTLMv1)
1166 and 'disabled', totally disabling NTLM authentication and password
1172 Parameter Name Description Default
1173 -------------- ----------- -------
1174 allow unsafe cluster upgrade New parameter no
1175 auth event notification New parameter no
1176 auth methods Deprecated
1177 client max protocol Effective SMB3_11
1179 map untrusted to domain New value/ auto
1182 mit kdc command New parameter
1183 profile acls Deprecated
1184 rpc server dynamic port range New parameter 49152-65535
1185 strict sync Default changed yes
1186 password hash userPassword schemes New parameter
1187 ntlm auth New values ntlmv2-only
1193 https://wiki.samba.org/inFdex.php/Release_Planning_for_Samba_4.7#Release_blocking_bugs
1196 CHANGES SINCE 4.7.0rc6
1197 ======================
1200 A man in the middle attack may hijack client connections.
1203 A man in the middle attack can read and may alter confidential
1204 documents transferred via a client connection, which are reached
1205 via DFS redirect when the original connection used SMB3.
1208 Client with write access to a share can cause server memory contents to be
1209 written into a file or printer.
1212 CHANGES SINCE 4.7.0rc5
1213 ======================
1215 o Jeremy Allison <jra@samba.org>
1216 * BUG 13003: s3: vfs: catia: compression get/set must act only on base file, and
1217 must cope with fsp==NULL.
1218 * BUG 13008: lib: crypto: Make smbd use the Intel AES instruction set for signing
1221 o Andrew Bartlett <abartlet@samba.org>
1222 * BUG 12946: s4-drsuapi: Avoid segfault when replicating as a non-admin with
1223 GUID_DRS_GET_CHANGES.
1224 * BUG 13015: Allow re-index of newer databases with binary GUID TDB keys
1225 (this officially removes support for re-index of the original pack format 0,
1226 rather than simply segfaulting).
1227 * BUG 13017: Add ldb_ldif_message_redacted_string() to allow debug of redacted
1228 log messages, avoiding showing secret values.
1229 * BUG 13023: ldb: version 1.2.2.
1230 * BUG 13025: schema: Rework dsdb_schema_set_indices_and_attributes() db
1233 o Alexander Bokovoy <ab@samba.org>
1234 * BUG 13030: Install dcerpc/__init__.py for all Python environments.
1236 o Ralph Boehme <slow@samba.org>
1237 * BUG 13024: s3/smbd: Sticky write time offset miscalculation causes broken
1239 * BUG 13037: lib/util: Only close the event_fd in tfork if the caller didn't
1240 call tfork_event_fd().
1242 o Volker Lendecke <vl@samba.org>
1243 * BUG 13006: messaging: Avoid a socket leak after fork.
1245 o Stefan Metzmacher <metze@samba.org>
1246 * BUG 13018: charset: Fix str[n]casecmp_m() by comparing lower case values.
1248 o Gary Lockyer <gary@catalyst.net.nz>
1249 * BUG 13037: util_runcmd: Free the fde in event handler.
1251 o Amitay Isaacs <amitay@gmail.com>
1252 * BUG 13012: ctdb-daemon: Fix implementation of process_exists control.
1253 * BUG 13021: GET_DB_SEQNUM control can cause ctdb to deadlock when databases
1255 * BUG 13029: ctdb-daemon: Free up record data if a call request is deferred.
1256 * BUG 13036: ctdb-client: Initialize ctdb_ltdb_header completely for empty
1259 o Christof Schmitt <cs@samba.org>
1260 * BUG 13032: vfs_streams_xattr: Fix segfault when running with log level 10.
1263 CHANGES SINCE 4.7.0rc4
1264 ======================
1266 o Andrew Bartlett <abartlet@samba.org>
1267 * BUG 12929: smb.conf: Explain that "ntlm auth" is a per-passdb setting.
1268 * BUG 12953: s4/lib/tls: Use SHA256 to sign the TLS certificates.
1270 o Jeremy Allison <jra@samba.org>
1271 * BUG 12932: Get rid of talloc_autofree_context().
1273 o Amitay Isaacs <amitay@gmail.com>
1274 * BUG 12978: After restarting CTDB, it attaches replicated databases with
1277 o Stefan Metzmacher <metze@samba.org>
1278 * BUG 12863: s3:smbclient: Don't try any workgroup listing with
1279 "client min protocol = SMB2".
1280 * BUG 12876: s3:libsmb: Don't call cli_NetServerEnum() on SMB2/3 connections
1281 in SMBC_opendir_ctx().
1282 * BUG 12881: s3:libsmb: Let do_connect() debug the negotiation result
1283 similar to "session request ok".
1284 * BUG 12919: s4:http/gensec: add missing tevent_req_done() to
1285 gensec_http_ntlm_update_done().
1286 * BUG 12968: Fix 'smbclient tarmode' with SMB2/3.
1287 * BUG 12973: 'smbd': Don't use a lot of CPU on startup of a connection.
1289 o Christof Schmitt <cs@samba.org>
1290 * BUG 12983: vfs_default: Fix passing of errno from async calls.
1292 o Andreas Schneider <asn@samba.org>
1293 * BUG 12629: s3:utils: Do not report an invalid range for AD DC role.
1294 * BUG 12704: s3:libsmb: Let get_ipc_connect() use
1295 CLI_FULL_CONNECTION_FORCE_SMB1.
1296 * BUG 12930: Fix build issues with GCC 7.1.
1297 * BUG 12950: s3:script: Untaint user supplied data in modprinter.pl.
1298 * BUG 12956: s3:libads: Fix changing passwords with Kerberos.
1299 * BUG 12975: Fix changing the password with 'smbpasswd' as a local user on
1303 CHANGES SINCE 4.7.0rc3
1304 ======================
1306 o Jeremy Allison <jra@samba.org>
1307 * BUG 12913: Implement cli_smb2_setatr() by calling cli_smb2_setpathinfo().
1309 o Andrew Bartlett <abartlet@samba.org>
1310 * BUG 11392: s4-cldap/netlogon: Match Windows 2012R2 and return
1311 NETLOGON_NT_VERSION_5 when version unspecified.
1312 * BUG 12855: dsdb: Do not force a re-index of sam.ldb on upgrade to 4.7.
1313 * BUG 12904: dsdb: Fix dsdb_next_callback to correctly use ldb_module_done()
1315 * BUG 12939: s4-rpc_server: Improve debug of new endpoints.
1317 o Ralph Boehme <slow@samba.org>
1318 * BUG 12791: Fix kernel oplocks issues with named streams.
1319 * BUG 12944: vfs_gpfs: Handle EACCES when fetching DOS attributes from xattr.
1321 o Bob Campbell <bobcampbell@catalyst.net.nz>
1322 * BUG 12842: samdb/cracknames: Support user and service principal as desired
1325 o David Disseldorp <ddiss@samba.org>
1326 * BUG 12911: vfs_ceph: Fix cephwrap_chdir().
1328 o Gary Lockyer <gary@catalyst.net.nz>
1329 * BUG 12865: Track machine account ServerAuthenticate3.
1331 o Marc Muehlfeld <mmuehlfeld@samba.org>
1332 * BUG 12947: python: Fix incorrect kdc.conf parameter name in kerberos.py.
1334 o Noel Power <noel.power@suse.com>
1335 * BUG 12937: s3/utils: 'smbcacls' failed to detect DIRECTORIES using SMB2
1338 o Arvid Requate <requate@univention.de>
1339 * BUG 11392: s4-dsdb/netlogon: Allow missing ntver in cldap ping.
1341 o Anoop C S <anoopcs@redhat.com>
1342 * BUG 12936: source3/client: Fix typo in help message displayed by default.
1344 o Andreas Schneider <asn@samba.org>
1345 * BUG 12930: Fix building with GCC 7.1.1.
1348 CHANGES SINCE 4.7.0rc2
1349 ======================
1351 o Jeremy Allison <jra@samba.org>
1352 * BUG 12836: s3: smbd: Fix a read after free if a chained SMB1 call goes
1354 * BUG 12899: s3: libsmb: Reverse sense of 'clear all attributes', ignore
1355 attribute change in SMB2 to match SMB1.
1356 * BUG 12914: s3: smbclient: Add new command deltree.
1358 o Ralph Boehme <slow@samba.org>
1359 * BUG 12885: s3/smbd: Let non_widelink_open() chdir() to directories
1361 * BUG 12887: Remove SMB_VFS_STRICT_UNLOCK noop from the VFS.
1362 * BUG 12891: Enable TDB mutexes in dbwrap and ctdb.
1363 * BUG 12897: vfs_fruit: don't use MS NFS ACEs with Windows clients.
1364 * BUG 12910: s3/notifyd: Ensure notifyd doesn't return from
1367 o Alexander Bokovoy <ab@samba.org>
1368 * BUG 12905: Build py3 versions of other rpc modules.
1370 o Günther Deschner <gd@samba.org>
1371 * BUG 12840: vfs_fruit: Add "fruit:model = <modelname>" parametric option.
1374 * BUG 12720: idmap_ad: Retry query_user exactly once if we get
1377 o Amitay Isaacs <amitay@gmail.com>
1378 * BUG 12891: dbwrap_ctdb: Fix calculation of persistent flag.
1380 o Thomas Jarosch <thomas.jarosch@intra2net.com>
1381 * BUG 12927: s3: libsmb: Fix use-after-free when accessing pointer *p.
1383 o Volker Lendecke <vl@samba.org>
1384 * BUG 12925: smbd: Fix a connection run-down race condition.
1386 o Stefan Metzmacher <metze@samba.org>
1387 * tevent: version 0.9.33: make tevent_req_print() more robust against crashes.
1388 * ldb: version 1.2.1
1389 * BUG 12882: Do not install _ldb_text.py if we have system libldb.
1390 * BUG 12890: s3:smbd: consistently use talloc_tos() memory for
1391 rpc_pipe_open_interface().
1392 * BUG 12900: Fix index out of bound in ldb_msg_find_common_values.
1394 o Rowland Penny <rpenny@samba.org>
1395 * BUG 12884: Easily edit a users object in AD, as if using 'ldbedit'.
1397 o Bernhard M. Wiedemann <bwiedemann@suse.de>
1398 * BUG 12906: s3: drop build_env
1400 o Andreas Schneider <asn@samba.org>
1401 * BUG 12882: waf: Do not install _ldb_text.py if we have system libldb.
1403 o Martin Schwenke <martin@meltin.net>
1404 * BUG 12898: ctdb-common: Set close-on-exec when creating PID file.
1407 CHANGES SINCE 4.7.0rc1
1408 ======================
1410 o Jeffrey Altman <jaltman@secure-endpoints.com>
1411 * BUG 12894: CVE-2017-11103: Orpheus' Lyre KDC-REP service name validation
1414 #######################################
1415 Reporting bugs & Development Discussion
1416 #######################################
1418 Please discuss this release on the samba-technical mailing list or by
1419 joining the #samba-technical IRC channel on irc.freenode.net.
1421 If you do report problems then please try to send high quality
1422 feedback. If you don't provide vital information to help us track down
1423 the problem then you will probably be ignored. All bug reports should
1424 be filed under the Samba 4.1 and newer product in the project's Bugzilla
1425 database (https://bugzilla.samba.org/).
1428 ======================================================================
1429 == Our Code, Our Bugs, Our Responsibility.
1431 ======================================================================