Go to file
Christian Göttsche 194014678e Declare constant data structure const
./lib/pam_defs.h:18:24: warning: ‘conv’ defined but not used [-Wunused-variable]
       18 | static struct pam_conv conv = {
          |                        ^~~~
2023-01-25 12:31:17 +01:00
.builds
.github workflow: update checkout acton v2 to v3 2023-01-13 09:51:05 +01:00
contrib
doc
docs
etc
lib Declare constant data structure const 2023-01-25 12:31:17 +01:00
libmisc Avoid comparisons of different signs 2023-01-25 12:31:17 +01:00
libsubid
man changing lock mechanism 2022-12-29 13:58:49 -06:00
po updated Dutch translation 2022-09-27 16:01:31 -05:00
src Provide strlcpy declaration 2023-01-25 12:31:17 +01:00
tests
.gitignore
.travis.yml
acinclude.m4
AUTHORS.md
autogen.sh
ChangeLog fix typo 2023-01-12 12:10:57 +01:00
configure.ac Replace flawed memset_s usage 2023-01-25 11:07:25 +01:00
COPYING
Makefile.am
NEWS fix typo 2023-01-12 12:10:57 +01:00
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.