|
Greenbone Vulnerability Management Libraries 22.26.0
|
Protos and data structures for pwpolicy checking. More...
Go to the source code of this file.
Functions | |
| char * | gvm_validate_password (const char *, const char *) |
| Validate a password against the pattern file. | |
| void | gvm_disable_password_policy (void) |
| Disable all password policy checking. | |
Protos and data structures for pwpolicy checking.
This file contains the protos for pwpolicy.c
| void gvm_disable_password_policy | ( | void | ) |
Disable all password policy checking.
| char * gvm_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. |