Greenbone Vulnerability Management Libraries 22.10.0
pwpolicy.h
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2013-2023 Greenbone AG
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later
4 */
5
13#ifndef _GVM_PWPOLICY_H
14#define _GVM_PWPOLICY_H
15
16char *
17gvm_validate_password (const char *, const char *);
18void
20
21#endif /*_GVM_PWPOLICY_H*/
char * gvm_validate_password(const char *, const char *)
Validate a password against the pattern file.
Definition pwpolicy.c:349
void gvm_disable_password_policy(void)
Disable all password policy checking.
Definition pwpolicy.c:405