003 File Manager
Current Path:
/usr/src/contrib/pam_modules/pam_passwdqc
usr
/
src
/
contrib
/
pam_modules
/
pam_passwdqc
/
📁
..
📄
INTERNALS
(118 B)
📄
LICENSE
(491 B)
📄
Makefile
(928 B)
📄
PLATFORMS
(1.05 KB)
📄
README
(5.76 KB)
📄
pam_macros.h
(629 B)
📄
pam_passwdqc.c
(14.44 KB)
📄
pam_passwdqc.spec
(2 KB)
📄
passwdqc.h
(502 B)
📄
passwdqc_check.c
(8.44 KB)
📄
passwdqc_random.c
(1.73 KB)
📄
wordset_4k.c
(40.25 KB)
Editing: passwdqc.h
/* * Copyright (c) 2000-2002 by Solar Designer. See LICENSE. */ #ifndef _PASSWDQC_H #define _PASSWDQC_H #include <pwd.h> typedef struct { int min[5], max; int passphrase_words; int match_length; int similar_deny; int random_bits; } passwdqc_params_t; extern char _passwdqc_wordset_4k[0x1000][6]; extern const char *_passwdqc_check(passwdqc_params_t *params, const char *newpass, const char *oldpass, struct passwd *pw); extern char *_passwdqc_random(passwdqc_params_t *params); #endif
Upload File
Create Folder