Greenbone Vulnerability Management Libraries 22.8.0
|
Credential pairs and triples. More...
Macros | |
#define | G_LOG_DOMAIN "libgvm base" |
GLib log domain. | |
Functions | |
void | free_credentials (credentials_t *credentials) |
Free 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. | |
Credential pairs and triples.
#define G_LOG_DOMAIN "libgvm base" |
GLib log domain.
void append_to_credentials_password | ( | credentials_t * | credentials, |
const char * | text, | ||
gsize | length ) |
Append text to the password of a credential pair.
[in] | credentials | Credentials. |
[in] | text | The text to append. |
[in] | length | Length of the text. |
void append_to_credentials_username | ( | credentials_t * | credentials, |
const char * | text, | ||
gsize | length ) |
Append text to the username of a credential pair.
[in] | credentials | Credentials. |
[in] | text | The text to append. |
[in] | length | Length of the text. |
void free_credentials | ( | credentials_t * | credentials | ) |
Free credentials.
Free the members of a credentials pair.
[in] | credentials | Pointer to the credentials. |