Go to file
Iker Pedrosa 4f49e3fd3e doc: add unit tests
Brief description of the unit testing framework and how to create test
cases with it.

Signed-off-by: Iker Pedrosa <ipedrosa@redhat.com>
2023-09-29 09:24:01 +02:00
.builds CI: add libbsd and pkg-config dependencies 2022-11-28 09:07:41 -06:00
.github CI: build and run unit tests 2023-09-29 09:24:01 +02:00
contrib Remove superfluous casts 2023-02-09 10:03:03 -06:00
doc doc: add unit tests 2023-09-29 09:24:01 +02:00
etc Releases: add etc/shadow-maint to distfiles 2023-08-12 23:16:56 -05:00
lib utmp: call prepare_utmp() even if utent is NULL 2023-09-15 12:57:16 -05:00
libsubid lib: Merge libmisc into libshadow 2023-08-31 08:55:26 +02:00
man man: include shadow-man.xsl in tarball 2023-08-09 21:33:21 -05:00
po lib: Merge libmisc into libshadow 2023-08-31 08:55:26 +02:00
share CI: build and run unit tests 2023-09-29 09:24:01 +02:00
src faillog: check for overflows 2023-09-29 09:20:43 +02:00
tests tests: happy path for active_sessions_count() 2023-09-29 09:24:01 +02:00
.editorconfig Add .editorconfig 2023-03-02 16:33:06 -06:00
.gitignore lib: Merge libmisc into libshadow 2023-08-31 08:55:26 +02:00
.travis.yml CI: Make build logs more readable 2023-04-18 09:21:09 +02:00
acinclude.m4 configure: replace obsolete autoconf macros 2022-05-10 09:55:18 +02:00
AUTHORS.md Update AUTHORS to add Marek Michałkiewicz 2023-04-24 09:01:22 +02:00
autogen.sh autogen.sh: Support out-of-tree builds 2023-09-04 15:47:14 +02:00
ChangeLog fix typos 2023-04-26 17:35:58 -05:00
configure.ac configure: add cmocka for unit tests 2023-09-29 09:24:01 +02:00
COPYING Update licensing info 2021-12-23 19:36:50 -06:00
Makefile.am tests: happy path for active_sessions_count() 2023-09-29 09:24:01 +02: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: add reference to contribution guidelines 2023-04-03 10:42:22 -05:00
SECURITY.md SECURITY.md: add Iker Pedrosa 2023-03-20 10:54:45 -05:00
shadow.spec.in * shadow.spec.in: Fix the source (new FTP). 2008-08-31 17:30:45 +00:00
TODO lib: Merge libmisc into libshadow 2023-08-31 08:55:26 +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

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.