cvs commit: apachen/src/main util.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 17:48:48 Modified:src/main util.c Log: Ensure that the buffer returned by ht_time is always properly null terminated. Submitted by: Marc Slemko Reviewed by:Martin Kraemer, Mark J Cox, Dean Gaudet, Randy Terbush Revision ChangesPath 1.88

cvs commit: apachen/src/main util.c

1998-01-20 Thread dgaudet
dgaudet 98/01/19 17:42:24 Modified:src/main util.c Log: One of Marc's security patches that's in 1.2.5 but not 1.3. Submitted by: Marc Slemko Reviewed by: Dean Gaudet Revision ChangesPath 1.87 +6 -1 apachen/src/main/util.c Index: util.c ==

cvs commit: apachen/src/main util.c

1998-01-19 Thread martin
martin 98/01/19 07:08:41 Modified:src/main util.c Log: [PORT] fix the renamed _toascii references (I missed some) Revision ChangesPath 1.86 +3 -3 apachen/src/main/util.c Index: util.c ===

cvs commit: apachen/src/main util.c

1997-12-30 Thread dgaudet
dgaudet 97/12/30 11:55:50 Modified:src/main util.c Log: Fix some off-by-1s, and do some strength reduction from ap_cpystrn to memcpy. Revision ChangesPath 1.81 +6 -9 apachen/src/main/util.c Index: util.c ===

cvs commit: apachen/src/main util.c

1997-12-30 Thread dgaudet
dgaudet 97/12/30 11:03:19 Modified:.STATUS src CHANGES src/main util.c Log: Fix O(n^2) problem with no2slash() Reviewed by: Marc Slemko, Brian Behlendorf Revision ChangesPath 1.42 +1 -4 apachen/STATUS Index:

cvs commit: apachen/src/main util.c conf.h

1997-11-13 Thread martin
martin 97/11/13 09:05:17 Modified:src/main util.c conf.h Log: Back away from enabling all of SUNOS_LIB_PROTOTYPES, instead prototype only the things we require in util.c. Submitted by: [EMAIL PROTECTED] (Ben Hyde) Reviewed by:Dean Gaudet, Martin Kraemer Revision Chang

cvs commit: apachen/src/main util.c

1997-11-11 Thread dgaudet
dgaudet 97/11/11 11:52:20 Modified:src CHANGES src/main util.c Log: If ap_slack fails to allocate above the low slack line it's a good indication that further problems will occur; it's a better indication than many external libraries give us when we actually r

cvs commit: apachen/src/main util.c

1997-10-27 Thread martin
martin 97/10/27 08:30:31 Modified:src/main util.c Log: Include stdio.h to get prototypes for fgets() and fgetc() (needed for pcfg_openfile()). Noted by [EMAIL PROTECTED] (Ben Hyde) Revision ChangesPath 1.75 +1 -0 apachen/src/main/util.c Index: util

cvs commit: apachen/src/main util.c util_date.c util_date.h util_md5.c util_md5.h util_script.c util_script.h util_snprintf.c

1997-09-14 Thread Randy Terbush
randy 97/09/14 15:19:04 Modified:src/main util.c util_date.c util_date.h util_md5.c util_md5.h util_script.c util_script.h util_snprintf.c Log: indent Revision ChangesPath 1.69 +693 -594 apachen/src/main/util.c