Searched refs:allowed (Results 1 - 15 of 15) sorted by relevance
/httpd/modules/aaa/ |
H A D | mod_allowmethods.c | 40 * Non-matching methods will be returned a status 405 (method not allowed) 48 apr_int64_t allowed; member in struct:am_conf_t 60 if (!conf || conf->allowed == 0) { 64 r->allowed = conf->allowed; 66 if (conf->allowed & (AP_METHOD_BIT << method)) { 83 conf->allowed = 0; 95 conf->allowed = add->allowed; 99 conf->allowed [all...] |
H A D | mod_authz_core.c | 1010 const apr_int64_t *allowed = parsed_require_line; local 1011 if (*allowed & (AP_METHOD_BIT << r->method_number)) 1021 apr_int64_t *allowed = apr_pcalloc(cmd->pool, sizeof(apr_int64_t)); local 1031 *allowed |= (AP_METHOD_BIT << m); 1034 *parsed_require_line = allowed;
|
/httpd/ |
H A D | ap.d | 21 int64_t allowed;
|
/httpd/modules/generators/ |
H A D | mod_asis.c | 41 r->allowed |= (AP_METHOD_BIT << M_GET);
|
H A D | mod_status.c | 254 r->allowed = (AP_METHOD_BIT << M_GET);
|
H A D | mod_info.c | 781 r->allowed |= (AP_METHOD_BIT << M_GET);
|
H A D | mod_autoindex.c | 1031 * text/anything-else. The former is allowed to be processed for 1149 * text/anything-else. The former is allowed to be processed for 2286 r->allowed |= (AP_METHOD_BIT << M_GET);
|
/httpd/modules/mappers/ |
H A D | mod_actions.c | 127 return "TRACE not allowed for Script"; 163 /* Set allowed stuff */ 166 r->allowed |= (AP_METHOD_BIT << i);
|
/httpd/modules/proxy/ |
H A D | mod_proxy_balancer.c | 935 const char *allowed[], apr_pool_t *p) 957 if (allowed == NULL) { /* allow all */ 961 const char **ok = allowed; 1001 r->allowed = 0 1028 const char *allowed[] = { "w", "b", "nonce", "xml", NULL }; local 1031 push2table(r->args, params, allowed, r->pool); 934 push2table(const char *input, apr_table_t *params, const char *allowed[], apr_pool_t *p) argument
|
H A D | proxy_util.c | 224 char *allowed; /* characters which should not be encoded */ local 236 allowed = "~$-_.+!*'(),;:@&="; 239 allowed = "$-_.!*'(),;:@&="; 242 allowed = "$-_.+!*'(),;@&="; 245 allowed = "$-_.+!*'(),?:@&="; 248 allowed = "$-_.+!*'(),?/:@&="; 287 if (!apr_isalnum(ch) && !strchr(allowed, ch)) { 3367 * According to RFC 2616 8.2.3 we are not allowed to forward an
|
/httpd/modules/http/ |
H A D | http_request.c | 464 new->allowed = r->allowed;
|
/httpd/modules/cache/ |
H A D | mod_file_cache.c | 333 r->allowed |= (AP_METHOD_BIT << M_GET);
|
/httpd/include/ |
H A D | httpd.h | 214 /* ------------------ stuff that modules are allowed to look at ----------- */ 733 /** the overrides allowed for the .htaccess file */ 735 /** the override options allowed for the .htaccess file */ 737 /** Table of allowed directives for override */ 847 * 'allowed' is a bitvector of the allowed methods. 852 * handler like this the handler should set r->allowed to the list 858 * usually decline to deal with OPTIONS. TRACE is always allowed, 866 apr_int64_t allowed; member in struct:request_rec 869 /** List of allowed method [all...] |
/httpd/modules/dav/main/ |
H A D | mod_dav.c | 912 /* If not a file or collection resource, PUT not allowed */ 1214 "Depth of \"1\" is not allowed for DELETE."); 1698 * Determine which methods are allowed on the resource. 2053 "not allowed for %s.", 2648 /* If not a file or collection resource, COPY/MOVE not allowed */ 3822 /* a depth greater than zero is only allowed for a label */ 4121 * First determine whether a Target-Selector header is allowed 4378 ### element also allowed within DAV:checkout. need to extract them 4486 "allowed by this server."); 4661 * the r->allowed fiel [all...] |
/httpd/modules/ldap/ |
H A D | util_ldap.c | 116 r->allowed |= (1 << M_GET); 1789 ldc->reason = "Empty password not allowed";
|
Completed in 159 milliseconds