Dillo v3.1.1-98-g318d1f14
|
#include <auth.h>
Public Attributes | |
enum AuthParseHTTPAuthType_t | type |
char * | name |
Dlist * | paths |
char * | authorization |
char * | username |
char * | cnonce |
unsigned int | nonce_count |
char * | nonce |
char * | opaque |
enum AuthParseDigestAlgorithm_t | algorithm |
char * | domain |
enum AuthParseDigestQOP_t | qop |
enum AuthParseDigestAlgorithm_t AuthRealm_t::algorithm |
Definition at line 26 of file auth.h.
Referenced by a_Digest_authorization_hdr(), a_Digest_compute_digest(), and Auth_do_auth_dialog_cb().
char* AuthRealm_t::authorization |
Definition at line 18 of file auth.h.
Referenced by a_Auth_get_auth_str(), a_Digest_compute_digest(), Auth_do_auth_dialog_cb(), Auth_realm_delete(), and Digest_create_response().
char* AuthRealm_t::cnonce |
Definition at line 22 of file auth.h.
Referenced by a_Digest_authorization_hdr(), a_Digest_compute_digest(), Auth_do_auth_dialog_cb(), Auth_realm_delete(), and Digest_create_response().
char* AuthRealm_t::domain |
Definition at line 27 of file auth.h.
Referenced by Auth_do_auth_dialog_cb(), and Auth_realm_delete().
char* AuthRealm_t::name |
Definition at line 16 of file auth.h.
Referenced by a_Digest_authorization_hdr(), a_Digest_compute_digest(), Auth_do_auth_dialog_cb(), Auth_realm_by_name(), and Auth_realm_delete().
char* AuthRealm_t::nonce |
Definition at line 24 of file auth.h.
Referenced by a_Digest_authorization_hdr(), a_Digest_compute_digest(), Auth_do_auth_dialog_cb(), Auth_do_auth_required(), Auth_realm_delete(), and Digest_create_response().
unsigned int AuthRealm_t::nonce_count |
Definition at line 23 of file auth.h.
Referenced by a_Digest_authorization_hdr(), Auth_do_auth_dialog_cb(), and Digest_create_response().
char* AuthRealm_t::opaque |
Definition at line 25 of file auth.h.
Referenced by a_Digest_authorization_hdr(), Auth_do_auth_dialog_cb(), and Auth_realm_delete().
Dlist* AuthRealm_t::paths |
Definition at line 17 of file auth.h.
Referenced by Auth_do_auth_dialog_cb(), Auth_realm_add_path(), Auth_realm_by_path(), Auth_realm_delete(), and Auth_realm_includes_path().
enum AuthParseDigestQOP_t AuthRealm_t::qop |
Definition at line 28 of file auth.h.
Referenced by a_Digest_authorization_hdr(), Auth_do_auth_dialog_cb(), and Digest_create_response().
enum AuthParseHTTPAuthType_t AuthRealm_t::type |
Definition at line 15 of file auth.h.
Referenced by a_Auth_get_auth_str(), and Auth_do_auth_dialog_cb().
char* AuthRealm_t::username |
Definition at line 21 of file auth.h.
Referenced by a_Digest_authorization_hdr(), Auth_do_auth_dialog_cb(), and Auth_realm_delete().