cvs commit: apache-1.3 configure

1999-11-28 Thread rse
rse 99/11/28 03:10:53 Modified:src CHANGES .configure Log: Made `tr' usage in top-level configure script more portable by always using square brackets consistently. Submitted by: Masashi Kizaki [EMAIL PROTECTED] Reviewed by: Ralf S.

cvs commit: apache-1.3 configure

1999-11-28 Thread rse
rse 99/11/28 03:17:58 Modified:src CHANGES .configure Log: Made stripping of a trailing slash in directory names in top-level configure script more robust and this way support also a plain `/' as the argument without resulting in an empty name.

cvs commit: apache-1.3/src/helpers GuessOS

1999-11-28 Thread rse
rse 99/11/28 03:24:27 Modified:src CHANGES src/helpers GuessOS Log: Replaced pipes with commas in GuessOS' fallback output (displayed for not explicitly recognized platforms) to avoid side-effects with APACI's --shadow feature and similar uses where

cvs commit: apache-1.3/htdocs/manual install.html

1999-11-28 Thread rse
rse 99/11/28 03:38:58 Modified:src CHANGES htdocs/manual install.html Log: Fixed typo in htdocs/manual/install.html. Submitted by: Chris Pepper [EMAIL PROTECTED] PR: 5360 Revision ChangesPath 1.1451+3 -0 apache-1.3/src/CHANGES

cvs commit: apache-1.3/htdocs/manual/mod directives.html

1999-11-28 Thread rse
rse 99/11/28 04:14:22 Modified:src CHANGES htdocs/manual/mod directives.html Log: Added missing links to htdocs/manual/mod/directives.html for AllowCONNECT and ProxyDomain. Submitted by: Patrik Grip-Jansson [EMAIL PROTECTED], Ralf S. Engelschall

cvs commit: apache-1.3/src/include ap_config.h

1999-11-28 Thread rse
rse 99/11/28 04:28:06 Modified:src CHANGES src/include ap_config.h Log: Removed the variable name template from a prototype for SunOS4 in ap_config.h to make C++ compiler happy, too. Submitted by: SAKAI Kiyotaka [EMAIL PROTECTED] Reviewed by: Ralf S.

cvs commit: apache-1.3/src/modules/experimental mod_auth_digest.c

1999-11-28 Thread rse
rse 99/11/28 04:42:01 Modified:src CHANGES src/modules/experimental mod_auth_digest.c Log: Fixed mod_auth_digest.c: result of an open() call was being checked against the wrong failure value. Submitted by: Rick Ohnemus [EMAIL PROTECTED] Reviewed by:

cvs commit: apache-1.3/src/modules/standard mod_auth_db.c

1999-11-28 Thread rse
rse 99/11/28 04:59:52 Modified:src CHANGES src/modules/standard mod_auth_db.c Log: Added support for Berkeley-DB/3.x to mod_auth_db. Submitted by: Steve Atkins [EMAIL PROTECTED] Cleaned up and reviewed by: Ralf S. Engelschall PR: 5382 Revision

cvs commit: apache-1.3/src CHANGES Configure

1999-11-28 Thread rse
rse 99/11/28 05:21:51 Modified:src CHANGES Configure Log: Fix SHARED_CORE feature for HPUX by backing-out a change (comitted between 1.3.7 and 1.3.9) which changed the DSO extension from `sl' to `so'. This worked only for modules (where we load the DSO manually), but

cvs commit: apache-1.3/src/include ap_config.h

1999-11-28 Thread rse
rse 99/11/28 05:28:08 Modified:src CHANGES src/include ap_config.h Log: Fixed NEXT/OpenStep building by adding an fallback typedef for rlim_t to ap_config.h. Submitted by: Mark Miller [EMAIL PROTECTED] PR: 4906 Revision ChangesPath 1.1458

cvs commit: apache-2.0/src/ap ap_hooks.c

1999-11-28 Thread bjh
bjh 99/11/28 05:32:16 Modified:src/ap ap_hooks.c Log: Fix hook sorting. When walking a linked list it's a good idea to start at the head rather than the first element of the array. This makes mod_userdir actually work. Revision ChangesPath 1.8 +1 -1

cvs commit: apache-1.3/src/support dbmmanage

1999-11-28 Thread rse
rse 99/11/28 05:37:53 Modified:src CHANGES src/support dbmmanage Log: Fixed error handling in dbmmanage script. Submitted by: Andrew McRae [EMAIL PROTECTED] Reviewed by: Ralf S. Engelschall PR: 4973 Revision ChangesPath 1.1459+3 -0

cvs commit: apache-1.3/src/ap ap_snprintf.c

1999-11-28 Thread rse
rse 99/11/28 05:51:54 Modified:src CHANGES src/ap ap_snprintf.c Log: Fixed `quad integer' (aka `long long') handling in ap_snprintf.c More details were described in my original posting two weeks ago:

cvs commit: apache-1.3/src/ap ap_snprintf.c

1999-11-28 Thread rse
rse 99/11/28 05:53:41 Modified:src/ap ap_snprintf.c Log: Remove a useless #define which was left over from xinetd days. Revision ChangesPath 1.39 +0 -1 apache-1.3/src/ap/ap_snprintf.c Index: ap_snprintf.c

cvs commit: apache-1.3 configure

1999-11-28 Thread rse
rse 99/11/28 06:15:37 Modified:src CHANGES .configure Log: Add --iconsdir, --htdocsdir, and --cgidir option to top-level configure script to allow one to override the corresponding variables from config.layout. Revision ChangesPath

cvs commit: apache-1.3/src/ap ap_snprintf.c

1999-11-28 Thread jim
jim 99/11/28 07:47:02 Modified:src CHANGES src/ap ap_snprintf.c Log: The real fix for ap_snprintf :) Revision ChangesPath 1.1462+1 -1 apache-1.3/src/CHANGES Index: CHANGES