1
0
Fork 0
mirror of https://github.com/shadow-maint/shadow.git synced 2026-03-07 02:40:21 +00:00
Upstream shadow tree
Find a file
aborah-sudo dc2624833b Tests: Create user with custom uid options
This is the transformation to Python of the test located in
`tests/usertools/01/04_useradd_specified_UID.test`,

which checks that `useradd` is able to create a new user with specified uid
2026-03-06 15:10:40 +01:00
.github ci: run privileged system tests in CI 2026-03-02 12:55:25 +01:00
doc doc: document privileged containers and privileged system tests 2026-03-02 12:55:25 +01:00
etc */: Remove support for MD5_CRYPT_ENAB 2026-02-24 08:55:18 -06:00
keys Merge remote-tracking branch 'alx/k' 2026-02-17 08:03:51 -06:00
lib lib/io/syslog.h: SYSLOG_C(): Call setlocale(3) and free(3) unconditionally 2026-03-05 19:44:32 -06:00
libsubid libsubid: Avoid shadow_logfd as variable name 2026-01-12 14:27:05 +01:00
man usermod: Add option to automatically find subordinate IDs 2026-02-25 20:09:13 -06:00
po */: expiry(1): Remove program 2026-02-23 11:52:10 +01:00
share share: add privileged container support for CI and system tests 2026-03-02 12:55:25 +01:00
src Fix build failure on hosts with gcc 10 2026-03-02 14:38:57 +01:00
tests Tests: Create user with custom uid options 2026-03-06 15:10:40 +01: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 *: Make support for SHA256 and SHA512 unconditional 2026-02-20 14:58:48 +01: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.