Go to file
Alejandro Colomar 45f34ee8c1 Remove libcrack support
Signed-off-by: Alejandro Colomar <alx@kernel.org>
2023-11-25 21:24:38 -06:00
.github CI: build and run unit tests 2023-09-29 09:24:01 +02:00
contrib contrib: remove udbachk.tgz 2023-10-04 13:31:38 -05:00
doc doc: remove WISHLIST 2023-10-04 13:31:38 -05:00
etc Remove libcrack support 2023-11-25 21:24:38 -06:00
keys Add keys/ directory with public keys for maintainers 2023-10-26 22:31:27 -05:00
lib Remove libcrack support 2023-11-25 21:24:38 -06:00
libsubid Remove libcrack support 2023-11-25 21:24:38 -06:00
man man: document --prefix option in chage, chpasswd and passwd 2023-10-26 10:14:53 -05:00
po lib: Merge libmisc into libshadow 2023-08-31 08:55:26 +02:00
share Remove libcrack support 2023-11-25 21:24:38 -06:00
src Remove libcrack support 2023-11-25 21:24:38 -06:00
tests src/, lib/, tests/: Rename files defining strtcpy() 2023-11-22 12:55:26 +01:00
.editorconfig Add .editorconfig 2023-03-02 16:33:06 -06:00
.gitignore lib: Merge libmisc into libshadow 2023-08-31 08:55:26 +02:00
acinclude.m4 configure: replace obsolete autoconf macros 2022-05-10 09:55:18 +02:00
AUTHORS.md Add keys/ directory with public keys for maintainers 2023-10-26 22:31:27 -05:00
autogen.sh autogen.sh: Prepare CFLAGS before ./configure 2023-10-20 21:05:33 +02:00
ChangeLog fix typos 2023-04-26 17:35:58 -05:00
configure.ac Remove libcrack support 2023-11-25 21:24:38 -06:00
COPYING Update licensing info 2021-12-23 19:36:50 -06:00
Makefile.am Remove TODO 2023-10-04 13:31:38 -05:00
NEWS fix typos 2023-04-26 17:35:58 -05:00
README Add README as symlink to README.md 2021-12-19 14:09:08 -06:00
README.md README.md, STABLE.md: record the stable branch URL(s). 2023-11-17 09:49:15 -06:00
SECURITY.md SECURITY.md: add Iker Pedrosa 2023-03-20 10:54:45 -05:00
STABLE.md README.md, STABLE.md: record the stable branch URL(s). 2023-11-17 09:49:15 -06:00

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

Code

The main development branch is at https://github.com/shadow-maint/shadow.git

See STABLE.md for a list of supported stable branches.

Contacts

There are several ways to contact us:

Mailing archives

Contributions

Contributions are welcome. Follow the guidelines before posting any patches.

Authors and maintainers

Authors and maintainers are listed in AUTHORS.md.