|
Apache HTTPD
|
#include "apr_strings.h"#include "apr_md5.h"#include "ap_config.h"#include "ap_provider.h"#include "httpd.h"#include "http_config.h"#include "http_core.h"#include "http_log.h"#include "http_protocol.h"#include "http_request.h"#include "mod_auth.h"#include "ap_socache.h"#include "util_mutex.h"#include "apr_optional.h"Go to the source code of this file.
Classes | |
| struct | authn_cache_dircfg |
Macros | |
| #define | MAX_VAL_LEN 256 |
Typedefs | |
| typedef struct authn_cache_dircfg | authn_cache_dircfg |
Variables | |
| static apr_global_mutex_t * | authn_cache_mutex = NULL |
| static ap_socache_provider_t * | socache_provider = NULL |
| static ap_socache_instance_t * | socache_instance = NULL |
| static const char *const | authn_cache_id = "authn-socache" |
| static int | configured |
| static const char *const | directory = "directory" |
| static const command_rec | authn_cache_cmds [] |
| static const authn_provider | authn_cache_provider |
| static int *const | aplog_module_index = &( authn_socache_module.module_index) |
| #define MAX_VAL_LEN 256 |
Definition at line 353 of file mod_authn_socache.c.
|
static |
Definition at line 293 of file mod_authn_socache.c.
|
static |
Definition at line 138 of file mod_authn_socache.c.
|
static |
Definition at line 199 of file mod_authn_socache.c.
|
static |
Definition at line 209 of file mod_authn_socache.c.
< Forbidden in <VirtualHost>
< Forbidden in <Limit>
< Forbidden in <Directory>
< Forbidden in <Location>
< Forbidden in <Files> or <If>
< Forbidden in <Proxy>
Definition at line 191 of file mod_authn_socache.c.
|
static |
< Module has handled this stage.
< Module has handled this stage.
Definition at line 86 of file mod_authn_socache.c.
|
static |
< Module has handled this stage.
Definition at line 70 of file mod_authn_socache.c.
|
static |
Definition at line 227 of file mod_authn_socache.c.
< Forbidden in <VirtualHost>
< Forbidden in <Limit>
< Forbidden in <Directory>
< Forbidden in <Location>
< Forbidden in <Files> or <If>
< Forbidden in <Proxy>
Definition at line 153 of file mod_authn_socache.c.
Definition at line 239 of file mod_authn_socache.c.
|
static |
Definition at line 354 of file mod_authn_socache.c.
|
static |
Definition at line 266 of file mod_authn_socache.c.
|
static |
Definition at line 61 of file mod_authn_socache.c.
|
static |
Definition at line 409 of file mod_authn_socache.c.
|
static |
< Run access control hooks only on internal requests with configurations distinct from that of initial request
Definition at line 455 of file mod_authn_socache.c.
|
static |
Definition at line 52 of file mod_authn_socache.c.
Definition at line 466 of file mod_authn_socache.c.
|
static |
Definition at line 248 of file mod_authn_socache.c.
Definition at line 49 of file mod_authn_socache.c.
|
static |
Definition at line 46 of file mod_authn_socache.c.
|
static |
Definition at line 449 of file mod_authn_socache.c.
|
static |
Definition at line 50 of file mod_authn_socache.c.
Definition at line 198 of file mod_authn_socache.c.
|
static |
Definition at line 48 of file mod_authn_socache.c.
|
static |
Definition at line 47 of file mod_authn_socache.c.