Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Apache 1.3.19+mod_ssl 2.8.1 merge - also adds shared build of mod_headers | 2001-03-29 | 237 | -5637/+18808 | ||
| | | | | and mod_expire | |||||
* | set default values to sane things for OpenBSD, these are normally | 2001-02-22 | 1 | -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 kill | 2001-01-05 | 1 | -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 merge | 2000-12-15 | 208 | -7263/+15011 | ||
| | ||||||
* | revert, okay @aaron | 2000-11-10 | 2 | -2/+2 | ||
| | ||||||
* | seperate -> separate, okay aaron@ | 2000-11-10 | 2 | -2/+2 | ||
| | ||||||
* | Version 2 of the mod_rewrite fix from apache, fixes problem with | 2000-10-18 | 2 | -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 sent | 2000-10-16 | 1 | -9/+7 | ||
| | | | | out by the server | |||||
* | mod_rewrite update from 1.3.14 to prevent problems with bogus mod_rewrite | 2000-10-16 | 1 | -332/+185 | ||
| | | | | configs allowing access to any file on the server. | |||||
* | use "cc -shared" to link the modules on 2.8 and up. | 2000-10-16 | 1 | -2/+11 | ||
| | | | | Ok'd by beck@, espie@ and deraadt@ | |||||
* | include the revision of OpenBSD with the output. | 2000-10-16 | 1 | -1/+2 | ||
| | ||||||
* | cleanup | 2000-08-19 | 1 | -5/+1 | ||
| | ||||||
* | Bypass key generation if no SSL is not enabled in any (virtual) servers. | 2000-08-19 | 1 | -0/+24 | ||
| | | | | made fun and entertaining by the way apache initializes modules and DSO's | |||||
* | merge mod_ssl 2.6.6 | 2000-08-15 | 4 | -2/+24 | ||
| | ||||||
* | Mod_SSL 2.6.5 - from brad@, thanks. | 2000-07-21 | 9 | -27/+75 | ||
| | ||||||
* | mod_ssl 2.6.4 merge | 2000-06-30 | 20 | -186/+305 | ||
| | | | | From brad@ | |||||
* | Fix apache configure assumption that helper scripts are executable. | 2000-05-24 | 3 | -18/+18 | ||
| | | | | (thanks binkertn@umich.edu). - Closes PR 1175 | |||||
* | another misnumbering | 2000-04-22 | 1 | -1/+1 | ||
| | ||||||
* | misnumbered web pages; patch sent to beck | 2000-04-22 | 2 | -2/+2 | ||
| | ||||||
* | apache 1.3.12 + mod_ssl 2.6.2 merge | 2000-03-19 | 56 | -195/+1336 | ||
| | ||||||
* | delete generated files (again (*&@#$ | 2000-03-18 | 2 | -599/+0 | ||
| | ||||||
* | ssl_expr_scan.c is generated during build | 2000-01-29 | 1 | -2002/+0 | ||
| | ||||||
* | Change Apache config tools to not assume certain files are executable, | 2000-01-28 | 9 | -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! | 2000-01-26 | 1 | -1/+0 | ||
| | ||||||
* | Apache 1.3.11 + mod_ssl 2.5.0 merge | 2000-01-25 | 210 | -1610/+10523 | ||
| | ||||||
* | Repair duplicate word occurences; (as found by a Perl script sent to us from | 2000-01-18 | 1 | -1/+1 | ||
| | | | | Tom Christiansen <tchrist@perl.com>). | |||||
* | mod_ssl 2.4.9 merge | 1999-12-08 | 12 | -39/+219 | ||
| | ||||||
* | Mod_SSL 2.4.8 merge | 1999-12-08 | 11 | -109/+388 | ||
| | ||||||
* | not MAXHOSTNAMELEN + 1 | 1999-12-06 | 1 | -2/+2 | ||
| | ||||||
* | pick up apxs and suexec makefiles, add BUGS section to | 1999-10-02 | 1 | -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@. | 1999-10-01 | 8 | -31/+92 | ||
| | ||||||
* | change default values in here to sane ones for OpenBSD. suexec.h stuff | 1999-10-01 | 2 | -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. | 1999-10-01 | 1 | -1/+1 | ||
| | ||||||
* | build all the extra modules, for arch's that support DSO | 1999-10-01 | 2 | -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@. | 1999-09-30 | 5 | -17/+150 | ||
| | ||||||
* | Remove, autogenerated, and fix makefile not to munge our yacc skeleton header | 1999-09-29 | 3 | -2577/+0 | ||
| | ||||||
* | Apache 1.3.9 + Mod_ssl 2.4.2 - now builds with apaci nastiness. | 1999-09-29 | 251 | -6568/+37965 | ||
| | ||||||
* | Typo fixes. | 1999-09-23 | 1 | -2/+2 | ||
| | ||||||
* | Pretty sure that the more restrictive umask used by mkstemp() makes the fchmod not neccessary | 1999-06-05 | 1 | -1/+0 | ||
| | ||||||
* | remove trailing whitespace, some Nm cleanup | 1999-06-05 | 11 | -96/+96 | ||
| | ||||||
* | use mkstemp; Peter.Galbavy@knowledge.com | 1999-06-04 | 1 | -7/+3 | ||
| | ||||||
* | grammar police: do not hyphenate compound words that act as adjectives if the | 1999-05-12 | 1 | -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.to | 1999-03-13 | 1 | -1/+1 | ||
| | ||||||
* | Fix stupid apache Configure date sillyness here - hopefully avoiding another resurfacing. | 1999-03-08 | 1 | -1/+4 | ||
| | ||||||
* | don't fatal out on init if RSA doesn't work, so as not to die if an RSA | 1999-03-07 | 1 | -0/+9 | ||
| | | | | libssl isn't installed and we only want to do http | |||||
* | Shouldn't be here. Autogenerated. | 1999-03-02 | 1 | -59/+0 | ||
| | ||||||
* | Fix build bug (don't install CVS stuff in man) and remove ssl Makefile | 1999-03-01 | 2 | -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, but | 1999-03-01 | 73 | -4/+21298 | ||
| | | | | mostly harmless otherwise). | |||||
* | Apache 1.3.4 | 1999-03-01 | 13 | -0/+1258 | ||
| | ||||||
* | Apache 1.3.4 merge | 1999-03-01 | 138 | -2025/+4769 | ||
| |