#include "apr_strings.h"
#include "apr_want.h"
#include "ap_provider.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 "mod_auth.h"
Go to the source code of this file.
◆ APR_WANT_STRFUNC
◆ anon_auth_user
◆ anon_set_string_slots()
◆ check_anonymous()
◆ create_authn_anon_dir_config()
◆ register_hooks()
< Run access control hooks only on internal requests with configurations distinct from that of initial request
Definition at line 199 of file mod_authn_anon.c.
◆ aplog_module_index
| int* const aplog_module_index = &( authn_anon_module.module_index) |
|
static |
◆ authn_anon_cmds
Initial value:=
{
}
const char * ap_set_flag_slot(cmd_parms *cmd, void *struct_ptr, int arg)
static const char * anon_set_string_slots(cmd_parms *cmd, void *my_config, const char *arg)
Definition at line 114 of file mod_authn_anon.c.
◆ authn_anon_provider
Initial value:=
{
}
static authn_status check_anonymous(request_rec *r, const char *user, const char *sent_pw)
Definition at line 193 of file mod_authn_anon.c.