|
VLC
2.1.0-git
|

Functions | |
| static char * | AuthGetParam (const char *psz_header, const char *psz_param) |
| static char * | AuthGetParamNoQuotes (const char *psz_header, const char *psz_param) |
| static char * | GenerateCnonce () |
| static char * | AuthDigest (vlc_object_t *p_this, http_auth_t *p_auth, const char *psz_method, const char *psz_path, const char *psz_username, const char *psz_password) |
| void | http_auth_ParseWwwAuthenticateHeader (vlc_object_t *p_this, http_auth_t *p_auth, const char *psz_header) |
| int | http_auth_ParseAuthenticationInfoHeader (vlc_object_t *p_this, http_auth_t *p_auth, const char *psz_header, const char *psz_method, const char *psz_path, const char *psz_username, const char *psz_password) |
| char * | http_auth_FormatAuthorizationHeader (vlc_object_t *p_this, http_auth_t *p_auth, const char *psz_method, const char *psz_path, const char *psz_username, const char *psz_password) |
| void | http_auth_Init (http_auth_t *p_auth) |
| void | http_auth_Reset (http_auth_t *p_auth) |
|
static |
References AddMD5(), EndMD5(), http_auth_t::i_nonce, InitMD5(), msg_Warn, http_auth_t::psz_algorithm, http_auth_t::psz_cnonce, http_auth_t::psz_HA1, psz_md5_hash(), http_auth_t::psz_nonce, http_auth_t::psz_qop, http_auth_t::psz_realm, and strdup().
Referenced by http_auth_FormatAuthorizationHeader(), and http_auth_ParseAuthenticationInfoHeader().
|
static |
References strdup(), and strndup().
Referenced by http_auth_ParseAuthenticationInfoHeader(), and http_auth_ParseWwwAuthenticateHeader().
|
static |
References strdup(), and strndup().
Referenced by http_auth_ParseAuthenticationInfoHeader(), and http_auth_ParseWwwAuthenticateHeader().
|
static |
References AddMD5(), EndMD5(), InitMD5(), psz_md5_hash(), and vlc_rand_bytes().
Referenced by http_auth_FormatAuthorizationHeader().
| char* http_auth_FormatAuthorizationHeader | ( | vlc_object_t * | p_this, |
| http_auth_t * | p_auth, | ||
| const char * | psz_method, | ||
| const char * | psz_path, | ||
| const char * | psz_username, | ||
| const char * | psz_password | ||
| ) |
| void http_auth_Init | ( | http_auth_t * | p_auth | ) |
| int http_auth_ParseAuthenticationInfoHeader | ( | vlc_object_t * | p_this, |
| http_auth_t * | p_auth, | ||
| const char * | psz_header, | ||
| const char * | psz_method, | ||
| const char * | psz_path, | ||
| const char * | psz_username, | ||
| const char * | psz_password | ||
| ) |
< No error
< Unspecified error
< Unspecified error
< Unspecified error
References AuthDigest(), AuthGetParam(), AuthGetParamNoQuotes(), http_auth_t::i_nonce, msg_Err, msg_Warn, http_auth_t::psz_cnonce, http_auth_t::psz_nonce, http_auth_t::psz_qop, VLC_EGENERIC, and VLC_SUCCESS.
| void http_auth_ParseWwwAuthenticateHeader | ( | vlc_object_t * | p_this, |
| http_auth_t * | p_auth, | ||
| const char * | psz_header | ||
| ) |
| void http_auth_Reset | ( | http_auth_t * | p_auth | ) |
1.8.1.2