Пакет libldb-modules-dc: Информация

    Бинарный пакет: libldb-modules-dc
    Версия: 4.16.7-alt2
    Архитектура: aarch64
    Собран:  7 декабря 2022 г. 19:35 в задании #310866
    Исходный пакет: samba
    Сообщить об ошибке в пакете
    Домашняя страница: http://www.samba.org/

    Лицензия: GPLv3+ and LGPLv3+
    О пакете: The LDB domain controller modules
    Описание: 
    The libldb-modules-dc contains the ldb library modules from the Samba domain controller.

    Сопровождающий: Evgeny Sinelnikov


    Последнее изменение


    29 ноября 2022 г. Evgeny Sinelnikov 4.16.7-alt2
    - Add role-usershares control allow or disallow for group users using of
      samba usershares as privilege.
    - Add compatibility support for sambashare group as common privilege assigned
      to usershares group (Closes: #44379).
    22 ноября 2022 г. Evgeny Sinelnikov 4.16.7-alt1
    - Update to maintenance release of Samba 4.16 (Samba#15203)
    - Security fixes:
      + CVE-2022-42898: Samba's Kerberos libraries and AD DC failed to guard against
                        integer overflows when parsing a PAC on a 32-bit system, which
                        allowed an attacker with a forged PAC to corrupt the heap.
                        https://www.samba.org/samba/security/CVE-2022-42898.html
        Workaround and mitigations:
        * No workaround on 32-bit systems as an AD DC
        * file servers are only impacted if in a non-AD domain
        * 64-bit systems are not exploitable
    7 ноября 2022 г. Evgeny Sinelnikov 4.16.6-alt2
    - Don't treat a missing include file as an error in handle_include().
      This behavior differs between the source3 and source4 parts of Samba.
      So, it should be the same and just not an error (Closes #44214).