Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

shadow-4.17.2-2.1 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: shadow Distribution: openSUSE Tumbleweed
Version: 4.17.2 Vendor: openSUSE
Release: 2.1 Build date: Mon Jan 20 11:20:31 2025
Group: System/Base Build host: reproducible
Size: 3681215 Source RPM: shadow-4.17.2-2.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/shadow-maint/shadow
Summary: Utilities to Manage User and Group Accounts
This package includes the necessary programs for converting plain
password files to the shadow password format and to manage user and
group accounts.

Provides

Requires

License

BSD-3-Clause AND GPL-2.0-or-later

Changelog

* Mon Jan 20 2025 Michael Vetter <[email protected]>
  - bsc#1235453: Set SYS_{UID,GID}_MIN to 201:
    After repeated similar requests to change the ID ranges we set the
    above mentioned value to 201. The max value will stay at 499.
    This range should be sufficient and will give us leeway for the
    future.
    It's not straightforward to find out which static UIDs/GIDs are
    used in all packages.
    Update shadow-login_defs-suse.patch
* Sat Jan 11 2025 Michael Vetter <[email protected]>
  - Update to 4.17.2:
    * src/login_nopam.c: Fix compiler warnings #1170
    * lib/chkname.c: Put limits for LOGIN_NAME_MAX and sysconf(_SC_LOGIN_NAME_MAX) #1169
    * Use HTTPS in link to Wikipedia article on password strength #1164
    * lib/attr.h: use C23 attributes only with gcc >= 10 #1172
    * login: Fix no-pam authorization regression #1174
    * man: Add Portuguese translation #1178
    * Update French translation #1177
    * Add cheap defense mechanisms #1171
    * Add Romanian translation #1176
* Tue Dec 31 2024 Michael Vetter <[email protected]>
  - Update to 4.17.1:
    * Fix `su -` regression #1163
* Fri Dec 27 2024 Michael Vetter <[email protected]>
  - Update to 4.17.0:
    * Fix the lower part of the domain of csrand_uniform()
    * Fix use of volatile pointer
    * Use 'dist-hook' to clean up <tests/unit/Makefile>
    * Use str2[u]l() instead of atoi(3)
    * Use a2i() in various places
    * Fix const correctness
    * Use uid_t for holding UIDs (and GIDs)
    * Move all sprintf(3)-like APIs to a subdirectory
    * Move all copying APIs to a subdirectory
    * Fix forever loop on ENOMEM
    * Fix REALLOC() nmemb calculation
    * Remove id(1)
    * Remove groups(1)
    * Use local time for human-readable dates
    * Use %F instead of %Y-%m-%d with strftime(3)
    * is_valid{user,group}_name(): Set errno to distinguish the reasons
    * Recommend --badname only if it is useful
    * Add fmkomstemp() to fix mode of </etc/default/useradd>
    * Fix use-after-free bug in sgetgrent()
    * Update Catalan translation
    * Remove references to cppw, cpgr
    * groupadd, groupmod: Update gshadow file with -U
    * Added option -a for listing active users only, optimized using if aflg,return
    * Added information in lastlog man page for new option '-a'
    * Plenty of code cleanup and clarifications
* Fri Dec 06 2024 Michael Vetter <[email protected]>
  - Update to 4.17.0 RC1:
    Pre-release without changelog
* Mon Jul 08 2024 Samuel Cabrero <[email protected]>
  - Disable flushing sssd caches. The sssd's files provider is no
    longer available.
* Mon Jun 24 2024 Michael Vetter <[email protected]>
  - bsc#1226850: Drop incorrect econf patch (until time to fix it)
    Drop shadow-4.16.0-econf.patch
