28 #ifndef _OPENVAS_LIBRARIES_BASE_CREDENTIALS_H
29 #define _OPENVAS_LIBRARIES_BASE_CREDENTIALS_H
55 const char *text, gsize length);
58 const char *text, gsize length);
void append_to_credentials_password(credentials_t *credentials, const char *text, gsize length)
Append text to the password of a credential pair.
Definition: credentials.c:79
gchar * role
Role of user.
Definition: credentials.h:48
gchar * username
Login name of user.
Definition: credentials.h:40
A username password pair.
Definition: credentials.h:38
gchar * uuid
UUID of user.
Definition: credentials.h:44
gchar * timezone
Timezone of user. Set in OpenVAS Manager.
Definition: credentials.h:46
gchar * password
Password of user.
Definition: credentials.h:42
void free_credentials(credentials_t *credentials)
Free credentials.
Definition: credentials.c:40
void append_to_credentials_username(credentials_t *credentials, const char *text, gsize length)
Append text to the username of a credential pair.
Definition: credentials.c:65