Greenbone Vulnerability Management Libraries
11.0.1
|
Go to the documentation of this file.
43 g_free (credentials->
uuid);
45 g_free (credentials->
role);
47 memset (credentials,
'\0',
sizeof (*credentials));
gchar * timezone
Timezone of user.
void append_to_credentials_password(credentials_t *credentials, const char *text, gsize length)
Append text to the password of a credential pair.
gchar * username
Login name of user.
int drop_privileges(gchar *username, GError **error)
Drop privileges.
The structure of a information record that corresponds to a NVT.
void free_credentials(credentials_t *credentials)
Free credentials.
Credential pairs and triples.
gchar * severity_class
Severity Class setting of user.
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 * password
Password of user.
gchar * uuid
UUID of user.
void append_to_credentials_username(credentials_t *credentials, const char *text, gsize length)
Append text to the username of a credential pair.
gchar * role
Role of user.