* Wed Jun 19 2024 Michael Vetter <[email protected]>
  - Update to 4.16.0:
    * The shadow implementations of id(1) and groups(1) are deprecated
      in favor of the GNU coreutils and binutils versions.
      They will be removed in 4.17.0.
    * The rlogind implementation has been removed.
    * The libsubid major version has been bumped, since it now requires
      specification of the module's free() implementation.
  - Update shadow-login_defs-suse.patch
  - Add shadow-4.16.0-econf.patch:
    Replace deprecated econf_readDirs with econf_readConfig
* Sun Mar 24 2024 Michael Vetter <[email protected]>
  - Update to 4.15.1:
    * Fix a bug that caused spurious error messages about unknown
      login.defs configuration options #967
    * Adding checks for fd omission #964
    * Use temporary stat buffer #974
    * Fix wrong french translation #975
  - Drop shadow-4.15.0-fix-definition.patch
* Thu Mar 21 2024 Michael Vetter <[email protected]>
  - Add shadow-4.15.0-fix-definition.patch:
    Fix error messages about config options.
    See gh/shadow-maint/shadow#967
* Sun Mar 10 2024 Michael Vetter <[email protected]>
  - Update to 4.15.0
    * libshadow:
      + Use utmpx instead of utmp. This fixes a regression introduced
      in 4.14.0.
      + Fix build error (parameter name omitted).
    * Build system:
      + Link correctly with libdl.
      + Install pam configs for chpasswd(8) and newusers(8) when using
      ./configure --with-libpam --disable-account-tools-setuid.
      + Merge libshadow and libmisc into a single libshadow. This fixes
      problems in the linker, which were reported at least in Gentoo.
      + Fix build with musl libc.
      + Support out of tree builds
    * useradd(8):
      + Set proper SELinux labels for def_usrtemplate
  - Update Serge Hallyns GPG key
  - Update shadow-login_defs-unused-by-pam.patch
