#include "ap_provider.h"
#include "httpd.h"
#include "http_config.h"
#include "http_log.h"
#include "http_request.h"
#include "apr_lib.h"
#include "apr_dbd.h"
#include "mod_dbd.h"
#include "apr_strings.h"
#include "mod_auth.h"
#include "apr_md5.h"
#include "apu_version.h"
Go to the source code of this file.
|
| static void * | authn_dbd_cr_conf (apr_pool_t *pool, char *dummy) |
| |
| static void * | authn_dbd_merge_conf (apr_pool_t *pool, void *BASE, void *ADD) |
| |
| static const char * | authn_dbd_prepare (cmd_parms *cmd, void *cfg, const char *query) |
| |
| static authn_status | authn_dbd_password (request_rec *r, const char *user, const char *password) |
| |
| static authn_status | authn_dbd_realm (request_rec *r, const char *user, const char *realm, char **rethash) |
| |
| static void | opt_retr (void) |
| |
| static void | authn_dbd_hooks (apr_pool_t *p) |
| |
◆ AUTHN_CACHE_STORE
Value:
static apr_OFN_ap_authn_cache_store_t * authn_cache_store
Definition at line 41 of file mod_authn_dbd.c.
◆ authn_dbd_cr_conf()
◆ authn_dbd_hooks()
< Run access control hooks only on internal requests with configurations distinct from that of initial request
Definition at line 285 of file mod_authn_dbd.c.
◆ authn_dbd_merge_conf()
| static void * authn_dbd_merge_conf |
( |
apr_pool_t * |
pool, |
|
|
void * |
BASE, |
|
|
void * |
ADD |
|
) |
| |
|
static |
◆ authn_dbd_password()
◆ authn_dbd_prepare()
◆ authn_dbd_realm()
◆ opt_retr()
◆ aplog_module_index
| int* const aplog_module_index = &( authn_dbd_module.module_index) |
|
static |
◆ authn_cache_store
◆ authn_dbd_acquire_fn
◆ authn_dbd_cmds
Initial value:=
{
}
static const char * authn_dbd_prepare(cmd_parms *cmd, void *cfg, const char *query)
Definition at line 84 of file mod_authn_dbd.c.
◆ authn_dbd_prepare_fn