~ahasenack/ubuntu/+source/samba:xenial-no-protocol-segfault-1818638

Last commit made on 2019-03-11
Get this branch:
git clone -b xenial-no-protocol-segfault-1818638 https://git.launchpad.net/~ahasenack/ubuntu/+source/samba
Only Andreas Hasenack can upload to this branch. If you are Andreas Hasenack please log in for upload directions.

Branch merges

Branch information

Name:
xenial-no-protocol-segfault-1818638
Repository:
lp:~ahasenack/ubuntu/+source/samba

Recent commits

bd4ce32... by Andreas Hasenack

ppa1

d5e2d57... by Andreas Hasenack

changelog

f23d729... by Andreas Hasenack

  * d/p/no-protocol-segfault.patch: Do an early exit on negprot failure
    (LP: #1818638)

b8f3826... by Marc Deslauriers

Import patches-unapplied version 2:4.3.11+dfsg-0ubuntu0.16.04.18 to ubuntu/xenial-security

Imported using git-ubuntu import.

Changelog parent: 68ed7c692a46c6ed288603c3eb38c1cd8b7bf838

New changelog entries:
  * SECURITY UPDATE: Unprivileged adding of CNAME record causing loop in AD
    Internal DNS server
    - debian/patches/CVE-2018-14629.patch: add CNAME loop prevention using
      counter in source4/dns_server/dns_query.c.
    - CVE-2018-14629
  * SECURITY UPDATE: Double-free in Samba AD DC KDC with PKINIT
    - debian/patches/CVE-2018-16841.patch: fix segfault on PKINIT with
      mis-matching principal in source4/kdc/db-glue.c.
    - CVE-2018-16841
  * SECURITY UPDATE: NULL pointer de-reference in Samba AD DC LDAP server
    - debian/patches/CVE-2018-16851.patch: check ret before manipulating
      blob in source4/ldap_server/ldap_server.c.
    - CVE-2018-16851

68ed7c6... by Christian Ehrhardt 

Import patches-unapplied version 2:4.3.11+dfsg-0ubuntu0.16.04.17 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: 3aca2a1f657faea494e98734a9744b93a99fe333

New changelog entries:
  * d/samba.nmbd.init, d/samba.samba-ad-dc.init, d/samba.smbd.init, d/winbind.init
    avoid issues due to init scripts misdetecting services (LP: #1792400)
    - use --pidfile on --start to not block on same binaries running in
      containers
    - use --exec on --stop to not cause unintended processes to be acted on,
      if the old process terminated without being able to remove the pid-file.

3aca2a1... by Andreas Hasenack

Import patches-unapplied version 2:4.3.11+dfsg-0ubuntu0.16.04.16 to ubuntu/xenial-proposed

Imported using git-ubuntu import.

Changelog parent: e656e42eab3372b72f39c7339134efda883011a2

New changelog entries:
  * d/p/bug_1583324_include_with_macro.patch: don't fail parsing the
    config file if it has macros in include directives (LP: #1583324)

e656e42... by Marc Deslauriers

Import patches-unapplied version 2:4.3.11+dfsg-0ubuntu0.16.04.15 to ubuntu/xenial-security

Imported using git-ubuntu import.

Changelog parent: fc14c7b66508ca6183e62b592b4e61800f7f7025

New changelog entries:
  * SECURITY UPDATE: Insufficient input validation on client directory
    listing in libsmbclient
    - debian/patches/CVE-2018-10858-*.patch: don't overwrite passed in
      buffer in source3/libsmb/libsmb_path.c, add checks to
      source3/libsmb/libsmb_dir.c, source3/libsmb/libsmb_path.c.
    - CVE-2018-10858
  * SECURITY UPDATE: Confidential attribute disclosure AD LDAP server
    - debian/patches/CVE-2018-10919-*.patch: fix access checks.
    - CVE-2018-10919

fc14c7b... by Marc Deslauriers

Import patches-unapplied version 2:4.3.11+dfsg-0ubuntu0.16.04.13 to ubuntu/xenial-security

Imported using git-ubuntu import.

Changelog parent: c0277bb20009a960acd5cc6bb230675ddb6c2bbf

New changelog entries:
  * SECURITY UPDATE: Denial of Service Attack on external print server
    - debian/patches/CVE-2018-1050.patch: protect against null pointer
      derefs in source3/rpc_server/spoolss/srv_spoolss_nt.c.
    - CVE-2018-1050
  * SECURITY UPDATE: Authenticated users can change other users password
    - debian/patches/CVE-2018-1057-*.patch: fix password changing logic.
    - CVE-2018-1057

c0277bb... by Marc Deslauriers

Import patches-unapplied version 2:4.3.11+dfsg-0ubuntu0.16.04.12 to ubuntu/xenial-security

Imported using git-ubuntu import.

Changelog parent: 7fe741536c17033cc2a1650fe5e9748e1a55e376

New changelog entries:
  * SECURITY UPDATE: Use-after-free vulnerability
    - debian/patches/CVE-2017-14746.patch: fix use-after-free crash bug in
      source3/smbd/process.c, source3/smbd/reply.c.
    - CVE-2017-14746
  * SECURITY UPDATE: Server heap memory information leak
    - debian/patches/CVE-2017-15275.patch: zero out unused grown area in
      source3/smbd/srvstr.c.
    - CVE-2017-15275

7fe7415... by Marc Deslauriers

Import patches-unapplied version 2:4.3.11+dfsg-0ubuntu0.16.04.11 to ubuntu/xenial-security

Imported using git-ubuntu import.

Changelog parent: 96afac54a9963b254d65b248b9624f8ba3e8a8c3

New changelog entries:
  * SECURITY UPDATE: SMB1/2/3 connections may not require signing where
    they should
    - debian/patches/CVE-2017-12150-1.patch: add SMB_SIGNING_REQUIRED to
      source3/lib/util_cmdline.c.
    - debian/patches/CVE-2017-12150-2.patch: add SMB_SIGNING_REQUIRED to
      source3/libsmb/pylibsmb.c.
    - debian/patches/CVE-2017-12150-3.patch: add SMB_SIGNING_REQUIRED to
      libgpo/gpo_fetch.c.
    - debian/patches/CVE-2017-12150-4.patch: add check for
      NTLM_CCACHE/SIGN/SEAL to auth/credentials/credentials.c.
    - debian/patches/CVE-2017-12150-5.patch: add
      smbXcli_conn_signing_mandatory() to libcli/smb/smbXcli_base.*.
    - debian/patches/CVE-2017-12150-6.patch: only fallback to anonymous if
      authentication was not requested in source3/libsmb/clidfs.c.
    - CVE-2017-12150
  * SECURITY UPDATE: SMB3 connections don't keep encryption across DFS
    redirects
    - debian/patches/CVE-2017-12151-1.patch: add
      cli_state_is_encryption_on() helper function to
      source3/libsmb/clientgen.c, source3/libsmb/proto.h.
    - debian/patches/CVE-2017-12151-2.patch: make use of
      cli_state_is_encryption_on() in source3/libsmb/clidfs.c,
      source3/libsmb/libsmb_context.c.
    - CVE-2017-12151
  * SECURITY UPDATE: Server memory information leak over SMB1
    - debian/patches/CVE-2017-12163.patch: prevent client short SMB1 write
      from writing server memory to file in source3/smbd/reply.c.
    - CVE-2017-12163