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

shadow-utils-4.6-22.el8 RPM for aarch64

From AlmaLinux 8.10 BaseOS for aarch64

Name: shadow-utils Distribution: AlmaLinux
Version: 4.6 Vendor: AlmaLinux
Release: 22.el8 Build date: Sat Apr 6 15:22:39 2024
Group: System Environment/Base Build host: arm64-builder04.almalinux.org
Size: 4730964 Source RPM: shadow-utils-4.6-22.el8.src.rpm
Packager: AlmaLinux Packaging Team <[email protected]>
Url: http://pkg-shadow.alioth.debian.org/
Summary: Utilities for managing accounts and shadow password files
The shadow-utils package includes the necessary programs for
converting UNIX password files to the shadow password format, plus
programs for managing user and group accounts. The pwconv command
converts passwords to the shadow password format. The pwunconv command
unconverts shadow passwords and generates a passwd file (a standard
UNIX password file). The pwck command checks the integrity of password
and shadow files. The lastlog command prints out the last login times
for all users. The useradd, userdel, and usermod commands are used for
managing user accounts. The groupadd, groupdel, and groupmod commands
are used for managing group accounts.

Provides

Requires

License

BSD and GPLv2+

Changelog

* Tue Nov 21 2023 Iker Pedrosa <[email protected]> - 2:4.6-22
  - salt: remove rounds from salt string. Resolves: RHEL-16668
* Thu Nov 02 2023 Iker Pedrosa <[email protected]> - 2:4.6-21
  - login.defs: include SHA_CRYPT_MAX_ROUNDS. Resolves: RHEL-15024
* Wed Jul 12 2023 Iker Pedrosa <[email protected]> - 2:4.6-19
  - gpasswd: fix password leak. Resolves: #2215947
* Wed May 17 2023 Iker Pedrosa <[email protected]> - 2:4.6-18
  - Update patch to close label to reset libselinux state. Resolves: #1984740
  - useradd: check if subid range exists for user. Resolves: #2012929
  - find_new_[gu]id: Skip over IDs that are reserved for legacy reasons. Resolves: #1994269
* Thu Jul 21 2022 Iker Pedrosa <[email protected]> - 2:4.6-17
  - subordinateio: also compare the owner ID. Resolves: #2093311
  - Fix release sources
  - Add subid requirement for subid-devel
* Thu Dec 09 2021 Iker Pedrosa <[email protected]> - 2:4.6-16
  - getsubids: provide system binary and man page. Resolves: #2013016
  - groupdel: fix SIGSEGV when passwd does not exist. Resolves: #1986782
