Go to file
2022-09-27 16:01:31 -05:00
.builds
.github ci(lint): add shell linter - Differential ShellCheck 2022-09-12 19:29:24 -05:00
contrib
doc
docs
etc
lib lib: use strzero where applicable 2022-09-27 16:52:06 +02:00
libmisc copy_tree: carefully treat permissions 2022-09-14 10:11:32 +02:00
libsubid Revert "Drop unused function subid_init()" 2022-08-21 13:20:56 -05:00
man shadow: use relaxed usernames 2022-09-02 20:27:14 -05:00
po updated Dutch translation 2022-09-27 16:01:31 -05:00
src lib: use memzero where applicable 2022-09-27 16:52:06 +02:00
tests
.gitignore
.travis.yml
acinclude.m4
AUTHORS.md
autogen.sh
ChangeLog Release 4.12.2 with CVE fix 2022-08-18 16:54:21 -05:00
configure.ac Release 4.12.2 with CVE fix 2022-08-18 16:54:21 -05:00
COPYING
Makefile.am
NEWS
README
README.md
SECURITY.md
shadow.spec.in
TODO

shadow-utils

Introduction

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.

Sites

Contacts

There are several ways to contact us:

Mailing archives

Authors and maintainers

Authors and maintainers are listed in AUTHORS.md.