* Sun Mar 03 2024 Michael Vetter <[email protected]>
  - Update to 4.14.6:
    * login(1):
      + Fix off-by-one bugs.
    * passwd(1):
      + Don't silently truncate passwords of length >= 200 characters.
      Instead, accept a length of PASS_MAX, and reject longer ones.
    * libshadow:
      + Fix calculation in strtoday(), which caused a wrong half-day
      offset in some cases (bsc#1176006)
      + Fix parsing of dates in get_date() (bsc#1176006)
      + Use utmpx instead of utmp. This fixes a regression introduced in
      4.14.0.
* Tue Feb 13 2024 Michael Vetter <[email protected]>
  - Update to 4.14.5:
    * Build system:
      + Fix regression introduced in 4.14.4, due to a typo. chgpasswd had
      been deleted from a Makefile variable, but it should have been
      chpasswd.
  - Remove shadow-4.14.4-chgpasswd-typo.patch
* Mon Feb 12 2024 Michael Vetter <[email protected]>
  - Update to 4.14.4:
    * Build system:
      + Link correctly with libdl.
      + Install pam configs for chpasswd(8) and newusers(8) when using
      ./configure --with-libpam --disable-account-tools-setuid.
    * libshadow:
      + Fix build error (parameter name omitted).
      + Fix off-by-one bug.
      + Remove warning.
  - Add shadow-4.14.4-chgpasswd-typo.patch: to fix build. See #926
  - Update patch macro `patchN` -> `patch -P N`
* Tue Jan 16 2024 Michael Vetter <[email protected]>
  - Update to 4.14.3:
    * libshadow:
      + Avoid null pointer dereference (#904)
* Tue Jan 09 2024 Michael Vetter <[email protected]>
  - bsc#1199026 bsc#1203823:
    Remove pam_keyinit from PAM configuration.
    This was introduced for bsc#1144060.
* Mon Oct 30 2023 Michael Vetter <[email protected]>
  - Update to 4.14.2:
    * libshadow:
      + Fix build with musl libc.
      + Avoid NULL dereference.
      + Update utmp at an initial login
    * useradd(8):
      + Set proper SELinux labels for def_usrtemplate
    * Manual:
      + Document --prefix in chage(1), chpasswd(8), and passwd(1)
  - Drop upstreamed shadow-4.14.0-selinux-labels.patch
* Fri Oct 06 2023 Michael Vetter <[email protected]>
  - Update to 4.14.1:
    Build system: Merge libshadow and libmisc into a single libshadow.
    This fixes problems in the linker, which were reported at least
    in Gentoo. #791
  - Add Alejandro Colomar (new stable branch maintainer) to shadow.keyring
* Tue Sep 26 2023 Johannes Segitz <[email protected]>
  - Add shadow-4.14.0-selinux-labels.patch:
    Set proper SELinux labels for new homedirs.
    See gh/shadow-maint/shadow#812.
* Thu Aug 17 2023 Michael Vetter <[email protected]>
  - Remove dependency on libbsd:
    On Tumbleweed we have glibc 2.38 already thus string functions
    like strlcpy will be present and won't be needed from libbsd.
    `readpassphrase()` is then the only function from libbsd not present.
    Upstream shadow has an in tree copy of it, that is used when the
    `--without-libbsd` flag is passed along.
    By relying on glibc 2.38 we don't need to add libbsd and libmd
    to our ring0 but can't easily upgrade on SLE.
* Thu Aug 17 2023 Michael Vetter <[email protected]>
  - Update to 4.14.0:
    * configure: add with-libbsd option
    * Code cleanup
    * Replace utmp interface #757
    * new option enable-logind #674
    * shadow userdel: add the adaptation to the busybox ps in 01-kill_user_procs.sh
    * chsh: warn if root sets a shell not listed in /etc/shells #535
    * newgrp: fix potential string injection
    * lastlog: fix alignment of Latest header
    * Fix yescrypt support #748
    * chgpasswd: Fix segfault in command-line options
    * gpasswd: Fix password leak
    * Add --prefix to passwd, chpasswd and chage #714 (bsc#1206627)
    * usermod: fix off-by-one issues #701
    * ch(g)passwd: Check selinux permissions upon startup #675
    * sub_[ug]id_{add,remove}: fix return values
    * chsh: Verify that login shell path is absolute #730
    * process_prefix_flag: Drop privileges
    * run_parts for groupadd and groupdel #706
    * newgrp/useradd: always set SIGCHLD to default
    * useradd/usermod: add --selinux-range argument #698
    * sssd: skip flushing if executable does not exist #699
    * semanage: Do not set default SELinux range #676
    * Add control character check #687
    * usermod: respect --prefix for --gid option
    * Fix null dereference in basename
    * newuidmap and newgidmap: support passing pid as fd
    * Prevent out of boundary access #633
    * Explicitly override only newlines #633
    * Correctly handle illegal system file in tz #633
    * Supporting vendor given -shells- configuration file #599
    * Warn if failed to read existing /etc/nsswitch.conf
    * chfn: new_fields: fix wrong fields printed
    * Allow supplementary groups to be added via config file #586
    * useradd: check if subid range exists for user #592 (rh#2012929)
  - Refresh useradd-default.patch
  - Remove upstreamed patches:
    * useradd-userkeleton.patch
    * shadow-audit-no-id.patch
    * shadow-fix-print-login-timeout.patch
    * shadow-CVE-2023-29383.patch
  - Dont build lastlog (lastlog.legacy) anymore since we
    use lastlog2 by default now.
  - This release depends either on libbsd or on glibc >= 2.38
    which only recently got released. libbsd (and libmd) would be
    new packages in our ring0
* Tue Apr 18 2023 Michael Vetter <[email protected]>
  - bsc#1210507 (CVE-2023-29383):
    Check for control characters
  - Add shadow-CVE-2023-29383.patch
* Wed Apr 12 2023 Thorsten Kukuk <[email protected]>
  - Rename lastlog to lastlog.legacy to be able to switch to
    Y2038 safe lastlog2 as default [jsc#PED-3144]
* Thu Feb 16 2023 Michael Vetter <[email protected]>
  - Update shadow-fix-print-login-timeout.patch
  - Reorder source files and patches
* Wed Feb 15 2023 Ludwig Nussel <[email protected]>
  - Remove scripts that claim to be config but are in /usr (boo#1191578)
    * userdel-script.patch
    * useradd-script.patch
    * useradd.local
    * userdel-post.local
    * userdel-pre.local
* Fri Jan 13 2023 Michael Vetter <[email protected]>
  - Add shadow-fix-print-login-timeout.patch:
    Fix printing full login timeout message
    See gh/shadow-maint/shadow#621
* Fri Dec 16 2022 Michael Vetter <[email protected]>
  - bsc#1205502: Fix useradd audit event logging of ID field
    * Add shadow-audit-no-id.patch
    See gh/shadow-maint/shadow#606
* Tue Nov 08 2022 Michael Vetter <[email protected]>
  - Update to 4.13:
    * useradd.8: fix default group ID
    * Revert drop of subid_init()
    * Georgian translation
    * useradd: Avoid taking unneeded space: do not reset non-existent data
      in lastlog
    * relax username restrictions
    * selinux: check MLS enabled before setting serange
    * copy_tree: use fchmodat instead of chmod
    * copy_tree: don't block on FIFOs
    * add shell linter
    * copy_tree: carefully treat permissions
    * lib/commonio: make lock failures more detailed
    * lib: use strzero and memzero where applicable
    * Update Dutch translation
    * Don't test for NULL before calling free
    * Use libc MAX() and MIN()
    * chage: Fix regression in print_date
    * usermod: report error if homedir does not exist
    * libmisc: minimum id check for system accounts
    * fix usermod -rG x y wrongly adding a group
    * man: add missing space in useradd.8.xml
    * lastlog: check for localtime() return value
    * Raise limit for passwd and shadow entry length
    * Remove adduser-old.c
    * useradd: Fix buffer overflow when using a prefix
    * Don't warn when failed to open /etc/nsswitch.conf
  - Remove patches we took from upstream pre-release:
    * shadow-copytree-usermod-fifo.patch
    * shadow-chage-format.patch
    * shadow-prefix-overflow.patch
  - Remove chkname-regex.patch:
    Upstream now also relaxed the usernames requirements.
    They don't use regex for this but the result is similar.
    Plus they also check that the name is less than 32 characters long.
  - Rebase useradd-userkeleton.patch
* Mon Nov 07 2022 Michael Vetter <[email protected]>
  - Add shadow-copytree-usermod-fifo.patch:
    Fix regression that prevented `usermod -m` to work when their
    home directory contained at least one fifo
    See https://github.com/shadow-maint/shadow/pull/565
* Wed Nov 02 2022 Michael Vetter <[email protected]>
  - bsc#1204811: Fix chage date format string regression
    * Add shadow-chage-format.patch
* Mon Oct 24 2022 Michael Vetter <[email protected]>
  - Add shadow-prefix-overflow.patch:
    Fix buffer overflow when calling useradd with --prefix
    See https://github.com/shadow-maint/shadow/pull/588
* Mon Aug 22 2022 Michael Vetter <[email protected]>
  - Update to 4.12.3:
    Revert removal of subid_init, which should have bumped soname.
    So note that 4.12 through 4.12.2 were broken for subid users.
* Fri Aug 19 2022 Michael Vetter <[email protected]>
  - Update to 4.12.2:
    * Address CVE-2013-4235 (TOCTTOU when copying directories) [bsc#916845]
  - Refresh useradd-userkeleton.patch:
    LSTAT() was removed with https://github.com/shadow-maint/shadow/pull/545
    Let's use fstatat() now.
* Mon Aug 15 2022 Michael Vetter <[email protected]>
  - Update to 4.12.1:
    * Fix uk manpages
  - Remove shadow-4.12-remove-uk.patch: fixed upstream
* Fri Aug 12 2022 Michael Vetter <[email protected]>
  - Update to 4.12:
    * Add absolute path hint to --root
    * Various cleanups
    * Fix Ubuntu release used in CI tests
    * add -F options to userad
    * useradd manpage updates
    * Check for ownerid (not just username) in subid ranges
    * Declare file local functions static
    * Use strict prototypes
    * Do not drop const qualifier for Basename
    * Constify various pointers
    * Don't return uninitialized memory
    * Don't let compiler optimize away memory cleaning
    * Remove many obsolete compatibility checks  and defines
    * Modify ID range check in useradd
    * Use "extern "C"" to make libsubid easier to use from C++
    * French translation updates
    * Fix s/with-pam/with-libpam/
    * Spanish translation updates
    * French translation fixes
    * Default max group name length to 32
    * Fix PAM service files without-selinux
    * Improve manpages
    - groupadd, useradd, usermod
    - groups and id
    - pwck
    * Add fedora to CI builds
    * Fix condition under which pw_dir check happens
    * logoutd: switch to strncat
    * AUTHORS: improve markdown output
    * Handle ERANGE errors correctly
    * Check for fopen NULL return
    * Split get_salt() into its own fn juyin)
    * Get salt before chroot to ensure /dev/urandom.
    * Chpasswd code cleanup
    * Work around git safe.directory enforcement
    * Alphabetize order in usermod help
    * Erase password copy on error branches
    * Suggest using --badname if needed
    * Update translation files
    * Correct badnames option to badname
    * configure: replace obsolete autoconf macros
    * tests: replace egrep with grep -E
    * Update Ukrainian translations
    * Cleanups
    - Remove redeclared variable
    - Remove commented out code and FIXMEs
    - Add header guards
    - Initialize local variables
    * CI updates
    - Create github workflow to install dependencies
    - Enable CodeQL
    - Update actions version
    * libmisc: use /dev/urandom as fallback if other methods fail
  - Add shadow-4.12-remove-uk.patch:
    Disable non working Ukranian translation for now
    https://github.com/shadow-maint/shadow/issues/547
* Tue Aug 09 2022 Thorsten Kukuk <[email protected]>
  - Remove duplicate pam.d/useradd entry
  - Provide /etc/login.defs.d on SLE15 since we support and use it
* Mon Aug 08 2022 Thorsten Kukuk <[email protected]>
  - Use %_pam_vendordir macro
* Wed Jan 12 2022 Stanislav Brabec <[email protected]>
  - The legacy code does not support /etc/login.defs.d used by YaST.
    Enable libeconf to read it (bsc#1192954).
* Mon Jan 03 2022 Michael Vetter <[email protected]>
  - Update to 4.11.1:
    * build: include lib/shadowlog_internal.h in dist tarballs
* Mon Jan 03 2022 Michael Vetter <[email protected]>
  - Update to 4.11:
    * Handle possible TOCTTOU issues in usermod/userdel
    - (CVE-2013-4235)
    - Use O_NOFOLLOW when copying file
    - Kill all user tasks in userdel
    * Fix useradd -D segfault
    * Clean up obsolete libc feature-check ifdefs
    * Fix -fno-common build breaks due to duplicate Prog declarations
    * Have single date_to_str definition
    * Fix libsubid SONAME version
    * Clarify licensing info, use SPDX.
* Mon Jan 03 2022 Michael Vetter <[email protected]>
  - Update to 4.10:
    * From this release forward, su from this package should be
      considered deprecated. Please replace any users of it with su
    from util-linux
    * libsubid fixes
    * Rename the test program list_subid_ranges to getsubids, write
      a manpage, so distros can ship it.
    * Add libeconf dep for new*idmap
    * Allow all group types with usermod -G
    * Avoid useradd generating empty subid range
    * Handle NULL pw_passwd
    * Fix default value SHA_get_salt_rounds
    * Use https where possible in README
    * Update content and format of README
    * Translation updates
    * Switch from xml2po to itstool in 'make dist'
    * Fix double frees
    * Add LOG_INIT configurable to useradd
    * Add CREATE_MAIL_SPOOL documentation
    * Create a security.md
    * Fix su never being SIGKILLd when trapping TERM
    * Fix wrong SELinux labels in several possible cases
    * Fix missing chmod in chadowtb_move
    * Handle malformed hushlogins entries
    * Fix groupdel segv when passwd does not exist
    * Fix covscan-found newgrp segfault
    * Remove trailing slash on hoedir
    * Fix passwd -l message - it does not change expirey
    * Fix SIGCHLD handling bugs in su and vipw
    * Remove special case for "" in usermod
    * Implement usermod -rG to remove a specific group
    * call pam_end() after fork in child path for su and login
    * useradd: In absence of /etc/passwd, assume 0 == root
    * lib: check NULL before freeing data
    * Fix pwck segfault
  - Remove because upstreamed:
    * shadow-4.9-pwck-segfault.patch
    * shadow-4.9-newgrp-segfault.patch
    * shadow-4.9-useradd-subuid.patch
    * shadow-4.9-sgent-free.patch
    * shadow-passwd-handle-null.patch
    * shadow-fix-sigabrt.patch
    * shadow-libeconf-include.patch
    * libsubid-build-fix.patch
  - Refreshed:
    * shadow-util-linux.patch
    * shadow.changes
    * shadow.keyring
    * shadow.spec
    * useradd-script.patch
    * useradd-userkeleton.patch
    * userdel-script.patch
  - Update shadow.keyring:
    * Serge Hallyn [email protected] (B175CFA98F192AF2)
    * Christian Brauner [email protected] (4880B8C9BD0E5106FC070F4F7B3C391EFEA93624)

Files

/etc/subgid
/etc/subuid
/usr/bin/chage
/usr/bin/chfn
/usr/bin/chsh
/usr/bin/expiry
/usr/bin/getsubids
/usr/bin/gpasswd
/usr/bin/newgidmap
/usr/bin/newgrp
/usr/bin/newuidmap
/usr/bin/passwd
/usr/bin/sg
/usr/lib/pam.d/chage
/usr/lib/pam.d/chfn
/usr/lib/pam.d/chpasswd
/usr/lib/pam.d/chsh
/usr/lib/pam.d/groupadd
/usr/lib/pam.d/groupdel
/usr/lib/pam.d/groupmod
/usr/lib/pam.d/newusers
/usr/lib/pam.d/passwd
/usr/lib/pam.d/useradd
/usr/lib/pam.d/userdel
/usr/lib/pam.d/usermod
/usr/lib/systemd/system/shadow.service
/usr/lib/systemd/system/shadow.timer
/usr/sbin/chpasswd
/usr/sbin/groupadd
/usr/sbin/groupdel
/usr/sbin/groupmod
/usr/sbin/grpck
/usr/sbin/newusers
/usr/sbin/pwck
/usr/sbin/pwconv
/usr/sbin/pwunconv
/usr/sbin/useradd
/usr/sbin/userdel
/usr/sbin/usermod
/usr/sbin/vigr
/usr/sbin/vipw
/usr/share/doc/packages/shadow
/usr/share/doc/packages/shadow/HOWTO
/usr/share/doc/packages/shadow/NEWS
/usr/share/doc/packages/shadow/README
/usr/share/licenses/shadow
/usr/share/licenses/shadow/COPYING
/usr/share/locale/bs/LC_MESSAGES/shadow.mo
/usr/share/locale/ca/LC_MESSAGES/shadow.mo
/usr/share/locale/cs/LC_MESSAGES/shadow.mo
/usr/share/locale/da/LC_MESSAGES/shadow.mo
/usr/share/locale/de/LC_MESSAGES/shadow.mo
/usr/share/locale/dz/LC_MESSAGES/shadow.mo
/usr/share/locale/el/LC_MESSAGES/shadow.mo
/usr/share/locale/es/LC_MESSAGES/shadow.mo
/usr/share/locale/eu/LC_MESSAGES/shadow.mo
/usr/share/locale/fi/LC_MESSAGES/shadow.mo
/usr/share/locale/fr/LC_MESSAGES/shadow.mo
/usr/share/locale/gl/LC_MESSAGES/shadow.mo
/usr/share/locale/he/LC_MESSAGES/shadow.mo
/usr/share/locale/hu/LC_MESSAGES/shadow.mo
/usr/share/locale/id/LC_MESSAGES/shadow.mo
/usr/share/locale/it/LC_MESSAGES/shadow.mo
/usr/share/locale/ja/LC_MESSAGES/shadow.mo
/usr/share/locale/ka/LC_MESSAGES/shadow.mo
/usr/share/locale/kk/LC_MESSAGES/shadow.mo
/usr/share/locale/km/LC_MESSAGES/shadow.mo
/usr/share/locale/ko/LC_MESSAGES/shadow.mo
/usr/share/locale/nb/LC_MESSAGES/shadow.mo
/usr/share/locale/ne/LC_MESSAGES/shadow.mo
/usr/share/locale/nl/LC_MESSAGES/shadow.mo
/usr/share/locale/nn/LC_MESSAGES/shadow.mo
/usr/share/locale/pl/LC_MESSAGES/shadow.mo
/usr/share/locale/pt/LC_MESSAGES/shadow.mo
/usr/share/locale/pt_BR/LC_MESSAGES/shadow.mo
/usr/share/locale/ro/LC_MESSAGES/shadow.mo
/usr/share/locale/ru/LC_MESSAGES/shadow.mo
/usr/share/locale/sk/LC_MESSAGES/shadow.mo
/usr/share/locale/sq/LC_MESSAGES/shadow.mo
/usr/share/locale/sv/LC_MESSAGES/shadow.mo
/usr/share/locale/tr/LC_MESSAGES/shadow.mo
/usr/share/locale/uk/LC_MESSAGES/shadow.mo
/usr/share/locale/vi/LC_MESSAGES/shadow.mo
/usr/share/locale/zh_CN/LC_MESSAGES/shadow.mo
/usr/share/locale/zh_TW/LC_MESSAGES/shadow.mo
/usr/share/man/man1/chage.1.gz
/usr/share/man/man1/chfn.1.gz
/usr/share/man/man1/chsh.1.gz
/usr/share/man/man1/expiry.1.gz
/usr/share/man/man1/getsubids.1.gz
/usr/share/man/man1/gpasswd.1.gz
/usr/share/man/man1/newgidmap.1.gz
/usr/share/man/man1/newgrp.1.gz
/usr/share/man/man1/newuidmap.1.gz
/usr/share/man/man1/passwd.1.gz
/usr/share/man/man1/sg.1.gz
/usr/share/man/man3/shadow.3.gz
/usr/share/man/man5/shadow.5.gz
/usr/share/man/man5/subgid.5.gz
/usr/share/man/man5/subuid.5.gz
/usr/share/man/man8/chpasswd.8.gz
/usr/share/man/man8/groupadd.8.gz
/usr/share/man/man8/groupdel.8.gz
/usr/share/man/man8/groupmod.8.gz
/usr/share/man/man8/grpck.8.gz
/usr/share/man/man8/newusers.8.gz
/usr/share/man/man8/pwck.8.gz
/usr/share/man/man8/pwconv.8.gz
/usr/share/man/man8/pwunconv.8.gz
/usr/share/man/man8/useradd.8.gz
/usr/share/man/man8/userdel.8.gz
/usr/share/man/man8/usermod.8.gz
/usr/share/man/man8/vigr.8.gz
/usr/share/man/man8/vipw.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Jan 31 23:54:14 2025