-
0bddcd9...
by
Christian Ehrhardt
on 2018-10-16
-
Import patches-unapplied version 2:4.3.11+dfsg-0ubuntu0.14.04.18 to ubuntu/trusty-proposed
Imported using git-ubuntu import.
Upload parent: 205a6f2bb1852c1b099cdd6fcd7a28e1db390099
-
205a6f2...
by
Christian Ehrhardt
on 2018-10-16
-
changelog: avoid issues due to init scripts misdetecting services (LP: #1792400)
Signed-off-by: Christian Ehrhardt <email address hidden>
-
770e101...
by
Christian Ehrhardt
on 2018-09-24
-
- 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.
Signed-off-by: Christian Ehrhardt <email address hidden>
-
50f1542...
by
Christian Ehrhardt
on 2018-09-24
-
* 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
Signed-off-by: Christian Ehrhardt <email address hidden>
-
ac6a026...
by
Andreas Hasenack
on 2018-08-02
-
Import patches-unapplied version 2:4.3.11+dfsg-0ubuntu0.14.04.17 to ubuntu/trusty-proposed
Imported using git-ubuntu import.
Changelog parent: fcb45d69e4ac1611e53a8569e1f8890646a42431
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)
-
fcb45d6...
by
Marc Deslauriers
on 2018-08-06
-
Import patches-unapplied version 2:4.3.11+dfsg-0ubuntu0.14.04.16 to ubuntu/trusty-security
Imported using git-ubuntu import.
Changelog parent: ec7cf1b163a70cefd1f5faa0485638c92a776aee
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
-
ec7cf1b...
by
Marc Deslauriers
on 2018-03-06
-
Import patches-unapplied version 2:4.3.11+dfsg-0ubuntu0.14.04.14 to ubuntu/trusty-security
Imported using git-ubuntu import.
Changelog parent: efc979ccb08c1d632f5d6211242e9aeab7b8b401
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
-
efc979c...
by
Marc Deslauriers
on 2017-11-15
-
Import patches-unapplied version 2:4.3.11+dfsg-0ubuntu0.14.04.13 to ubuntu/trusty-security
Imported using git-ubuntu import.
Changelog parent: f2ef50de5d4b54fb7e0d037e6d380f2efaf74f94
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
-
f2ef50d...
by
Marc Deslauriers
on 2017-09-21
-
Import patches-unapplied version 2:4.3.11+dfsg-0ubuntu0.14.04.12 to ubuntu/trusty-security
Imported using git-ubuntu import.
Changelog parent: 8e4ef7f59b60c216892d4945f3d6acc5ceabefb6
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
-
8e4ef7f...
by
Dariusz Gadomski
on 2017-08-23
-
Import patches-unapplied version 2:4.3.11+dfsg-0ubuntu0.14.04.11 to ubuntu/trusty-proposed
Imported using git-ubuntu import.
Changelog parent: 56f3dea4dc458f6927e79e744a62f53b48ea4bf0
New changelog entries:
* d/p/bug_1702529_EACCESS_with_rootshare.patch:
Handle corner case for / shares. (LP: #1702529)