|
Apache HTTPD
|
Public Attributes | |
| const char * | dir_name |
| authn_provider_list * | providers |
| const char * | realm |
| apr_array_header_t * | qop_list |
| apr_sha1_ctx_t | nonce_ctx |
| apr_time_t | nonce_lifetime |
| int | check_nc |
| const char * | algorithm |
| char * | uri_list |
Definition at line 85 of file mod_auth_digest.c.
Definition at line 93 of file mod_auth_digest.c.
| int digest_config_struct::check_nc |
Definition at line 92 of file mod_auth_digest.c.
Definition at line 86 of file mod_auth_digest.c.
| apr_sha1_ctx_t digest_config_struct::nonce_ctx |
Definition at line 90 of file mod_auth_digest.c.
| apr_time_t digest_config_struct::nonce_lifetime |
Definition at line 91 of file mod_auth_digest.c.
| authn_provider_list* digest_config_struct::providers |
Definition at line 87 of file mod_auth_digest.c.
| apr_array_header_t* digest_config_struct::qop_list |
Definition at line 89 of file mod_auth_digest.c.
Definition at line 88 of file mod_auth_digest.c.
| char* digest_config_struct::uri_list |
Definition at line 94 of file mod_auth_digest.c.