[Pkg-samba-maint] [samba] branch jessie updated (03952a4 -> a88130d)

Mathieu Parent sathieu at moszumanska.debian.org
Thu Mar 30 22:15:32 UTC 2017


This is an automated email from the git hooks/post-receive script.

sathieu pushed a change to branch jessie
in repository samba.

      from  03952a4   Release 2:4.2.14+dfsg-0+deb8u4
       new  5bee418   s3: smbd: Fix incorrect logic exposed by fix for the security bug 12496 (CVE-2017-2619).
       new  4a3ef7a   s3: smbd: Fix "follow symlink = no" regression part 2.
       new  3bd6a98   s3: smbd: Fix "follow symlink = no" regression part 2.
       new  720da18   vfs_shadow_copy: handle non-existant files and wildcards
       new  d7cb5cd   vfs_shadow_copy2: fix crash in 4.2.x backport
       new  5899595   vfs_shadow_copy2: add a blackbox test suite
       new  090e48f   s3: libsmb: Correctly align create contexts in a create call.
       new  c5fb8be   s3: libsmb: Add return args to clistr_is_previous_version_path().
       new  87272e5   s3: libsmb: Add cli_smb2_shadow_copy_data() function that gets shadow copy info over SMB2.
       new  e9ef30b   s3: libsmb: Plumb new SMB2 shadow copy call into cli_shadow_copy_data().
       new  3df2edb   s3: libsmb: Add the capability to find a @GMT- path in an SMB2 create and transform to a timewarp token.
       new  ee31bb4   s2-selftest: run shadow_copy2 test both in NT1 and SMB3 modes
       new  eb02b84   selftest: add content to files created during shadow_copy2 test
       new  64c75d9   selftest: check file readability in shadow_copy2 test
       new  6ad96b9   selftest: test listing directories inside snapshots
       new  e1ea28f   Add patches for previous commits
       new  a88130d   Release 2:4.2.14+dfsg-0+deb8u5

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                                  |   26 +
 debian/patches/bug-12721-4.2.patch                |  208 ++++
 debian/patches/fix-shadow_copy2-42-backport.patch |  116 ++
 debian/patches/series                             |    3 +
 debian/patches/shadow_copy2_tests_42.patch        | 1344 +++++++++++++++++++++
 libcli/smb/smb2cli_create.c                       |    1 +
 selftest/target/Samba3.pm                         |   80 ++
 source3/libsmb/cli_smb2_fnum.c                    |  285 ++++-
 source3/libsmb/cli_smb2_fnum.h                    |    6 +
 source3/libsmb/clifile.c                          |   13 +-
 source3/libsmb/clistr.c                           |   43 +
 source3/libsmb/proto.h                            |    4 +
 source3/modules/vfs_shadow_copy2.c                |   33 +-
 source3/script/tests/test_shadow_copy.sh          |  350 ++++++
 source3/selftest/tests.py                         |    3 +
 source3/smbd/filename.c                           |    2 +-
 source3/smbd/open.c                               |    2 +-
 source3/smbd/proto.h                              |    4 +-
 source3/smbd/vfs.c                                |   40 +-
 19 files changed, 2553 insertions(+), 10 deletions(-)
 create mode 100644 debian/patches/bug-12721-4.2.patch
 create mode 100644 debian/patches/fix-shadow_copy2-42-backport.patch
 create mode 100644 debian/patches/shadow_copy2_tests_42.patch
 create mode 100755 source3/script/tests/test_shadow_copy.sh

-- 
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