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-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

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