Greenbone Vulnerability Management Libraries 22.12.2
|
Credential pairs and triples. More...
#include <glib.h>
Go to the source code of this file.
Data Structures | |
struct | credentials_t |
A username password pair. More... | |
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.
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. |