1
0
Fork 0
mirror of https://github.com/shadow-maint/shadow.git synced 2025-12-05 22:37:03 +00:00
Upstream shadow tree
Find a file
Iker Pedrosa 73895aa11b tests/system/tests/test_newgrp.py: change to new group
Change to a new group using `newgrp`.

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
2025-12-05 16:35:36 -06:00
.github .github/workflows/static-code-analysis.yml: add Python linters 2025-09-10 09:56:36 +02:00
doc doc/contributions/coding_style.md: Python code 2025-11-27 21:57:55 -06:00
etc chage: Drop PAM support 2025-01-15 21:36:13 -06:00
keys Add keys/ directory with public keys for maintainers 2023-10-26 22:31:27 -05:00
lib lib/search/: Use (void)0 within _Generic(3) to avoid -Wunused-value diagnostics 2025-12-05 09:21:50 -06:00
libsubid */: Fix including <config.h> as system header 2025-07-16 14:12:40 +02:00
man newusers: allow not passing a password 2025-12-05 08:51:32 -06:00
po Update po and potfiles 2025-12-05 07:42:19 -06:00
share share/ansible/: Make sure expect is found in Alpine 2025-12-05 16:35:36 -06:00
src lib/, src/: Add [[gnu::unused]] to parameters used in conditionally-compiled code 2025-12-05 09:21:50 -06:00
tests tests/system/tests/test_newgrp.py: change to new group 2025-12-05 16:35:36 -06: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: CFLAGS: Promose some -Wunused-* to an error 2025-12-05 09:21:50 -06:00
ChangeLog fix typos 2023-04-26 17:35:58 -05:00
configure.ac configure.ac, Makefile.am: Propagate ./configure flags to 'distcheck' 2025-12-04 20:07:22 -06: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 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 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.

Authors and maintainers

Authors and maintainers are listed in AUTHORS.md.