cvs commit: apachen/src/modules/standard mod_mime_magic.c

1997-12-19 Thread dgaudet
dgaudet 97/12/19 15:53:02 Modified:src CHANGES src/modules/standard mod_mime_magic.c Log: - fix an off-by-1 on read() which I think I introduced in an earlier cleanup - fix case where m->desc[] may be left unterminated - note some code which is not

cvs commit: apache-site related_projects.html

1997-12-19 Thread brian
brian 97/12/19 13:49:50 Modified:.related_projects.html Log: Modified link for Apache-Amiga pages to a faster server, by request of [EMAIL PROTECTED] (Bert Vortman). Revision ChangesPath 1.14 +1 -1 apache-site/related_projects.html Index: relate

cvs commit: apachen/src/modules/standard mod_negotiation.c

1997-12-19 Thread dgaudet
dgaudet 97/12/19 10:24:59 Modified:src CHANGES src/modules/standard mod_negotiation.c Log: Fix a potential SEGV -- the "hdr" variable was being incremented twice going past the \0 terminator. Reviewed by: Jim Jagielski, Martin Kraemer Revision Change

Re: cvs commit: apachen/src/modules/standard mod_auth_dbm.c

1997-12-19 Thread Paul Sutton
On 18 Dec 1997 [EMAIL PROTECTED] wrote: > + case "$PLAT" in > + *-linux*) > + # many systems don't have -ldbm > + DBM_LIB="" > + if ./helpers/TestCompile lib dbm; then > + DBM_LIB="-ldbm" > + elif ./helpers/TestCompile lib

cvs commit: apachen/src/ap ap_slack.c Makefile.tmpl

1997-12-19 Thread coar
coar97/12/19 06:30:14 Modified:src/main util.c src/ap Makefile.tmpl Added: src/ap ap_slack.c Log: Move the ap_slack() function stuff out of util.c into the ap directory. Reviewed by: Dean Gaudet, Jim Jagieslski Revision Changes

cvs commit: apachen/src CHANGES

1997-12-19 Thread dgaudet
dgaudet 97/12/18 18:17:17 Modified:src CHANGES Log: pr 1542 Revision ChangesPath 1.530 +2 -0 apachen/src/CHANGES Index: CHANGES === RCS file: /export/home/cvs/apachen/src/CHANGES,v re

cvs commit: apachen/src/main conf.h

1997-12-19 Thread dgaudet
dgaudet 97/12/18 18:16:02 Modified:src/main conf.h Log: Better glibc support for linux. PR: 1542 Reviewed by: Martin Kraemer, Jim Jagielski Revision ChangesPath 1.163 +30 -2 apachen/src/main/conf.h Index: conf.h ===