Initial commit.

This commit is contained in:
Johannes Findeisen 2024-08-10 06:08:41 +02:00
commit 4fac2600ec
3 changed files with 137 additions and 1 deletions

View file

@ -1,3 +1,14 @@
# checkpw
checkpw is a program to check the validity of a user password on a Linux/PAM-based system.
checkpw is a program to check the validity of a users password on a Linux/PAM-based system.
# Installation:
gcc -lpam -lpam_misc -o checkpw checkpw.c
# Usage:
./checkpw -u $USERNAME -p $PASSWORD
echo $?