summaryrefslogtreecommitdiffstats
path: root/NWGNUmakefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-11-30 Reflect that AAA overhaul is deferrred.William A. Rowe Jr1-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97695 13f79535-47bb-0310-9956-ffa450edef68
2002-11-30add two overview pagesAstrid Malo1-0/+2
by Tim Gerundt <tim@gerundt.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97689 13f79535-47bb-0310-9956-ffa450edef68
2002-11-30Note in the security docs that people should subscribe to theJoshua Slive2-3/+44
announcements list. PR: 14892 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97682 13f79535-47bb-0310-9956-ffa450edef68
2002-11-30update translationAstrid Malo1-2/+13
by Tim Gerundt <tim@gerundt.de> with some minor changes from me git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97681 13f79535-47bb-0310-9956-ffa450edef68
2002-11-29*** empty log message ***Wilfredo Sanchez1-0/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97678 13f79535-47bb-0310-9956-ffa450edef68
2002-11-29Add export_files to EXTRACLEAN_TARGETSWilfredo Sanchez1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97675 13f79535-47bb-0310-9956-ffa450edef68
2002-11-29Find apr, apr-util automatically if no --with-apr{-util} flag, same as other ↵Wilfredo Sanchez1-2/+2
libs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97674 13f79535-47bb-0310-9956-ffa450edef68
2002-11-29 If apr and apr-util are not in-tree, we need to be able to find theWilfredo Sanchez1-0/+2
include directory for each in order to generate the server/exports.c and server/export_vars.h files. configure.in: - Provide APR_INCLUDEDIR, APU_INCLUDEDIR. server/Makefile.in: - Use $APR_INCLUDEDIR $APU_INCLUDEDIR vars. - Add export_files target to generate a list of headers with symbols to export, use that list to generate exports.c and export_vars.h. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97673 13f79535-47bb-0310-9956-ffa450edef68
2002-11-29If apr and apr-util are not in-tree, we need to be able to find theWilfredo Sanchez3-16/+25
include directory for each in order to generate the server/exports.c and server/export_vars.h files. configure.in: - Provide APR_INCLUDEDIR, APU_INCLUDEDIR. server/Makefile.in: - Use $APR_INCLUDEDIR $APU_INCLUDEDIR vars. - Add export_files target to generate a list of headers with symbols to export, use that list to generate exports.c and export_vars.h. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97672 13f79535-47bb-0310-9956-ffa450edef68
2002-11-29Changes to reduce dependency on in-tree apr and apr-util.Wilfredo Sanchez6-8/+2981
Change AC_CONFIG_AUX_DIR in configure to build from srclib/apr/build. Have buildconf copy the needed files (config.guess, config.sub, PrintPath) from srclib/apr/build to build. Change binbuild.sh to stop using srclib/apr. This gets to to where ./configure --with-apr --with-apr-util actually works without an in-tree apr and apr-util, though we still need them in-tree to run buildconf. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97671 13f79535-47bb-0310-9956-ffa450edef68
2002-11-29Don't include apr_network.m4 and apr_threads.m4; we don't use them.Wilfredo Sanchez1-2/+0
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97670 13f79535-47bb-0310-9956-ffa450edef68
2002-11-29Use $INCLUDES rather than adding yet another place to edit include dirs.Wilfredo Sanchez3-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97669 13f79535-47bb-0310-9956-ffa450edef68
2002-11-27Caveat when using mod_speling in a DAV-enabled directoryMartin Kraemer1-0/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97668 13f79535-47bb-0310-9956-ffa450edef68
2002-11-27nobody seems to have objections...André Malo22-491/+526
* XHTML 1._0_. delivering xhtml 1.1 as text/html is bogus. (see <http://www.w3.org/TR/xhtml-media-types/#summary>) * replaced the also bogus <dl> stuff by normal <p>s and added some CSS instead. (embedding CSS compatible to xml *and* html causes the very ugly hack, you can see in top.html, because in HTML <style> contains CDATA and in XHTML PCDATA, see also <http://lists.w3.org/Archives/Public/www-html/2002Apr/0053.html>) * fixed some encoding issues. * removed the weird empty lines at the beginning of every document * added CONTENT_LANGUAGE parameter for pt-br git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97665 13f79535-47bb-0310-9956-ffa450edef68
2002-11-26add %% escapingAndré Malo2-30/+35
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97655 13f79535-47bb-0310-9956-ffa450edef68
2002-11-26Cleaning up the NetWare make files so that they detect and find the zlibBradley Nicholes3-5/+15
source correctly git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97654 13f79535-47bb-0310-9956-ffa450edef68
2002-11-25 Changes committed - and set aside a placeholder for 2.1 patches.William A. Rowe Jr1-0/+15
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97651 13f79535-47bb-0310-9956-ffa450edef68
2002-11-25 Set the appropriate mime response headers for negotated type-mapWilliam A. Rowe Jr1-1/+28
Body: responses. wrowe's review; My earlier concern doesn't apply. Type maps have always required the author to be explicit in all header fields to be negotiated; if the headers aren't given in the type map file the resulting redirect (for non-body maps) is broken anyways. As to my other concern, the charset should only exist if the Content-Type was given. Submitted by: Andr� Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97648 13f79535-47bb-0310-9956-ffa450edef68
2002-11-25Force the screen to close on exit() if the -E option was specified on theBradley Nicholes1-2/+6
command line git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97647 13f79535-47bb-0310-9956-ffa450edef68
2002-11-25Log reason for cache decline.Bill Stoddard1-26/+46
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97646 13f79535-47bb-0310-9956-ffa450edef68
2002-11-25 Accept '%%' in CustomLog format strings to produce a literal '%'.William A. Rowe Jr1-0/+9
Submitted by: Andr� Malo <nd@perlig.de> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97644 13f79535-47bb-0310-9956-ffa450edef68
2002-11-25Add <IfModule> conditionals around non-core directives.Wilfredo Sanchez1-475/+502
Submitted by: Tim Wilde <twilde@dyndns.org> git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97642 13f79535-47bb-0310-9956-ffa450edef68
2002-11-25Generate MD5 digest.Wilfredo Sanchez1-0/+12
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97640 13f79535-47bb-0310-9956-ffa450edef68
2002-11-25No gzip? Try compress.Wilfredo Sanchez1-2/+5
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97639 13f79535-47bb-0310-9956-ffa450edef68
2002-11-25Don't crap out if we couldn't gzip the file.Wilfredo Sanchez1-2/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97638 13f79535-47bb-0310-9956-ffa450edef68
2002-11-25teeny optimizationWilfredo Sanchez1-4/+4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97637 13f79535-47bb-0310-9956-ffa450edef68
2002-11-25Put then on the if lineWilfredo Sanchez1-14/+7
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97636 13f79535-47bb-0310-9956-ffa450edef68
2002-11-25Don't use GNU tar.Wilfredo Sanchez1-17/+15
Problem here is that GNU tar creates tar archives which are not POSIX-compliant and cannot be unpacked using a POSIX tar program. Typical oopsie is a developer uses binbuild to pack up an httpd release on a system which does not include gtar in the standard distro, but it's there on the developer's computer. User downloads it and find that it won't unpack with standard tar, even though it claims to be a tar archive. Blah. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97635 13f79535-47bb-0310-9956-ffa450edef68
2002-11-24typoWilfredo Sanchez1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97634 13f79535-47bb-0310-9956-ffa450edef68
2002-11-24Conert programs/index to xmlJoshua Slive2-18/+72
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97632 13f79535-47bb-0310-9956-ffa450edef68
2002-11-24 Win32 builds populate include from modules/foo/*.h and os/win32/os.h.William A. Rowe Jr1-0/+8
Eliminate the noise. However, I'm itching to simply move those 'standard' module headers back down to httpd-2.0/includes/ ... any objections? git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97627 13f79535-47bb-0310-9956-ffa450edef68
2002-11-24 State the obvious (to some).William A. Rowe Jr1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97626 13f79535-47bb-0310-9956-ffa450edef68
2002-11-23Fix some possibly-uninitialized variables.Cliff Woolley1-10/+14
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97617 13f79535-47bb-0310-9956-ffa450edef68
2002-11-23update a commentCliff Woolley1-8/+6
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97616 13f79535-47bb-0310-9956-ffa450edef68
2002-11-23 Keep track of the changes. My guess (although we will see in practice)William A. Rowe Jr2-87/+12
is that 'new stuff' will stay here in HEAD, while problems will probably linger in APACHE_2_0. History will be relative to the tree one is viewing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97606 13f79535-47bb-0310-9956-ffa450edef68
2002-11-23 Just 2c and fix my old borked comment.William A. Rowe Jr1-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97605 13f79535-47bb-0310-9956-ffa450edef68
2002-11-23Added ap_cache_cacheable_hdrs_out to the caching module export listBradley Nicholes1-0/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97604 13f79535-47bb-0310-9956-ffa450edef68
2002-11-23Makefile change required to move mod_ext_filter out of experimentalBradley Nicholes3-7/+254
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97603 13f79535-47bb-0310-9956-ffa450edef68
2002-11-22Fix the building of cgi command lines when the query stringJeff Trawick3-9/+17
contains '='. PR: 13914 Submitted by: Ville Skytt� <ville.skytta@iki.fi> (mod_cgi) Jeff Trawick (mod_cgid) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97601 13f79535-47bb-0310-9956-ffa450edef68
2002-11-22Replace APU_HAS_LDAPSSL_CLIENT_INIT with APU_HAS_LDAP_NETSCAPE_SSLGraham Leggett2-3/+8
as set by apr-util in util_ldap.c. This should allow mod_ldap to work with the Netscape/Mozilla LDAP library. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97600 13f79535-47bb-0310-9956-ffa450edef68
2002-11-22A PR was open for the ldap fix Graham just committed.Jeff Trawick1-1/+1
PR: 14256 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97599 13f79535-47bb-0310-9956-ffa450edef68
2002-11-22All hail the conflict.Graham Leggett1-1/+0
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97598 13f79535-47bb-0310-9956-ffa450edef68
2002-11-22Grrr... CHANGES file didn't commit :(Graham Leggett1-0/+7
PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97597 13f79535-47bb-0310-9956-ffa450edef68
2002-11-22Reorder the definitions for mod_ldap and mod_auth_ldap withinGraham Leggett1-1/+3
config.m4 to make sure the parent mod_ldap is defined first. This ensures that mod_ldap comes before mod_auth_ldap in the httpd.conf file, which is necessary for mod_auth_ldap to load. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97596 13f79535-47bb-0310-9956-ffa450edef68
2002-11-22Fix critical bug in new --enable-v4-mapped configure optionJeff Trawick2-8/+14
implementation which broke IPv4 listening sockets on systems with IPV6_V6ONLY socket option. That option should only be done on IPv6 listening sockets. Submitted by: hiroyuki hanai <hanai@imgsrc.co.jp>] Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97595 13f79535-47bb-0310-9956-ffa450edef68
2002-11-22the name is "no-gzip".André Malo2-2/+2
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97594 13f79535-47bb-0310-9956-ffa450edef68
2002-11-22update transformationAndré Malo7-35/+26
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97593 13f79535-47bb-0310-9956-ffa450edef68
2002-11-22 Branch tag APACHE_2_0_BRANCH now contains Apache 2.0 development.William A. Rowe Jr1-2/+2
Persist cvs HEAD as Apache 2.1. After discussion at AC, a number of individuals including Sander, Will, Justin and Rich will begin reverting the appropriate changes from the APACHE_2_0_BRANCH, while continuing their documentation and development of the Authorization reorganization on this branch. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97592 13f79535-47bb-0310-9956-ffa450edef68
2002-11-22 Catch up with Trawick's change to filters/mod_ext_filterWilliam A. Rowe Jr2-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97591 13f79535-47bb-0310-9956-ffa450edef68
2002-11-22mod_autoindex: AddDescription directives for directoriesJeff Trawick2-0/+14
now work as in Apache 1.3, where no trailing '/' is specified on the directory name. Previously, the trailing '/' *had* to be specified, which was incompatible with Apache 1.3. PR: 7990 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97590 13f79535-47bb-0310-9956-ffa450edef68