OpenVAS Libraries
9.0.1
|
Functions | |
void | free_credentials (credentials_t *credentials) |
Free credentials. More... | |
void | append_to_credentials_username (credentials_t *credentials, const char *text, gsize length) |
Append text to the username of a credential pair. More... | |
void | append_to_credentials_password (credentials_t *credentials, const char *text, gsize length) |
Append text to the password of a credential pair. More... | |
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. |