21#define G_LOG_DOMAIN "libgvm base"
35 g_free (credentials->
uuid);
37 g_free (credentials->
role);
39 memset (credentials,
'\0',
sizeof (*credentials));
void append_to_credentials_username(credentials_t *credentials, const char *text, gsize length)
Append text to the username of a credential pair.
void append_to_credentials_password(credentials_t *credentials, const char *text, gsize length)
Append text to the password of a credential pair.
void free_credentials(credentials_t *credentials)
Free credentials.
Credential pairs and triples.
void gvm_append_text(gchar **var, const gchar *string, gsize length)
Append a string of a known length to a string variable.
A username password pair.
gchar * role
Role of user.
gchar * password
Password of user.
gchar * timezone
Timezone of user.
gchar * username
Login name of user.
gchar * uuid
UUID of user.
gchar * severity_class
Severity Class setting of user.