| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
of our forked apache possible by his work on nginx and slowcgi, but he
doesn't want it - so it is my pleasure to tedu it. I spent so much work
on chroot in it 10 years ago - and am very happy to see it go now, nginx
is a far better choice today.
Bye bye, Apache, won't miss you.
|
|
|
|
|
|
|
|
| |
pointer or non-const array, as that minimizes the symbols, maximizes the
placement into read-only memory, and avoids warnings from gcc -Wformat=2
when they're used as format strings.
ok deraadt@
|
|
|
|
| |
suggestions and ok millert@
|
|
|
|
|
|
|
|
| |
as the format and no variable args.
Replace "%#0.*X" with "%#.*X": the zero-fill flag is ignored/implied
on numeric conversions when a precision is specified.
ok jung@ millert@ krw@
|
|
|
|
| |
httpd correction and ok kettenis@
|
|
|
|
| |
ok kettenis@
|
|
|
|
|
|
|
| |
an SSLCompression option so that it can be turned back on, however on
this is currently a no-op due to the compile options for libssl.
Requested by and ok djm@
|
|
|
|
|
|
|
|
| |
named curve to use when generating ephemeral EC keys for an ECDHE-based
cipher suite, or can be set to `none' to disable. The default is to use
a prime256v1 curve.
yay^Wok djm@
|
|
|
|
|
|
|
| |
works correctly as a boolean on/off flag. While here, rename the variable
so that it is consistent with existing naming scheme.
ok otto@ djm@
|
|
|
|
| |
ok djm@ guenther@
|
| |
|
|
|
|
|
|
| |
is defined. Fixes build with LLVM.
From and OK millert@
|
|
|
|
|
|
| |
compatability -> compatibility
OK jmc@.
|
| |
|
|
|
|
|
| |
occurrences to get_line().
Based on a diff from Jan Klemkow <j-dot-klemkow-at-wemelug-dot-de> to tech.
|
|
|
|
| |
ok henning
|
| |
|
|
|
|
| |
for chars.
|
|
|
|
| |
declared as integer types, not pointers, really.
|
|
|
|
|
|
|
| |
used atoi(). this fix uses strtonum() instead.
from bjorn ketelaars, pr6515.
ok henning@
|
| |
|
|
|
|
|
|
|
|
| |
and update documentation accordingly.
Patch mostly based on an old patch from Martin Algesten he posted
2002 in apache bugzilla entry: 10772
OK, pyr@
|
| |
|
| |
|
|
|
|
|
| |
'possibility', 'optins' -> 'options', 'resposne' -> 'response', 'unecessary' -> 'unnecessary', 'desination' -> 'destination'. Collected from various misc@
and tech@ postings, many by Brad Tilley.
|
|
|
|
|
|
|
| |
ap_config_auto.h. We know we have these functions in libc on OpenBSD, but
the check for them fails with gcc due to some __builtin__xxx stupidity.
ok drahn@, sthen@, henning@
|
|
|
|
|
|
| |
noted by Vasiliy Kiryanov, thanks!
ok stephan@
|
|
|
|
|
|
|
|
| |
with ProxyPreserveHost.
fixes pr6009, though i applied a different fix as what was suggested in that pr.
ok sthen@
|
|
|
|
|
|
| |
report the correct size when it exceeds a long's capacity.
From Dan Harnett <daniel @ harnett . name>
|
|
|
|
|
|
|
|
|
| |
unfortunately this backs out the use of strtonum and goes back to strtoll
will need more love in a future diff.
This fix from Dan Harnett <daniel @ harnett . name>
ok deraadt@
|
|
|
|
|
|
|
|
|
| |
"on 64-bit platforms this allows remote origin servers to cause a
denial of service (daemon crash) or possibly execute arbitrary code
via a large chunk size that triggers a heap-based buffer overflow."
"looks good" to henning@
ok otto@
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
From Stephan A. Rickauer <stephan dot rickauer at startek dot ch> with
minor tweaks. ok by many.
|
| |
|
|
|
|
| |
ok henning@
|
|
|
|
|
|
|
|
|
|
|
|
| |
of request_rec from long to off_t, which makes it 64bit on i386.
This allows files bigger than 2gig to be correctly served on arches
where long is only 32bits.
Warning: this introduces an ABI break, and hence some third party
apache modules will need to be rebuilt to correctly link to this new
apache.
ok miod@, deraadt@
|
|
|
|
|
| |
entries are not present; or it's being run configless
"sure" henning@, "makes sense" merdely@, ok sthen@
|
| |
|
|
|
|
|
| |
others, these are the ones from code unlikely to be re-merged with
upstream sources).
|
| |
|
|
|
|
|
|
| |
created due to a path component not existing, but log the error and
retry. This will repeatetly log an error, like it does without the patch,
but it will not slowly eat up memory. This fixes pr 4228.
|
| |
|
| |
|
|
|
|
| |
from Josh Elsasser <josh@elsasser.org>, thanks.
|
| |
|
|
|
|
| |
ok millert, otto
|