Samba 4.8.10 Available for Download

Samba 4.8.10 (gzipped)
Signature

Patch (gzipped) against Samba 4.8.9
Signature

                   ==============================
                   Release Notes for Samba 4.8.10
                           April 4, 2019
                   ==============================


This is the latest stable release of the Samba 4.8 release series.
Please note that this will very likely be the last bugfix release of the
Samba 4.8 release series. There will be security releases beyond this point
only.


Changes since 4.8.9:
--------------------

o  Jeremy Allison <jra@samba.org>
   * BUG 13690: smbd: uid: Don't crash if 'force group' is added to an existing
     share connection.
   * BUG 13770: s3: VFS: vfs_fruit. Fix the NetAtalk deny mode compatibility
     code.
   * BUG 13803: SMB1 POSIX mkdir does case insensitive name lookup.

o  Tim Beale <timbeale@catalyst.net.nz>
   * ldb: Bump ldb version to 1.3.7.
   * BUG 13686: 'samba-tool user syscpasswords' fails on a domain with many DCs.
   * BUG 13762: Performance regression in LDB one-level searches.
 
o  Ralph Boehme <slow@samba.org>
   * BUG 13776: tldap: Avoid use after free errors.
   * BUG 13802: Fix idmap xid2sid cache churn.
   * BUG 13812: access_check_max_allowed() doesn't process "Owner Rights" ACEs.

o  Günther Deschner <gd@samba.org>
   * BUG 13746: s3-smbd: use fruit:model string for mDNS registration.

o  David Disseldorp <ddiss@samba.org>
   * BUG 13766: Printcap still processed with "load printers" disabled.
   * BUG 13807: vfs_ceph strict_allocate_ftruncate calls (local FS) ftruncate
     and fallocate.

o  Joe Guo <joeg@catalyst.net.nz>
   * BUG 13728: netcmd/user: python[3]-gpgme unsupported and replaced by
     python[3]-gpg.

o  Amitay Isaacs <amitay@gmail.com>
   * BUG 13520: Fix portability issues on freebsd.

o  Björn Jacke <bj@sernet.de>
   * BUG 13759: sambaundoguididx: Use the right escaped oder unescaped sam ldb
     files.

o  Volker Lendecke <vl@samba.org>
   * BUG 13786: messages_dgm: Properly handle receiver re-initialization.
   * BUG 13813: Fix idmap cache pollution with S-1-22- IDs on winbind hickup.

o  Gary Lockyer <gary@catalyst.net.nz>
   * BUG 13773: CVE-2019-3824 ldb: Release ldb 1.3.8, ldb: Out of bound read in
     ldb_wildcard_compare.

o  Marcos Mello <marcosfrm@gmail.com>
   * BUG 11568: Send status to systemd on daemon start.

o  Stefan Metzmacher <metze@samba.org>
   * BUG 13816: dbcheck in the middle of the tombstone garbage collection causes
     replication failures.
   * BUG 13818: An out of scope usage of a stack variable may cause corruption
     in EnumPrinter*.

o  Noel Power <noel.power@suse.com>
   * python/samba: Extra ndr_unpack needs bytes function.

o  Jiří Šašek <jiri.sasek@oracle.com>
   * BUG 13704: notifyd: Fix SIGBUS on sparc.

o  Christof Schmitt <cs@samba.org>
   * BUG 13787: waf: Check for libnscd.
   * BUG 13813: lib/winbind_util: Add winbind_xid_to_sid for --without-winbind.
   * passdb: Update ABI to 0.27.2.

o  Andreas Schneider <asn@samba.org>
   * BUG 13770: s3:vfs: Correctly check if OFD locks should be enabled or not.
   * BUG 13823: lib:util: Move debug message for mkdir failing to log level 1.
   * BUG 13832: Fix printing via smbspool backend with kerberos auth.
   * BUG 13847: s4:librpc: Fix installation of Samba.
   * BUG 13848: s3:lib: Fix the debug message for adding cache entries.
   * BUG 13853: s3:waf: Fix the detection of makdev() macro on Linux.

o  Zhu Shangzhong <zhu.shangzhong@zte.com.cn>
   * BUG 13839: ctdb: Initialize addr struct to zero before reparsing as IPV4.