Go to file
Eli Schwartz e44a9e631d gitignore: add a few more generated files to be ignored
before this, the following untracked files showed up in `git status`:

	lib/atoi/.dirstamp
	lib/string/.dirstamp
	lib/time/.dirstamp
	man/da/login.defs.d
	man/da/messages.mo
	man/de/login.defs.d
	man/de/messages.mo
	man/fr/login.defs.d
	man/fr/messages.mo
	man/it/login.defs.d
	man/it/messages.mo
	man/pl/login.defs.d
	man/pl/messages.mo
	man/ru/login.defs.d
	man/ru/messages.mo
	man/sv/login.defs.d
	man/sv/messages.mo
	man/uk/login.defs.d
	man/uk/messages.mo
	man/zh_CN/login.defs.d
	man/zh_CN/messages.mo
	test-driver

Signed-off-by: Eli Schwartz <eschwartz93@gmail.com>
Reviewed-by: Alejandro Colomar <alx@kernel.org>
2024-03-18 17:06:07 -05:00
.github share/containers/, .github/workflows/: Don't make(1) twice 2024-03-13 11:05:36 -05: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 etc/pam.d/Makefile.am: Fix typo 2024-02-13 18:45:04 +01:00
keys Add keys/ directory with public keys for maintainers 2023-10-26 22:31:27 -05:00
lib lib/pam_pass_non_interactive.c: use strzero/free 2024-03-14 17:20:30 -05:00
libsubid Remove libcrack support 2023-11-25 21:24:38 -06:00
man gitignore: add a few more generated files to be ignored 2024-03-18 17:06:07 -05:00
po lib/, src/, po/: date_to_str(): Move function to header, and make inline 2024-03-14 16:30:46 -05:00
share share/containers/, .github/workflows/: Don't make(1) twice 2024-03-13 11:05:36 -05:00
src lib/, src/: Call gmtime_r(3) instead of gmtime(3) 2024-03-14 16:30:46 -05:00
tests tests/unit/test_zustr2stp.c: Test ZUSTR2STP() 2024-03-10 19:55:39 -05:00
.editorconfig Add .editorconfig 2023-03-02 16:33:06 -06:00
.gitignore gitignore: add a few more generated files to be ignored 2024-03-18 17:06:07 -05:00
acinclude.m4 configure: replace obsolete autoconf macros 2022-05-10 09:55:18 +02:00
AUTHORS.md AUTHORS.md: Format list 2024-02-06 16:16:32 +01:00
autogen.sh autogen.sh: CFLAGS: Use -Wno-unknown-attributes; Clang doesn't know [[gnu::access()]] 2024-01-26 09:40:10 +01:00
ChangeLog fix typos 2023-04-26 17:35:58 -05:00
configure.ac configure.ac: Release 4.15.0 2024-03-08 16:04:59 -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.