We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66d7b35 commit ae586d0Copy full SHA for ae586d0
checkpw.1
@@ -1,4 +1,4 @@
1
-.TH man 1 "01 Jan 2025" "checkpw 1.1.0" "checkpw man page"
+.TH man 1 "01 Jan 2025" "checkpw 1.1.1" "checkpw man page"
2
.SH NAME
3
checkpw \- checks the validity of a users password on a UNIX/PAM-based system.
4
.SH SYNOPSIS
checkpw.h
@@ -10,7 +10,7 @@
10
#include <security/pam_appl.h>
11
#include <security/pam_misc.h>
12
13
-#define VERSION "1.1.0"
+#define VERSION "1.1.1"
14
15
#ifndef MAX_PASSWORD_LEN
16
#define MAX_PASSWORD_LEN 256
0 commit comments