Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-08-14 | catched->caught | Miod Vallat | |
2005-08-12 | remove reference to non-existent sourcereorg.html; | Jason McIntyre | |
discussed with tamas tevesz. | |||
2005-08-12 | don't try to install a page that has been removed; ok jmc@ | Christian Weisgerber | |
2005-08-01 | from tamas tevesz: | Jason McIntyre | |
==> two more historic modules have gone away | |||
2005-07-29 | fro tamas tevesz: | Jason McIntyre | |
==> de-multiviewification complete. | |||
2005-07-29 | from tamas tevesz: | Jason McIntyre | |
==> de-multiviewification complete. (rename *.html.html -> *.html) | |||
2005-07-29 | from tamas tevesz: | Jason McIntyre | |
==> some more alien platforms and obsolete info. the mod/core.html change is because 1) the target link doesn't exist, 2) it probably was meant to refer to misc/known_bugs.html in the first place, which just got removed. thanks henning for guidance. | |||
2005-07-28 | from tamas tevesz: | Jason McIntyre | |
further removal of irrelevant bits... | |||
2005-07-28 | from tamas tevesz: | Jason McIntyre | |
==> duplicate of the files of the same name in manual/vhosts/, save formatting and one extra remark in manual/vhosts/vhosts-in-depth.html. no references to either. | |||
2005-07-28 | from tamas tevesz: | Jason McIntyre | |
==> some obsolete info regarding apache 1.2 | |||
2005-07-28 | from tamas tevesz: | Jason McIntyre | |
further removal of irrelevant stuff; | |||
2005-07-27 | corresponding Makefile changes for removed files... | Jason McIntyre | |
thanks henning for pointing this out; thanks tamas for prompt diff; | |||
2005-07-27 | from tamas tevesz: | Jason McIntyre | |
==> remove of a number of alien platforms ==> remove broken links in sitemap.html ==> remove unreferenced install_1_1.html | |||
2005-07-27 | from tamas tevesz: | Jason McIntyre | |
==> remove some unneeded history, and a little bit of rewording; ==> remove cygwin stuff | |||
2005-07-27 | from tamas tevesz: | Jason McIntyre | |
==> starting to cut the crap from modssl docs too | |||
2005-07-27 | from tamas tevesz: | Jason McIntyre | |
remove unused footers+headers: only one was used, which we inline for now; | |||
2005-07-27 | from tamas tevesz: | Jason McIntyre | |
remove useless script; | |||
2005-07-27 | from tamas tevesz: | Jason McIntyre | |
more altlangs removal, missed from previous sweep; | |||
2005-07-26 | from tamas tevesz: | Jason McIntyre | |
==> removal of language alternatives from manual/ and manual/mod/. ok henning@ | |||
2005-07-26 | remove details of PATH_INFO handling for historic versions of apache, | Jason McIntyre | |
and the one and only reference to it; from tamas tevesz; ok henning@ | |||
2005-07-26 | first of a series of commits from tamas tevesz to clean up these docs: | Jason McIntyre | |
thanks tamas! remove multiviews for bind.html; | |||
2005-06-28 | Remove 'ab' (apache benchmark) from the tree because | Robert Nagy | |
we don't install it, and 'ab' itself is buggy so that it will give false results. ok henning@ | |||
2005-06-20 | $OpenBSD -> $OpenBSD$ | Robert Nagy | |
ok henning@ | |||
2005-06-15 | zap usage of __LINE__ so we can do KNF without binary changes. | Niall O'Higgins | |
ok henning@ | |||
2005-05-26 | Disable the internal expat since nothing uses it and it conflicts | Marc Matteo | |
with ports that use other XML parsers. ok henning@ beck@ | |||
2005-05-03 | setres[ug]id; ok deraadt@ | Damien Miller | |
2005-04-05 | ap_compat.h defines MD5Update to one thing, but now that we use functions | Niall O'Higgins | |
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@ | |||
2005-03-28 | KNF | Niall O'Higgins | |
no binary changes. | |||
2005-03-28 | - More KNF | Niall O'Higgins | |
- Forgot an $OpenBSD$ no binary changes. | |||
2005-03-28 | one line was 81 chars long. break it up. | Niall O'Higgins | |
2005-03-28 | clean up this code. make it conform as closely to KNF as possible without | Niall O'Higgins | |
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. | |||
2005-03-28 | rip out httpd's homegrown sha-1 implementation and use our own. | Niall O'Higgins | |
ok henning@, mod_ssl verified by me. From Sergey Smitienk <hunter@comsys.com.ua> via henning@ | |||
2005-03-28 | - KNF | Niall O'Higgins | |
- remove os-aix-dso.c since we don't even compile it. no binary changes. | |||
2005-03-28 | rip out httpd's homegrown md5 implementation and use our own. | Niall O'Higgins | |
ok henning@, mod_ssl and digest authentication verified by me. From Sergey Smitienk <hunter@comsys.com.ua> | |||
2005-03-27 | - convert to getopt(3) | Niall O'Higgins | |
- add a usage() function that exits non-zero ok henning@ otto@ | |||
2005-03-25 | use getopt() for argument list parsing | Robert Nagy | |
ok otto@ henning@ | |||
2005-03-24 | whitespace; | Jason McIntyre | |
2005-03-24 | support blowfish encryption in the password files and use it by default | Henning Brauer | |
From: Sergey Smitienko <hunter@comsys.com.ua>, markus ok | |||
2005-03-10 | Write this in real C, not some bullshit GNU extension that other compilers | Theo de Raadt | |
do no understand. | |||
2005-03-09 | Do not leak Keynote sessions on failure. Also check snprintf return | Chad Loder | |
value for truncation and failure. OK hshoexer | |||
2005-03-09 | Check kn_init for failure. | Chad Loder | |
OK hshoexer@, henning@ | |||
2005-02-17 | Fix scoping error in fatal error check during passphrase/privkey handling. | Aaron Campbell | |
henning@, otto@, robert@ ok | |||
2005-02-13 | Don't close the dbm until after we have copied the datum retrieved by the | Aaron Campbell | |
fetch into a local buffer. Adapted from r1.10 of the same file in Apache CVS. henning@ ok | |||
2005-02-09 | cleanup and unifdef'ing, no change in object files | Henning Brauer | |
work by Daniel Ouellet <daniel@presscom.net> | |||
2005-01-08 | SECURITY: CAN-2004-0940 (cve.mitre.org) | Theo de Raadt | |
mod_include: Fix potential buffer overflow with escaped characters in SSI tag string. [Martin Kraemer, Jim Jagielski] merged by fgsch | |||
2005-01-02 | document ssl(8); | Jason McIntyre | |
2004-12-31 | add ssl(8) to SEE ALSO; | Jason McIntyre | |
2004-12-28 | document that suexec has to be setuid to work correctly; | Jason McIntyre | |
slightly more logical layout of the page; ok henning@ | |||
2004-12-28 | add apache manual to SEE ALSO; | Jason McIntyre | |
2004-12-21 | missing apache Xr's; | Jason McIntyre | |