|
Apache HTTPD
|
#include <priv.h>#include <sys/types.h>#include <unistd.h>#include "httpd.h"#include "http_config.h"#include "http_protocol.h"#include "http_log.h"#include "mpm_common.h"#include "ap_mpm.h"#include "apr_strings.h"#include "unixd.h"Go to the source code of this file.
Classes | |
| struct | priv_cfg |
| struct | priv_dir_cfg |
Macros | |
| #define | CFG_CHECK(x) |
| #define | CR_CHECK(x, y) |
| #define | PDROP_CHECK(x) |
Enumerations | |
| enum | priv_mode { PRIV_UNSET , PRIV_FAST , PRIV_SECURE , PRIV_SELECTIVE } |
Variables | |
| static priv_set_t * | priv_setid |
| static priv_set_t * | priv_default = NULL |
| static int | dtrace_enabled = 0 |
| static const command_rec | privileges_cmds [] |
| static int *const | aplog_module_index = &( privileges_module.module_index) |
| #define CFG_CHECK | ( | x | ) |
Definition at line 32 of file mod_privileges.c.
Definition at line 37 of file mod_privileges.c.
| #define PDROP_CHECK | ( | x | ) |
Definition at line 306 of file mod_privileges.c.
| Enumerator | |
|---|---|
| PRIV_UNSET | |
| PRIV_FAST | |
| PRIV_SECURE | |
| PRIV_SELECTIVE | |
Definition at line 45 of file mod_privileges.c.
< Forbidden in <VirtualHost>
< Forbidden in <Limit>
< Forbidden in <Directory>
< Forbidden in <Location>
< Forbidden in <Files> or <If>
< Forbidden in <Proxy>
Definition at line 479 of file mod_privileges.c.
|
static |
Definition at line 63 of file mod_privileges.c.
|
static |
Definition at line 79 of file mod_privileges.c.
|
static |
Definition at line 116 of file mod_privileges.c.
|
static |
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
Definition at line 312 of file mod_privileges.c.
|
static |
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
< Module has handled this stage.
Definition at line 333 of file mod_privileges.c.
|
static |
Definition at line 131 of file mod_privileges.c.
|
static |
Definition at line 408 of file mod_privileges.c.
|
static |
< Module has handled this stage.
< Module has handled this stage.
Definition at line 389 of file mod_privileges.c.
|
static |
Definition at line 70 of file mod_privileges.c.
|
static |
Definition at line 122 of file mod_privileges.c.
|
static |
< Module has handled this stage.
< Module has handled this stage.
Definition at line 355 of file mod_privileges.c.
|
static |
< Module declines to handle
< Module declines to handle
< Module has served the response completely * - it's safe to die() with no more output
< Module has handled this stage.
Definition at line 173 of file mod_privileges.c.
|
static |
Definition at line 350 of file mod_privileges.c.
Definition at line 489 of file mod_privileges.c.
Definition at line 453 of file mod_privileges.c.
Definition at line 430 of file mod_privileges.c.
Definition at line 441 of file mod_privileges.c.
Definition at line 419 of file mod_privileges.c.
Definition at line 580 of file mod_privileges.c.
|
static |
Definition at line 61 of file mod_privileges.c.
|
static |
Definition at line 60 of file mod_privileges.c.
|
static |
Definition at line 59 of file mod_privileges.c.
|
static |
Definition at line 559 of file mod_privileges.c.