Package samba-vfs-snapper: Information

  • Default inline alert: Version in the repository: 4.20.1-alt2

Binary package: samba-vfs-snapper
Version: 4.20.1-alt1
Architecture: aarch64
Build time:  May 10, 2024, 09:36 PM in the task #347772
Source package: samba
Category: System/Libraries
Report package bug
License: GPLv3+ and LGPLv3+
Summary: Samba VFS module exposes snapshots managed by snapper as shadow-copies
Description: 
Samba VFS module for exposes snapshots managed by snapper for use by Samba. This
provides the ability for remote SMB clients to access shadow-copies via Windows
Explorer using the "previous versions" dialog.

Snapshots can also be created and remove remotely, using the File Server Remote
VSS Protocol (FSRVP). Snapshot creation and deletion requests are forwarded to
snapper via DBus

Maintainer: Evgeny Sinelnikov


Last changed


May 10, 2024 Evgeny Sinelnikov 4.20.1-alt1
- Update to stable release of Samba 4.20
- Add support separate builds generated with samba-pidl.
- Major changes from upstream:
  + dns update debug message is too noisy (Samba#15630).
  + Do not fail PAC validation for RFC8009 checksums types (Samba#15635).
  + Improve performance of lookup_groupmem() in idmap_ad (Samba#15605).
  + Smbcacls incorrectly propagates inheritance with Inherit-Only
    flag (Samba#15636).
  + http library doesn't support 'chunked transfer encoding' (Samba#15611).
  + Provide a systemd service file for the background queue daemon (Samba#15600).
April 9, 2024 Evgeny Sinelnikov 4.20.0-alt1
- Update to stable release of Samba 4.20
- Major changes from upstream:
  + The password access tool "samba-tool user getpassword" and the password sync
    tool "samba-tool user syncpasswords" allow attributes to be chosen for output.
  + samba-tool has been extended to provide client-side support for Group Managed
    Service accounts (reading the current and previous gMSA password and writing
    a Kerberos Ticket Granting Ticket (TGT) to a local credentials cache).
  + Windows Search Protocol (WSP) experimental command line client "wspsearch".
  + 'smbcacls' has been extended to allow DACLs to be saved and restored to/from
    a file (in interchangeable format with windows cmd line tool 'icacls.exe').
  + samba-tool now allows users to be associated with claims, the creation and
    management of authentication policies and silos.
  + AD DC support for Authentication Silos and Authentication Policies with
    (functional level must be set to 2012_R2 or later / 2016 latest supported).
  + Support of Conditional ACEs, Resource Attribute ACEs and the Security
    Descriptor Definition Language (SDDL) extensions for conditional ACEs and
    resource attribute ACEs.
  + The Workstation Service Remote Protocol [MS-WKST] calls NetWkstaGetInfo
    and NetWkstaEnumUsers) returns the list of locally logged on users, which
    getting the list from utmp, is not Y2038 safe and has been removed.
April 9, 2024 Evgeny Sinelnikov 4.19.6-alt1
- Update to maintenance release of Samba 4.19
- Fixes from upstream (Samba#15580):
  + Packet marshalling push support missing for
     CTDB_CONTROL_TCP_CLIENT_DISCONNECTED and
     CTDB_CONTROL_TCP_CLIENT_PASSED.