11#ifndef _GVM_AUTHUTILS_H
12#define _GVM_AUTHUTILS_H
enum authentication_method auth_method_t
Type for the numerical representation of the supported authentication methods.
int gvm_auth_radius_enabled(void)
Return whether libraries has been compiled with RADIUS support.
gchar * get_password_hashes(const gchar *)
Generate a pair of md5 hashes to be used in the "auth/hash" file for the user.
authentication_method
Numerical representation of the supported authentication methods. Beware to have it in sync with auth...
@ AUTHENTICATION_METHOD_FILE
@ AUTHENTICATION_METHOD_LDAP_CONNECT
@ AUTHENTICATION_METHOD_LAST
@ AUTHENTICATION_METHOD_RADIUS_CONNECT
int gvm_auth_init(void)
Initializes Gcrypt.
const gchar * auth_method_name(auth_method_t)
Return name of auth_method_t.
int auth_method_name_valid(const gchar *)
Check if name is a valid auth method name.
gchar * digest_hex(int, const guchar *)
Generate a hexadecimal representation of a message digest.
int gvm_authenticate_classic(const gchar *, const gchar *, const gchar *)
Authenticate a credential pair against user file contents.
gchar * get_md5_hash_from_string(const gchar *)
Calculate the MD5 hash value for a given string.
int gvm_auth_ldap_enabled(void)
Return whether libraries has been compiled with LDAP support.