Searched refs:allowed (Results 1 - 15 of 15) sorted by relevance

/httpd/modules/aaa/
H A Dmod_allowmethods.c40 * 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 Dmod_authz_core.c1010 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 Dap.d21 int64_t allowed;
/httpd/modules/generators/
H A Dmod_asis.c41 r->allowed |= (AP_METHOD_BIT << M_GET);
H A Dmod_status.c254 r->allowed = (AP_METHOD_BIT << M_GET);
H A Dmod_info.c781 r->allowed |= (AP_METHOD_BIT << M_GET);
H A Dmod_autoindex.c1031 * 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 Dmod_actions.c127 return "TRACE not allowed for Script";
163 /* Set allowed stuff */
166 r->allowed |= (AP_METHOD_BIT << i);
/httpd/modules/proxy/
H A Dmod_proxy_balancer.c935 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 Dproxy_util.c224 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 Dhttp_request.c464 new->allowed = r->allowed;
/httpd/modules/cache/
H A Dmod_file_cache.c333 r->allowed |= (AP_METHOD_BIT << M_GET);
/httpd/include/
H A Dhttpd.h214 /* ------------------ 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 Dmod_dav.c912 /* 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 Dutil_ldap.c116 r->allowed |= (1 << M_GET);
1789 ldc->reason = "Empty password not allowed";

Completed in 159 milliseconds