Package samba-pidl: Information

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

Binary package: samba-pidl
Version: 4.20.0-alt1
Architecture: noarch
Build time:  May 3, 2024, 11:28 PM in the task #342425
Source package: samba
Report package bug
License: GPLv3+ and LGPLv3+
Summary: Perl IDL compiler
Description: 
The samba-pidl package contains the Perl IDL compiler used by Samba
and Wireshark to parse IDL and similar protocols

Maintainer: Evgeny Sinelnikov


Last changed


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.
March 28, 2024 Evgeny Sinelnikov 4.19.5-alt2
- Add support 'client force dns canonicalize hostname' global parameter, enables
  client library tries to resolve canonical name. This feature allows to
  communicate via kerberos to services using CNAME records without adding SPNs.
- Fixes updated from upstream for smbd:
  + If we fail to close file_handle ensure we should reset the fd (Samba#15527).
  + simplify handling of failing fstat() after unlinking file (Samba#15527).
- Fixes updated from upstream for gpo:
  + libgpo: Do not segfault if we don't have a valid security descriptor (Samba#15599).
  + python:gp: Implement client site lookup in site_dn_for_machine() (Samba#15588).
  + librpc:idl: Make netlogon_samlogon_response public (Samba#15588).