[PATCH 0/3] FSRVP snapshot client changes

David Disseldorp ddiss at samba.org
Fri Mar 28 19:18:17 MDT 2014


When exposing a share shadow-copy of a hidden base share, the MS-FSRVP document
states:
<8> Section 3.1.4.6: Windows servers expose the shadow copy
    of the share by invoking the NetrShareAdd() method, as
    specified in [MS-SRVS] section 3.1.4.7.
    If MappedShare.ShareName ends with a '$' character
    (meaning that the share is hidden), then the exposed share
    name will have the '$' suffix appended.
    For example, if MappedShare.ShareName is
    \\server\thisshare$, the exposed name would be
    \\<any>\thisshare$@{ShadowCopy.ShadowCopyId}$

This change-set addresses an issue encountered when testing the above
clause.

Feedback welcome.

Cheers, David


The following changes since commit a2c34798782a1e4783c258d4e1950a2150d70e18:

  Revert "s4:tls_tstream: allow mode of SSL keyfile to be 0400, not only 0600" (2014-03-28 12:37:17 +0100)

are available in the git repository at:

  git://git.samba.org/ddiss/samba.git fsrvp_client_unc_slash

for you to fetch changes up to cf466757c42bcf85487e66007c7d9702557e20c5:

  rpcclient: abort shadow-copy set on commit failure (2014-03-29 02:03:46 +0100)

----------------------------------------------------------------
David Disseldorp (3):
      rpcclient: append a trailing slash to FSRVP request UNCs
      torture: test FSRVP UNCs with and without trailing slashes
      rpcclient: abort shadow-copy set on commit failure

 source3/rpcclient/cmd_fss.c | 57 ++++++++++++++++++++++++++++++++++++++++++++++++---------
 source4/torture/rpc/fsrvp.c | 11 ++++++-----
 2 files changed, 54 insertions(+), 14 deletions(-)




More information about the samba-technical mailing list