|
Apache HTTPD
|
#include "httpd.h"#include "http_log.h"#include "http_config.h"#include "ap_provider.h"#include "http_request.h"#include "http_protocol.h"#include "http_core.h"#include "apr_dbd.h"#include "mod_dbd.h"#include "apr_strings.h"#include "mod_authz_dbd.h"#include "mod_auth.h"Go to the source code of this file.
Classes | |
| struct | authz_dbd_cfg |
Variables | |
| static ap_dbd_t *(* | dbd_handle )(request_rec *) = NULL |
| static void(* | dbd_prepare )(server_rec *, const char *, const char *) = NULL |
| static const char *const | noerror = "???" |
| static const command_rec | authz_dbd_cmds [] |
| static const authz_provider | authz_dbdgroup_provider |
| static const authz_provider | authz_dbdlogin_provider |
| static const authz_provider | authz_dbdlogout_provider |
| static int *const | aplog_module_index = &( authz_dbd_module.module_index) |
|
static |
Definition at line 58 of file mod_authz_dbd.c.
|
static |
< Module has handled this stage.
Definition at line 212 of file mod_authz_dbd.c.
|
static |
< Run access control hooks only on internal requests with configurations distinct from that of initial request
< Run access control hooks only on internal requests with configurations distinct from that of initial request
< Run access control hooks only on internal requests with configurations distinct from that of initial request
Definition at line 384 of file mod_authz_dbd.c.
|
static |
< Module has handled this stage.
< Module has handled this stage.
Definition at line 115 of file mod_authz_dbd.c.
|
static |
Definition at line 65 of file mod_authz_dbd.c.
< Forbidden in .htaccess files
Definition at line 78 of file mod_authz_dbd.c.
| int authz_dbd_run_client_login | ( | request_rec * | r, |
| int | code, | ||
| const char * | action | ||
| ) |
< Module has handled this stage.
< Module has handled this stage.
< Module declines to handle
< Module has handled this stage.
Definition at line 44 of file mod_authz_dbd.c.
|
static |
Definition at line 346 of file mod_authz_dbd.c.
|
static |
< Module has handled this stage.
Definition at line 273 of file mod_authz_dbd.c.
|
static |
< Module has handled this stage.
Definition at line 318 of file mod_authz_dbd.c.
|
static |
< Module has handled this stage.
Definition at line 332 of file mod_authz_dbd.c.
Definition at line 400 of file mod_authz_dbd.c.
|
static |
Definition at line 102 of file mod_authz_dbd.c.
|
static |
Definition at line 366 of file mod_authz_dbd.c.
|
static |
Definition at line 372 of file mod_authz_dbd.c.
|
static |
Definition at line 378 of file mod_authz_dbd.c.
|
static |
Definition at line 53 of file mod_authz_dbd.c.
|
static |
Definition at line 54 of file mod_authz_dbd.c.
Definition at line 56 of file mod_authz_dbd.c.