Just some small fixes and cosmetics... (1.3.1)
This commit is contained in:
parent
ccfd170bae
commit
dbd240f31f
3 changed files with 10 additions and 5 deletions
3
chkpwd.h
3
chkpwd.h
|
|
@ -3,6 +3,7 @@
|
|||
* password on a UNIX/PAM-based system.
|
||||
*
|
||||
* Author: Johannes Findeisen <you@hanez.org> - 2025
|
||||
* Homepage: https://git.xw3.org/hanez/chkpwd
|
||||
* License: Apache-2.0 (see LICENSE)
|
||||
*/
|
||||
|
||||
|
|
@ -11,7 +12,7 @@
|
|||
#include <security/pam_misc.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#define VERSION "1.3.0"
|
||||
#define VERSION "1.3.1"
|
||||
|
||||
bool checkpw_authenticate(const char *username, const char *password,
|
||||
bool verbose);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue