28 #ifndef _OPENVAS_LIBRARIES_BASE_CREDENTIALS_H
29 #define _OPENVAS_LIBRARIES_BASE_CREDENTIALS_H
61 const char *text, gsize
length);
64 const char *text, gsize
length);
double default_severity
Default Severity setting of user. Set in OpenVAS Manager.
Definition: credentials.h:48
gchar * role
Role of user.
Definition: credentials.h:54
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:84
void free_credentials(credentials_t *credentials)
Free credentials.
Definition: credentials.c:40
gchar * username
Login name of user.
Definition: credentials.h:40
A username password pair.
Definition: credentials.h:38
gchar * severity_class
Severity Class setting of user. Set in OpenVAS Manager.
Definition: credentials.h:50
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 append_to_credentials_username(credentials_t *credentials, const char *text, gsize length)
Append text to the username of a credential pair.
Definition: credentials.c:70
pseudoheader length
Definition: ids_send.c:282
int dynamic_severity
Dynamic Severity setting of user. Set in OpenVAS Manager.
Definition: credentials.h:52