| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
configure system.
the mod_auth_digest module has such a section, and there (via two other
indirections, of course!) -DDEV_RANDOM=/dev/arandom is added to CFLAGS.
via a few more bizarre indicrections that ends up in ap_config_auto.h.
Since ap_config_auto.h gets installed in /usr/lib/apache/include/ and
thus might be used by 3rd party modules, we must be very careful with
removing shitz there. But I kinda doubt anything relies on a define
that is only there when a module marked as experimental is compiled in.
since we long ago made mod_auth_digest use arc4random and do not use
said DEV_RANDOM define at all any more, we don't need it ourselves.
so nuke the mod_auth_digest ConfigStart/End section, which doesn't do
anything else, alltogether.
Since mod_auth_digest is only compiled as DSO, the define was missing
on static archs, therefore breaking the build on vax an friends since
espie put the pregenerated ap_config_auto.h in. ok millert deraadt
|
| |
|
| |
|
|
|
|
|
|
|
| |
be MI since we removed stuff that was arch-dependent). The Configure script
still rebuilds a copy of that file, and we check it for diffs.
okay millert@
|
|
|
|
|
|
|
|
|
| |
- ap_snprintf can grab needed types from stdint.h
- expat-lite can grab byte-order from system includes.
no breakage in modules in the ports tree.
work by me and millert@, ok miod@.
|
|
|
|
|
|
|
| |
is good! so let's do it in all cases...
missed case: on restart and graceful, when apachectl figures out that no
httpd is running, it tries to start one.
found out the hard way by yours truly
|
|
|
|
|
|
| |
'preceeding' -> 'preceding'
'preceeds' -> 'precedes'
'preceeded' -> 'preceded'
|
|
|
|
| |
an ip address, that's for sure; pr 5232 arjones@simultan.dyndns.org
|
|
|
|
| |
CVE-2006-3918; ok cloder@
|
|
|
|
| |
Host header to the backend. default off. henning@ ok.
|
| |
|
|
|
|
| |
leave the function there of course, it's part of the API
|
|
|
|
|
|
|
|
|
| |
be exploited by malicious people to compromise a vulnerable system.
The vulnerability is caused by a off-by-one error in mod_rewrite and can be
exploited to cause a one-byte buffer overflow.
http://secunia.com/advisories/21197/
report "Alexey E. Suslikov" <cruel@texnika.com.ua>, the obvious fix
mailed in by Stuart Henderson <stu@spacehopper.org>
|
|
|
|
| |
From: John Wong <johnw@wonghome.net>, ok ckuethe
|
|
|
|
|
|
|
|
|
| |
case where an ssl connection is not found in the scache dbm
Reported by, and fix suggested by
Darrin Chandler <darrin@puffy.asicommunications.com>
testing by me, ok henning@
|
| |
|
|
|
|
| |
From: Daniel Ouellet <daniel@presscom.net>
|
|
|
|
| |
From: Daniel Ouellet <daniel@presscom.net>
|
|
|
|
|
|
|
|
| |
put_scoreboard_info, and update_scoreboard_global.
From Daniel Ouellet, plus one line he missed.
OK henning@ and otto@
|
| |
|
|
|
|
|
| |
from Chris Kuethe <chris.kuethe@gmail.com>
running at UofA for months now, ok beck niallo, also tested mbalmer
|
| |
|
|
|
|
| |
ok kettenis@
|
|
|
|
|
|
| |
CVE-2005-3352
ok niallo@; henning@ no objections
|
|
|
|
|
| |
that useful for debugging.
OK henning, deraadt
|
|
|
|
|
|
| |
move the whole section to SEE ALSO, which is more appropriate anyway;
from alexey e. suslikov;
|
|
|
|
|
|
|
|
| |
optional" to "SSLVerifyClient require"
fixes CAN-2005-2700
ok henning@, "go for it" deraadt@
|
| |
|
|
|
|
|
|
|
| |
we don't install it, and 'ab' itself is buggy so that
it will give false results.
ok henning@
|
|
|
|
| |
ok henning@
|
|
|
|
| |
ok henning@
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
from md5.h this breaks things which use the compatibility header, such as
some 3rd party modules.
so simply remove this define from ap_compat.h
original breakage found and reported in ports/www/mod_log_sql by naddy@
ok henning@
|
|
|
|
| |
no binary changes.
|
|
|
|
|
|
| |
- Forgot an $OpenBSD$
no binary changes.
|
| |
|
|
|
|
|
|
|
| |
introducing any binary changes.
two files here have different binary output when the number of lines changes,
we will finish cleaning those in another pass.
|
|
|
|
|
|
| |
ok henning@, mod_ssl verified by me.
From Sergey Smitienk <hunter@comsys.com.ua> via henning@
|
|
|
|
|
|
| |
- remove os-aix-dso.c since we don't even compile it.
no binary changes.
|
|
|
|
|
|
| |
ok henning@, mod_ssl and digest authentication verified by me.
From Sergey Smitienk <hunter@comsys.com.ua>
|
|
|
|
|
|
| |
- add a usage() function that exits non-zero
ok henning@ otto@
|
|
|
|
| |
ok otto@ henning@
|
| |
|
|
|
|
| |
From: Sergey Smitienko <hunter@comsys.com.ua>, markus ok
|
|
|
|
| |
do no understand.
|
|
|
|
|
| |
value for truncation and failure.
OK hshoexer
|
|
|
|
| |
OK hshoexer@, henning@
|
|
|
|
| |
henning@, otto@, robert@ ok
|
|
|
|
|
|
| |
fetch into a local buffer.
Adapted from r1.10 of the same file in Apache CVS. henning@ ok
|
|
|
|
| |
work by Daniel Ouellet <daniel@presscom.net>
|