/httpd/modules/aaa/ |
H A D | mod_authn_anon.c | 75 authn_anon_config_rec *conf = apr_palloc(p, sizeof(*conf)); local 78 conf->users = NULL; 80 conf->nouserid = 0; 81 conf->anyuserid = 0; 82 conf->logemail = 1; 83 conf->verifyemail = 0; 84 conf->mustemail = 1; 85 return conf; 91 authn_anon_config_rec *conf local 138 authn_anon_config_rec *conf = ap_get_module_config(r->per_dir_config, local [all...] |
H A D | mod_allowmethods.c | 56 am_conf_t *conf; local 58 conf = (am_conf_t *) ap_get_module_config(r->per_dir_config, 60 if (!conf || conf->allowed == 0) { 64 r->allowed = conf->allowed; 66 if (conf->allowed & (AP_METHOD_BIT << method)) { 81 am_conf_t *conf = apr_pcalloc(p, sizeof(am_conf_t)); local 83 conf->allowed = 0; 84 conf->allowed_set = 0; 85 return conf; 92 am_conf_t *conf = apr_palloc(pool, sizeof(am_conf_t)); local 110 am_conf_t *conf = (am_conf_t *)d; local [all...] |
H A D | mod_allowhandlers.c | 38 ah_conf_t *conf = ap_get_module_config(r->per_dir_config, local 56 if (!conf) 58 if (conf->handlers && apr_table_get(conf->handlers, handler_name)) 61 if ((match && conf->op == AH_ALLOW) || (!match && conf->op == AH_DENY)) { 83 ah_conf_t *conf = apr_pcalloc(p, sizeof(ah_conf_t)); local 84 conf->op = AH_DENY; 85 return conf; 91 ah_conf_t* conf local [all...] |
H A D | mod_authn_dbm.c | 53 authn_dbm_config_rec *conf = apr_palloc(p, sizeof(*conf)); local 55 conf->pwfile = NULL; 56 conf->dbmtype = "default"; 58 return conf; 65 authn_dbm_config_rec *conf = dir_config; local 67 conf->dbmtype = apr_pstrdup(cmd->pool, arg); 120 authn_dbm_config_rec *conf = ap_get_module_config(r->per_dir_config, local 126 rv = fetch_dbm_value(conf->dbmtype, conf 158 authn_dbm_config_rec *conf = ap_get_module_config(r->per_dir_config, local [all...] |
H A D | mod_auth_form.c | 86 auth_form_config_rec *conf = apr_pcalloc(p, sizeof(*conf)); local 88 conf->dir = d; 90 conf->authoritative = 1; 93 conf->form_size = HUGE_STRING_LEN; 96 conf->username = "httpd_username"; 97 conf->password = "httpd_password"; 98 conf->location = "httpd_location"; 99 conf->method = "httpd_method"; 100 conf 148 auth_form_config_rec *conf = (auth_form_config_rec *) config; local 208 auth_form_config_rec *conf = (auth_form_config_rec *) config; local 216 auth_form_config_rec *conf = (auth_form_config_rec *) config; local 224 auth_form_config_rec *conf = (auth_form_config_rec *) config; local 232 auth_form_config_rec *conf = (auth_form_config_rec *) config; local 240 auth_form_config_rec *conf = (auth_form_config_rec *) config; local 248 auth_form_config_rec *conf = (auth_form_config_rec *) config; local 257 auth_form_config_rec *conf = config; local 272 auth_form_config_rec *conf = (auth_form_config_rec *) config; local 289 auth_form_config_rec *conf = (auth_form_config_rec *) config; local 306 auth_form_config_rec *conf = (auth_form_config_rec *) config; local 323 auth_form_config_rec *conf = (auth_form_config_rec *) config; local 331 auth_form_config_rec *conf = (auth_form_config_rec *) config; local 339 auth_form_config_rec *conf = (auth_form_config_rec *) config; local 347 auth_form_config_rec *conf = (auth_form_config_rec *) config; local 412 auth_form_config_rec *conf = ap_get_module_config(r->per_dir_config, local 590 get_form_auth(request_rec * r, const char *username, const char *password, const char *location, const char *method, const char *mimetype, const char *body, const char **sent_user, const char **sent_pw, const char **sent_loc, const char **sent_method, const char **sent_mimetype, apr_bucket_brigade **sent_body, auth_form_config_rec * conf) argument 763 auth_form_config_rec *conf = ap_get_module_config(r->per_dir_config, local 860 fake_basic_authentication(request_rec *r, auth_form_config_rec *conf, const char *user, const char *pw) argument 884 auth_form_config_rec *conf = ap_get_module_config(r->per_dir_config, local 1115 auth_form_config_rec *conf; local 1195 auth_form_config_rec *conf; local [all...] |
H A D | mod_authnz_fcgi.c | 125 static void log_provider_info(const fcgi_provider_conf *conf, request_rec *r) argument 130 conf->name, 131 conf->backend, 132 conf->host, 133 (int)conf->port, 134 conf->backend_addrs, 135 conf->is_authn ? 'N' : '_', 136 conf->is_authz ? 'Z' : '_'); 168 static apr_status_t recv_data(const fcgi_provider_conf *conf, argument 180 conf 191 recv_data_full(const fcgi_provider_conf *conf, request_rec *r, apr_socket_t *s, char *buf, apr_size_t buflen) argument 213 sendv_data(const fcgi_provider_conf *conf, request_rec *r, apr_socket_t *s, struct iovec *vec, int nvec, apr_size_t *len) argument 264 send_begin_request(request_rec *r, const fcgi_provider_conf *conf, apr_socket_t *s, int role, apr_uint16_t request_id) argument 291 send_environment(apr_socket_t *s, const fcgi_provider_conf *conf, request_rec *r, apr_uint16_t request_id, apr_pool_t *temp_pool) argument 465 handle_response(const fcgi_provider_conf *conf, request_rec *r, apr_socket_t *s, apr_pool_t *temp_pool, apr_uint16_t request_id, char *rspbuf, apr_size_t *rspbuflen) argument 698 req_rsp(request_rec *r, const fcgi_provider_conf *conf, const char *password, const char *apache_role, char *rspbuf, apr_size_t *rspbuflen) argument 802 const fcgi_provider_conf *conf; local 930 const fcgi_provider_conf *conf; local 992 const fcgi_provider_conf *conf; local 1169 fcgi_provider_conf *conf = apr_pcalloc(cmd->pool, sizeof(*conf)); local [all...] |
H A D | mod_authz_dbm.c | 63 authz_dbm_config_rec *conf = apr_palloc(p, sizeof(*conf)); local 65 conf->grpfile = NULL; 66 conf->dbmtype = "default"; 68 return conf; 136 authz_dbm_config_rec *conf = ap_get_module_config(r->per_dir_config, local 155 if (!conf->grpfile) { 166 user, conf->grpfile, conf->dbmtype, &groups); 171 "file: %s", conf 220 authz_dbm_config_rec *conf = ap_get_module_config(r->per_dir_config, local [all...] |
H A D | mod_authn_file.c | 41 authn_file_config_rec *conf = apr_palloc(p, sizeof(*conf)); local 43 conf->pwfile = NULL; /* just to illustrate the default really */ 44 return conf; 60 authn_file_config_rec *conf = ap_get_module_config(r->per_dir_config, local 67 if (!conf->pwfile) { 73 status = ap_pcfg_openfile(&f, r->pool, conf->pwfile); 77 "Could not open password file: %s", conf->pwfile); 115 authn_file_config_rec *conf = ap_get_module_config(r->per_dir_config, local 122 if (!conf [all...] |
H A D | mod_auth_basic.c | 50 auth_basic_config_rec *conf = apr_pcalloc(p, sizeof(*conf)); local 53 conf->authoritative = 1; 55 return conf; 90 auth_basic_config_rec *conf = (auth_basic_config_rec*)config; local 117 if (!conf->providers) { 118 conf->providers = newp; 121 authn_provider_list *last = conf->providers; 134 auth_basic_config_rec *conf = (auth_basic_config_rec *) config; local 136 conf 145 auth_basic_config_rec *conf = (auth_basic_config_rec *) config; local 186 auth_basic_config_rec *conf = (auth_basic_config_rec *)config; local 297 auth_basic_config_rec *conf = ap_get_module_config(r->per_dir_config, local 446 auth_basic_config_rec *conf = ap_get_module_config(r->per_dir_config, local [all...] |
H A D | mod_auth_digest.c | 428 digest_config_rec *conf; local 434 conf = (digest_config_rec *) apr_pcalloc(p, sizeof(digest_config_rec)); 435 if (conf) { 436 conf->qop_list = apr_array_make(p, 2, sizeof(char *)); 437 conf->nonce_lifetime = DFLT_NONCE_LIFE; 438 conf->dir_name = apr_pstrdup(p, dir); 439 conf->algorithm = DFLT_ALGORITHM; 442 return conf; 447 digest_config_rec *conf = (digest_config_rec *) config; local 464 conf 481 digest_config_rec *conf = (digest_config_rec*)config; local 525 digest_config_rec *conf = (digest_config_rec *) config; local 1033 gen_nonce_hash(char *hash, const char *timestr, const char *opaque, const server_rec *server, const digest_config_rec *conf) argument 1060 gen_nonce(apr_pool_t *p, apr_time_t now, const char *opaque, const server_rec *server, const digest_config_rec *conf) argument 1132 note_digest_auth_failure(request_rec *r, const digest_config_rec *conf, digest_header_rec *resp, int stale) argument 1229 digest_config_rec *conf; local 1263 get_hash(request_rec *r, const char *user, digest_config_rec *conf) argument 1322 check_nc(const request_rec *r, const digest_header_rec *resp, const digest_config_rec *conf) argument 1375 check_nonce(request_rec *r, digest_header_rec *resp, const digest_config_rec *conf) argument 1455 new_digest(const request_rec *r, digest_header_rec *resp, const digest_config_rec *conf) argument 1534 digest_config_rec *conf; local 1816 const digest_config_rec *conf = local [all...] |
H A D | mod_authz_groupfile.c | 66 authz_groupfile_config_rec *conf = apr_palloc(p, sizeof(*conf)); local 68 conf->groupfile = NULL; 69 return conf; 138 authz_groupfile_config_rec *conf = ap_get_module_config(r->per_dir_config, local 157 if (!(conf->groupfile)) { 163 status = groups_for_user(r->pool, user, conf->groupfile, 169 conf->groupfile); 178 r->user, r->uri, conf->groupfile); 211 authz_groupfile_config_rec *conf local [all...] |
H A D | mod_authn_core.c | 77 authn_core_dir_conf *conf = local 80 return (void *)conf; 87 authn_core_dir_conf *conf = local 91 conf->ap_auth_type = new->ap_auth_type; 92 conf->auth_type_set = 1; 95 conf->ap_auth_type = base->ap_auth_type; 96 conf->auth_type_set = base->auth_type_set; 100 conf->ap_auth_name = new->ap_auth_name; 102 conf->ap_auth_name = base->ap_auth_name; 105 return (void*)conf; 336 authn_core_dir_conf *conf; local 358 authn_core_dir_conf *conf; local [all...] |
/httpd/modules/core/test/conf/ |
H A D | test63.conf | 2 include ${PWD}/inc63_1.conf 3 Use Foo "test63.conf:3" 7 include ${PWD}/inc63_2.conf 8 Use Bla "test63.conf:8"
|
/httpd/modules/dav/fs/ |
H A D | mod_dav_fs.c | 35 dav_fs_server_conf *conf; local 37 conf = ap_get_module_config(r->server->module_config, &dav_fs_module); 38 return conf->lockdb_path; 43 dav_fs_server_conf *conf = apr_pcalloc(p, sizeof(dav_fs_server_conf)); local 45 conf->lockdb_path = DEFAULT_EXP_DAVLOCKDB; 46 if (*conf->lockdb_path == '\0') { 47 conf->lockdb_path = NULL; 51 return conf; 75 dav_fs_server_conf *conf; local 76 conf [all...] |
/httpd/modules/test/ |
H A D | mod_policy.c | 110 static int check_enabled(request_rec *r, policy_conf *conf, argument 113 if (conf && !conf->policy) { 116 if (conf && result != policy_ignore && conf->environment) { 117 const char *value = apr_table_get(r->subprocess_env, conf->environment); 120 if (conf->environment_log && !strcmp(value, conf->environment_log)) { 126 else if (conf->environment_ignore && !strcmp(value, 127 conf 194 policy_conf *conf = ap_get_module_config(f->r->per_dir_config, local 265 policy_conf *conf = ap_get_module_config(r->per_dir_config, local 312 policy_conf *conf = ap_get_module_config(r->per_dir_config, local 344 policy_conf *conf = ap_get_module_config(r->per_dir_config, local 372 policy_conf *conf = ap_get_module_config(f->r->per_dir_config, local 415 policy_conf *conf = ap_get_module_config(f->r->per_dir_config, local 491 policy_conf *conf = ap_get_module_config(f->r->per_dir_config, local 532 policy_conf *conf = ap_get_module_config(f->r->per_dir_config, local 640 policy_conf *conf = ap_get_module_config(f->r->per_dir_config, local 833 policy_conf *conf = ap_get_module_config(r->per_dir_config, local 971 policy_conf *conf = dconf; local 982 policy_conf *conf = dconf; local 995 policy_conf *conf = dconf; local 1013 policy_conf *conf = dconf; local 1024 policy_conf *conf = dconf; local 1033 policy_conf *conf = dconf; local 1043 policy_conf *conf = dconf; local 1052 policy_conf *conf = dconf; local 1063 policy_conf *conf = dconf; local 1081 policy_conf *conf = dconf; local 1092 policy_conf *conf = dconf; local 1102 policy_conf *conf = dconf; local 1113 policy_conf *conf = dconf; local 1123 policy_conf *conf = dconf; local 1133 policy_conf *conf = dconf; local 1142 policy_conf *conf = dconf; local 1152 policy_conf *conf = dconf; local 1166 policy_conf *conf = dconf; local 1176 policy_conf *conf = dconf; local 1202 policy_conf *conf = dconf; local [all...] |
/httpd/modules/core/test/ |
H A D | Makefile | 13 -C "Define PWD $$PWD/conf" 29 F.conf = $(wildcard conf/test*.conf) 30 F.out = $(F.conf:conf/%.conf=$(OUT)/%.out) 53 $(OUT)/%.out: conf/%.conf
|
/httpd/modules/session/ |
H A D | mod_session_cookie.c | 60 session_cookie_dir_conf *conf = ap_get_module_config(r->per_dir_config, local 67 if (conf->name_set) { 69 ap_cookie_write(r, conf->name, z->encoded, conf->name_attrs, 74 ap_cookie_remove(r, conf->name, conf->name_attrs, r->headers_out, 80 if (conf->name2_set) { 82 ap_cookie_write2(r, conf->name2, z->encoded, conf->name2_attrs, 87 ap_cookie_remove2(r, conf 115 session_cookie_dir_conf *conf = ap_get_module_config(r->per_dir_config, local 218 session_cookie_dir_conf *conf = (session_cookie_dir_conf *) config; local 234 session_cookie_dir_conf *conf = (session_cookie_dir_conf *) config; local 248 session_cookie_dir_conf *conf = dconf; local [all...] |
H A D | mod_session_dbd.c | 108 session_dbd_dir_conf *conf = ap_get_module_config(r->per_dir_config, local 111 if (conf->selectlabel == NULL) { 117 rv = dbd_init(r, conf->selectlabel, &dbd, &statement); 126 "in database using query '%s': %s", key, conf->selectlabel, 136 "in database using query '%s': %s", key, conf->selectlabel, 167 session_dbd_dir_conf *conf = ap_get_module_config(r->per_dir_config, local 179 if (conf->name2_set) { 180 name = conf->name2; 182 else if (conf->name_set) { 183 name = conf 261 session_dbd_dir_conf *conf = ap_get_module_config(r->per_dir_config, local 341 session_dbd_dir_conf *conf = ap_get_module_config(r->per_dir_config, local 402 session_dbd_dir_conf *conf = ap_get_module_config(r->per_dir_config, local 546 session_dbd_dir_conf *conf = dconf; local 557 session_dbd_dir_conf *conf = dconf; local 569 session_dbd_dir_conf *conf = (session_dbd_dir_conf *) config; local 584 session_dbd_dir_conf *conf = (session_dbd_dir_conf *) config; local [all...] |
/httpd/modules/mappers/ |
H A D | mod_vhost_alias.c | 74 mva_sconf_t *conf; local 76 conf = (mva_sconf_t *) apr_pcalloc(p, sizeof(mva_sconf_t)); 77 conf->doc_root = NULL; 78 conf->cgi_root = NULL; 79 conf->doc_root_mode = VHOST_ALIAS_UNSET; 80 conf->cgi_root_mode = VHOST_ALIAS_UNSET; 81 return conf; 88 mva_sconf_t *conf; local 90 conf = (mva_sconf_t *) apr_pcalloc(p, sizeof(*conf)); 122 mva_sconf_t *conf; local 384 mva_sconf_t *conf; local [all...] |
/httpd/build/ |
H A D | NWGNUenvironment.inc | 346 $(INSTALLBASE)/conf \ 347 $(INSTALLBASE)/conf/extra \
|
H A D | binbuild.sh | 154 bindist/conf/httpd-std.conf > bindist/conf/httpd.conf 155 cp bindist/conf/httpd.conf bindist/conf/httpd-std.conf
|
H A D | install-bindist.sh.in | 123 if [ -d $SR/conf ] 126 cp bindist/conf/*-std.conf $SR/conf/ 128 lcopy bindist/conf $SR/conf 750 640 129 sed -e "s%@default_dir@%$SR%" $SR/conf/httpd-std.conf > $SR/conf/httpd.conf [all...] |
/httpd/modules/dav/lock/ |
H A D | mod_dav_lock.c | 36 dav_lock_dir_conf *conf; local 38 conf = ap_get_module_config(r->per_dir_config, &dav_lock_module); 39 return conf->lockdb_path; 68 dav_lock_dir_conf *conf = config; local 70 conf->lockdb_path = ap_server_root_relative(cmd->pool, arg1); 72 if (!conf->lockdb_path) {
|
/httpd/server/ |
H A D | core.c | 77 /* valid in core-conf, but not in runtime r->used_path_info */ 139 core_dir_config *conf; local 141 conf = (core_dir_config *)apr_pcalloc(a, sizeof(core_dir_config)); 143 /* conf->r and conf->d[_*] are initialized by dirsection() or left NULL */ 145 conf->opts = dir ? OPT_UNSET : OPT_UNSET|OPT_SYM_LINKS; 146 conf->opts_add = conf->opts_remove = OPT_NONE; 147 conf->override = OR_UNSET|OR_NONE; 148 conf 208 core_dir_config *conf; local 435 core_server_config *conf; local 488 core_server_config *conf = (core_server_config *) local 577 ap_add_file_conf(apr_pool_t *p, core_dir_config *conf, void *url_config) argument 589 ap_add_if_conf(apr_pool_t *p, core_dir_config *conf, void *if_config) argument 717 core_dir_config *conf = local 725 core_dir_config *conf; local 785 core_request_config *conf = ap_get_core_module_config(r->request_config); local 794 core_request_config *conf = ap_get_core_module_config(r->request_config); local 803 core_request_config *conf = ap_get_core_module_config(r->request_config); local 810 core_request_config *conf = ap_get_core_module_config(r->request_config); local 1215 core_server_config *conf = ap_get_core_module_config(sconf); local 1446 core_server_config *conf = ap_get_core_module_config(sconf); local 1482 core_server_config *conf = ap_get_core_module_config(sconf); local 1524 core_request_config *conf = ap_get_core_module_config(r->request_config); local 1543 core_dir_config *conf = conf_; local 2201 core_dir_config *conf; local 2303 core_dir_config *conf; local 2375 core_dir_config *conf; local 2466 core_dir_config *conf; local 2763 core_server_config *conf = local 2782 core_server_config *conf = ap_get_core_module_config(s->module_config); local 2788 core_server_config *conf = ap_get_core_module_config(s->module_config); local 2796 core_server_config *conf = local 3238 core_dir_config *conf; local 3474 core_dir_config *conf = conf_; local 3490 core_dir_config *conf = conf_; local 3501 core_dir_config *conf = conf_; local 3527 core_dir_config *conf = conf_; local 3553 core_dir_config *conf = conf_; local 3579 core_dir_config *conf; local 3603 core_dir_config *conf = conf_; local 3614 core_dir_config *conf = conf_; local 3632 core_dir_config *conf = conf_; local 3642 core_server_config *conf = local 3704 core_server_config *conf = local 3765 core_server_config *conf = local 3787 core_server_config *conf = local 3820 set_http_method(cmd_parms *cmd, void *conf, const char *arg) argument 3831 core_server_config *conf = local 3844 core_server_config *conf = local 4106 core_server_config *conf = local 4158 core_server_config *conf = ap_get_module_config(cmd->server->module_config, local 4515 core_dir_config *conf = local 4801 core_dir_config *conf = (core_dir_config *) local 4941 conn_log_config *conf; local [all...] |
/httpd/modules/metadata/ |
H A D | mod_ident.c | 262 ident_config_rec *conf = apr_palloc(p, sizeof(*conf)); local 264 conf->do_rfc1413 = DEFAULT_RFC1413 | RFC1413_UNSET; 265 conf->timeout = apr_time_from_sec(RFC1413_TIMEOUT); 266 conf->timeout_unset = 1; 268 return (void *)conf; 273 ident_config_rec *conf = (ident_config_rec *)apr_pcalloc(p, sizeof(*conf)); local 277 conf->timeout = new->timeout_unset 281 conf 305 ident_config_rec *conf; local [all...] |