1
0
Fork 0
No description
Find a file
Daniel Baumann a9ef6bb91c
Releasing progress-linux version 1:4.17.4-2progress8u1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 09:08:43 +02:00
contrib Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
debian Releasing progress-linux version 1:4.17.4-2progress8u1. 2025-06-22 09:08:43 +02:00
doc Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
etc Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
lib Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
libsubid Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
m4 Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
man Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
po Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
src Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
tests Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
ABOUT-NLS Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
acinclude.m4 Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
aclocal.m4 Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
AUTHORS.md Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
ChangeLog Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
compile Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
config.guess Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
config.h.in Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
config.rpath Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
config.sub Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
configure Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
configure.ac Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
COPYING Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
depcomp Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
install-sh Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
ltmain.sh Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
Makefile.am Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
Makefile.in Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
missing Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
NEWS Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
README Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
test-driver Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +02:00
ylwrap Adding upstream version 1:4.17.4. 2025-06-22 05:06:56 +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
* [Homepage](https://github.com/shadow-maint/shadow)
* [Issue tracker](https://github.com/shadow-maint/shadow/issues)
* [Releases](https://github.com/shadow-maint/shadow/releases)

## Code

The main development branch is at [https://github.com/shadow-maint/shadow.git](https://github.com/shadow-maint/shadow)

See [STABLE.md](https://github.com/shadow-maint/shadow/blob/master/STABLE.md) for a list of supported stable branches.

## Contacts
There are several ways to contact us:
* [the general discussion mailing list](
  https://alioth-lists.debian.net/mailman/listinfo/pkg-shadow-devel)
* the #shadow IRC channel on libera.chat:
  * irc://irc.libera.chat/shadow

### Mailing archives
* [the general discussion mailing list archive](
  https://alioth-lists.debian.net/pipermail/pkg-shadow-devel/)
* [the commit mailing list archive](
  https://alioth-lists-archive.debian.net/pipermail/pkg-shadow-commits/),
  only used for historical purposes

## Contributions

Contributions are welcome. Follow the
[guidelines](doc/contributions/introduction.md) before posting any patches.

## Authors and maintainers
Authors and maintainers are listed in [AUTHORS.md](
https://github.com/shadow-maint/shadow/blob/master/AUTHORS.md).