summaryrefslogtreecommitdiffstats
path: root/docs/manual/mod/mod_authz_user.html.ja.utf8 (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-09ResetJim Jagielski1-230/+222
2011-09-09No reason for the advanced def...Jim Jagielski1-222/+230
2011-09-09Reflect user-visible behavior changeWilliam A. Rowe Jr1-1/+5
2011-09-09Non-releases don't have user-visible regressions; now a contributor to the fixWilliam A. Rowe Jr1-5/+3
2011-09-09What getpid()? No backport of this edit is needed.William A. Rowe Jr1-4/+0
2011-09-08no termination of the loop in 1166823.Eric Covener1-0/+1
2011-09-08mod_ldap: Optional function uldap_ssl_supported(r) always returned falseEric Covener2-1/+15
2011-09-08typo in commentEric Covener1-1/+1
2011-09-08Set Accept-Rangs: none instead of unsetting the Accept-Range header when weEric Covener2-1/+5
2011-09-08refactor to pull setting of Accept-Ranges header into http_protocol.c whichEric Covener8-8/+21
2011-09-08The default timeout value of 10s lives in two places, the per-server configEric Covener1-2/+2
2011-09-08Use HTTP_NOT_IMPLEMENTED instead of HTTP_BAD_REQUEST.Jean-Frederic Clere1-2/+4
2011-09-08AJP_EBAD_METHOD is also a bad request so return HTTP_BAD_REQUESTJean-Frederic Clere1-1/+1
2011-09-07add AP_ prefix to recently added DEFAULT_MAX_RANGESEric Covener1-3/+3
2011-09-07take care of some MaxRanges feedback:Eric Covener5-10/+56
2011-09-07ssl_var_lookup_ssl_cert_dn_oneline(): properly deal with empty DNs Kaspar Brand1-4/+6
2011-09-06bump SECURITY issue to top of in-development 2.3.15 section.Eric Covener1-6/+6
2011-09-05* modules/http/byterange_filter.c (ap_byterange_filter): Don't revealJoe Orton1-1/+1
2011-09-05* Silence compiler warningRuediger Pluem1-0/+2
2011-09-05* Fix compiler warning by removing unused variableRuediger Pluem1-4/+2
2011-09-05update xformsStefan Fritsch41-1403/+1753
2011-09-05be explicit that REQUEST_URI is the path component onlyStefan Fritsch1-1/+1
2011-09-04be explicit that REQUEST_URI is the path component onlyEric Covener1-3/+4
2011-09-04Revert r1163833:Stefan Fritsch1-2/+2
2011-09-04we might also see GeneralizedTimes in certs nowadaysKaspar Brand1-2/+2
2011-09-04Revamp CRL checking for client and remote servers:Kaspar Brand9-297/+211
2011-09-03Added MaxRanges to httpd.conf.Guenter Knauf1-0/+6
2011-09-03* Buckets of known length should be always splitable. So we don't need to careRuediger Pluem1-70/+6
2011-09-01* Fix a regression in the CVE-2011-3192 byterange fix:Ruediger Pluem2-1/+10
2011-09-01Remove log message left over from debugging.Stefan Fritsch1-3/+0
2011-09-01* Fix error messageRuediger Pluem1-1/+3
2011-09-01* Whitespace police. No functional changeRuediger Pluem1-2/+2
2011-09-01* Ranges like --2 or -0 are invalidRuediger Pluem1-0/+3
2011-09-01Fix some RFC 2616 14.35.1 compliance issues:Stefan Fritsch1-19/+46
2011-08-31Send a 206 response for a "Range: bytes=0-" request, even if 200 would be moreStefan Fritsch1-2/+2
2011-08-30* Silence compiler warningRuediger Pluem1-1/+1
2011-08-29Typo correction.Rich Bowen2-2/+2
2011-08-29Remove some unused code that was included in r1162131 by accident or mergeStefan Fritsch1-6/+1
2011-08-29* We don't need a copy of the original range as we don't change it. A pointer...Ruediger Pluem1-3/+3
2011-08-29* Bit operators should be more efficient then the modulo operator (provided t...Ruediger Pluem1-1/+1
2011-08-29Unset Content-Length if we call ap_pass_brigade several timesStefan Fritsch1-1/+7
2011-08-28simple doc for MaxRanges.Eric Covener2-0/+37
2011-08-28add MaxRanges directive institute a default limit of 200 (post-merge where Eric Covener5-2/+40
2011-08-28Fix iteration over stringStefan Fritsch1-3/+3
2011-08-28Every 32 ranges, pass the prepared ranges down the filter chain.Stefan Fritsch1-0/+6
2011-08-28* Do a better estimation on how elements we should allocate:Ruediger Pluem1-8/+19
2011-08-28* Silence compiler warningRuediger Pluem1-1/+1
2011-08-28* Damm it. Missed another superflous whitespace.Ruediger Pluem1-2/+2
2011-08-28* More style police. No functional changesRuediger Pluem1-3/+5
2011-08-28* Style police. No functional changesRuediger Pluem1-10/+15