Package shadow-convert: Information

    Binary package: shadow-convert
    Version: 4.5-alt11
    Architecture: ppc64le
    Build time:  Apr 28, 2024, 08:24 PM in the task #345854
    Source package: shadow
    Category: System/Base
    Report package bug
    Summary: Utilities for convertion to and from shadow passwords and groups
    Description: 
    This package includes utilities for convertion to and from shadow passwords
    and groups:
    + pwconv: creates shadow from passwd and an optionally existing shadow;
    + pwunconv: creates passwd from passwd and shadow and then removes shadow;
    + grpconv: creates gshadow from group and an optionally existing gshadow;
    + grpunconv: creates group from group and gshadow and then removes gshadow.

    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.