Go to file
Serge Hallyn 4758641b1d run_some: exit error if there were failed tests
Signed-off-by: Serge Hallyn <serge@hallyn.com>
2021-12-27 09:26:32 -06:00
contrib
doc
docs
etc
lib lib: rename Prog to shadow_progname, with only one definition 2021-12-25 22:41:58 +00:00
libmisc Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
libsubid Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
man Adding new option -rG to usermod 2021-12-13 21:42:48 -08:00
po
src Make shadow_logfd and Prog not extern 2021-12-23 15:18:07 -06:00
tests run_some: exit error if there were failed tests 2021-12-27 09:26:32 -06:00
.build.yml add a .build.yml to build on builds.sr.ht 2021-12-27 09:26:27 -06:00
.gitignore
.travis.yml
acinclude.m4
AUTHORS.md Adding new option -rG to usermod 2021-12-13 21:42:48 -08:00
autogen.sh
ChangeLog configure.ac and changelog: release 4.9 2021-12-19 14:09:08 -06:00
configure.ac libsubid: fix defining SONAME version 2021-12-20 01:37:42 +00:00
COPYING
Makefile.am
NEWS
README Add README as symlink to README.md 2021-12-19 14:09:08 -06:00
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.