summaryrefslogtreecommitdiffstats
path: root/usr.sbin/httpd/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Apache 1.3.19+mod_ssl 2.8.1 merge - also adds shared build of mod_headersbeck2001-03-29237-5637/+18808
| | | | and mod_expire
* set default values to sane things for OpenBSD, these are normallybeck2001-02-221-5/+7
| | | | | | set by Makefile.bsd-wapper, but this causes grief for people building just suexec if they aren't there, noticed in pr1680 by James Ponder <james@squish.net>
* alloc.h was renamed ap_alloc.h so install the correct thing and killmillert2001-01-051-0/+0
| | | | | the zero-length alloc.h (truncated by patch no doubt). Fixes PHP4 build; matthieu@laas.fr.
* apache 1.3.14 + mod_ssl 2.7.1 mergebeck2000-12-15208-7263/+15011
|
* revert, okay @aaronprovos2000-11-102-2/+2
|
* seperate -> separate, okay aaron@provos2000-11-102-2/+2
|
* Version 2 of the mod_rewrite fix from apache, fixes problem withbeck2000-10-182-11/+58
| | | | mod_rewrite not working for lookup tables
* fix from 1.3.14 for mod_vhost_alias to ensure cgi script contents are not sentbeck2000-10-161-9/+7
| | | | out by the server
* mod_rewrite update from 1.3.14 to prevent problems with bogus mod_rewritebeck2000-10-161-332/+185
| | | | configs allowing access to any file on the server.
* use "cc -shared" to link the modules on 2.8 and up.brad2000-10-161-2/+11
| | | | Ok'd by beck@, espie@ and deraadt@
* include the revision of OpenBSD with the output.brad2000-10-161-1/+2
|
* cleanupbeck2000-08-191-5/+1
|
* Bypass key generation if no SSL is not enabled in any (virtual) servers.beck2000-08-191-0/+24
| | | | made fun and entertaining by the way apache initializes modules and DSO's
* merge mod_ssl 2.6.6brad2000-08-154-2/+24
|
* Mod_SSL 2.6.5 - from brad@, thanks.beck2000-07-219-27/+75
|
* mod_ssl 2.6.4 mergebeck2000-06-3020-186/+305
| | | | From brad@
* Fix apache configure assumption that helper scripts are executable.beck2000-05-243-18/+18
| | | | (thanks binkertn@umich.edu). - Closes PR 1175
* another misnumberingderaadt2000-04-221-1/+1
|
* misnumbered web pages; patch sent to beckderaadt2000-04-222-2/+2
|
* apache 1.3.12 + mod_ssl 2.6.2 mergebeck2000-03-1956-195/+1336
|
* delete generated files (again (*&@#$deraadt2000-03-182-599/+0
|
* ssl_expr_scan.c is generated during buildbeck2000-01-291-2002/+0
|
* Change Apache config tools to not assume certain files are executable,beck2000-01-289-73/+75
| | | | | | | | | and thus allow us to build from cvs trees checked out read only. - basically ensure we call shell scripts by using ${SHELL} instead of ./. from leonard@csee.uq.edu.au Building diffs of this (And some other stuff in Makefile.tmpl) to send to slemko to see if apache will buy it back.
* remove the yacc munging code again. This time, someone tell the ssl that this is wrong!deraadt2000-01-261-1/+0
|
* Apache 1.3.11 + mod_ssl 2.5.0 mergebeck2000-01-25210-1610/+10523
|
* Repair duplicate word occurences; (as found by a Perl script sent to us fromaaron2000-01-181-1/+1
| | | | Tom Christiansen <tchrist@perl.com>).
* mod_ssl 2.4.9 mergebeck1999-12-0812-39/+219
|
* Mod_SSL 2.4.8 mergebeck1999-12-0811-109/+388
|
* not MAXHOSTNAMELEN + 1deraadt1999-12-061-2/+2
|
* pick up apxs and suexec makefiles, add BUGS section tobeck1999-10-021-0/+7
| | | | | suexec mentioning that we do not install it setuid root and that this must be done for it to work.
* Sync with mod_ssl v2.4.5. ok beck@.brad1999-10-018-31/+92
|
* change default values in here to sane ones for OpenBSD. suexec.h stuffbeck1999-10-012-6/+6
| | | | | gets set in config, but DEFAULT_PATH in httpd.h was an interesting polyglot of hoary old stuff from the RiscOS days...
* Fix version upgrade missing in previous mod_ssl commit.jakob1999-10-011-1/+1
|
* build all the extra modules, for arch's that support DSObeck1999-10-012-2/+2
| | | | | | | (not enabled by default). enable suexec with reasonable OpenBSD paramters, but install 555 - user must change to be setuid before use. Change configuration to use /dev/arandom
* Sync with mod_ssl v2.4.4. ok beck@.jakob1999-09-305-17/+150
|
* Remove, autogenerated, and fix makefile not to munge our yacc skeleton headerbeck1999-09-293-2577/+0
|
* Apache 1.3.9 + Mod_ssl 2.4.2 - now builds with apaci nastiness.beck1999-09-29251-6568/+37965
|
* Typo fixes.alex1999-09-231-2/+2
|
* Pretty sure that the more restrictive umask used by mkstemp() makes the fchmod not neccessaryderaadt1999-06-051-1/+0
|
* remove trailing whitespace, some Nm cleanupaaron1999-06-0511-96/+96
|
* use mkstemp; Peter.Galbavy@knowledge.comderaadt1999-06-041-7/+3
|
* grammar police: do not hyphenate compound words that act as adjectives if theaaron1999-05-121-2/+2
| | | | | | first word ends in -ly i.e., fully-qualified, newly-created, globally-visible, etc. are wrong
* proper URL for fetching package; evanc@concer.toderaadt1999-03-131-1/+1
|
* Fix stupid apache Configure date sillyness here - hopefully avoiding another resurfacing.beck1999-03-081-1/+4
|
* don't fatal out on init if RSA doesn't work, so as not to die if an RSAbeck1999-03-071-0/+9
| | | | libssl isn't installed and we only want to do http
* Shouldn't be here. Autogenerated.beck1999-03-021-59/+0
|
* Fix build bug (don't install CVS stuff in man) and remove ssl Makefilebeck1999-03-012-2473/+0
| | | | and ssl_expr_scan.c which are autogenerated.
* mod_ssl-2.2.3-1.3.4 (will require libssl-1.1 for https to work, butbeck1999-03-0173-4/+21298
| | | | mostly harmless otherwise).
* Apache 1.3.4beck1999-03-0113-0/+1258
|
* Apache 1.3.4 mergebeck1999-03-01138-2025/+4769
|