|
Apache HTTPD
|
#include <assert.h>#include <apr_lib.h>#include <apr_strings.h>#include <apr_version.h>#include <httpd.h>#include <http_core.h>#include <http_config.h>#include <http_log.h>#include <http_main.h>#include <ap_socache.h>#include <rustls.h>#include "tls_cert.h"#include "tls_proto.h"#include "tls_conf.h"#include "tls_util.h"#include "tls_var.h"#include "tls_cache.h"Go to the source code of this file.
Macros | |
| #define | CONF_S_NAME(s) (s && s->server_hostname? s->server_hostname : "default") |
| #define | MERGE_INT(base, add, field) (add->field == TLS_FLAG_UNSET)? base->field : add->field; |
Variables | |
| static int *const | aplog_module_index = &( tls_module.module_index) |
| const command_rec | tls_conf_cmds [] |
Definition at line 76 of file tls_conf.c.
Definition at line 96 of file tls_conf.c.
Definition at line 279 of file tls_conf.c.
|
static |
Definition at line 41 of file tls_conf.c.
|
static |
Definition at line 159 of file tls_conf.c.
Definition at line 371 of file tls_conf.c.
Definition at line 497 of file tls_conf.c.
|
static |
Definition at line 411 of file tls_conf.c.
|
static |
Definition at line 154 of file tls_conf.c.
|
static |
Definition at line 378 of file tls_conf.c.
Definition at line 300 of file tls_conf.c.
|
static |
Definition at line 701 of file tls_conf.c.
| void * tls_conf_create_dir | ( | apr_pool_t * | pool, |
| char * | dir | ||
| ) |
Definition at line 138 of file tls_conf.c.
| void * tls_conf_create_svr | ( | apr_pool_t * | pool, |
| server_rec * | s | ||
| ) |
Definition at line 78 of file tls_conf.c.
| apr_status_t tls_conf_dir_apply_defaults | ( | tls_conf_dir_t * | dc, |
| apr_pool_t * | p | ||
| ) |
Definition at line 214 of file tls_conf.c.
| tls_conf_dir_t * tls_conf_dir_get | ( | request_rec * | r | ) |
Definition at line 124 of file tls_conf.c.
| tls_conf_dir_t * tls_conf_dir_server_get | ( | server_rec * | s | ) |
Definition at line 131 of file tls_conf.c.
|
static |
Definition at line 196 of file tls_conf.c.
| void * tls_conf_merge_dir | ( | apr_pool_t * | pool, |
| void * | basev, | ||
| void * | addv | ||
| ) |
Definition at line 187 of file tls_conf.c.
| void * tls_conf_merge_svr | ( | apr_pool_t * | pool, |
| void * | basev, | ||
| void * | addv | ||
| ) |
Definition at line 99 of file tls_conf.c.
| tls_conf_proxy_t * tls_conf_proxy_make | ( | apr_pool_t * | p, |
| tls_conf_dir_t * | dc, | ||
| tls_conf_global_t * | gc, | ||
| server_rec * | s | ||
| ) |
Definition at line 223 of file tls_conf.c.
| apr_status_t tls_conf_server_apply_defaults | ( | tls_conf_server_t * | sc, |
| apr_pool_t * | p | ||
| ) |
Definition at line 203 of file tls_conf.c.
| tls_conf_server_t * tls_conf_server_get | ( | server_rec * | s | ) |
Definition at line 68 of file tls_conf.c.
|
static |
Definition at line 473 of file tls_conf.c.
|
static |
Definition at line 533 of file tls_conf.c.
|
static |
Definition at line 441 of file tls_conf.c.
Definition at line 525 of file tls_conf.c.
|
static |
Definition at line 600 of file tls_conf.c.
Definition at line 592 of file tls_conf.c.
|
static |
Definition at line 619 of file tls_conf.c.
|
static |
Definition at line 612 of file tls_conf.c.
|
static |
Definition at line 635 of file tls_conf.c.
|
static |
< Forbidden in <VirtualHost>
< Forbidden in <Limit>
< Forbidden in <Directory>
< Forbidden in <Location>
< Forbidden in <Files> or <If>
< Forbidden in <Proxy>
Definition at line 578 of file tls_conf.c.
Definition at line 485 of file tls_conf.c.
|
static |
Definition at line 457 of file tls_conf.c.
| int tls_proxy_section_post_config | ( | apr_pool_t * | p, |
| apr_pool_t * | plog, | ||
| apr_pool_t * | ptemp, | ||
| server_rec * | s, | ||
| ap_conf_vector_t * | section_config | ||
| ) |
< Module has handled this stage.
Definition at line 238 of file tls_conf.c.
Definition at line 39 of file tls_conf.c.
| const command_rec tls_conf_cmds[] |
Definition at line 736 of file tls_conf.c.