* Tue Oct 19 2021 Iker Pedrosa <[email protected]> - 2:4.6-15
  - Creation of subid and subid-devel subpackages (#2013009)
  - libsubid: creation and nsswitch support
  - libsubid: don't print error messages on stderr by default
  - libsubid: libsubid_init return false if out of memory
  - libsubid: don't return owner in list_owner_ranges API call
  - libsubid: libsubid_init don't print messages on error
  - libsubid: fix newusers when nss provides subids
  - libsubid: make shadow_logfd not extern
  - useradd: fix SUB_UID_COUNT=0
  - man: mention NSS in new[ug]idmap manpages
  - man: clarify subid delegation
* Thu Aug 12 2021 Iker Pedrosa <[email protected]> - 2:4.6-14
  - usermod: allow all group types with -G option (#1967641)
* Mon May 03 2021 Iker Pedrosa <[email protected]> - 2:4.6-13
  - man: Remove references to LOGIN_STRING in login.defs (#1884702)
* Fri Oct 23 2020 Iker Pedrosa <[email protected]> - 2:4.6-12
  - lib/sssd: redirect warning message to file (#1749001)
  - useradd: clarify valid usernames/groupnames (#1869432)
  - login.defs: link login specific information to its own package (#1804766)
* Fri Aug 07 2020 Iker Pedrosa <[email protected]> - 2:4.6-11
  - change UMASK value and add HOME_MODE in login.defs (#1777718)
* Tue May 05 2020 Iker Pedrosa <[email protected]> - 2:4.6-10
  - check only local groups when adding new supplementary groups to a user
* Fri Apr 17 2020 Iker Pedrosa <[email protected]> - 2:4.6-9
  - do not mistake a regular user process for a namespaced one (#1788696)
  - add HOME_MODE support in login.defs (#1777718)
* Fri Jun 07 2019 Tomáš Mráz <[email protected]> - 2:4.6-8
  - properly audit group password change
  - do not add uid of a new (not yet added) user to the audit message
  - use lckpwdf() again to disable concurrent edits of databases by
    other applications
  - clarify chage manual page in regards to shadow and passwd
    inconsistency
  - fix minor issues in groupadd and login.defs manual pages
  - Ignore LOGIN_PLAIN_PROMPT variable in login.defs
  - force regeneration of getdate.c otherwise the date parsing fix
    is not applied
* Tue Dec 18 2018 Tomáš Mráz <[email protected]> - 2:4.6-7
  - usermod: guard against unsafe change of ownership of
    special home directories
* Fri Nov 30 2018 Tomáš Mráz <[email protected]> - 2:4.6-6
  - drop trailing space from login.defs ENCRYPT_METHOD setting
* Mon Nov 19 2018 Tomáš Mráz <[email protected]> - 2:4.6-5
  - use cap_setxid file capabilities for newxidmap instead of making them setuid
  - limit the SYS_U/GID_MIN value to 1 as the algorithm does not work with 0
    and the 0 is always used by root anyway
  - manual page improvements
  - flush sssd caches - patch by Jakub Hrozek
* Fri Oct 12 2018 Tomáš Mráz <[email protected]> - 2:4.6-4
  - fix some issues from Coverity scan
* Tue Jul 31 2018 Tomáš Mráz <[email protected]> - 2:4.6-2
  - use itstool instead of xml2po
* Tue Jul 31 2018 Tomáš Mráz <[email protected]> - 2:4.6-1
  - Update to current upstream release 4.6
  - Raise limit for passwd and shadow entry length but also prevent
    writing longer entries (#1422497)
* Tue Feb 06 2018 Björn Esser <[email protected]> - 2:4.5-9
  - Add patch to include crypt.h, if present
  - Use %make_{build,install} macros
  - Refresh other patches for proper alignment
* Sat Jan 20 2018 Björn Esser <[email protected]> - 2:4.5-8
  - Rebuilt for switch to libxcrypt
* Mon Nov 06 2017 Tomáš Mráz <[email protected]> - 2:4.5-7
  - fix regression caused by the userdel-chroot patch (#1509978)
* Thu Nov 02 2017 Tomáš Mráz <[email protected]> - 2:4.5-6
  - fix userdel in chroot (#1316168)
  - add useful chage -E example to chage manpage
* Fri Sep 15 2017 Tomáš Mráz <[email protected]> - 2:4.5-5
  - do not allow "." and ".." user names
* Mon Aug 14 2017 Tomáš Mráz <[email protected]> - 2:4.5-4
  - allow switching to secondary group without checking the membership
    explicitly (patch from upstream)
* Thu Aug 03 2017 Fedora Release Engineering <[email protected]> - 2:4.5-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
* Thu Jul 27 2017 Fedora Release Engineering <[email protected]> - 2:4.5-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
* Fri Jul 21 2017 Tomáš Mráz <[email protected]> - 2:4.5-1
  - update to current upstream release 4.5
* Sat Feb 11 2017 Fedora Release Engineering <[email protected]> - 2:4.3.1-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* Thu Aug 25 2016 Tomáš Mráz <[email protected]> - 2:4.3.1-2
  - fix regression in useradd - not processing defaults properly (#1369979)
* Tue Aug 23 2016 Tomáš Mráz <[email protected]> - 2:4.3.1-1
  - new upstream release fixing low impact security issue
* Tue Jun 14 2016 Tomáš Mráz <[email protected]> - 2:4.2.1-11
  - guard for localtime() and gmtime() failure
* Mon May 30 2016 Tomáš Mráz <[email protected]> - 2:4.2.1-10
  - chpasswd, chgpasswd: open audit when starting
* Thu May 26 2016 Tomáš Mráz <[email protected]> - 2:4.2.1-9
  - chgpasswd: do not remove it
  - chpasswd, chgpasswd: add selinux_check_access call (#1336902)
* Thu Mar 17 2016 Tomáš Mráz <[email protected]> - 2:4.2.1-8
  - userdel: fix userdel -f with /etc/subuid present (#1316168)
* Tue Feb 09 2016 Tomáš Mráz <[email protected]> - 2:4.2.1-7
  - usermod: properly return error during password manipulation
* Wed Feb 03 2016 Tomáš Mráz <[email protected]> - 2:4.2.1-6
  - add possibility to clear or set lastlog record for user via lastlog
* Fri Jan 08 2016 Tomáš Mráz <[email protected]> - 2:4.2.1-5
  - do not use obscure permissions for binaries
  - remove unused commands from login.defs(5) cross-reference
* Fri Nov 06 2015 Tomáš Mráz <[email protected]> - 2:4.2.1-4
  - document that groupmems is not setuid root
  - document that expiration of the password after inactivity period
    locks the user account completely
* Thu Aug 27 2015 Tomáš Mráz <[email protected]> - 2:4.2.1-3
  - unlock also passwords locked with passwd -l
  - prevent breaking user entry by entering a password containing colon
  - fix possible DoS when locking the database files for update
  - properly use login.defs from the chroot in useradd
* Fri Jun 19 2015 Fedora Release Engineering <[email protected]> - 2:4.2.1-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* Wed Nov 26 2014 Tomáš Mráz <[email protected]> - 2:4.2.1-1
  - new upstream release with support for subordinate uids and gids
* Tue Nov 25 2014 Tomáš Mráz <[email protected]> - 2:4.1.5.1-22
  - small adjustments to the audit patch
* Fri Oct 17 2014 Tomáš Mráz <[email protected]> - 2:4.1.5.1-21
  - update auditing to cover more events and fix some incorrect audit
    records - patch by Steve Grubb (#1151580)
  - apply the same new allocation algorithm to uids as for gids
* Wed Sep 10 2014 Tomas Mraz <[email protected]> - 2:4.1.5.1-20
  - discard obsolete matchpathcon cache after semanage_commit()
* Tue Sep 09 2014 Tomas Mraz <[email protected]> - 2:4.1.5.1-19
  - disallow all-numeric user and group names (#1139318)
* Fri Aug 29 2014 Tomas Mraz <[email protected]> - 2:4.1.5.1-18
  - label the newly created home dir correctly (#1077809)
  - mention that chage -d 0 forces password change (#1135010)
  - improve date parsing and error detecting in chage
  - avoid full group database scanning in newgrp in most common case
  - report error if usermod asked for moving homedir and it does not exist
* Mon Aug 18 2014 Fedora Release Engineering <[email protected]> - 2:4.1.5.1-17
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Tue Aug 05 2014 Tom Callaway <[email protected]> - 2:4.1.5.1-16
  - fix license handling
* Mon Jul 14 2014 Tomas Mraz <[email protected]> - 2:4.1.5.1-15
  - revert the last change as it is not really needed
* Thu Jul 10 2014 Tomas Mraz <[email protected]> - 2:4.1.5.1-14
  - put system users and groups into /usr/lib/{passwd,group} if
    the files exist and SHADOW_USE_USRLIB environment variable is set
    Patch by Colin Walters
* Mon Jun 30 2014 Tomas Mraz <[email protected]> - 2:4.1.5.1-13
  - ignore getgrgid() errors for now
* Mon Jun 30 2014 Tomas Mraz <[email protected]> - 2:4.1.5.1-12
  - improve group allocation algorithm - patch by Stephen Gallager (#1089738)
* Sun Jun 08 2014 Fedora Release Engineering <[email protected]> - 2:4.1.5.1-11
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Wed Feb 12 2014 Tomas Mraz <[email protected]> - 2:4.1.5.1-10
  - clean up login.defs manpage
  - properly document userdel -f behavior
* Fri Oct 18 2013 Tomas Mraz <[email protected]> - 2:4.1.5.1-9
  - document that the directory where user's home is created must exist
* Thu Jul 25 2013 Tomas Mraz <[email protected]> - 2:4.1.5.1-8
  - slightly more meaningful error messages if crypt() returns NULL (#988184)
  - explicit suid permissions
* Fri Jul 19 2013 Tomas Mraz <[email protected]> - 2:4.1.5.1-7
  - fix useradd man page bugs
* Fri Jun 14 2013 Tomas Mraz <[email protected]> - 2:4.1.5.1-6
  - report error to stdout when SELinux context for home directory
    cannot be determined (#973647)
  - audit the changing home directory owner (#885797)
  - do not set the default SELinux MLS range (#852676)
* Tue Mar 19 2013 Tomas Mraz <[email protected]> - 2:4.1.5.1-5
  - improve the failure syslog message in useradd (#830617)
* Wed Feb 20 2013 Tomas Mraz <[email protected]> - 2:4.1.5.1-4
  - keep the original context if matchpathcon() fails (#912399)
* Tue Jan 29 2013 Tomas Mraz <[email protected]> - 2:4.1.5.1-3
  - fix bugs in merge_group_entries()
* Fri Jan 11 2013 Tomas Mraz <[email protected]> - 2:4.1.5.1-2
  - /etc/default is owned by glibc-common now (#894194)
* Wed Sep 19 2012 Tomas Mraz <[email protected]> - 2:4.1.5.1-1
  - new upstream version
  - use the original file permissions when creating backup (#853102)
* Wed Jul 25 2012 Peter Vrabec <[email protected]> - 2:4.1.5-5
  - make /etc/default/useradd world-readable (#835137)
* Sat Jul 21 2012 Fedora Release Engineering <[email protected]> - 2:4.1.5-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Mon Jun 18 2012 Peter Vrabec <[email protected]> - 2:4.1.5-3
  - pwconv/grpconv skipped 2nd of consecutive failures (#832995)
* Thu Mar 22 2012 Peter Vrabec <[email protected]> - 2:4.1.5-2
  - fix selinux context handling
  - reset selinux context on files copied from skel
* Mon Mar 19 2012 Peter Vrabec <[email protected]> - 2:4.1.5-1
  - upgrade
* Tue Feb 07 2012 Peter Vrabec <[email protected]> - 2:4.1.4.3-14
  - compile with PIE and RELRO flags (#784349)
* Sat Jan 14 2012 Fedora Release Engineering <[email protected]> - 2:4.1.4.3-13
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* Tue Dec 20 2011 Peter Vrabec <[email protected]> - 2:4.1.4.3-12
  - fix leaks in .IDs patch (#734340)
* Wed Nov 16 2011 Peter Vrabec <[email protected]> - 2:4.1.4.3-11
  - free memory associated with SELinux security contexts
* Wed Nov 09 2011 Peter Vrabec <[email protected]> - 2:4.1.4.3-10
  - replace semanage call by library call
  - useradd man page (#739147)
* Tue Aug 02 2011 Peter Vrabec <[email protected]> - 2:4.1.4.3-9
  - man page adjustment (userdel -Z)
* Tue Aug 02 2011 Peter Vrabec <[email protected]> - 2:4.1.4.3-8
  - fixing semanage issue (#701355)
* Fri Jul 22 2011 Miloslav Trmač <[email protected]> - 2:4.1.4.3-7
  - Make sure /etc/login.defs is not changed on upgrades from Fedora 1[345].
* Wed Jun 29 2011 Peter Vrabec <[email protected]> - 2:4.1.4.3-6
  - man page fixes (#696213 #674878)
* Tue Jun 28 2011 Peter Vrabec <[email protected]> - 2:4.1.4.3-5
  - userdel option to remove Linux login <-> SELinux login mapping (#639900)
  - useradd special exit value if SELinux user mapping is invalid (#639975)
  - usermod special exit value if SELinux user mapping is invalid (#639976)
* Mon Jun 27 2011 Peter Vrabec <[email protected]> - 2:4.1.4.3-4
  - refer to PAM in /etc/login.defs (#629277)
* Mon Jun 06 2011 Peter Vrabec <[email protected]> - 2:4.1.4.3-3
  - fix shadow-4.1.4.2-underflow.patch
* Tue May 31 2011 Peter Vrabec <[email protected]> - 2:4.1.4.3-2
  - fix integer underflow in laslog (#706321)
* Fri May 20 2011 Peter Vrabec <[email protected]> - 2:4.1.4.3-1
  - upgrade
  - change UID/GID_MIN to #1000
  - fix find_new_uid/gid for big UID/GID_MAX
* Wed Feb 09 2011 Peter Vrabec <[email protected]> - 2:4.1.4.2-11
  - useradd man page (-m option)
  - create home directory on fs with noacl
  - remove faillog app (pam_tally.so is no longer shipped)
    Resolves: #523265, #622320
* Tue Feb 01 2011 Peter Vrabec <[email protected]> - 2:4.1.4.2-10
  - do not use  gshadow functions from glibc, there is a bug
    in glibc sgetsgent(#674361)
    Resolves: #674234
* Wed Jan 05 2011 Peter Vrabec <[email protected]> - 2:4.1.4.2-9
  - fix gshadow functions from shadow utils
  - make shadow utils use gshadow functions from glibc
    Resolves: #665780
* Tue Jul 20 2010 Peter Vrabec <[email protected]> - 2:4.1.4.2-8
  - fix pwck/grpck hang
    Resolves: #586322
* Mon Jun 14 2010 Peter Vrabec <[email protected]> - 2:4.1.4.2-7
  - fix integer underflow in faillog (#603683)
  - use preferred GID for reserved static IDs
* Thu Apr 29 2010 Peter Vrabec <[email protected]> - 2:4.1.4.2-6
  - preserve ACL's on files in /etc/skel
    Resolves: #513055
* Wed Apr 28 2010 Peter Vrabec <[email protected]> - 2:4.1.4.2-5
  - newusers man page more informative
  - userdel should not need to run semanage
    Resolves: #586330 #586408
* Thu Apr 01 2010 Peter Vrabec <[email protected]> - 2:4.1.4.2-4
  - fix man directories ownership (#569418)
* Fri Mar 26 2010 Peter Vrabec <[email protected]> - 2:4.1.4.2-3
  - max group name length set to 32 characters
* Wed Nov 18 2009 Peter Vrabec <[email protected]> - 2:4.1.4.2-2
  - apply patches{1,2,3}
  - enable SHA512 in /etc/login.defs
* Mon Sep 07 2009 Peter Vrabec <[email protected]> - 2:4.1.4.2-1
  - upgrade
* Fri Aug 21 2009 Tomas Mraz <[email protected]> - 2:4.1.4.1-7
  - rebuilt with new audit
* Wed Aug 05 2009 Peter Vrabec <[email protected]> 2:4.1.4.1-6
  - increase threshold for uid/gid reservations to 200 (#515667)
* Sun Jul 26 2009 Fedora Release Engineering <[email protected]> - 2:4.1.4.1-5
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
* Thu Jul 16 2009 Peter Vrabec <[email protected]> 2:4.1.4.1-4
  - fix a list of owned directories (#510366)
* Thu Jul 16 2009 Peter Vrabec <[email protected]> 2:4.1.4.1-3
  - reduce the reuse of system IDs
* Wed Jul 15 2009 Peter Vrabec <[email protected]> 2:4.1.4.1-2
  - speed up sys users look up on LDAP boxes (#511813)
* Tue Jun 16 2009 Peter Vrabec <[email protected]> 2:4.1.4.1-1
  - upgrade
* Fri May 15 2009 Peter Vrabec <[email protected]> 2:4.1.4-1
  - upgrade
* Wed Apr 22 2009 Peter Vrabec <[email protected]> 2:4.1.3.1-2
  - lastlog fix
* Fri Apr 17 2009 Peter Vrabec <[email protected]> 2:4.1.3.1-1
  - upgrade
* Tue Apr 14 2009 Peter Vrabec <[email protected]> 2:4.1.3-2
  - get "-n" option back
  - fix selinux issues
* Tue Apr 14 2009 Peter Vrabec <[email protected]> 2:4.1.3-1
  - upgrade
* Tue Mar 24 2009 Peter Vrabec <[email protected]> 2:4.1.2-12
  - don not allow UID/GID = 4294967295 (#484040)
* Mon Jan 19 2009 Peter Vrabec <[email protected]> 2:4.1.2-11
  - fix license tag (#226416)
  - get rid of tabs in spec file (#226416)
  - convert HOWTO to UTF8 (#226416)
* Mon Jan 05 2009 Peter Vrabec <[email protected]> 2:4.1.2-10
  - Add policycoreutils as Requires, because of restorecon (#478494)
* Sun Dec 21 2008 Jesse Keating <[email protected]> - 2:4.1.2-9
  - Add setup as a Requires. Perhaps this should be a files requires. (#477529)
* Wed Sep 24 2008 Peter Vrabec <[email protected]> 2:4.1.2-8
  - groupmems: check username for valid character (#455603)
  - groupmems: don't segfault on nonexistent group (#456088)
* Thu Sep 11 2008 Peter Vrabec <[email protected]> 2:4.1.2-7
  - fix usermod SELinux user mappings change (#458766)
* Tue Sep 02 2008 Peter Vrabec <[email protected]> 2:4.1.2-6
  - audit improvements, thnx. to [email protected]
* Tue Sep 02 2008 Peter Vrabec <[email protected]> 2:4.1.2-5
  - fix groupmems issues (#459825)
* Mon Jul 28 2008 Peter Vrabec <[email protected]> 2:4.1.2-4
  - fix configure options (#456748)
* Thu Jul 24 2008 Peter Vrabec <[email protected]> 2:4.1.2-3
  - recreate selinux patch
* Tue Jul 22 2008 Peter Vrabec <[email protected]> 2:4.1.2-2
  - provide getspnam by man-pages
* Mon May 26 2008 Peter Vrabec <[email protected]> 2:4.1.2-1
  - upgrade
* Tue May 20 2008 Peter Vrabec <[email protected]> 2:4.1.1-2
  - fix salt size problem (#447136)
* Mon Apr 07 2008 Peter Vrabec <[email protected]> 2:4.1.1-1
  - upgrade
* Fri Mar 07 2008 Peter Vrabec <[email protected]> 2:4.1.0-5
  - improve newgrp audit patch
* Mon Mar 03 2008 Peter Vrabec <[email protected]> 2:4.1.0-4
  - fix selinux labeling  (#433757)
* Tue Feb 19 2008 Peter Vrabec <[email protected]> 2:4.1.0-3
  - fix groupmems segmentation fault (#430813)
* Wed Feb 13 2008 Peter Vrabec <[email protected]> 2:4.1.0-2
  - fix newgrp audit event
* Wed Dec 12 2007 Peter Vrabec <[email protected]> 2:4.1.0-1
  - new upgrade release from new upstream
  - provide vipw and vigr
* Thu Nov 29 2007 Peter Vrabec <[email protected]> 2:4.0.18.1-20
  - do not create mail spool entries for system accounts (#402351)
* Thu Oct 18 2007 Peter Vrabec <[email protected]> 2:4.0.18.1-19
  - fix timestamps when moving home dirs to another file system (#278571)
* Mon Oct 08 2007 Peter Vrabec <[email protected]> 2:4.0.18.1-18
  - mark localized man pages with %lang
* Wed Aug 22 2007 Peter Vrabec <[email protected]> 2:4.0.18.1-17
  - rebuild
* Tue Jun 26 2007 Peter Vrabec <[email protected]> 2:4.0.18.1-16
  - fix "CAVEATS" section of groupadd man page (#245590)
* Wed Jun 06 2007 Peter Vrabec <[email protected]> 2:4.0.18.1-15
  - fix infinitive loop if there are duplicate entries
    in /etc/group (#240915)
* Wed Jun 06 2007 Peter Vrabec <[email protected]> 2:4.0.18.1-14
  - do not run find_new_uid() twice and use getpwuid() to check
    UID uniqueness (#236871)
* Tue Apr 10 2007 Peter Vrabec <[email protected]> 2:4.0.18.1-13
  - fix useradd dump core when build without WITH_SELINUX (#235641)
* Mon Mar 26 2007 Peter Vrabec <[email protected]> 2:4.0.18.1-12
  - create user's mailbox file by default (#231311)
* Fri Mar 16 2007 Peter Vrabec <[email protected]> 2:4.0.18.1-11
  - assign system dynamic UID/GID from the top of available UID/GID (#190523)
* Wed Feb 28 2007 Peter Vrabec <[email protected]> 2:4.0.18.1-10
  - spec file fixes to meet fedora standarts.
  - fix useless call of restorecon(). (#222159)
* Sun Jan 14 2007 Peter Vrabec <[email protected]> 2:4.0.18.1-9
  - fix append option in usermod (#222540).
* Thu Dec 21 2006 Dan Walsh <[email protected]> 2:4.0.18.1-8
  - Fix execution and creation of Home Directories under SELinux
  - Resolves: rhbz#217441
* Thu Dec 14 2006 Peter Vrabec <[email protected]> 2:4.0.18.1-7
  - fix rpmlint issues
* Wed Dec 06 2006 Peter Vrabec <[email protected]> 2:4.0.18.1-6
  - use MD5 encryption by default (#218629).
* Thu Nov 30 2006 Steve Grubb <[email protected]> 2:4.0.18.1-5
  - Fix SELinux context on home directories created with useradd (#217441)
* Tue Nov 14 2006 Peter Vrabec <[email protected]> 2:4.0.18.1-4
  - fix chpasswd and chgpasswd stack overflow (#213052)
* Sat Nov 04 2006 Peter Vrabec <[email protected]> 2:4.0.18.1-3
  - fix "-g" and "-G" option.
* Fri Nov 03 2006 Peter Vrabec <[email protected]> 2:4.0.18.1-2
  - improve audit logging (#211659)
  - improve "-l" option. Do not reset faillog if it's used (#213450).
* Wed Nov 01 2006 Peter Vrabec <[email protected]> 2:4.0.18.1-1
  - upgrade
* Wed Oct 25 2006 Peter Vrabec <[email protected]> 2:4.0.17-7
  - add dist-tag
* Wed Oct 04 2006 Peter Vrabec <[email protected]> 2:4.0.17-6
  - fix regression. Permissions on user* group* binaries
    should be 0750, because of CAPP/LSPP certification
  - fix groupdel man page
* Fri Aug 11 2006 Peter Vrabec <[email protected]> 2:4.0.17-5
  - fix bug introduced with UIG_GID.patch (#201991)
* Sat Aug 05 2006 Peter Vrabec <[email protected]> 2:4.0.17-4
  - fix userdel, it didn't delete user's group (#201379)
* Fri Aug 04 2006 Peter Vrabec <[email protected]> 2:4.0.17-3
  - fix UID/GID overflow in user* group* (#198920)
* Fri Aug 04 2006 Peter Vrabec <[email protected]> 2:4.0.17-2
  - do not inherit file desc. in execve(nscd)
* Mon Jul 17 2006 Peter Vrabec <[email protected]> 2:4.0.17-1
  - upgrade
* Wed Jul 12 2006 Jesse Keating <[email protected]> - 2:4.0.16-3.1
  - rebuild
* Tue Jun 13 2006 Peter Vrabec <[email protected]> 2:4.0.16-3
  - call "nscd -i" to flush nscd cache (#191464)
* Sat Jun 10 2006 Peter Vrabec <[email protected]> 2:4.0.16-2
  - "useradd -r" must create a system group (#194728)
* Tue Jun 06 2006 Peter Vrabec <[email protected]> 2:4.0.16-1
  - upgrade
  - do not replace login.defs file (#190014)
* Sat Apr 08 2006 Peter Vrabec <[email protected]> 2:4.0.15-3
  - fix typo in shadow-4.0.15-login.defs (#188263)
* Tue Apr 04 2006 Peter Vrabec <[email protected]> 2:4.0.15-2
  - properly notify nscd to flush its cache(#186803)
* Mon Apr 03 2006 Peter Vrabec <[email protected]> 2:4.0.15-1
  - upgrade
* Fri Mar 10 2006 Peter Vrabec <[email protected]> 2:4.0.14-4
  - fix lrename() function to handle relative symlinks too
* Tue Mar 07 2006 Peter Vrabec <[email protected]> 2:4.0.14-3
  - set default umask to 077 in login.defs
* Mon Mar 06 2006 Peter Vrabec <[email protected]> 2:4.0.14-2
  - use lrename() function, which follow a destination symbolic link(#181977)
* Fri Feb 10 2006 Jesse Keating <[email protected]> - 2:4.0.14-1.2
  - bump again for double-long bug on ppc(64)
* Tue Feb 07 2006 Jesse Keating <[email protected]> - 2:4.0.14-1.1
  - rebuilt for new gcc4.1 snapshot and glibc changes
* Fri Jan 06 2006 Peter Vrabec <[email protected]> 2:4.0.14-1
  - upgrade
* Fri Dec 09 2005 Jesse Keating <[email protected]>
  - rebuilt
* Tue Nov 29 2005 Peter Vrabec <[email protected]> 2:4.0.13-4
  - fix incorrect audit record in userdel (#174392)
* Wed Nov 16 2005 Peter Vrabec <[email protected]> 2:4.0.13-3
  - fix useradd segfaults (#173241)
* Sat Nov 05 2005 Steve Grubb <[email protected]> 2:4.0.13-2
  - Update audit communication to standard format messages
* Fri Oct 21 2005 Peter Vrabec <[email protected]> 2:4.0.13-1
  - upgrade
* Fri Sep 23 2005 Peter Vrabec <[email protected]> 2:4.0.12-4
  - add useradd -l option back, it was removed by mistake
* Tue Sep 20 2005 Peter Vrabec <[email protected]> 2:4.0.12-3
  - provide login.defs man page
  - adjust audit patch
* Tue Aug 30 2005 Peter Vrabec <[email protected]> 2:4.0.12-2
  - audit support
* Sat Aug 27 2005 Peter Vrabec <[email protected]> 2:4.0.12-1
  - upgrade
* Sat Aug 13 2005 Dan Walsh <[email protected]> 2:4.0.11.1-5
  - Change to use new selinux api for selinux_check_passwd_access
* Tue Aug 09 2005 Peter Vrabec <[email protected]> 2:4.0.11.1-4
  - change the password last changed field in the shadow file
    when "usermod -p" is used (#164943)
* Mon Aug 08 2005 Peter Vrabec <[email protected]> 2:4.0.11.1-3
  - provide getspnam.3 man page(#162476)
  - fix useradd man page(#97131)
* Mon Aug 08 2005 Peter Vrabec <[email protected]> 2:4.0.11.1-2
  - do not copy files from skel directory if home directory
    already exist (#89591,#80242)
* Fri Aug 05 2005 Peter Vrabec <[email protected]> 2:4.0.11.1-1
  - upgrade
* Mon May 23 2005 Peter Vrabec <[email protected]> 2:4.0.7-9
  - remove vigr binary
* Mon May 23 2005 Peter Vrabec <[email protected]> 2:4.0.7-8
  - fix nscd socket path
* Fri Apr 29 2005 Jeremy Katz <[email protected]> - 2:4.0.7-7
  - don't assume selinux is enabled if is_selinux_enabled() returns -1
* Mon Apr 18 2005 Peter Vrabec <[email protected]> 2:4.0.7-6
  - fix chage -l option (#109499, #137498)
* Mon Apr 04 2005 Peter Vrabec <[email protected]> 2:4.0.7-5
  - fix memory leak, and CPU spinning when grp_update() and
    duplicate group entries in /etc/group (#151484)
* Tue Mar 29 2005 Peter Vrabec <[email protected]>  2:4.0.7-4
  - use newgrp binary
  - newgrp don't ask for password if user's default GID = group ID,
    ask for password if there is some in /etc/gshadow
    and in /etc/group is 'x' (#149997)
* Mon Mar 14 2005 Peter Vrabec <[email protected]>
  - gcc4 fix (#150994) 2:4.0.7-3
* Mon Mar 07 2005 Peter Vrabec <[email protected]>
  - man pages cs,es,ko,ru,zh_CN,zh_TW to UTF-8
* Wed Mar 02 2005 Peter Vrabec <[email protected]>
  - upgrade 2:4.0.7-1
* Fri Feb 25 2005 Peter Vrabec <[email protected]> 2:4.0.3-59
  - static limit on group count to dynamic (#125510, #148994, #147742)
* Mon Feb 21 2005 Peter Vrabec <[email protected]> 2:4.0.3-58
  - add "-l" option #146214
* Mon Feb 14 2005 Adrian Havill <[email protected]>
  - rebuilt
* Wed Feb 09 2005 Dan Walsh <[email protected]> 2:4.0.3-39
  - Change useradd to use matchpathcon
* Thu Oct 21 2004 Dan Walsh <[email protected]> 2:4.0.3-37
  - Add matchpathcon to create the files correctly when they do not exist.
* Mon Oct 18 2004 Miloslav Trmac <[email protected]> - 2:4.0.3-36
  - Change symlink ownership when copying from /etc/skel (#66819, patch by
    Michael Weiser)
* Fri Oct 15 2004 Adrian Havill <[email protected]> 2:4.0.3-35
  - make the limit for the group name the same as the username (determined
    by the header files, rather than a constant) (#56850)
* Wed Oct 13 2004 Adrian Havill <[email protected]> 2:4.0.3-33
  - allow for mixed case and dots in usernames (#135401)
  - all man pages to UTF-8, not just Japanese (#133883)
  - add Polish blurb for useradd -n man page option (#82177)
* Tue Oct 12 2004 Adrian Havill <[email protected]> 2:4.0.3-31
  - check for non-standard legacy place for ncsd HUP (/var/run/nscd.pid) and
    then the std FHS place (/var/run/nscd.pid) (#125421)
* Fri Oct 01 2004 Dan Walsh <[email protected]> 2:4.0.3-30
  - Add checkPasswdAccess for chage in SELinux
* Sun Sep 26 2004 Adrian Havill <[email protected]> 2:4.0.3-29
  - always unlock all files on any exit (#126709)
* Tue Aug 24 2004 Warren Togami <[email protected]> 2:4.0.3-26
  - #126596 fix Req and BuildReqs
* Sun Aug 01 2004 Alan Cox <[email protected]> 4.0.3-25
  - Fix build deps etc, move to current auto* (Steve Grubb)
* Sat Jul 10 2004 Alan Cox <[email protected]> 4.0.3-24
  - Fix nscd path. This fixes various stale data caching bugs (#125421)
* Thu Jun 17 2004 Dan Walsh <[email protected]> 4.0.3-23
  - Add get_enforce checks
  - Clean up patch for potential upstream submission
  - Add removemalloc patch to get it to build on 3.4
* Tue Jun 15 2004 Elliot Lee <[email protected]>
  - rebuilt
* Tue Mar 30 2004 Nalin Dahyabhai <[email protected]> 4.0.3-21
  - rebuild
* Tue Mar 30 2004 Nalin Dahyabhai <[email protected]> 4.0.3-20
  - make /etc/default world-readable, needed for #118338
* Fri Feb 13 2004 Elliot Lee <[email protected]>
  - rebuilt
* Wed Jan 21 2004 Dan Walsh <[email protected]> 4.0.3-18
  - Fix selinux relabel of /etc/passwd file
* Wed Jan 07 2004 Nalin Dahyabhai <[email protected]> 4.0.3-17
  - fix use of uninitialized memory in useradd (#89145)
* Tue Dec 16 2003 Nalin Dahyabhai <[email protected]> 4.0.3-16
  - back to UTF-8 again
  - remove getspnam(3) man page, now conflicts with man-pages 1.64
* Thu Nov 13 2003 Nalin Dahyabhai <[email protected]> 4.0.3-15
  - don't convert man pages to UTF-8 for RHEL 3, conditionalized using macro
  - fixup dangling man page references
* Mon Nov 10 2003 Nalin Dahyabhai <[email protected]> 4.0.3-14
  - lastlog: don't pass a possibly-smaller field to localtime (#109648)
  - configure: call AC_SYS_LARGEFILE to get large file support
* Fri Nov 07 2003 Dan Walsh <[email protected]> 4.0.3-13.sel
  - turn on SELinux support
* Wed Oct 22 2003 Nalin Dahyabhai <[email protected]> 4.0.3-12
  - convert ja man pages to UTF-8 (#106051)
  - override MKINSTALLDIRS at install-time (#107476)
* Mon Sep 08 2003 Dan Walsh <[email protected]>
  - turn off SELinux support
* Thu Sep 04 2003 Dan Walsh <[email protected]> 4.0.3-11.sel
  - build with SELinux support
* Mon Jul 28 2003 Dan Walsh <[email protected]> 4.0.3-10
  - Add SELinux support
* Wed Jun 04 2003 Elliot Lee <[email protected]>
  - rebuilt
* Wed Jun 04 2003 Nalin Dahyabhai <[email protected]> 4.0.3-8
  - rebuild
* Tue Jun 03 2003 Nalin Dahyabhai <[email protected]> 4.0.3-7
  - run autoconf to generate updated configure at compile-time
* Wed Feb 12 2003 Nalin Dahyabhai <[email protected]> 4.0.3-6
  - adjust mailspool patch to complain if no group named "mail" exists, even
    though that should never happen
* Tue Feb 11 2003 Nalin Dahyabhai <[email protected]> 4.0.3-5
  - fix perms on mailspools created by useradd to be owned by the "mail"
    group (#59810)
* Wed Jan 22 2003 Tim Powers <[email protected]>
  - rebuilt
* Mon Dec 09 2002 Nalin Dahyabhai <[email protected]> 4.0.3-3
  - install the shadow.3 man page
* Mon Nov 25 2002 Nalin Dahyabhai <[email protected]> 4.0.3-2
  - disable use of cracklib at build-time
  - fixup reserved-account changes for useradd
* Thu Nov 21 2002 Nalin Dahyabhai <[email protected]> 4.0.3-1
  - update to 4.0.3, bumping epoch
* Mon Nov 18 2002 Nalin Dahyabhai <[email protected]> 20000902-14
  - remove man pages which conflict with the man-pages package(s)
* Fri Nov 15 2002 Nalin Dahyabhai <[email protected]> 20000902-13
  - prevent libshadow from being built more than once, to keep automake happy
  - change how md5 and md5crypt are enabled, to keep autoconf happy
  - remove unpackaged files after %install
* Thu Aug 29 2002 Nalin Dahyabhai <[email protected]> 20000902-12
  - force .mo files to be regenerated with current gettext to flush out possible
    problems
  - fixup non-portable encodings in translations
  - make sv translation header non-fuzzy so that it will be included (#71281)
* Fri Aug 23 2002 Nalin Dahyabhai <[email protected]> 20000902-11
  - don't apply aging parameters when creating system accounts (#67408)
* Fri Jun 21 2002 Tim Powers <[email protected]>
  - automated rebuild
* Sun May 26 2002 Tim Powers <[email protected]>
  - automated rebuild
* Fri May 17 2002 Nalin Dahyabhai <[email protected]> 20000902-8
  - rebuild in new environment
* Wed Mar 27 2002 Nalin Dahyabhai <[email protected]> 20000902-7
  - rebuild with proper defines to get support for large lastlog files (#61983)
* Fri Feb 22 2002 Nalin Dahyabhai <[email protected]> 20000902-6
  - rebuild
* Fri Jan 25 2002 Nalin Dahyabhai <[email protected]> 20000902-5
  - fix autoheader breakage and random other things autotools complain about
* Mon Aug 27 2001 Nalin Dahyabhai <[email protected]> 20000902-4
  - use -O0 instead of -O on ia64
  - build in source directory
  - don't leave lock files on the filesystem when useradd creates a group for
    the user (#50269)
  - fix the -o option to check for duplicate UIDs instead of login names (#52187)
* Thu Jul 26 2001 Bill Nottingham <[email protected]> 20000902-3
  - build with -O on ia64
* Fri Jun 08 2001 Than Ngo <[email protected]> 20000902-2
  - fixup broken specfile
* Tue May 22 2001 Bernhard Rosenkraenzer <[email protected]> 20000902-1
  - Create an empty mailspool when creating a user so non-setuid/non-setgid
    MDAs (postfix+procmail) can deliver mail (#41811)
  - 20000902
  - adapt patches
* Fri Mar 09 2001 Nalin Dahyabhai <[email protected]>
  - don't overwrite user dot files in useradd (#19982)
  - truncate new files when moving overwriting files with the contents of other
    files while moving directories (keeps files from looking weird later on)
  - configure using %{_prefix} as the prefix
* Fri Feb 23 2001 Trond Eivind Glomsrxd <[email protected]>
  - langify
* Wed Aug 30 2000 Bernhard Rosenkraenzer <[email protected]>
  - Fix up chage behavior (Bug #15883)
* Wed Aug 30 2000 Bernhard Rosenkraenzer <[email protected]>
  - 20000826
  - Fix up useradd man page (Bug #17036)
* Tue Aug 08 2000 Bernhard Rosenkraenzer <[email protected]>
  - check for vipw lock before adding or deleting users (Bug #6489)
* Mon Aug 07 2000 Nalin Dahyabhai <[email protected]>
  - take LOG_CONS out of the openlog() call so that we don't litter the
    screen during text-mode upgrades
* Tue Jul 18 2000 Bernhard Rosenkraenzer <[email protected]>
  - Remove a fixed-size buffer that caused problems when adding a huge number
    of users to a group (>8192 bytes) (Bugs #3809, #11930)
* Tue Jul 18 2000 Bernhard Rosenkraenzer <[email protected]>
  - remove dependency on util-linux because it causes prereq loops
* Tue Jul 18 2000 Nalin Dahyabhai <[email protected]>
  - change symlinked man pages to includers
  - require /usr/bin/newgrp (util-linux) so that /usr/bin/sg isn't left dangling
* Wed Jul 12 2000 Prospector <[email protected]>
  - automatic rebuild
* Sun Jun 18 2000 Matt Wilson <[email protected]>
  - use mandir for FHS
  - added patches in src/ and po/ to honor DESTDIR
  - use make install DESTDIR=$RPM_BUILD_ROOT
* Wed Feb 16 2000 Bernhard Rosenkraenzer <[email protected]>
  - Fix up usermod's symlink behavior (Bug #5458)
* Fri Feb 11 2000 Cristian Gafton <[email protected]>
  - get rid of mkpasswd
* Mon Feb 07 2000 Nalin Dahyabhai <[email protected]>
  - fix usermod patch to check for shadow before doing any shadow-specific stuff
    and merge it into the pwlock patch
* Sat Feb 05 2000 Bernhard Rosenkraenzer <[email protected]>
  - fix man symlinks
* Wed Feb 02 2000 Nalin Dahyabhai <[email protected]>
  - make -p only change shadow password (bug #8923)
* Mon Jan 31 2000 Cristian Gafton <[email protected]>
  - rebuild to fix dependeencies
  - man pages are compressed
* Wed Jan 19 2000 Bernhard Rosenkraenzer <[email protected]>
  - Fix a security bug (adduser could overwrite previously existing
    groups, Bug #8609)
* Sun Jan 09 2000 Bernhard Rosenkraenzer <[email protected]>
  - unset LINGUAS before building
  - Fix typo in newusers manpage (Bug #8258)
  - libtoolize
* Wed Sep 22 1999 Cristian Gafton <[email protected]>
  - fix segfault for userdel when the primary group for the user is not
    defined
* Tue Sep 21 1999 Cristian Gafton <[email protected]>
  - Serial: 1 because now we are using 19990827 (why the heck can't they have
    a normal version just like everybody else?!)
  - ported all patches to the new code base
* Thu Apr 15 1999 Bill Nottingham <[email protected]>
  - SIGHUP nscd from usermod, too
* Fri Apr 09 1999 Michael K. Johnson <[email protected]>
  - added usermod password locking from Chris Adams <[email protected]>
* Thu Apr 08 1999 Bill Nottingham <[email protected]>
  - have things that modify users/groups SIGHUP nscd on exit
* Wed Mar 31 1999 Michael K. Johnson <[email protected]>
  - have userdel remove user private groups when it is safe to do so
  - allow -f to force user removal even when user appears busy in utmp
* Tue Mar 23 1999 Preston Brown <[email protected]>
  - edit out unused CHFN fields from login.defs.
* Sun Mar 21 1999 Cristian Gafton <[email protected]>
  - auto rebuild in the new build environment (release 7)
* Wed Jan 13 1999 Bill Nottingham <[email protected]>
  - configure fix for arm
* Wed Dec 30 1998 Cristian Gafton <[email protected]>
  - build against glibc 2.1
* Fri Aug 21 1998 Jeff Johnson <[email protected]>
  - Note that /usr/sbin/mkpasswd conflicts with /usr/bin/mkpasswd;
    one of these (I think /usr/sbin/mkpasswd but other opinions are valid)
    should probably be renamed.  In any case, mkpasswd.8 from this package
    needs to be installed. (problem #823)
* Fri May 08 1998 Prospector System <[email protected]>
  - translations modified for de, fr, tr
* Tue Apr 21 1998 Cristian Gafton <[email protected]>
  - updated to 980403
  - redid the patches
* Tue Dec 30 1997 Cristian Gafton <[email protected]>
  - updated the spec file
  - updated the patch so that new accounts created on shadowed system won't
    confuse pam_pwdb anymore ('!!' default password instead on '!')
  - fixed a bug that made useradd -G segfault
  - the check for the ut_user is now patched into configure
* Thu Nov 13 1997 Erik Troan <[email protected]>
  - added patch for XOPEN oddities in glibc headers
  - check for ut_user before checking for ut_name -- this works around some
    confusion on glibc 2.1 due to the utmpx header not defining the ut_name
    compatibility stuff. I used a gross sed hack here because I couldn't make
    automake work properly on the sparc (this could be a glibc 2.0.99 problem
    though). The utuser patch works fine, but I don't apply it.
  - sleep after running autoconf
* Thu Nov 06 1997 Cristian Gafton <[email protected]>
  - added forgot lastlog command to the spec file
* Mon Oct 27 1997 Cristian Gafton <[email protected]>
  - obsoletes adduser
* Thu Oct 23 1997 Cristian Gafton <[email protected]>
  - modified groupadd; updated the patch
* Fri Sep 12 1997 Cristian Gafton <[email protected]>
  - updated to 970616
  - changed useradd to meet RH specs
  - fixed some bugs
* Tue Jun 17 1997 Erik Troan <[email protected]>
  - built against glibc

Files

/etc/default/useradd
/etc/login.defs
/usr/bin/chage
/usr/bin/gpasswd
/usr/bin/lastlog
/usr/bin/newgidmap
/usr/bin/newgrp
/usr/bin/newuidmap
/usr/bin/sg
/usr/lib/.build-id
/usr/lib/.build-id/0b
/usr/lib/.build-id/0b/f24cbe78476274ddd93173feb57fe0b58d05f5
/usr/lib/.build-id/12
/usr/lib/.build-id/12/7c91aa984bf106363fe9a5a290f6dc45a31332
/usr/lib/.build-id/14
/usr/lib/.build-id/14/c35cd831437ef884c0de46626c56d4e4380c3b
/usr/lib/.build-id/16
/usr/lib/.build-id/16/b8bc92440b855cfce48d74ada885415b903864
/usr/lib/.build-id/1b
/usr/lib/.build-id/1b/fa31e2bcace70bc516d487553c517caf0eafb0
/usr/lib/.build-id/21
/usr/lib/.build-id/21/b52f3070879405e5c71be417f155211cc006b3
/usr/lib/.build-id/26
/usr/lib/.build-id/26/061b0ba7b8f811a9cf27a115e2dfb3d0faba7b
/usr/lib/.build-id/32
/usr/lib/.build-id/32/7ea77a83d47fb73bbd0a908c9c743596d59051
/usr/lib/.build-id/4b
/usr/lib/.build-id/4b/da0e9ea00d11001e82d106aedce7416cc6fdfe
/usr/lib/.build-id/5c
/usr/lib/.build-id/5c/bd4e861e4555a1444461b8f62a1f0dcd292a44
/usr/lib/.build-id/8d
/usr/lib/.build-id/8d/703dda0a04ae22613af9059255bc510331a27e
/usr/lib/.build-id/97
/usr/lib/.build-id/97/91d8fcc36be4dbc795be133d0d7286770ee9a4
/usr/lib/.build-id/ab
/usr/lib/.build-id/ab/94bd9ddf91098af1be085f899b9b52e5488986
/usr/lib/.build-id/b3
/usr/lib/.build-id/b3/ded3f00d0acf21df1fa493ee89e749cae2ee6a
/usr/lib/.build-id/ba
/usr/lib/.build-id/ba/aba242ed255a57bee27d40f1d7614b13a77c59
/usr/lib/.build-id/bd
/usr/lib/.build-id/bd/e9fd591f6d7991ba0ce1b4480ddd719283d398
/usr/lib/.build-id/c2
/usr/lib/.build-id/c2/33eb5aaac0c551c7d6761ba949a30baa2bb777
/usr/lib/.build-id/d7
/usr/lib/.build-id/d7/5e8b05895e0a8970bcfcb9ad4272a92153a256
/usr/lib/.build-id/df
/usr/lib/.build-id/df/fe0c6fd8a14535b23ad07b28eb143d8a5de93e
/usr/lib/.build-id/e3
/usr/lib/.build-id/e3/65e393309193c231907cf55e3c658980dcef9d
/usr/lib/.build-id/ed
/usr/lib/.build-id/ed/367e7ae456420a46ad0968e2cabcb03e4318aa
/usr/lib/.build-id/f1
/usr/lib/.build-id/f1/4c050fe22c33bbf03a3a0b290c12ad52872314
/usr/lib/.build-id/f5
/usr/lib/.build-id/f5/d876d47d1be57675156bb72e713e99fdaaf215
/usr/sbin/adduser
/usr/sbin/chgpasswd
/usr/sbin/chpasswd
/usr/sbin/groupadd
/usr/sbin/groupdel
/usr/sbin/groupmems
/usr/sbin/groupmod
/usr/sbin/grpck
/usr/sbin/grpconv
/usr/sbin/grpunconv
/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/shadow-utils
/usr/share/doc/shadow-utils/HOWTO
/usr/share/doc/shadow-utils/NEWS
/usr/share/doc/shadow-utils/README
/usr/share/licenses/shadow-utils
/usr/share/licenses/shadow-utils/gpl-2.0.txt
/usr/share/licenses/shadow-utils/shadow-bsd.txt
/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/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/tl/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/cs/man1/gpasswd.1.gz
/usr/share/man/cs/man5/gshadow.5.gz
/usr/share/man/cs/man5/shadow.5.gz
/usr/share/man/cs/man8/groupadd.8.gz
/usr/share/man/cs/man8/groupdel.8.gz
/usr/share/man/cs/man8/groupmod.8.gz
/usr/share/man/cs/man8/grpck.8.gz
/usr/share/man/cs/man8/lastlog.8.gz
/usr/share/man/cs/man8/vipw.8.gz
/usr/share/man/da/man1/newgrp.1.gz
/usr/share/man/da/man1/sg.1.gz
/usr/share/man/da/man5/gshadow.5.gz
/usr/share/man/da/man8/groupdel.8.gz
/usr/share/man/da/man8/vigr.8.gz
/usr/share/man/da/man8/vipw.8.gz
/usr/share/man/de/man1/chage.1.gz
/usr/share/man/de/man1/gpasswd.1.gz
/usr/share/man/de/man1/newgrp.1.gz
/usr/share/man/de/man1/sg.1.gz
/usr/share/man/de/man3/shadow.3.gz
/usr/share/man/de/man5/gshadow.5.gz
/usr/share/man/de/man5/login.defs.5.gz
/usr/share/man/de/man5/shadow.5.gz
/usr/share/man/de/man8/adduser.8.gz
/usr/share/man/de/man8/chgpasswd.8.gz
/usr/share/man/de/man8/chpasswd.8.gz
/usr/share/man/de/man8/groupadd.8.gz
/usr/share/man/de/man8/groupdel.8.gz
/usr/share/man/de/man8/groupmems.8.gz
/usr/share/man/de/man8/groupmod.8.gz
/usr/share/man/de/man8/grpck.8.gz
/usr/share/man/de/man8/grpconv.8.gz
/usr/share/man/de/man8/grpunconv.8.gz
/usr/share/man/de/man8/lastlog.8.gz
/usr/share/man/de/man8/newusers.8.gz
/usr/share/man/de/man8/pwck.8.gz
/usr/share/man/de/man8/pwconv.8.gz
/usr/share/man/de/man8/pwunconv.8.gz
/usr/share/man/de/man8/useradd.8.gz
/usr/share/man/de/man8/userdel.8.gz
/usr/share/man/de/man8/usermod.8.gz
/usr/share/man/de/man8/vigr.8.gz
/usr/share/man/de/man8/vipw.8.gz
/usr/share/man/fr/man1/chage.1.gz
/usr/share/man/fr/man1/gpasswd.1.gz
/usr/share/man/fr/man1/newgidmap.1.gz
/usr/share/man/fr/man1/newgrp.1.gz
/usr/share/man/fr/man1/newuidmap.1.gz
/usr/share/man/fr/man1/sg.1.gz
/usr/share/man/fr/man3/shadow.3.gz
/usr/share/man/fr/man5/gshadow.5.gz
/usr/share/man/fr/man5/login.defs.5.gz
/usr/share/man/fr/man5/shadow.5.gz
/usr/share/man/fr/man5/subgid.5.gz
/usr/share/man/fr/man5/subuid.5.gz
/usr/share/man/fr/man8/adduser.8.gz
/usr/share/man/fr/man8/chgpasswd.8.gz
/usr/share/man/fr/man8/chpasswd.8.gz
/usr/share/man/fr/man8/groupadd.8.gz
/usr/share/man/fr/man8/groupdel.8.gz
/usr/share/man/fr/man8/groupmems.8.gz
/usr/share/man/fr/man8/groupmod.8.gz
/usr/share/man/fr/man8/grpck.8.gz
/usr/share/man/fr/man8/grpconv.8.gz
/usr/share/man/fr/man8/grpunconv.8.gz
/usr/share/man/fr/man8/lastlog.8.gz
/usr/share/man/fr/man8/newusers.8.gz
/usr/share/man/fr/man8/pwck.8.gz
/usr/share/man/fr/man8/pwconv.8.gz
/usr/share/man/fr/man8/pwunconv.8.gz
/usr/share/man/fr/man8/useradd.8.gz
/usr/share/man/fr/man8/userdel.8.gz
/usr/share/man/fr/man8/usermod.8.gz
/usr/share/man/fr/man8/vigr.8.gz
/usr/share/man/fr/man8/vipw.8.gz
/usr/share/man/hu/man1/gpasswd.1.gz
/usr/share/man/hu/man1/newgrp.1.gz
/usr/share/man/hu/man1/sg.1.gz
/usr/share/man/hu/man8/lastlog.8.gz
/usr/share/man/id/man8/adduser.8.gz
/usr/share/man/id/man8/useradd.8.gz
/usr/share/man/it/man1/chage.1.gz
/usr/share/man/it/man1/gpasswd.1.gz
/usr/share/man/it/man1/newgrp.1.gz
/usr/share/man/it/man1/sg.1.gz
/usr/share/man/it/man3/shadow.3.gz
/usr/share/man/it/man5/gshadow.5.gz
/usr/share/man/it/man5/login.defs.5.gz
/usr/share/man/it/man5/shadow.5.gz
/usr/share/man/it/man8/adduser.8.gz
/usr/share/man/it/man8/chgpasswd.8.gz
/usr/share/man/it/man8/chpasswd.8.gz
/usr/share/man/it/man8/groupadd.8.gz
/usr/share/man/it/man8/groupdel.8.gz
/usr/share/man/it/man8/groupmems.8.gz
/usr/share/man/it/man8/groupmod.8.gz
/usr/share/man/it/man8/grpck.8.gz
/usr/share/man/it/man8/grpconv.8.gz
/usr/share/man/it/man8/grpunconv.8.gz
/usr/share/man/it/man8/lastlog.8.gz
/usr/share/man/it/man8/newusers.8.gz
/usr/share/man/it/man8/pwck.8.gz
/usr/share/man/it/man8/pwconv.8.gz
/usr/share/man/it/man8/pwunconv.8.gz
/usr/share/man/it/man8/useradd.8.gz
/usr/share/man/it/man8/userdel.8.gz
/usr/share/man/it/man8/usermod.8.gz
/usr/share/man/it/man8/vigr.8.gz
/usr/share/man/it/man8/vipw.8.gz
/usr/share/man/ja/man1/chage.1.gz
/usr/share/man/ja/man1/gpasswd.1.gz
/usr/share/man/ja/man1/newgrp.1.gz
/usr/share/man/ja/man1/sg.1.gz
/usr/share/man/ja/man5/login.defs.5.gz
/usr/share/man/ja/man5/shadow.5.gz
/usr/share/man/ja/man8/adduser.8.gz
/usr/share/man/ja/man8/chpasswd.8.gz
/usr/share/man/ja/man8/groupadd.8.gz
/usr/share/man/ja/man8/groupdel.8.gz
/usr/share/man/ja/man8/groupmod.8.gz
/usr/share/man/ja/man8/grpck.8.gz
/usr/share/man/ja/man8/grpconv.8.gz
/usr/share/man/ja/man8/grpunconv.8.gz
/usr/share/man/ja/man8/lastlog.8.gz
/usr/share/man/ja/man8/newusers.8.gz
/usr/share/man/ja/man8/pwck.8.gz
/usr/share/man/ja/man8/pwconv.8.gz
/usr/share/man/ja/man8/pwunconv.8.gz
/usr/share/man/ja/man8/useradd.8.gz
/usr/share/man/ja/man8/userdel.8.gz
/usr/share/man/ja/man8/usermod.8.gz
/usr/share/man/ja/man8/vigr.8.gz
/usr/share/man/ja/man8/vipw.8.gz
/usr/share/man/ko/man8/vigr.8.gz
/usr/share/man/ko/man8/vipw.8.gz
/usr/share/man/man1/chage.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/sg.1.gz
/usr/share/man/man3/shadow.3.gz
/usr/share/man/man5/gshadow.5.gz
/usr/share/man/man5/login.defs.5.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/adduser.8.gz
/usr/share/man/man8/chgpasswd.8.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/groupmems.8.gz
/usr/share/man/man8/groupmod.8.gz
/usr/share/man/man8/grpck.8.gz
/usr/share/man/man8/grpconv.8.gz
/usr/share/man/man8/grpunconv.8.gz
/usr/share/man/man8/lastlog.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
/usr/share/man/pl/man1/chage.1.gz
/usr/share/man/pl/man1/newgrp.1.gz
/usr/share/man/pl/man1/sg.1.gz
/usr/share/man/pl/man3/shadow.3.gz
/usr/share/man/pl/man8/groupadd.8.gz
/usr/share/man/pl/man8/groupdel.8.gz
/usr/share/man/pl/man8/groupmems.8.gz
/usr/share/man/pl/man8/groupmod.8.gz
/usr/share/man/pl/man8/grpck.8.gz
/usr/share/man/pl/man8/lastlog.8.gz
/usr/share/man/pl/man8/userdel.8.gz
/usr/share/man/pl/man8/usermod.8.gz
/usr/share/man/pl/man8/vigr.8.gz
/usr/share/man/pl/man8/vipw.8.gz
/usr/share/man/pt_BR/man1/gpasswd.1.gz
/usr/share/man/pt_BR/man5/shadow.5.gz
/usr/share/man/pt_BR/man8/groupadd.8.gz
/usr/share/man/pt_BR/man8/groupdel.8.gz
/usr/share/man/pt_BR/man8/groupmod.8.gz
/usr/share/man/ru/man1/chage.1.gz
/usr/share/man/ru/man1/gpasswd.1.gz
/usr/share/man/ru/man1/newgrp.1.gz
/usr/share/man/ru/man1/sg.1.gz
/usr/share/man/ru/man3/shadow.3.gz
/usr/share/man/ru/man5/gshadow.5.gz
/usr/share/man/ru/man5/login.defs.5.gz
/usr/share/man/ru/man5/shadow.5.gz
/usr/share/man/ru/man8/adduser.8.gz
/usr/share/man/ru/man8/chgpasswd.8.gz
/usr/share/man/ru/man8/chpasswd.8.gz
/usr/share/man/ru/man8/groupadd.8.gz
/usr/share/man/ru/man8/groupdel.8.gz
/usr/share/man/ru/man8/groupmems.8.gz
/usr/share/man/ru/man8/groupmod.8.gz
/usr/share/man/ru/man8/grpck.8.gz
/usr/share/man/ru/man8/grpconv.8.gz
/usr/share/man/ru/man8/grpunconv.8.gz
/usr/share/man/ru/man8/lastlog.8.gz
/usr/share/man/ru/man8/newusers.8.gz
/usr/share/man/ru/man8/pwck.8.gz
/usr/share/man/ru/man8/pwconv.8.gz
/usr/share/man/ru/man8/pwunconv.8.gz
/usr/share/man/ru/man8/useradd.8.gz
/usr/share/man/ru/man8/userdel.8.gz
/usr/share/man/ru/man8/usermod.8.gz
/usr/share/man/ru/man8/vigr.8.gz
/usr/share/man/ru/man8/vipw.8.gz
/usr/share/man/sv/man1/chage.1.gz
/usr/share/man/sv/man1/newgrp.1.gz
/usr/share/man/sv/man1/sg.1.gz
/usr/share/man/sv/man3/shadow.3.gz
/usr/share/man/sv/man5/gshadow.5.gz
/usr/share/man/sv/man8/groupadd.8.gz
/usr/share/man/sv/man8/groupdel.8.gz
/usr/share/man/sv/man8/groupmems.8.gz
/usr/share/man/sv/man8/groupmod.8.gz
/usr/share/man/sv/man8/grpck.8.gz
/usr/share/man/sv/man8/lastlog.8.gz
/usr/share/man/sv/man8/pwck.8.gz
/usr/share/man/sv/man8/userdel.8.gz
/usr/share/man/sv/man8/vigr.8.gz
/usr/share/man/sv/man8/vipw.8.gz
/usr/share/man/tr/man1/chage.1.gz
/usr/share/man/tr/man5/shadow.5.gz
/usr/share/man/tr/man8/adduser.8.gz
/usr/share/man/tr/man8/groupadd.8.gz
/usr/share/man/tr/man8/groupdel.8.gz
/usr/share/man/tr/man8/groupmod.8.gz
/usr/share/man/tr/man8/useradd.8.gz
/usr/share/man/tr/man8/userdel.8.gz
/usr/share/man/tr/man8/usermod.8.gz
/usr/share/man/zh_CN/man1/chage.1.gz
/usr/share/man/zh_CN/man1/gpasswd.1.gz
/usr/share/man/zh_CN/man1/newgrp.1.gz
/usr/share/man/zh_CN/man1/sg.1.gz
/usr/share/man/zh_CN/man3/shadow.3.gz
/usr/share/man/zh_CN/man5/gshadow.5.gz
/usr/share/man/zh_CN/man5/login.defs.5.gz
/usr/share/man/zh_CN/man5/shadow.5.gz
/usr/share/man/zh_CN/man8/adduser.8.gz
/usr/share/man/zh_CN/man8/chgpasswd.8.gz
/usr/share/man/zh_CN/man8/chpasswd.8.gz
/usr/share/man/zh_CN/man8/groupadd.8.gz
/usr/share/man/zh_CN/man8/groupdel.8.gz
/usr/share/man/zh_CN/man8/groupmems.8.gz
/usr/share/man/zh_CN/man8/groupmod.8.gz
/usr/share/man/zh_CN/man8/grpck.8.gz
/usr/share/man/zh_CN/man8/grpconv.8.gz
/usr/share/man/zh_CN/man8/grpunconv.8.gz
/usr/share/man/zh_CN/man8/lastlog.8.gz
/usr/share/man/zh_CN/man8/newusers.8.gz
/usr/share/man/zh_CN/man8/pwck.8.gz
/usr/share/man/zh_CN/man8/pwconv.8.gz
/usr/share/man/zh_CN/man8/pwunconv.8.gz
/usr/share/man/zh_CN/man8/useradd.8.gz
/usr/share/man/zh_CN/man8/userdel.8.gz
/usr/share/man/zh_CN/man8/usermod.8.gz
/usr/share/man/zh_CN/man8/vigr.8.gz
/usr/share/man/zh_CN/man8/vipw.8.gz
/usr/share/man/zh_TW/man1/newgrp.1.gz
/usr/share/man/zh_TW/man8/adduser.8.gz
/usr/share/man/zh_TW/man8/chpasswd.8.gz
/usr/share/man/zh_TW/man8/groupadd.8.gz
/usr/share/man/zh_TW/man8/groupdel.8.gz
/usr/share/man/zh_TW/man8/groupmod.8.gz
/usr/share/man/zh_TW/man8/useradd.8.gz
/usr/share/man/zh_TW/man8/userdel.8.gz
/usr/share/man/zh_TW/man8/usermod.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 1 06:20:03 2025