Package shadow-groups: Information

    Binary package: shadow-groups
    Version: 4.5-alt11
    Architecture: aarch64
    Build time:  Apr 28, 2024, 08:24 PM in the task #345854
    Source package: shadow
    Category: System/Base
    Report package bug
    Summary: Utilities for execute command as different group ID
    Description: 
    This package includes utilities for execute command as different group ID:
    + gpasswd: is used to administer the /etc/group and etc/gshadow files;
    + newgrp: is used to change the current group ID during a login session;
    + sg: is used to execute command as different group ID.

    Maintainer: Mikhail Efremov


    Last changed


    April 25, 2024 Mikhail Efremov 1:4.5-alt11
    - usermod: Don't call gr_free() with const variable.
    - Backported patches from shadow-4.9:
      + Fix covscan BUFFER_SIZE;
      + useradd.c: fix covscan RESOURCE_LEAK;
      + usermod.c: fix covscan RESOURCE_LEAK;
      + useradd: free grp to avoid leak;
      + newgrp: delete dead code;
      + fix: create relative home path correctly;
      + Create parent dirs for useradd -m (closes: #47023).
    - Fix Russian translation (#37633).
    Aug. 17, 2023 Mikhail Efremov 1:4.5-alt10
    - usermod: Allow group and submap operations for non-local user.
    - valid_field: Always reject control characters.
    - Fixed license.
    - Updated url.
    May 25, 2023 Nikolay Burykin 1:4.5-alt9
    - backported changes in newuidmap and newguidmap from sisyphus.