[Pkg-samba-maint] [samba] branch master updated (47c85d3 -> 9f65a9e)
Mathieu Parent
sathieu at moszumanska.debian.org
Thu Mar 23 19:02:22 UTC 2017
This is an automated email from the git hooks/post-receive script.
sathieu pushed a change to branch master
in repository samba.
from 47c85d3 Release 2:4.5.6+dfsg-1
new e4ce371 s3: smbd: Create wrapper function for OpenDir in preparation for making robust.
new e3c8ea2 s3: smbd: Opendir_internal() early return if SMB_VFS_OPENDIR failed.
new 663cd06 s3: smbd: Create and use open_dir_safely(). Use from OpenDir().
new 95fa1d6 s3: smbd: OpenDir_fsp() use early returns.
new bc469c9 s3: smbd: OpenDir_fsp() - Fix memory leak on error.
new 4f1b902 s3: smbd: Move the reference counting and destructor setup to just before retuning success.
new 1baa46d s3: smbd: Correctly fallback to open_dir_safely if FDOPENDIR not supported on system.
new 637a4b6 s3: smbd: Remove O_NOFOLLOW guards. We insist on O_NOFOLLOW existing.
new 892dd84 s3: smbd: Move special handling of symlink errno's into a utility function.
new 94e4c2c s3: smbd: Add the core functions to prevent symlink open races.
new d9e87ee s3: smbd: Use the new non_widelink_open() function.
new 391e2e7 Patch for CVE-2017-2619
new 807e9ce Release 2:4.5.6+dfsg-2
new 8e8f20e Add additional changes required for the CVE-2017-2619 fix
new 8c305a1 CVE-2017-2619: s3/smbd: re-open directory after dptr_CloseDir()
new 9a2857f CVE-2017-2619: s4/torture: add SMB2_FIND tests with SMB2_CONTINUE_FLAG_REOPEN flag
new 9f65a9e Re-release 2:4.5.6+dfsg-2
The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
debian/changelog | 7 +
debian/patches/CVE-2017-2619.patch | 993 ++++++++++++++++++++++++++++++++++++
debian/patches/series | 1 +
source3/smbd/dir.c | 161 ++++--
source3/smbd/open.c | 310 ++++++++++-
source3/smbd/smb2_query_directory.c | 17 +
source4/torture/smb2/dir.c | 12 +-
7 files changed, 1435 insertions(+), 66 deletions(-)
create mode 100644 debian/patches/CVE-2017-2619.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git
More information about the Pkg-samba-maint
mailing list