|
Classes |
struct | osip_www_authenticate |
struct | osip_www_authenticate |
Defines |
#define | osip_www_authenticate_set_stale_true(header) osip_www_authenticate_set_stale(header,osip_strdup("true")) |
#define | osip_www_authenticate_set_stale_false(header) osip_www_authenticate_set_stale(header,osip_strdup("false")) |
#define | osip_www_authenticate_set_algorithm_MD5(header) osip_www_authenticate_set_algorithm(header,osip_strdup("MD5")) |
Typedefs |
typedef osip_www_authenticate | osip_www_authenticate_t |
Functions |
int | osip_www_authenticate_init (osip_www_authenticate_t **header) |
int | osip_www_authenticate_parse (osip_www_authenticate_t *header, const char *hvalue) |
int | osip_www_authenticate_to_str (const osip_www_authenticate_t *header, char **dest) |
void | osip_www_authenticate_free (osip_www_authenticate_t *header) |
int | osip_www_authenticate_clone (const osip_www_authenticate_t *header, osip_www_authenticate_t **dest) |
char * | osip_www_authenticate_get_auth_type (osip_www_authenticate_t *header) |
void | osip_www_authenticate_set_auth_type (osip_www_authenticate_t *header, char *value) |
char * | osip_www_authenticate_get_realm (osip_www_authenticate_t *header) |
void | osip_www_authenticate_set_realm (osip_www_authenticate_t *header, char *value) |
char * | osip_www_authenticate_get_domain (osip_www_authenticate_t *header) |
void | osip_www_authenticate_set_domain (osip_www_authenticate_t *header, char *value) |
char * | osip_www_authenticate_get_nonce (osip_www_authenticate_t *header) |
void | osip_www_authenticate_set_nonce (osip_www_authenticate_t *header, char *value) |
char * | osip_www_authenticate_get_opaque (osip_www_authenticate_t *header) |
void | osip_www_authenticate_set_opaque (osip_www_authenticate_t *header, char *value) |
char * | osip_www_authenticate_get_stale (osip_www_authenticate_t *header) |
void | osip_www_authenticate_set_stale (osip_www_authenticate_t *header, char *value) |
char * | osip_www_authenticate_get_algorithm (osip_www_authenticate_t *header) |
void | osip_www_authenticate_set_algorithm (osip_www_authenticate_t *header, char *value) |
char * | osip_www_authenticate_get_qop_options (osip_www_authenticate_t *header) |
void | osip_www_authenticate_set_qop_options (osip_www_authenticate_t *header, char *value) |