OpenVAS Libraries
9.0.1
|
Protos and data structures for pwpolicy checking. More...
Go to the source code of this file.
Functions | |
char * | openvas_validate_password (const char *, const char *) |
Validate a password against the pattern file. More... | |
void | openvas_disable_password_policy (void) |
Disable all password policy checking. More... | |
Protos and data structures for pwpolicy checking.
This file contains the protos for pwpolicy.c
void openvas_disable_password_policy | ( | void | ) |
Disable all password policy checking.
char* openvas_validate_password | ( | const char * | password, |
const char * | username | ||
) |
Validate a password against the pattern file.
[in] | password | The password to check |
[in] | username | The user name or NULL. This is used to check the passphrase against the user name. |