Jump to letter: [
9ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
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
- * Tue Jan 8 16:00:00 2008 Peter Vrabec <pvrabec{%}redhat{*}com> 2:4.0.17-13
- use MD5 encryption by default
- fix "--append" option
- useradd create user's mailbox file
- do not run find_new_uid() twice and use getpwuid() to check
UID uniqueness
- fix infinitive loop if there are duplicate entries in /etc/group
- fix chpasswd buffer overflow
- add SHA256/512 support
Resolves: #218629, #222563, #231311, #236871, #241585, #247514, #427449
- * Tue Jan 16 16:00:00 2007 Peter Vrabec <pvrabec{%}redhat{*}com> 2:4.0.17-12
- fix useless call of restorecon().
- Resolves: rhbz#222159
- * Thu Dec 21 16:00:00 2006 Dan Walsh <dwalsh{%}redhat{*}com> 2:4.0.17-11
- Fix execution and creation of Home Directories under SELinux
- Resolves: rhbz#217441