Classes
Defines
Typedefs
Functions
Define Documentation
#define osip_www_authenticate_set_algorithm_MD5
(
header
)
osip_www_authenticate_set_algorithm(header,osip_strdup("MD5"))
Add the algorithm parameter set to "MD5" in a Www-Authenticate element.
- Parameters:
-
header The element to work on.
#define osip_www_authenticate_set_stale_false
(
header
)
osip_www_authenticate_set_stale(header,osip_strdup("false"))
Add a stale parameter set to "false" in a Www-Authenticate element.
- Parameters:
-
header The element to work on.
#define osip_www_authenticate_set_stale_true
(
header
)
osip_www_authenticate_set_stale(header,osip_strdup("true"))
Add a stale parameter set to "true" in a Www-Authenticate element.
- Parameters:
-
header The element to work on.
Typedef Documentation
Structure for WWW-Authenticate headers.
Function Documentation
Clone a Www-Authenticate element.
- Parameters:
-
header The element to work on.
dest A pointer on the copy of the element.
Free a Www-Authenticate element.
- Parameters:
-
header The element to work on.
Get value of the algorithm parameter from a Www-Authenticate element.
- Parameters:
-
header The element to work on.
Get value of the auth_type parameter from a Www-Authenticate element.
- Parameters:
-
header The element to work on.
Get value of the domain parameter from a Www-Authenticate element.
- Parameters:
-
header The element to work on.
Get value of the nonce parameter from a Www-Authenticate element.
- Parameters:
-
header The element to work on.
Get value of the opaque parameter from a Www-Authenticate element.
- Parameters:
-
header The element to work on.
Get value of the qop_options parameter from a Www-Authenticate element.
- Parameters:
-
header The element to work on.
Get value of the realm parameter from a Www-Authenticate element.
- Parameters:
-
header The element to work on.
Get value of the stale parameter from a Www-Authenticate element.
- Parameters:
-
header The element to work on.
Allocate a Www-Authenticate element.
- Parameters:
-
header The element to work on.
Parse a Www-Authenticate element.
- Parameters:
-
header The element to work on.
hvalue The string to parse.
Add the algorithm parameter in a Www-Authenticate element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
Add the auth_type parameter from a Www-Authenticate element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
Add the domain parameter from a Www-Authenticate element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
Add the nonce parameter from a Www-Authenticate element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
Add the opaque parameter from a Www-Authenticate element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
Add the qop_options parameter from a Www-Authenticate element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
Add the realm parameter from a Www-Authenticate element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
Add the stale parameter in a Www-Authenticate element.
- Parameters:
-
header The element to work on.
value The value of the new parameter.
Get a string representation of a Www-Authenticate element.
- Parameters:
-
header The element to work on.
dest A pointer on the new allocated string.
Generated on Tue Feb 22 00:59:48 2005 for libosip by
doxygen 1.4.1