Go to file
Serge Hallyn f93cf255d4 Update licensing info
Closes #238

Update all files to list SPDX license shortname.  Most files are
BSD 3 clause license.

The exceptions are:

serge@sl ~/src/shadow$ git grep SPDX-License | grep -v BSD-3-Clause
contrib/atudel:# SPDX-License-Identifier: BSD-4-Clause
lib/tcbfuncs.c: * SPDX-License-Identifier: 0BSD
libmisc/salt.c: * SPDX-License-Identifier: Unlicense
src/login_nopam.c: * SPDX-License-Identifier: Unlicense
src/nologin.c: * SPDX-License-Identifier: BSD-2-Clause
src/vipw.c: * SPDX-License-Identifier: GPL-2.0-or-later

Signed-off-by: Serge Hallyn <serge@hallyn.com>
2021-12-23 19:36:50 -06:00
.github/workflows initial github actions attempt 2021-10-15 16:21:19 -05:00
contrib Update licensing info 2021-12-23 19:36:50 -06:00
doc README: update content and format 2021-11-22 15:31:54 +01:00
docs fix spelling and unify whitespace 2021-08-18 18:06:02 +00:00
etc fix spelling and unify whitespace 2021-08-18 18:06:02 +00:00
lib Update licensing info 2021-12-23 19:36:50 -06:00
libmisc Update licensing info 2021-12-23 19:36:50 -06:00
libsubid Update licensing info 2021-12-23 19:36:50 -06:00
man Update licensing info 2021-12-23 19:36:50 -06:00
po Fix typo in passwd --help's Norvegian translation 2021-11-14 12:52:37 +01:00
src Update licensing info 2021-12-23 19:36:50 -06:00
tests getsubids: system binary for user's sub*ids 2021-11-17 16:35:50 +01:00
.gitignore ignore config.cache & dist files 2016-12-05 15:48:10 -05:00
.travis.yml subids: support nsswitch 2021-04-16 21:02:37 -05:00
AUTHORS.md Update email address for Julie Haugh 2021-12-04 22:20:23 -06:00
COPYING Update licensing info 2021-12-23 19:36:50 -06:00
ChangeLog fix spelling and unify whitespace 2021-08-18 18:06:02 +00:00
Makefile.am fix spelling and unify whitespace 2021-08-18 18:06:02 +00:00
NEWS fix spelling and unify whitespace 2021-08-18 18:06:02 +00:00
README.md README: update content and format 2021-11-22 15:31:54 +01:00
SECURITY.md Add Christian Brauner to SECURITY.md 2021-10-25 14:26:37 -05:00
TODO fix spelling and unify whitespace 2021-08-18 18:06:02 +00:00
acinclude.m4 [svn-upgrade] Integrating new upstream version, shadow (4.0.13) 2007-10-07 11:47:01 +00:00
autogen.sh Add Christian Brauner to SECURITY.md 2021-10-25 14:26:37 -05:00
configure.ac Fix parentheses in configure.ac 2021-09-22 09:42:15 -07:00
shadow.spec.in * shadow.spec.in: Fix the source (new FTP). 2008-08-31 17:30:45 +00:00

README.md

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

Contacts

There are several ways to contact us:

Mailing archives

Authors and maintainers

Authors and maintainers are listed in AUTHORS.md.