1
0
Fork 0
mirror of https://github.com/shadow-maint/shadow.git synced 2026-09-19 14:39:18 +00:00
Upstream shadow tree
  • Shell 51.2%
  • C 40.8%
  • Python 6.5%
  • M4 0.8%
  • Makefile 0.6%
  • Other 0.1%
Find a file
Akshay Sakure 3d69239620 Man: Document FORCE_SHADOW option in login.defs(5)
FORCE_SHADOW option is already implemented in code but
it was missing from the man-page.

Signed-off-by: Akshay Sakure <asakure@redhat.com>
2026-09-11 11:38:44 +02:00
.github ci: run unit-tests in Ubuntu build 2026-03-10 14:13:46 +01:00
doc Add notes about translations 2026-06-24 12:44:41 +02:00
etc */: Remove support for MD5 2026-07-19 09:35:56 -05:00
keys Merge remote-tracking branch 'alx/k' 2026-02-17 08:03:51 -06:00
lib lib/nscd.h: nscd_flush_cache(): Define as static inline function 2026-09-09 13:15:35 +02:00
libsubid libsubid: Avoid shadow_logfd as variable name 2026-01-12 14:27:05 +01:00
man Man: Document FORCE_SHADOW option in login.defs(5) 2026-09-11 11:38:44 +02:00
po man/, po/: Update for 4.20.0 2026-07-29 14:09:48 +02:00
share share/ansible/palybook.yml: remove unused reserved name variable 2026-08-26 16:09:02 +02:00
src fix: lib/list.c: add_list(): free the replaced list 2026-08-20 17:09:22 +02:00
tests Tests: Group creation respects -K GID_MIN override 2026-09-10 13:18:26 +02:00
.editorconfig Add .editorconfig 2023-03-02 16:33:06 -06:00
.gitignore configure: Move helper files to 'build-aux/' 2025-07-19 06:42:33 +02: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: Enable -Werror=stringop-* diagnostics 2026-07-15 11:11:00 -05:00
ChangeLog fix typos 2023-04-26 17:35:58 -05:00
configure.ac configure.ac: remove --with-attr option 2026-07-29 23:06:44 +02:00
COPYING Update licensing info 2021-12-23 19:36:50 -06:00
Makefile.am configure.ac, Makefile.am: Propagate ./configure flags to 'distcheck' 2025-12-04 20:07:22 -06: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 Add notes about translations 2026-06-24 12:44:41 +02:00
SECURITY.md SECURITY.md: Retire Christian Brauner 2026-05-25 08:07:59 -05:00
STABLE.md STABLE.md: 4.15.x is now stable 2024-05-22 15:10:03 +02: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.

Translations

Translations are maintained within the Translation Project. For further information, see here.

Authors and maintainers

Authors and maintainers are listed in AUTHORS.md.