#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"
Go to the source code of this file.
◆ AUTHN_CACHE_STORE
Value:
static apr_OFN_ap_authn_cache_store_t * authn_cache_store
Definition at line 36 of file mod_authn_file.c.
◆ check_password()
◆ create_authn_file_dir_config()
◆ get_realm_hash()
◆ opt_retr()
◆ register_hooks()
< Run access control hooks only on internal requests with configurations distinct from that of initial request
Definition at line 177 of file mod_authn_file.c.
◆ aplog_module_index
| int* const aplog_module_index = &( authn_file_module.module_index) |
|
static |
◆ authn_cache_store
◆ authn_file_cmds
Initial value:=
{
}
const char * ap_set_file_slot(cmd_parms *cmd, void *struct_ptr, const char *arg)
Definition at line 48 of file mod_authn_file.c.
◆ authn_file_provider
Initial value:=
{
}
static authn_status get_realm_hash(request_rec *r, const char *user, const char *realm, char **rethash)
static authn_status check_password(request_rec *r, const char *user, const char *password)
Definition at line 167 of file mod_authn_file.c.