|
Apache HTTPD
|
#include "apr_strings.h"#include "apr_network_io.h"#include "apr_want.h"#include "ap_config.h"#include "httpd.h"#include "http_config.h"#include "http_core.h"#include "http_log.h"#include "http_request.h"#include "http_protocol.h"#include "ap_expr.h"#include "ap_provider.h"#include "mod_auth.h"Go to the source code of this file.
Classes | |
| struct | authn_core_dir_conf |
| struct | provider_alias_rec |
| struct | authn_alias_srv_conf |
Macros | |
| #define | APR_WANT_STRFUNC |
| #define | APR_WANT_BYTEFUNC |
Typedefs | |
| typedef struct provider_alias_rec | provider_alias_rec |
| typedef struct authn_alias_srv_conf | authn_alias_srv_conf |
Variables | |
| static const authn_provider | authn_alias_provider |
| static const authn_provider | authn_alias_provider_nodigest |
| static const command_rec | authn_cmds [] |
| static int *const | aplog_module_index = &( authn_core_module.module_index) |
| #define APR_WANT_BYTEFUNC |
Definition at line 27 of file mod_authn_core.c.
| #define APR_WANT_STRFUNC |
Definition at line 26 of file mod_authn_core.c.
< Forbidden in <VirtualHost>
< Forbidden in <Limit>
< Forbidden in <Directory>
< Forbidden in <Location>
< Forbidden in <Files> or <If>
< Forbidden in <Proxy>
< *.conf inside <Directory> or <Location> and .htaccess when AllowOverride AuthConfig
< *.conf inside <Directory> or <Location>
< Run access control hooks only on internal requests with configurations distinct from that of initial request
Definition at line 201 of file mod_authn_core.c.
|
static |
< Module has handled this stage.
Definition at line 390 of file mod_authn_core.c.
|
static |
Definition at line 108 of file mod_authn_core.c.
|
static |
Definition at line 140 of file mod_authn_core.c.
|
static |
Definition at line 356 of file mod_authn_core.c.
|
static |
Definition at line 334 of file mod_authn_core.c.
|
static |
Definition at line 172 of file mod_authn_core.c.
|
static |
Definition at line 75 of file mod_authn_core.c.
|
static |
Definition at line 184 of file mod_authn_core.c.
|
static |
Definition at line 83 of file mod_authn_core.c.
|
static |
< Run access control hooks only on internal requests with configurations distinct from that of initial request
Definition at line 408 of file mod_authn_core.c.
Definition at line 298 of file mod_authn_core.c.
Definition at line 315 of file mod_authn_core.c.
Definition at line 417 of file mod_authn_core.c.
|
static |
Definition at line 189 of file mod_authn_core.c.
|
static |
Definition at line 195 of file mod_authn_core.c.
|
static |
Definition at line 378 of file mod_authn_core.c.