Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
shadow-utils: Utilities for managing accounts and shadow password files.
- Summary
- 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 an npasswd 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.
Changelog
- * Mon Oct 4 19:00:00 2004 Miloslav Trmac <mitr{%}redhat{*}com> - 2:4.0.3-22.02
- always unlock all files on any exit from useradd (#126709)
- * Tue Sep 21 19:00:00 2004 Adrian Havill <havill{%}redhat{*}com> 2:4.0.3-22
- fix libmisc/chkname.c to allow for mixed case and periods in
username (#115383 and #121397)
- * Mon Sep 13 19:00:00 2004 Nalin Dahyabhai <nalin{%}redhat{*}com> 2:4.0.3-20.06
- use fseeko instead of fseek when reading/writing lastlog files so that
things continue to work properly for users with large UIDs (Bernd Schmidt,