smbd: Always use UCF_PREP_CREATEFILE for filename_convert calls to resolve a path...
[Samba.git] / WHATSNEW.txt
blob50ba8aaa6b2e35c970531a56f555d65bc4f86eb8
1                    ==============================
2                    Release Notes for Samba 4.0.13
3                           December 9, 2013
4                    ==============================
7 This is a security release in order to address
8 CVE-2013-4408 (DCE-RPC fragment length field is incorrectly checked) and
9 CVE-2012-6150 (pam_winbind login without require_membership_of restrictions).
11 o  CVE-2013-4408:
12    Samba versions 3.4.0 and above (versions 3.4.0 - 3.4.17, 3.5.0 -
13    3.5.22, 3.6.0 - 3.6.21, 4.0.0 - 4.0.12 and including 4.1.2) are
14    vulnerable to buffer overrun exploits in the client processing of
15    DCE-RPC packets. This is due to incorrect checking of the DCE-RPC
16    fragment length in the client code.
18    This is a critical vulnerability as the DCE-RPC client code is part of
19    the winbindd authentication and identity mapping daemon, which is
20    commonly configured as part of many server installations (when joined
21    to an Active Directory Domain). A malicious Active Directory Domain
22    Controller or man-in-the-middle attacker impersonating an Active
23    Directory Domain Controller could achieve root-level access by
24    compromising the winbindd process.
26    Samba server versions 3.4.0 - 3.4.17 and versions 3.5.0 - 3.5.22 are
27    also vulnerable to a denial of service attack (server crash) due to a
28    similar error in the server code of those versions.
30    Samba server versions 3.6.0 and above (including all 3.6.x versions,
31    all 4.0.x versions and 4.1.x) are not vulnerable to this problem.
33    In addition range checks were missing on arguments returned from calls
34    to the DCE-RPC functions LookupSids (lsa and samr), LookupNames (lsa and samr)
35    and LookupRids (samr) which could also cause similar problems.
37    As this was found during an internal audit of the Samba code there are
38    no currently known exploits for this problem (as of December 9th 2013).
40 o  CVE-2012-6150:
41    Winbind allows for the further restriction of authenticated PAM logins using
42    the require_membership_of parameter. System administrators may specify a list
43    of SIDs or groups for which an authenticated user must be a member of. If an
44    authenticated user does not belong to any of the entries, then login should
45    fail. Invalid group name entries are ignored.
47    Samba versions 3.3.10, 3.4.3, 3.5.0 and later incorrectly allow login from
48    authenticated users if the require_membership_of parameter specifies only
49    invalid group names.
51    This is a vulnerability with low impact. All require_membership_of group
52    names must be invalid for this bug to be encountered.
55 Changes since 4.0.12:
56 ---------------------
58 o   Jeremy Allison <jra@samba.org>
59     * BUG 10185: CVE-2013-4408: Correctly check DCE-RPC fragment length field.
62 o   Stefan Metzmacher <metze@samba.org>
63     * BUG 10185: CVE-2013-4408: Correctly check DCE-RPC fragment length field.
66 o   Noel Power <noel.power@suse.com>
67     * BUGs 10300, 10306: CVE-2012-6150: Fail authentication if user isn't
68       member of *any* require_membership_of specified groups.
71 ######################################################################
72 Reporting bugs & Development Discussion
73 #######################################
75 Please discuss this release on the samba-technical mailing list or by
76 joining the #samba-technical IRC channel on irc.freenode.net.
78 If you do report problems then please try to send high quality
79 feedback. If you don't provide vital information to help us track down
80 the problem then you will probably be ignored.  All bug reports should
81 be filed under the Samba 4.0 product in the project's Bugzilla
82 database (https://bugzilla.samba.org/).
85 ======================================================================
86 == Our Code, Our Bugs, Our Responsibility.
87 == The Samba Team
88 ======================================================================
91 Release notes for older releases follow:
92 ----------------------------------------
94                    ==============================
95                    Release Notes for Samba 4.0.12
96                           November 19, 2013
97                    ==============================
100 This is is the latest stable release of Samba 4.0.
102 Major enhancements in Samba 4.0.12 include:
104 o  RW Deny for a specific user is not overriding RW Allow for a group (bug
105    #10196)
108 Changes since 4.0.11:
109 ---------------------
111 o   Jeremy Allison <jra@samba.org>
112     * BUG 10187: Missing talloc_free can leak stackframe in error path.
113     * BUG 10196: RW Deny for a specific user is not overriding RW Allow for a
114       group.
117 o   Andrew Bartlett <abartlet@samba.org>
118     * BUG 10052: Use dsdb_search_one to catch 0 results as well as
119       NO_SUCH_OBJECT errors.
122 o   Samuel Cabrero <scabrero@zentyal.com>
123     * BUG 9091: s4-dns: dlz_bind9: Create dns-HOSTNAME account disabled.
126 o   Günther Deschner <gd@samba.org>
127     * BUG 10264: s3-winbind: Fix cache_traverse_validate_fn failure for NDR
128       cache entries.
131 o   Björn Jacke <bj@sernet.de>
132     * BUG 10247: xattr: Fix listing EAs on *BSD for non-root users.
135 o   Volker Lendecke <vl@samba.org>
136     * BUG 10195: nsswitch: Fix short writes in winbind_write_sock.
139 o   Stefan Metzmacher <metze@samba.org>
140     * BUG 9905: ldap_server: Register name and pid at startup.
141     * BUG 10193: s4:dsdb/rootdse: report 'dnsHostName' instead of 'dNSHostName'.
142     * BUG 10232: libcli/smb: fix smb2cli_ioctl*() against Windows 2008.
145 o   Andreas Schneider <asn@samba.org>
146     * BUG 10132: pam_winbindd: Add support for the KEYRING ccache type.
147     * BUG 10194: winbind: Offline logon cache not updating for cross child
148       domain group membership.
149     * BUG 10269: util: Remove 32bit macros breaking strict aliasing.
152 ######################################################################
153 Reporting bugs & Development Discussion
154 #######################################
156 Please discuss this release on the samba-technical mailing list or by
157 joining the #samba-technical IRC channel on irc.freenode.net.
159 If you do report problems then please try to send high quality
160 feedback. If you don't provide vital information to help us track down
161 the problem then you will probably be ignored.  All bug reports should
162 be filed under the Samba 4.0 product in the project's Bugzilla
163 database (https://bugzilla.samba.org/).
166 ======================================================================
167 == Our Code, Our Bugs, Our Responsibility.
168 == The Samba Team
169 ======================================================================
172 ----------------------------------------------------------------------
175                    ==============================
176                    Release Notes for Samba 4.0.11
177                           November 11, 2013
178                    ==============================
181 This is a security release in order to address
182 CVE-2013-4475 (ACLs are not checked on opening an alternate
183 data stream on a file or directory) and
184 CVE-2013-4476 (Private key in key.pem world readable).
186 o  CVE-2013-4475:
187    Samba versions 3.2.0 and above (all versions of 3.2.x, 3.3.x,
188    3.4.x, 3.5.x, 3.6.x, 4.0.x and 4.1.x) do not check the underlying
189    file or directory ACL when opening an alternate data stream.
191    According to the SMB1 and SMB2+ protocols the ACL on an underlying
192    file or directory should control what access is allowed to alternate
193    data streams that are associated with the file or directory.
195    By default no version of Samba supports alternate data streams
196    on files or directories.
198    Samba can be configured to support alternate data streams by loading
199    either one of two virtual file system modues (VFS) vfs_streams_depot or
200    vfs_streams_xattr supplied with Samba, so this bug only affects Samba
201    servers configured this way.
203    To determine if your server is vulnerable, check for the strings
204    "streams_depot" or "streams_xattr" inside your smb.conf configuration
205    file.
207 o  CVE-2013-4476:
208    In setups which provide ldap(s) and/or https services, the private
209    key for SSL/TLS encryption might be world readable. This typically
210    happens in active directory domain controller setups.
213 Changes since 4.0.10:
214 ---------------------
216 o   Jeremy Allison <jra@samba.org>
217     * BUGs 10234 + 10229: CVE-2013-4475: Fix access check verification on stream
218       files.
221 o   Björn Baumbach <bb@sernet.de>
222     * BUG 10234: CVE-2013-4476: Private key in key.pem world readable.
225 ######################################################################
226 Reporting bugs & Development Discussion
227 #######################################
229 Please discuss this release on the samba-technical mailing list or by
230 joining the #samba-technical IRC channel on irc.freenode.net.
232 If you do report problems then please try to send high quality
233 feedback. If you don't provide vital information to help us track down
234 the problem then you will probably be ignored.  All bug reports should
235 be filed under the Samba 4.0 product in the project's Bugzilla
236 database (https://bugzilla.samba.org/).
239 ======================================================================
240 == Our Code, Our Bugs, Our Responsibility.
241 == The Samba Team
242 ======================================================================
245 ----------------------------------------------------------------------
248                    ==============================
249                    Release Notes for Samba 4.0.10
250                            October 8, 2013
251                    ==============================
254 This is is the latest stable release of Samba 4.0.
256 Major enhancements in Samba 4.0.10 include:
258 o  NetBIOS related samba process consumes 100% CPU (bug #10158).
259 o  smbd: Clean up share modes after hard crash (bug #10138).
260 o  Fix POSIX ACL mapping when setting DENY ACE's from Windows (bug #10162).
262 To ease upgrades from Samba 3.6 and older, a new parameter called "acl allow
263 execute always" has been introduced as a temporary workaround. Please see the
264 smb.conf man page for details.
267 Changes since 4.0.9:
268 --------------------
270 o   Michael Adam <obnox@samba.org>
271     * BUG 10134: Ease file server upgrades from 3.6 and earlier with "acl allow
272       execute always".
273     * BUG 10169: Fix build error in scavenger.c.
276 o   Jeremy Allison <jra@samba.org>
277     * BUG 5917: Make Samba work on site with Read Only Domain Controller.
278     * BUG 9166: Starting smbd or nmbd with stdin from /dev/null results in
279       "EOF on stdin".
280     * BUG 10063: source3/lib/util.c:1493 leaking memory w/ pam_winbind.so /
281       winbind.
282     * BUG 10121: Masks incorrectly applied to UNIX extension permission changes.
283     * BUG 10139: Valid utf8 filenames cause "invalid conversion error"
284       messages.
287 o   Christian Ambach <ambi@samba.org>
288     * BUG #9911 - Build Samba 4.0.x on AIX with IBM XL C/C++.
291 o   Andrew Bartlett <abartlet@samba.org>
292     * BUG 8077: dsdb: Convert the full string from UTF16 to UTF8, including
293       embedded NULLs.
294     * BUG 9091: When replicating DNS for bind9_dlz we need to create the
295       server-DNS account remotely.
296     * BUG 9461: python-samba-tool fsmo: Do not give an error on a successful
297       role transfer.
300 o   Günther Deschner <gd@samba.org>
301     * BUG 9615: s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().
302     * BUG 9899: s3-winbindd: fix fallback to ncacn_np in cm_connect_lsat().
303     * BUG 10147: Better document potential implications of a globally used
304       "valid users".
307 o   Korobkin <korobkin+samba@gmail.com>
308     * BUG 10118: Samba is chatty about being unable to open a printer.
311 o   Amitay Isaacs <amitay@gmail.com>
312     * BUG 9599: samba-tool/dns: Pass on additional flags when creating zones.
315 o   Volker Lendecke <vl@samba.org>
316     * BUG 10086: smbd: Fix async echo handler forking.
317     * BUG 10106: Honour output buffer length set by the client for SMB2
318       GetInfo requests.
319     * BUG 10114: Dropbox (write-only-directory) case isn't handled correctly in
320       pathname lookup.
321     * BUG 10138: smbd: Clean up share modes after hard crash.
324 o   Daniel Liberman <danielvl@gmail.com>
325     * BUG 10162: Fix POSIX ACL mapping when setting DENY ACE's from Windows.
328 o   Stefan Metzmacher <metze@samba.org>
329     * BUG 9802: Move gencache.tdb to /var/cache/samba.
330     * BUG 10030: ::1 added to nameserver on join.
333 o   Matthieu Patou <mat@matws.net>
334     * BUG 10158: NetBIOS related samba process consumes 100% CPU.
337 o   Christof Schmitt <christof.schmitt@us.ibm.com>
338     * BUG 10137: vfs_shadow_copy2 does not display previous versions correctly
339       over SMB2.
342 o   Karolin Seeger <kseeger@samba.org>
343     * BUG 10076: docs: Fix variable list in man vfs_crossrename.
346 o   Richard Sharpe <realrichardsharpe@gmail.com>
347     * BUG 10097 - MacOSX 10.9 will not follow path-based DFS referrals handed
348       out by Samba.
351 o   Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
352     * BUG 10106: Honour output buffer length set by the client for SMB2
353       GetInfo requests.
356 ######################################################################
357 Reporting bugs & Development Discussion
358 #######################################
360 Please discuss this release on the samba-technical mailing list or by
361 joining the #samba-technical IRC channel on irc.freenode.net.
363 If you do report problems then please try to send high quality
364 feedback. If you don't provide vital information to help us track down
365 the problem then you will probably be ignored.  All bug reports should
366 be filed under the Samba 4.0 product in the project's Bugzilla
367 database (https://bugzilla.samba.org/).
370 ======================================================================
371 == Our Code, Our Bugs, Our Responsibility.
372 == The Samba Team
373 ======================================================================
376 ----------------------------------------------------------------------
379                    =============================
380                    Release Notes for Samba 4.0.9
381                           August 20, 2013
382                    =============================
385 This is is the latest stable release of Samba 4.0.
387 Major enhancements in Samba 4.0.9 include:
389 o  Fix crash of Winbind after "ls -l /usr/local/samba/var/locks/sysvol"
390    (bug #9820).
391 o  Fix segmentation fault while reading incomplete session info (bug #10003).
392 o  smbd: Fix a 100% loop at shutdown time (bug #10013).
395 Changes since 4.0.8:
396 --------------------
398 o   Michael Adam <obnox@samba.org>
399     * BUG 9930: smbd: Cleanup disonnected durable handles.
402 o   Jeremy Allison <jra@samba.org>
403     * BUG 9992: Fix Windows error 0x800700FE when copying files with xattr names
404       containing ":".
405     * BUG 10064: Linux kernel oplock breaks can miss signals.
408 o   Andrew Bartlett <abartlet@samba.org>
409     * BUG 9820: Fix crash of Winbind after "ls -l
410       /usr/local/samba/var/locks/sysvol".
411     * BUG 10014: Fix excessive RID allocation.
414 o   Björn Baumbach <bb@sernet.de>
415     * BUG 10003: s3-lib: Fix segmentation fault while reading incomplete
416       session info.
419 o   Gregor Beck <gbeck@sernet.de>
420     * BUG 9678: Windows 8 Roaming profiles fail.
421     * BUG 9930: smbd: Cleanup disonnected durable handles.
424 o   Kai Blin <kai@samba.org>
425     * BUG 10015: Add debugclass for DNS server.
428 o   Alexander Bokovoy <ab@samba.org>
429     * BUG 9779: Add UPN enumeration to passdb internal API.
432 o   Günther Deschner <gd@samba.org>
433     * BUG 10043: Allow to change the default location for Kerberos credential
434       caches.
435     * BUG 10073: net ads join: Fix segmentation fault in
436       create_local_private_krb5_conf_for_domain.
439 o   Volker Lendecke <vl@samba.org>
440     * BUG 10013: smbd: Fix a 100% loop at shutdown time.
443 o   Stefan Metzmacher <metze@samba.org>
444     * BUG 9820: Fix crash of Winbind after "ls -l
445       /usr/local/samba/var/locks/sysvol".
446     * BUG 10003: s3-lib: Fix segmentation fault while reading incomplete
447       session info.
448     * BUG 10015: Fix/improve debug options.
451 o   Christof Schmitt <christof.schmitt@us.ibm.com>
452     * BUG 9970: vfs_streams_xattr: Do not attempt to write empty attribute
453       twice.
456 o   Andreas Schneider <asn@samba.org>
457     * BUG 9994: s3-winbind: Do not delete an existing valid credential cache.
458     * BUG 10073: net ads join: Fix segmentation fault in
459       create_local_private_krb5_conf_for_domain.
462 o   Ralph Wuerthner <ralphw@de.ibm.com>
463     * BUG 10064: Linux kernel oplock breaks can miss signals.
466 ######################################################################
467 Reporting bugs & Development Discussion
468 #######################################
470 Please discuss this release on the samba-technical mailing list or by
471 joining the #samba-technical IRC channel on irc.freenode.net.
473 If you do report problems then please try to send high quality
474 feedback. If you don't provide vital information to help us track down
475 the problem then you will probably be ignored.  All bug reports should
476 be filed under the Samba 4.0 product in the project's Bugzilla
477 database (https://bugzilla.samba.org/).
480 ======================================================================
481 == Our Code, Our Bugs, Our Responsibility.
482 == The Samba Team
483 ======================================================================
486 ----------------------------------------------------------------------
489                    =============================
490                    Release Notes for Samba 4.0.8
491                           August 05, 2013
492                    =============================
495 This is a security release in order to address
496 CVE-2013-4124 (Missing integer wrap protection in EA list reading can cause
497 server to loop with DOS).
499 o  CVE-2013-4124:
500    All current released versions of Samba are vulnerable to a denial of
501    service on an authenticated or guest connection. A malformed packet
502    can cause the smbd server to loop the CPU performing memory
503    allocations and preventing any further service.
505    A connection to a file share, or a local account is needed to exploit
506    this problem, either authenticated or unauthenticated if guest
507    connections are allowed.
509    This flaw is not exploitable beyond causing the code to loop
510    allocating memory, which may cause the machine to exceed memory
511    limits.
514 Changes since 4.0.7:
515 --------------------
517 o   Jeremy Allison <jra@samba.org>
518     * BUG 10010: CVE-2013-4124: Missing integer wrap protection in EA list
519       reading can cause server to loop with DOS.
522 ######################################################################
523 Reporting bugs & Development Discussion
524 #######################################
526 Please discuss this release on the samba-technical mailing list or by
527 joining the #samba-technical IRC channel on irc.freenode.net.
529 If you do report problems then please try to send high quality
530 feedback. If you don't provide vital information to help us track down
531 the problem then you will probably be ignored.  All bug reports should
532 be filed under the Samba 4.0 product in the project's Bugzilla
533 database (https://bugzilla.samba.org/).
536 ======================================================================
537 == Our Code, Our Bugs, Our Responsibility.
538 == The Samba Team
539 ======================================================================
542 ----------------------------------------------------------------------
545                    =============================
546                    Release Notes for Samba 4.0.7
547                            July 2, 2013
548                    =============================
551 This is is the latest stable release of Samba 4.0.
553 Major enhancements in Samba 4.0.7 include:
555 o  Fix a core dump with invalid lock order while opening/editing
556    or copying MS files (bug #9794).
557 o  Fix crash bug from search of mail= (bug #9967).
558 o  winbind4: talloc use after free (bug #9832).
561 Changes since 4.0.6:
562 --------------------
564 o   Michael Adam <obnox@samba.org>
565     * BUG 9909: build: Add missing new line to replaced python shebang line.
568 o   Jeremy Allison <jra@samba.org>
569     * BUG 9794: Fix a core dump with invalid lock order while opening/editing
570       or copying MS files.
573 o   Andrew Bartlett <abartlet@samba.org>
574     * BUG 9465: s3-rpc_server: Ensure we are root when starting and using
575       gensec.
576     * BUG 9906: Doc fixes for 4.0.
577     * BUG 9907: Build fixes for 4.0 found during autoconf or debian packaging
578       work.
579     * BUG 9967: Fix crash bug from search of mail=.
580     * BUG 9968: Fix build with system Heimdal of samba4kgetcred.
583 o   Björn Baumbach <bb@sernet.de>
584     * BUG 9947: Check for netbios aliases in ad_get_referrals.
587 o   Kai Blin <kai@samba.org>
588     * BUG 9485: Add support for MX queries.
589     * BUG 9559: dns: Delete dnsNode objects when they are empty.
590     * BUG 9632: dns: Support larger queries when asking forwarder.
593 o   David Disseldorp <ddiss@samba.org>
594     * BUG 8997: Change libreplace GPL source to LGPL.
595     * BUG 9900: is_printer_published GUID retrieval.
596     * BUG 9910: PIE builds not supported.
599 o   Peng Haitao <penght@cn.fujitsu.com>
600     * BUG 9941: Fix a bug of drvupgrade of smbcontrol.
603 o   Björn Jacke <bj@sernet.de>
604     * BUG 9880: Use of wrong RFC2307 primary group field.
607 o   Volker Lendecke <vl@samba.org>
608     * BUG 9832: winbind4: talloc use after free.
609     * BUG 9953: Fix tevent_poll on 32-bit machines (Coverity ID 989236).
612 o   Stefan Metzmacher <metze@samba.org>
613     * BUG 9805: s3:lib/server_mutex: Open mutex.tdb with CLEAR_IF_FIRST.
614     * BUG 9929: s4:winbind: Don't leak libnet_context into the main event
615       context.
618 o   Andreas Schneider <asn@samba.org>
619     * BUG 9881: Check for system libtevent.
622 o   Michael Wood <esiotrot@gmail.com>
623     * BUG 9964: docs: Avoid mentioning a possibly misleading option.
626 o   Vadim Zhukov <persgray@gmail.com>
627     * BUG 9888: More generic check for OpenBSD platform.
630 ######################################################################
631 Reporting bugs & Development Discussion
632 #######################################
634 Please discuss this release on the samba-technical mailing list or by
635 joining the #samba-technical IRC channel on irc.freenode.net.
637 If you do report problems then please try to send high quality
638 feedback. If you don't provide vital information to help us track down
639 the problem then you will probably be ignored.  All bug reports should
640 be filed under the Samba 4.0 product in the project's Bugzilla
641 database (https://bugzilla.samba.org/).
644 ======================================================================
645 == Our Code, Our Bugs, Our Responsibility.
646 == The Samba Team
647 ======================================================================
650 ----------------------------------------------------------------------
653                    =============================
654                    Release Notes for Samba 4.0.6
655                            May 21, 2013
656                    =============================
659 This is is the latest stable release of Samba 4.0.
661 Major enhancements in Samba 4.0.6 include:
663 o  Fix crash during Win8 sync (bug #9822).
664 o  Fix segfault when loging in with wrong password from w2k8r2 (bug #9834).
667 Changes since 4.0.5:
668 --------------------
670 o   Jeremy Allison <jra@samba.org>
671     * BUG 9412: SMB2 server doesn't support recvfile.
672     * BUG 9722: Properly handle oplock breaks in compound requests.
673     * BUG 9777: vfs_dirsort uses non-stackable calls, dirfd(), malloc instead
674       of talloc and doesn't cope with directories being modified whilst reading.
675     * BUG 9811: Old DOS SMB CTEMP request uses a non-VFS function to access the
676       filesystem.
677     * BUG 9822: Fix crash during Win8 sync.
680 o   Anand Avati <avati@redhat.com>
681     * BUG 9833: Function called in unix_convert() path can overwrite errno.
684 o   Andrew Bartlett <abartlet@samba.org>
685     * BUG 9785: Use specified python for runtime installation of Samba.
686     * BUG 9834: Fix segfault when loging in with wrong password from w2k8r2.
689 o   Alexander Bokovoy <ab@samba.org>
690     * BUG 9767: Fix 'net ads join' when called via stdin.
693 o   David Disseldorp <ddiss@samba.org>
694     * BUG 9807: wbinfo: Fix segfault in wbinfo_pam_logon.
695     * BUG 9830: Fix panic in nt_printer_publish_ads.
698 o   Volker Lendecke <vl@samba.org>
699     * BUG 9775: Fix segfault for "artificial" conn_structs in vfs_fake_perms.
700     * BUG 9809: Package new dbwrap_tool man page.
701     * BUG 9824: SMB signing and the async echo responder don't work together.
702     * BUG 9832: talloc use after free in winbind4.
703     * BUG 9854: Fix NULL pointer dereference in Winbind.
704     * BUG 9868: Fix making LIBNDR_PREG_OBJ.
707 o   Stefan Metzmacher <metze@samba.org>
708     * BUG 9545: Fix the build of vfs_notify_fam.
709     * BUG 9803: Change '--with-dmapi' to 'default=auto' to match the autoconf
710       build.
711     * BUG 9804: wafsamba: Display the default value in help for
712       SAMBA3_ADD_OPTION.
713     * BUG 9382: Add support for PFC_FLAG_OBJECT_UUID when parsing packets.
716 o   Andreas Schneider <asn@samba.org>
717     * BUG 9139: Fix the username map optimization.
718     * BUG 9699: Fix adding case sensitive spn.
719     * BUG 9766: Cache name_to_sid/sid_to_name correctly.
720     * BUG 9817: Fix 'map untrusted to domain' with NTLMv2.
723 o   Richard Sharpe <realrichardsharpe@gmail.com>
724     * BUG 9722:  Properly handle oplock breaks in compound requests.
727 o   Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
728     * BUG 9782: Fix panic when running 'smbtorture smb.base'.
731 ######################################################################
732 Reporting bugs & Development Discussion
733 #######################################
735 Please discuss this release on the samba-technical mailing list or by
736 joining the #samba-technical IRC channel on irc.freenode.net.
738 If you do report problems then please try to send high quality
739 feedback. If you don't provide vital information to help us track down
740 the problem then you will probably be ignored.  All bug reports should
741 be filed under the Samba 4.0 product in the project's Bugzilla
742 database (https://bugzilla.samba.org/).
745 ======================================================================
746 == Our Code, Our Bugs, Our Responsibility.
747 == The Samba Team
748 ======================================================================
751 ----------------------------------------------------------------------
754                    =============================
755                    Release Notes for Samba 4.0.5
756                            April 9, 2013
757                    =============================
760 This is is the latest stable release of Samba 4.0.
762 Major enhancements in Samba 4.0.5 include:
764 o  Fix large reads/writes from some Linux clients (bug #9706).
765 o  Add 'samba-tool dbcheck --reset-well-known-acls' (bugs #9740 and #9267).
768 Changes since 4.0.4:
769 --------------------
771 o   Michael Adam <obnox@samba.org>
772     * BUG 9617: libnss-winbindd does not provide pass struct for groups mapped
773       with ID_TYPE_BOTH and vice versa.
774     * BUG 9653: idmap_autorid: Fix freeing of non-talloced memory.
775     * BUG 9711: s4:winbindd: Do not drop the workgroup name in the getgrnam, getgrent
776       and getgrgid calls.
779 o   Jeremy Allison <jra@samba.org>
780     * BUG 9130: Certain xattrs cause Windows error 0x800700FF.
781     * BUG 9519: Samba returns unexpected error on SMB posix open.
782     * BUG 9642: Fix the build of vfs_afsacl.
783     * BUG 9695: Backport tevent changes to bring library to version 0.9.18.
784     * BUG 9706: Fix large reads/writes from some Linux clients.
785     * BUG 9724: is_encrypted_packet() function incorrectly used inside server.
786     * BUG 9733: Fix 'smbcontrol close-share'.
787     * BUG 9748: Remove unneeded fstat system call from hot read path.
788     * BUG 9760: Fix incorrect parsing of SMB2 command codes.
791 o   Christian Ambach <ambi@samba.org>
792     * BUG 9643: Fix the build with --fake-kaserver.
793     * BUG 9644: Fix compile of source3/lib/afs.c.
794     * BUG 9669: Fix crash in 'net rpc join' against a Samba 3.0.33 PDC.
797 o   Timur Bakeyev <timur@FreeBSD.org>
798     * BUG 9666: Fix filtering of link-local addresses.
801 o   Andrew Bartlett <abartlet@samba.org>
802     * BUG 9663: 'make test' hangs.
803     * BUG 9697: DsReplicaGetInfo fails due to sendto() EMSGSIZE error
804       on UNIX domain socket.
805     * BUG 9703: Fix build on solaris8: Do not force a specific perl on
806       pod2man.
807     * BUG 9717: Set LD_LIBRARY_PATH in install_with_python.sh.
808     * BUG 9718: s4-idmap: Remove requirement that posixAccount or posixGroup be set
809       for rfc2307.
810     * BUG 9719: Allow forcing an override of an old @MODULES record.
811     * BUG 9720: Do not print the admin password during 'samba-tool
812       classicupgrade'.
813     * BUG 9721: Make samba_upgradedns more robust (do not guess addresses
814       when just changing roles).
815     * BUG 9725: upgradeprovision and 'samba-tool dbcheck' patches for 4.0.NEXT.
816     * BUG 9728: DO NOT install samba_upgradeprovision in 4.0.x.
817     * BUG 9739: PIDL: Build fixes for hosts without CPP (Solaris 11).
818     * BUG 9740: Add 'samba-tool dbcheck --reset-well-known-acls'.
819     * BUG 9267: Can't delegate adding computers to domain.
822 o   Alexander Bokovoy <ab@samba.org>
823     * BUG 9636: PIDL: Fix parsing linemarkers in preprocessor output.
824     * BUG 9639: Rename internal subsystem pdb_ldap to pdb_ldapsam.
827 o   Ira Cooper <ira@samba.org>
828     * BUG 9646: Make SMB2_GETINFO multi-volume aware.
831 o   David Disseldorp <ddiss@samba.org>
832     * BUG 9633: Recursive mget should continue on EPERM.
835 o   Landon Fuller <landonf@bikemonkey.org>
836     * BUG 9656: Work around FreeBSD's getaddrinfo() underscore issue.
837     * BUG 9696: Remove incomplete samba_dnsupdate IPv6 link-local address
838       check.
839     * BUG 9697: Handle EMSGSIZE on UNIX domain sockets.
842 o   Björn Jacke <bj@sernet.de>
843     * BUG 7825: Fix GNU ld version detection with old gcc releases.
846 o   Daniel Kobras <d.kobras@science-computing.de>
847     * BUG 9039: Never try to map global SAM name.
850 o   Guenter Kukkukk <kukks@samba.org>
851     * BUG 9701: Fix vfs_catia and update documentation.
854 o   Volker Lendecke <vl@samba.org>
855     * BUG 9695: Backport tevent changes to bring library to version 0.9.18.
856     * BUG 9727: Fix NULL pointer dereference.
857     * BUG 9736: Change to smbd/dir.c code gives significant performance
858       increases on large directory listings.
861 o   Stefan Metzmacher <metze@samba.org>
862     * BUG 9557: Fix build on AIX.
863     * BUG 9625: Reauth-capable client fails to access shares on Windows member.
864     * BUG 9695: Backport tevent changes to bring library to version 0.9.18.
865     * BUG 9706: Parameter is incorrect on Android.
868 o   Andreas Schneider <asn@samba.org>
869     * BUG 9664: Fix correct linking of libreplace with cmdline-credentials.
870     * BUG 9683: Fix several resource (fd) leaks.
871     * BUG 9685: Fix a memory leak in spoolss rpc server.
872     * BUG 9686: Fix a possible buffer overrun in pdb_smbpasswd.
873     * BUG 9687: Fix several possible null pointer dereferences.
874     * BUG 9723: Add a tool to migrate latin1 printing tdbs to registry.
875     * BUG 9735: Fix Winbind separator in upn to username conversion.
876     * BUG 9758: Don't leak the epm_Map policy handle.
879 o   Richard Sharpe <rsharpe@samba.org>
880     * BUG 9674: Samba denies owner Read Control when there is a DENY entry
881       while W2K08 does not.
882     * BUG 9689: Make sure that domain joins work correctly when the DC disallows
883       NTLM auth.
884     * BUG 9704: Fix nss_winbind name on FreeBSD.
885     * BUG 9747: Make sure that we only propogate the INHERITED flag when we are
886       allowed to.
889 Note about upgrading from older versions:
890 -----------------------------------------
892 It is still the case that there are printing tdbs (ntprinting.tdb, ntforms.tdb,
893 ntdrivers.tdb) which are in latin1 or other encodings. When updating from
894 Samba 3.5 or earlier to Samba 3.6 or 4.0 these tdbs need to be migrated to our
895 new registry based printing management.  This means during the migration we
896 also need to do charset conversion. This can only been done manually cause we don't
897 know in which encoding the tdb is. You have to specify the correct code page
898 for the conversion, see iconv -l and Wikipedia [1] for the available codepages.
899 The mostly used one is Windows Latin1 which is CP1252.
901 We've extended the 'net printing dump' and 'net printing migrate' commands to
902 define the encoding of the tdb. So you can correctly view the tdb with:
904   net printing dump encoding=CP1252 /path/to/ntprinters.tdb
906 or migrate it with e.g.:
908   net printing migrate encoding=CP1252 /path/to/ntprinters.tdb
910 If you migrate printers we suggest you do it in the following order.
912 ntforms.tdb
913 ntdrivers.tdb
914 ntprinting.tdb
916 Don't forget to rename, move or delete these files in /var/lib/samba after the
917 migration.
919 [1] https://en.wikipedia.org/wiki/Code_page
922 ######################################################################
923 Reporting bugs & Development Discussion
924 #######################################
926 Please discuss this release on the samba-technical mailing list or by
927 joining the #samba-technical IRC channel on irc.freenode.net.
929 If you do report problems then please try to send high quality
930 feedback. If you don't provide vital information to help us track down
931 the problem then you will probably be ignored.  All bug reports should
932 be filed under the Samba 4.0 product in the project's Bugzilla
933 database (https://bugzilla.samba.org/).
936 ======================================================================
937 == Our Code, Our Bugs, Our Responsibility.
938 == The Samba Team
939 ======================================================================
942 ----------------------------------------------------------------------
945                    =============================
946                    Release Notes for Samba 4.0.4
947                           March 19, 2013
948                    =============================
951 This is a security release in order to address CVE-2013-1863
952 (World-writeable files may be created in additional shares on a
953 Samba 4.0 AD DC).
955 o  CVE-2013-1863:
956    Administrators of the Samba 4.0 Active Directory Domain
957    Controller might unexpectedly find files created world-writeable
958    if additional CIFS file shares are created on the AD DC.
959    Samba versions 4.0.0rc6 - 4.0.3 (inclusive) are affected by this
960    defect.
963 Changes since 4.0.3:
964 --------------------
966 o   Andrew Bartlett <abartlet@samba.org>
967     * BUG 9709: CVE-2013-1863: Remove forced set of 'create mask' to 0777.
970 ######################################################################
971 Reporting bugs & Development Discussion
972 #######################################
974 Please discuss this release on the samba-technical mailing list or by
975 joining the #samba-technical IRC channel on irc.freenode.net.
977 If you do report problems then please try to send high quality
978 feedback. If you don't provide vital information to help us track down
979 the problem then you will probably be ignored.  All bug reports should
980 be filed under the Samba 4.0 product in the project's Bugzilla
981 database (https://bugzilla.samba.org/).
984 ======================================================================
985 == Our Code, Our Bugs, Our Responsibility.
986 == The Samba Team
987 ======================================================================
990 ----------------------------------------------------------------------
993                    =============================
994                    Release Notes for Samba 4.0.3
995                          February 05, 2013
996                    =============================
999 This is is the latest stable release of Samba 4.0.
1001 Major enhancements in Samba 4.0.3 include:
1003 o  check_password_quality: Handle non-ASCII characters properly (bug #9105).
1004 o  Fix ACL problem with delegation of privileges and deletion of accounts
1005    over LDAP interface (bug #8909).
1006 o  Fix 'smbd' panic triggered by unlink after open (bug #9571).
1007 o  smbd: Fix memleak in the async echo handler (bug #9549).
1009 Known issues:
1010 -------------
1012 o  For more details concerning the ACL problem with delegation of privileges
1013    and deletion of accounts over LDAP interface (bugs #8909 and #9267)
1014    regarding upgrades from older 4.0.x versions, please see
1016      http://wiki.samba.org/index.php/Samba_AD_DC_HOWTO#Upgrading
1018    which will be filled with details once we have worked out an upgrade
1019    strategy.
1021 Changes since 4.0.2:
1022 --------------------
1024 o   Michael Adam <obnox@samba.org>
1025     * BUG 9568: Document the command line options in dbwrap_tool(1).
1028 o   Jeremy Allison <jra@samba.org>
1029     * BUG 9196: defer_open is triggered multiple times on the same request.
1030     * BUG 9518: conn->share_access appears not be be reset between users.
1031     * BUG 9550: sigprocmask does not work on FreeBSD to stop further signals in
1032       a signal handler.
1033     * BUG 9572: Fix file corruption during SMB1 read by Mac OSX 10.8.2 clients.
1034     * BUG 9586: smbd[29175]: disk_free: sys_popen() failed" message logged in
1035       /var/log/message many times.
1036     * BUG 9587: Archive flag is always set on directories.
1037     * BUG 9588: ACLs are not inherited to directories for DFS shares.
1040 o   Andrew Bartlett <abartlet@samba.org>
1041     * BUG 8909: Fix ACL problem with delegation of privileges and deletion of
1042       accounts over LDAP interface.
1043     * BUG 9461: FSMO seize of naming role fails: NT_STATUS_IO_TIMEOUT.
1044     * BUG 9564: Fix compilation of Solaris ACL module.
1045     * BUG 9581: gensec: Allow login without a PAC by default.
1046     * BUG 9596: Linked attribute handling should be by GUID.
1047     * BUG 9598: Use pid,task_id as cluster_id in process_single just like
1048       process_prefork.
1049     * BUG 9609: ldb: Ensure to decrement the transaction_active whenever we
1050       delete a transaction.
1051     * BUG 9609: Add 'ldbdump' tool.
1052     * BUG 9609: ldb: Remove no-longer-existing ltdb_unpack_data_free from
1053       ldb_tdb.h.
1054     * BUG 9609: ldb: Change ltdb_unpack_data to take an ldb_context.
1055     * BUG 9610: dsdb: Make secrets_tdb_sync cope with -H secrets.ldb.
1058 o   Björn Baumbach <bb@sernet.de>
1059     * BUG 9512: wafsamba: Use additional xml catalog file.
1060     * BUG 9517: samba_dnsupdate: Set KRB5_CONFIG for nsupdate command.
1061     * BUG 9552: smb.conf(5): Update list of available protocols.
1062     * BUG 9568: Add dbwrap_tool.1 manual page.
1063     * BUG 9569: ntlm_auth(1): Fix format and make examples visible.
1066 o   Ira Cooper <ira@samba.org>
1067     * BUG 9575: Duplicate flags defined in the winbindd protocol.
1070 o   Günther Deschner <gd@samba.org>
1071     * BUG 9474: Downgrade v4 printer driver requests to v3.
1072     * BUG 9595: s3-winbind: Fix the build of idmap_ldap.
1075 o   David Disseldorp <ddiss@samba.org>
1076     * BUG 9378: Add extra attributes for AD printer publishing.
1079 o   Stephen Gallagher <sgallagh@redhat.com>
1080     * BUG 9609: ldb: Move doxygen comments for ldb_connect to the right place.
1083 o   Volker Lendecke <vl@samba.org>
1084     * BUG 9541: Make use of posix_openpt.
1085     * BUG 9544: Fix build of vfs_commit and plug in async pwrite support.
1086     * BUG 9546: Fix aio_suspend detection on FreeBSD.
1087     * BUG 9548: Correctly detect O_DIRECT.
1088     * BUG 9549: smbd: Fix memleak in the async echo handler.
1091 o   Stefan Metzmacher <metze@samba.org>
1092     * BUG 8909: Fix ACL problem with delegation of privileges and deletion of
1093       accounts over LDAP interface.
1094     * BUG 9105: check_password_quality: Handle non-ASCII characters properly.
1095     * BUG 9481: samba_upgradeprovision: fix the nTSecurityDescriptor on more
1096       containers.
1097     * BUG 9499: s3:smb2_negprot: set the 'remote_proto' value.
1098     * BUG 9508: s4:drsuapi: Make sure we report the meta data from the cycle
1099       start.
1100     * BUG 9540: terminate the irpc_servers_byname() result with
1101       server_id_set_disconnected().
1102     * BUG 9598: Fix timeouts of some IRPC calls.
1103     * BUG 9609: Fix a warning by converting from TDB_DATA to struct ldb_val.
1106 o   Matthieu Patou <mat@matws.net>
1107     * BUG 8909: Add documentation.
1108     * BUG 9565: Adding additional Samba 4.0 DC to W2k8 srv AD domain (in win200
1109       functional level) produces dbcheck errors.
1112 o   Arvid Requate <requate@univention.de>
1113     * BUG 9555: s4-resolve: Fix parsing of IPv6/AAAA in dns_lookup.
1116 o   Rusty Russell <rusty@rustcorp.com.au>
1117     * BUG 9609: tdb: Add '-e' option to tdbdump (and document it).
1118     * BUG 9609: tdb: 'tdbdump' should log errors, and fail in that case.
1119     * BUG 9609: tdb: Add tdb_rescue() to allow an emergency best-effort dump.
1122 o   Samba-JP oota <ribbon@samba.gr.jp>
1123     * BUG 9528: Remove superfluous bracket in samba.8.xml.
1124     * BUG 9530: Fix typo in vfs_tsmsm.8.xml.
1127 o   Andreas Schneider <asn@samba.org>
1128     * BUG 9574: Fix a possible null pointer dereference in spoolss.
1131 o   Karolin Seeger <kseeger@samba.org>
1132     * BUG 9591: Correct meta data in ldb manpages.
1135 o   Pavel Shilovsky <piastry@etersoft.ru>
1136     * BUG 9571: Fix 'smbd' panic triggered by unlink after open.
1139 o   Andrew Tridgell <tridge@samba.org>
1140     * BUG 9609: ldb: Fix callers for ldb_pack_data() and ldb_unpack_data().
1141     * BUG 9609: ldb: move ldb_pack.c into common.
1144 o   Jelmer Vernooij <jelmer@samba.org>
1145     * BUG 9503: waf assumes that pythonX.Y-config is a Python script.
1148 ######################################################################
1149 Reporting bugs & Development Discussion
1150 #######################################
1152 Please discuss this release on the samba-technical mailing list or by
1153 joining the #samba-technical IRC channel on irc.freenode.net.
1155 If you do report problems then please try to send high quality
1156 feedback. If you don't provide vital information to help us track down
1157 the problem then you will probably be ignored.  All bug reports should
1158 be filed under the Samba 4.0 product in the project's Bugzilla
1159 database (https://bugzilla.samba.org/).
1162 ======================================================================
1163 == Our Code, Our Bugs, Our Responsibility.
1164 == The Samba Team
1165 ======================================================================
1168 ----------------------------------------------------------------------
1171                    =============================
1172                    Release Notes for Samba 4.0.2
1173                          January 30, 2013
1174                    =============================
1177 This is a security release in order to address
1178 CVE-2013-0213 (Clickjacking issue in SWAT) and
1179 CVE-2013-0214 (Potential XSRF in SWAT).
1181 o  CVE-2013-0213:
1182    All current released versions of Samba are vulnerable to clickjacking in the
1183    Samba Web Administration Tool (SWAT). When the SWAT pages are integrated into
1184    a malicious web page via a frame or iframe and then overlaid by other content,
1185    an attacker could trick an administrator to potentially change Samba settings.
1187    In order to be vulnerable, SWAT must have been installed and enabled
1188    either as a standalone server launched from inetd or xinetd, or as a
1189    CGI plugin to Apache. If SWAT has not been installed or enabled (which
1190    is the default install state for Samba) this advisory can be ignored.
1192 o  CVE-2013-0214:
1193    All current released versions of Samba are vulnerable to a cross-site
1194    request forgery in the Samba Web Administration Tool (SWAT). By guessing a
1195    user's password and then tricking a user who is authenticated with SWAT into
1196    clicking a manipulated URL on a different web page, it is possible to manipulate
1197    SWAT.
1199    In order to be vulnerable, the attacker needs to know the victim's password.
1200    Additionally SWAT must have been installed and enabled either as a standalone
1201    server launched from inetd or xinetd, or as a CGI plugin to Apache. If SWAT has
1202    not been installed or enabled (which is the default install state for Samba)
1203    this advisory can be ignored.
1206 Changes since 4.0.1:
1207 ====================
1209 o   Kai Blin <kai@samba.org>
1210     * BUG 9576: CVE-2013-0213: Fix clickjacking issue in SWAT.
1211     * BUG 9577: CVE-2013-0214: Fix potential XSRF in SWAT.
1214 #######################################
1215 Reporting bugs & Development Discussion
1216 #######################################
1218 Please discuss this release on the samba-technical mailing list or by
1219 joining the #samba-technical IRC channel on irc.freenode.net.
1221 If you do report problems then please try to send high quality
1222 feedback. If you don't provide vital information to help us track down
1223 the problem then you will probably be ignored.  All bug reports should
1224 be filed under the Samba 4.0 product in the project's Bugzilla
1225 database (https://bugzilla.samba.org/).
1228 ======================================================================
1229 == Our Code, Our Bugs, Our Responsibility.
1230 == The Samba Team
1231 ======================================================================
1234 ----------------------------------------------------------------------
1237                    =============================
1238                    Release Notes for Samba 4.0.1
1239                           January 15, 2013
1240                    =============================
1243 This is a security release in order to address CVE-2013-0172.
1245 o  CVE-2013-0172:
1246    Samba 4.0.0 as an AD DC may provide authenticated users with write access
1247    to LDAP directory objects.
1249    In AD, Access Control Entries can be assigned based on the objectClass
1250    of the object.  If a user or a group the user is a member of has any
1251    access based on the objectClass, then that user has write access to that
1252    object.
1254    Additionally, if a user has write access to any attribute on the object,
1255    they may have access to write to all attributes.
1257    An important mitigation is that anonymous access is totally disabled by
1258    default.  The second important mitigation is that normal users are
1259    typically only given the problematic per-objectClass right via the
1260    "pre-windows 2000 compatible access" group, and Samba 4.0.0 incorrectly
1261    does not make "authenticated users" part of this group.
1263 Changes since 4.0.0:
1264 ====================
1266 o   Andrew Bartlett <abartlet@samba.org>
1267     * Bug 9554 - CVE-2013-0172 - Samba 4.0 as an AD DC may provide authenticated
1268       users with write access to LDAP directory objects.
1270 #######################################
1271 Reporting bugs & Development Discussion
1272 #######################################
1274 Please discuss this release on the samba-technical mailing list or by
1275 joining the #samba-technical IRC channel on irc.freenode.net.
1277 If you do report problems then please try to send high quality
1278 feedback. If you don't provide vital information to help us track down
1279 the problem then you will probably be ignored.  All bug reports should
1280 be filed under the Samba 4.0 product in the project's Bugzilla
1281 database (https://bugzilla.samba.org/).
1284 ======================================================================
1285 == Our Code, Our Bugs, Our Responsibility.
1286 == The Samba Team
1287 ======================================================================
1290 ----------------------------------------------------------------------
1293                    =============================
1294                    Release Notes for Samba 4.0.0
1295                          December 11, 2012
1296                    =============================
1299 This is is the first stable release of Samba 4.0.
1301 This release contains the best of all of Samba's
1302 technology parts, both a file server (that you can reasonably expect
1303 to upgrade existing Samba 3.x releases to) and the AD domain
1304 controller work previously known as 'Samba4'.
1306 Major enhancements in Samba 4.0.0 include:
1308 Active Directory services
1309 =========================
1311 Samba 4.0 supports the server-side of the Active Directory logon
1312 environment used by Windows 2000 and later, so we can do full domain
1313 join and domain logon operations with these clients.
1315 Our Domain Controller (DC) implementation includes our own built-in
1316 LDAP server and Kerberos Key Distribution Center (KDC) as well as the
1317 Samba3-like logon services provided over CIFS.  We correctly generate
1318 the infamous Kerberos PAC, and include it with the Kerberos tickets we
1319 issue.
1321 When running an AD DC, you only need to run 'samba' (not smbd/nmbd/winbindd),
1322 as the required services are co-coordinated by this master binary.
1323 The tool to administer the Active Directory services is called 'samba-tool'.
1325 A short guide to setting up Samba 4 as an AD DC can be found on the wiki:
1327   http://wiki.samba.org/index.php/Samba4/HOWTO
1330 File Services
1331 =============
1333 Samba 4.0.0 ships with two distinct file servers.  We now use the
1334 file server from the Samba 3.x series 'smbd' for all file serving by
1335 default.
1337 Samba 4.0 also ships with the 'NTVFS' file server.  This file server
1338 is what was used prior to the beta2 release of Samba 4.0, and is
1339 tuned to match the requirements of an AD domain controller.  We
1340 continue to support this, not only to provide continuity to
1341 installations that have deployed it as part of an AD DC, but also as a
1342 running example of the NT-FSA architecture we expect to move smbd to in
1343 the longer term.
1345 For pure file server work, the binaries users would expect from that
1346 series (smbd, nmbd, winbindd, smbpasswd) continue to be available.
1349 Domain Member Support
1350 =====================
1352 Domain member support in the 'samba' binary is in its infancy, and
1353 is not comparable to the support found in 'winbindd'. As such, on
1354 Samba domain member servers, the binaries 'smbd', 'nmbd' and 'winbindd'
1355 are to be used, as known from Samba 3 domain member server setups.
1356 The only exceptions from this rule are the cases which explicitly
1357 require the 'samba' binary, namely running the ntvfs file server,
1358 the CIFS proxy or OpenChange on a domain member.
1364 As DNS is an integral part of Active Directory, we also provide two DNS
1365 solutions, a simple internal DNS server for 'out of the box' configurations
1366 and a more elaborate BIND plugin using the BIND DLZ mechanism in versions
1367 9.8 and 9.9. During the provision, you can select which backend to use.
1368 With the internal backend, your DNS server is good to go.
1369 If you chose the BIND_DLZ backend, a configuration file will be generated
1370 for bind to make it use this plugin, as well as a file explaining how to
1371 set up bind.
1377 To provide accurate timestamps to Windows clients, we integrate with
1378 the NTP project to provide secured NTP replies.  To use you need to
1379 start ntpd and configure it with the 'restrict ... ms-sntp' and
1380 ntpsigndsocket options.
1383 Python Scripting Interface
1384 ==========================
1386 A new scripting interface has been added to Samba 4, allowing
1387 Python programs to interface to Samba's internals, and many tools and
1388 internal workings of the DC code is now implemented in python.
1391 Known Issues
1392 ============
1394 - Replication of DNS data from one AD server to another may not work.
1395   The DNS data used by the internal DNS server and bind9_dlz is stored
1396   in an application partition in our directory.  The replication of
1397   this partition is not yet reliable.
1399 - Replication may fail on FreeBSD due to getaddrinfo() rejecting names
1400   containing _.  A workaround will be in a future release.
1402 - samba_upgradeprovision should not be run when upgrading to this release
1403   from a recent release.  No important database format changes have
1404   been made since alpha16.
1406 - Installation on systems without a system iconv (and developer
1407   headers at compile time) is known to cause errors when dealing with
1408   non-ASCII characters.
1410 - There is no NetBIOS browsing support (network neighbourhood)
1411   available for the AD domain controller.  (Support in nmbd and smbd
1412   for classic domains and member/standalone servers is unchanged).
1414 - Clock Synchronisation is critical.  Many 'wrong password' errors are
1415   actually due to Kerberos objecting to a clock skew between client
1416   and server.  (The NTP work in the previous alphas are partly to assist
1417   with this problem).
1419 - The DRS replication code may fail.  Please contact the team if you
1420   experience issues with DRS replication, as we have fixed many issues
1421   here in response to feedback from our production users.
1423 - Linux inotify will now only be supported on systems where glibc also supports
1424   it (for details, please refer to bug #8850).
1427 Upgrading
1428 =========
1430 Users upgrading from Samba 3.x domain controllers and wanting to use
1431 Samba 4.0 as an AD DC should use the 'samba-tool domain
1432 classicupgrade' command.  See the wiki for more details:
1433 https://wiki.samba.org/index.php/Samba4/samba3upgrade/HOWTO.
1435 Users upgrading from Samba 4.0 alpha and beta releases since alpha15
1436 should run 'samba-tool dbcheck --cross-ncs --fix' before re-starting
1437 Samba.  Users upgrading from earlier alpha releases should contact the
1438 team for advice.
1440 Users upgrading an AD DC from any previous release should run
1441 'samba-tool ntacl sysvolreset' to re-sync ACLs on the sysvol share
1442 with those matching the GPOs in LDAP and the defaults from an initial
1443 provision.  This will set an underlying POSIX ACL if required (eg not
1444 using the NTVFS file server).
1446 If you used the BIND9_FLATFILE or BIND9_DLZ features,
1447 you'll have to add '-dns' to the 'server services' option,
1448 as the internal dns server (SAMBA_INTERNAL) is the default now.
1451 Supported features
1452 ==================
1454 A whitepaper of currently (un-)supported features is available on the wiki:
1456   https://wiki.samba.org/index.php/Samba_4.0_Whitepaper
1459 ######################################################################
1460 Changes
1461 #######
1463 smb.conf changes
1464 ----------------
1466    Parameter Name                       Description
1467    --------------                       -----------
1469    acl compatibility                    Removed
1470    allow dns updates                    New
1471    announce as                          Removed
1472    announce version                     Removed
1473    cldap port                           New
1474    client max protocol                  New
1475    client min protocol                  New
1476    client signing                       Changed default
1477    dcerpc endpoint servers              New
1478    dgram port                           New
1479    directory security mask              Removed
1480    display charset                      Removed
1481    dns forwarder                        New
1482    dns update command                   New
1483    force security mode                  Removed
1484    force directory security mode        Removed
1485    homedir map                          Changed default
1486    kernel oplocks                       Changed default
1487    kernel share modes                   New
1488    kpasswd port                         New
1489    krb5 port                            New
1490    nbt client socket address            New
1491    nbt port                             New
1492    nsupdate command                     New
1493    ntp signd socket directory           New
1494    ntvfs handler                        New
1495    paranoid server security             Removed
1496    pid directory                        New
1497    printer admin                        Removed
1498    rndc command                         New
1499    rpc big endian                       New
1500    samba kcc command                    New
1501    security mask                        Removed
1502    send spnego principal                Removed
1503    server max protocol                  New
1504    server min protocol                  New
1505    server role                          New
1506    server services                      New
1507    server signing                       Changed default
1508    share backend                        New
1509    share modes                          Removed
1510    smb2 max read                        Changed default
1511    smb2 max write                       Changed default
1512    smb2 max trans                       Changed default
1513    socket address                       Removed
1514    spn update command                   New
1515    time offset                          Removed
1516    tls cafile                           New
1517    tls certfile                         New
1518    tls crlfile                          New
1519    tls dh params file                   New
1520    tls enabled                          New
1521    tls keyfile                          New
1522    unicode                              New
1523    web port                             New
1524    winbindd privileged socket directory New
1525    winbind sealed pipes                 New
1526    winbindd socket directory            New
1529 CHANGES SINCE 4.0.0rc6
1530 ======================
1532 o   Michael Adam <obnox@samba.org>
1533     * BUG 9414: Honor password complexity settings.
1534     * BUG 9456: developer-build: Fix panic when acl_xattr fails with access
1535       denied.
1536     * BUG 9457: Fix "map username script" with "security=ads" and Winbind.
1539 o   Jeremy Allison <jra@samba.org>
1540     * BUG 9462: Users can not be given write permissions any more by default.
1543 o   Andrew Bartlett <abartlet@samba.org>
1544     * BUG 9415: Install SWAT *.msg files with waf.
1547 o   Alexander Bokovoy <ab@samba.org>
1548     * BUG 9479: Support FIPS mode when building Samba.
1551 o   Günther Deschner <gd@samba.org>
1552     * BUG 9438: Fix netr_ServerPasswordSet2, netr_LogonSamLogon with netlogon
1553       AES.
1556 o   Tsukasa Hamano <hamano@osstech.co.jp>
1557     * BUG 9471: Fix SEGV when using second vfs module.
1560 o   Stefan Metzmacher <metze@samba.org>
1561     * BUG 9414: Honor password complexity settings.
1562     * BUG 9470: Fix MMC crashes.
1563     * BUG 9481: Fix ACL on "cn=partitions,cn=configuration".
1566 o   Andreas Schneider <asn@samba.org>
1567     * BUG 9459: Install manpages only if we install the target.
1570 o   Richard Sharpe <realrichardsharpe@gmail.com>
1571     * BUG 9460: Respond correctly to FILE_STREAM_INFO requests.
1574 CHANGES SINCE 4.0.0rc5
1575 ======================
1577 In this release candidate, we have a significant number of improvements
1578 to our Access Control List (ACL) code, particularly for the Active
1579 Directory Domain Controller, but also in our general purpose file
1580 server.
1582 These changes are important, as they enable Group Policy Objects to work
1583 correctly, allow administrators to impose restrictions on some users
1584 reading certain parts of the directory and correctly propagating
1585 inherited ACLs down the LDAP directory tree.
1587 Users of the Active Directory Domain Controller upgrading from any
1588 previous release should run 'samba-tool ntacl sysvolreset' to re-sync
1589 ACLs on the sysvol share with those matching the GPOs in LDAP and the
1590 defaults from an initial provision.  This will set an underlying POSIX
1591 ACL if required.
1593 The ACLs in the Active Directory are also checked on searches by default.
1594 The automatic inheritance of ACLs is also correctly recalculated on
1595 changes now.
1597 o   Michael Adam <obnox@samba.org>
1598     * BUG 9350: Fail "configure --with-ads" if ads support is not available.
1599     * BUG 9446: Id mapping code delivers inconsistent results.
1600     * BUG 9453: Fix building pdb_ldap as shared module.
1603 o   Jeremy Allison <jra@samba.org>
1604     * BUG 9236: ACL masks incorrectly applied when setting ACLs.
1605     * BUG 9374: Allow smb2.acls torture test to pass against smbd with a POSIX
1606       ACLs backend.
1609 o   Christian Ambach <ambi@samba.org>
1610     * BUG 9178: Add DMAPI configure option and checks.
1611     * BUG 9274: Document shadow:snapdirseverywhere option of vfs_shadow_copy2.
1612     * BUG 9339: Backport build fixes from master.
1613     * BUG 9411: aio read marks the file as modified.
1614     * BUG 9413: Fix waf build on AIX6.
1617 o   Andrew Bartlett <abartlet@samba.org>
1618     * BUG 9121: Provide and use setproctitle replacement function for samba4
1619       processes on linux.
1620     * BUG 9271: samba-tool: Rework ldap attribute fetch in classicupgrade for
1621       missing attributes.
1622     * BUG 9421: Fix several build issues.
1623     * BUG 9448: Backport several crash bugs from master.
1626 o   Sumit Bose <sbose@redhat.com>
1627     * BUG 9367: Use work around for 'winbind use default domain' only if it
1628       is set.
1631 o   Kai Blin <kai@samba.org>
1632     * BUG 9399 - 'samba-tool dns serverinfo localhost' returns 'Memory
1633       allocation error'.
1634     * BUG 9449: Remove unused samba-dig tool.
1637 o   Günther Deschner <gd@samba.org>
1638     * BUG 9426: rpc_client: lookup nametype 0x20 in rpc_pipe_open_tcp_port().
1639     * BUG 9439: Fix ncacn_ip_tcp reconnection code for lsa lookups.
1640     * BUG 9451: Allow to force DNS updates using net.
1643 o   David Disseldorp <ddiss@samba.org>
1644     * BUG 9433: spoolss: Fix segfault when "default devmode" is disabled.
1647 o   Amitay Isaacs <amitay@gmail.com>
1648     * BUG 9265: Bind dlz fails to start if there is a trustedanchors zone.
1649     * BUG 9354: Fix format string vulnerability in an error message.
1652 o   Volker Lendecke <vl@samba.org>
1653     * BUG 9422: Large read requests cause server to issue malformed reply.
1654     * BUG 9440: Do not rely on dbwrap_record_get_value to return a talloc
1655       object.
1658 o   Stefan Metzmacher <metze@samba.org>
1659     * BUG 8620: Read ACL are not enabled by default on DS.
1660     * BUG 8621: ACL are not recalculated if parent is changed and inherit is
1661       enabled.
1662     * BUG 9373: samba-tool: Report a CommandError if loading of the config file
1663       fails.
1664     * BUG 9385: Add missing newline in the output of ldb_ldif_write_trace().
1665     * BUG 9390: Fix segfaults in "log level = 10" on Solaris.
1666     * BUG 9402: lib/addns: Fix working with a bind9 server.
1667     * BUG 9406: ACL fixes since 4.0 rc1.
1668     * BUG 9447: Backport tests from master.
1669     * BUG 9448: Backport several crash bugs from master.
1672 o   Ricky Nance <ricky.nance@weaubleau.k12.mo.us>
1673     * BUG 9449: Remove phpldapadmin inclusion.
1676 o   Matthieu Patou <mat@matws.net>
1677     * BUG 9418: Fix MD5 detection in the autoconf build.
1680 o   Arvid Requate <requate@univention.de>
1681     * BUG 9376: Fix typo in got_duplicate_group check.
1682     * BUG 9392: Fix 'samba-tool fsmo --role=schema'.
1685 o   Andreas Schneider <asn@samba.org>
1686     * BUG 9386: Failover if netlogon pipe is not available.
1687     * BUG 9436: Fix leaking sockets of SMB connections to a DC.
1690 o   Karolin Seeger <kseeger@samba.org>
1691     * BUG 9425: Do not build ntdb by default.
1692     * BUG 9437: Warnings when building manpages with waf.
1693     * BUG 9443: Manpages of the libraries are located in different
1694       subdirectories.
1695     * BUG 9444: Merge both samba.8 manpages.
1696     * BUG 9445: Update man 7 samba.
1699 o   Jelmer Vernooij <jelmer@samba.org>
1700     * BUG 9339: Backport build fixes from master.
1703 CHANGES SINCE 4.0.0rc4
1704 ======================
1706 With this release candidate the location of the socket samba accepts
1707 connections from NTPd has changed, as has the enforced permissions.
1709 This means the ntp.conf will need to change from (eg)
1711 ntpsigndsocket /usr/local/samba/var/run/ntp_signd/
1715 ntpsigndsocket /usr/local/samba/var/lib/ntp_signd/
1717 To use the socket with ntp on a system with an ntp user and group, you must
1718 run:
1720 chgrp ntp /usr/local/samba/var/lib/ntp_signd/
1722 o   Michael Adam <obnox@samba.org>
1723     * BUG 9321: winbindd:cache: Fix offline logons with cached credentials.
1724     * BUG 9339: Build and quota fixes.
1725     * BUG 9353: Fix the cluster(ctdb) build without system talloc installed.
1728 o   Christian Ambach <ambi@samba.org>
1729     * BUG 9208: Cannot migrate files with inheritance flags to share on top of
1730       NFSv4 filesystem.
1731     * BUG 9361: Quotas management doesn't work with SMB2/3.
1734 o   Andrew Bartlett <abartlet@samba.org>
1735     * BUG 9317: Cannot easily change to internal DNS server.
1736     * BUG 9338: lib/replace: Return size of xattr if size argument is 0.
1737     * BUG 9339: Build and quota fixes.
1738     * BUG 9340: Do not use the wheel group for 'administrators'.
1739     * BUG 9347: winbind: Extend wbcAuthenticateUserEx to provide PAC.
1740     * BUG 9352: Fix samba crashes with certain RPC calls.
1741     * BUG 9355: Set mask values to 0777 and use fileserver.conf.
1742     * BUG 9357: Don't expose more symbols than specified by abi_match setting.
1743     * BUG 9379: ntp_signd permissions are too broad.
1746 o   Björn Baumbach <bb@sernet.de>
1747     * BUG 9300: vfs_streams_depot: Add delete_lost option.
1748     * BUG 9348: Fix the build against older ctdb versions.
1749     * BUG 9345: fix use of <smbconfoption> tag.
1750     * BUG 9349: Fix check for ctdb_private.h
1751     * BUG 9351: Fail "configure --with-cluster-support" if ctdb support is not
1752       available.
1755 o   Ira Cooper <ira@samba.org>
1756     * BUG 9339: Build and quota fixes.
1759 o   Günther Deschner <gd@samba.org>
1760     * BUG 9272: 'net ads join' does not provide AES keys in host keytab.
1763 o   David Disseldorp <ddiss@samba.org>
1764     * BUG 9125: Revert "s3-winbindd: make sure we obey the -n switch
1765       also for samlogon cache access" and describe samlogon cache caveat for
1766       'winbindd -n'.
1769 o   Björn Jacke <bj@sernet.de>
1770     * BUG 7472: Check for dn_expand also in libinet.
1771     * BUG 9339: Build and quota fixes.
1774 o   Volker Lendecke <vl@samba.org>
1775     * BUG 9208: Cannot migrate files with inheritance flags to share on top of
1776       NFSv4 filesystem.
1777     * BUG 9352: dsdb: Simplify DsCrackNameOneFilter a bit.
1780 o   Stefan Metzmacher <metze@samba.org>
1781     * BUG 8620: Read ACL are not enabled by default on DS.
1782     * BUG 9175: Add smbXcli_session_set_disconnect_expired().
1783     * BUG 9341: Fix SMBD_SMB2_NUM_IOV_PER_REQ check for sendfile().
1784     * BUG 9359: Optimization needed for SMB2 performance sensitive workloads.
1785     * BUG 9360: SMB1 tree connect time is wrong.
1788 o   Ricky Nance <ricky.nance@weaubleau.k12.mo.us>
1789     * BUG 9339: Build and quota fixes.
1792 o   Rusty Russell <rusty@rustcorp.com.au>
1793     * BUG 9339: Build and quota fixes.
1796 o   Christof Schmitt <christof.schmitt@us.ibm.com>
1797     * BUG 9347: winbind: Extend wbcAuthenticateUserEx to provide PAC.
1800 o   Andreas Schneider <asn@samba.org>
1801     * BUG 9326: Fix 'net ads join' message for the dns domain.
1802     * BUG 9336: Add NetworkManager dispatcher script for Winbind.
1803     * BUG 9339: Build and quota fixes.
1806 o   Jelmer Vernooij <jelmer@samba.org>
1807     * BUG 9357: Don't expose more symbols than specified by abi_match setting.
1810 CHANGES SINCE 4.0.0rc3
1811 ======================
1813 o   Michael Adam <obnox@samba.org>
1814     * BUG 9304: Remove unused sessionid.tdb and connections.tdb related code.
1815     * BUG 9319: validate stat(2) information before reconnect durable handles.
1818 o   Jeremy Allison <jra@samba.org>
1819     * BUG 9190: Fix regression (change in behavior) of default acl masks.
1820       Remove "security mask", "force security mode", "directory security mask"
1821       "force directory" and "security mode" parameters.
1822     * BUG 9329: Directory listing with SeBackup can crash smbd.
1825 o   Andrew Bartlett <abartlet@samba.org>
1826     * BUG 9295: Assert that auth_domain, auth_builtin, auth_sam, auth_winbind
1827       are builtin.
1828     * BUG 9322: Backport ldb version update.
1831 o   Björn Baumbach <bb@sernet.de>
1832     * BUG 9190: docs: Fix opening and ending tag mismatch: para.
1835 o   Gregor Beck <gbeck@sernet.de>
1836     * BUG 9304: Remove unused sessionid.tdb and connections.tdb related code.
1839 o   David Disseldorp <ddiss@suse.de>
1840     * BUG 8564: Fix segfault in pam_sm_authenticate().
1843 o   Stefan Metzmacher <metze@samba.org>
1844     * BUG 9184: Fix loop in tdgram_bsd_recvfrom().
1845     * BUG 9209: Fix unitialized padding in smb2_create_blob_push_one().
1846     * BUG 9304: Remove unused sessionid.tdb and connections.tdb related code.
1847     * BUG 9309: Avoid a level 0 DEBUG if tstream_npa_connect_recv fails.
1848     * BUG 9318: Fix write time updates for durable handles.
1851 o   Andreas Schneider <asn@samba.org>
1852     * BUG 9295: Build standard auth modules as internal modules.
1853     * BUG 9301: Move 'smbprint' to a common location.
1856 o   Jelmer Vernooij <jelmer@samba.org>
1857     * BUG 9274: Add documentation and selftest fixes.
1860 CHANGES SINCE 4.0.0rc2
1861 ======================
1863 o   Jeremy Allison <jra@samba.org>
1864     * BUG 8966: Fix 'net rpc share allowedusers' to work with 2008r2.
1865     * BUG 9209: Parse of invalid SMB2 create blob can cause smbd crash.
1866     * BUG 9214: Bad user supplied SMB2 credit value can cause smbd to call
1867       smb_panic.
1868     * BUG 9222: Document that signing cannot be disabled for SMB2 by design.
1871 o   Andrew Bartlett <abartlet@samba.org>
1872     * BUG 9235: Update Samba3-HOWTO Collection.
1873     * BUG 9271: samba-tool: Skip chown in sysvolreset when it would fail on
1874       a GID.
1875     * BUG 9274: Update Samba3-HOWTO Collection.
1878 o   Björn Baumbach <bb@sernet.de>
1879     * BUG 9235: Fix opening and ending tag mismatch in Samba3-HOWTO.
1880     * BUG 9271: Fix typos in samba_backup.
1881     * BUG 9274: Add delete_lost option to vfs_streams_depot.8.
1884 o   Kai Blin <kai@samba.org>
1885     * BUG 9225: Fix return code for deleted DNS records.
1886     * BUG 8878: Time out UDP requests after DNS_REQUEST_TIMEOUT seconds.
1889 o   Günther Deschner <gd@samba.org>
1890     * BUG 9177: pam_winbind: Match more return codes when wbcGetPwnam has
1891     failed.
1894 o   David Disseldorp <ddiss@samba.org>
1895     * BUG 9269: Fix 64bit-portability-issue.
1898 o   Björn Jacke <bj@sernet.de>
1899     * BUG 5670: Apply some Solaris packaging fixes.
1900     * BUG 8107: Fix poll replacement to become a msleep replacement.
1901     * BUG 8344: Fix --with(out)-sendfile-support option handling.
1904 o   Volker Lendecke <vl@samba.org>
1905     * BUG 9223: Fix uninitialized variable in the cldap server.
1906     * BUG 9268: Make tdb robust against improper CLEAR_IF_FIRST restart.
1909 o   Stefan Metzmacher <metze@samba.org>
1910     * BUG 9271: Several samba-tool fixes.
1911     * BUG 9196: Don't take 'state->te' as indication for "was_deferred".
1914 o   Matthieu Patou <mat@matws.net>
1915     * BUG 9240: Remove unused variable in DNS server.
1916     * BUG 9252: Preliminary tests for dcpromo in Windows 2012 fails with
1917       Samba DC.
1918     * BUG 9253: Crackname returns a dns domain name even if there is no cracked
1919       SID.
1920     * BUG 9255: Getncchanges with exop for repl_obj returns highest_usn.
1921     * BUG 9256: Getncchanges with exop for repl_obj_with_secrets should always
1922       be allowed for RWDC.
1923     * BUG 9257: LDAP server has at least one un-initialized variable.
1924     * BUG 9258: LDAP server ignore configuration values set in the database for
1925       timeout.
1926     * BUG 9259: rodc join fails complaining that it can't find a RWDC.
1927     * BUG 9260: kccdrs_replica_get_info returns invalid level when non
1928       supported should be returned.
1929     * BUG 9261: ds_replica_sync fails when specifying a name and not a guid.
1930     * BUG 9264: getncchanges returns invalid_parameters when it should return
1931       bad_nc.
1932     * BUG 9254: DsExecuteKCC returns wrong error code if taskid != 0.
1933     * BUG 9265: Bind dlz fails to start if there is a trustedanchors zone.
1936 o   Rusty Russell <rusty@rustcorp.com.au>
1937     * BUG 9268: Make tdb robust against shrinking tdbs.
1940 o   Andreas Schneider <asn@samba.org>
1941     * BUG 8769: Fix RAW printing for normal users.
1942     * BUG 9112: Increase debug level for info that the db is empty.
1943     * BUG 9244: Build pam_smbpass module only if enabled.
1944     * BUG 9245: Make sure the registry is set up before we init printing.
1945     * BUG 9276: Add config for systemd-tmpfiles.
1946     * BUG 9280: Add support for reloading systemd services.
1949 o   Karolin Seeger <kseeger@samba.org>
1950     * BUG 7826: Remove link to Using Samba.
1951     * BUG 8802: Add basic manpages for 'samba' and 'samba-tool'.
1952     * BUG 9165: Fix makerpms.sh on RHEL.
1953     * BUG 9243: Remove duplicate synonym min protocol.
1954     * BUG 9271: Several samba-tool fixes.
1957 o   Jelmer Vernooij <jelmer@samba.org>
1958     * BUG 9243: Add basic documentation for 'server min protocol'.
1959     * BUG 9271: Several samba-tool fixes.
1960     * BUG 9274: Add documentation for several parameters.
1963 o   Matthias Dieter Wallnöfer <mdw@samba.org>
1964     * BUG 9183: Introduce the wildcard binding feature to allow DNS to listen on
1965       localhost.
1968 CHANGES SINCE 4.0.0rc1
1969 ======================
1971 o   Michael Adam <obnox@samba.org>
1972     * BUG 9173: Make the SMB2 compound request create/delete_on_close/
1973       close work as Windows.
1976 o   Jeremy Allison <jra@samba.org>
1977     * BUG 9161: Re-add the vfs_Chdir() cache.
1978     * BUG 9189: SMB2 Create doesn't return correct MAX ACCESS access mask in
1979       blob.
1980     * BUG 9213: Bad ASN.1 NegTokenInit packet can cause invalid free.
1983 o   Christian Ambach <ambi@samba.org>
1984     * BUG 9162: Fix the build of the GPFS VFS module.
1985     * BUG 9197: Only do 'printing_subsystem_update' when printing is enabled.
1988 o   Andrew Bartlett <abartlet@samba.org>
1989     * BUG 9228: Fix build on systems without ldap development headers.
1992 o   Alexander Bokovoy <ab@samba.org>
1993     * BUG 9157: Cleanup idmap_ldap build dependencies.
1994     * BUG 9228: Make smbldaphelper subsystem an internal library.
1995     * BUG 9229: Fix build of winbindd- and krb5 locator-related manpages.
1998 o   Sumit Bose <sbose@redhat.com>
1999     * BUG 9185: Allow DNS resolution of trusted domains if DNS name is
2000       available.
2003 o   Ira Cooper <ira@samba.org>
2004     * BUG 9162: Fix build on Illumos/Solaris using '--with-acl'.
2005     * BUG 9173: Compound requests should continue processing.
2008 o   Günther Deschner <gd@samba.org>
2009     * BUG 9185: Winbind cannot resolve AD DC in a different subnet.
2012 o   Björn Jacke <bj@sernet.de>
2013     * BUG 9162: Fix the build of the ACL VFS modules.
2014     * BUG 9172: Fix reporting of gfs2 quotas.
2017 o   Volker Lendecke <vl@samba.org>
2018     * BUG 9217: CreateFile with FILE_DIRECTORY_FILE can create directories
2019       on read-only shares.
2022 o   Vladimir Marek <Vladimir.Marek@Oracle.COM>
2023     * BUG 9192: Fix service control for non-internal services.
2026 o   Stefan Metzmacher <metze@samba.org>
2027     * BUG 9173: Make the SMB2 compound request create/delete_on_close/
2028       close work as Windows.
2029     * BUG 9184: Fix receiving of UDP packets from 0 bytes.
2030     * BUG 9191: Release the share mode lock before calling exit_server().
2031     * BUG 9193: Fix usage of invalid memory in smb2_signing_check_pdu().
2032     * BUG 9194: Disallow '--prefix=/usr' and '--prefix=/usr/local' without
2033       '--enable-fhs'.
2034     * BUG 9198: Fix RHEL-CTDB packaging.
2037 o   Matthieu Patou <mat@matws.net>
2038     * BUG 9199: Fix usage of "panic action".
2039     * BUG 9233: Fix a non handled memory out of memory.
2042 o   Andreas Schneider <asn@samba.org>
2043     * BUG 8632: Fix builtin forms order to match Windows again.
2044     * BUG 9159: Fix generating idmap manpages.
2045     * BUG 9218: Don't segfault if user specified ports out for range.
2046     * BUG 9231: Fix NT_STATUS_IO_TIMEOUT during slow import of printers into
2047       registry.
2050 #######################################
2051 Reporting bugs & Development Discussion
2052 #######################################
2054 Please discuss this release on the samba-technical mailing list or by
2055 joining the #samba-technical IRC channel on irc.freenode.net.
2057 If you do report problems then please try to send high quality
2058 feedback. If you don't provide vital information to help us track down
2059 the problem then you will probably be ignored.  All bug reports should
2060 be filed under the Samba 4.0 product in the project's Bugzilla
2061 database (https://bugzilla.samba.org/).
2064 ======================================================================
2065 == Our Code, Our Bugs, Our Responsibility.
2066 == The Samba Team
2067 ======================================================================