cvs commit: apache-1.3/src/main rfc1413.c

1999-12-09 Thread martin
martin 99/12/09 09:05:29 Modified:src/main rfc1413.c Log: EBCDIC: The buffer was passed incorrectly. Some compilers tolerated that, but it was wrong anyway. Noticed by Ovies Brabson Submitted by: Ovies Brabson [EMAIL PROTECTED] Reviewed by:Martin Kraemer

cvs commit: apache-1.3/src/main rfc1413.c

1999-07-30 Thread martin
martin 99/07/30 06:42:26 Modified:src/main rfc1413.c Log: Change for EBCDIC platforms (TPF and BS2000) to correctly deal with ASCII/EBCDIC conversions in ident query. (This is the most obvious bug so I commited it right away. -martin) Submitted by: David McCreedy [EMAIL

cvs commit: apache-1.3/src/main rfc1413.c

1999-07-30 Thread martin
martin 99/07/30 07:06:57 Modified:src/main rfc1413.c Log: An important bit I missed in the previous commit: When looking for the end-of-line, we have to scan for '\012' (instead of '\n' which on EBCDIC platforms differs from '\012') because at this stage the line is still raw

cvs commit: apache-1.3/src/main rfc1413.c

1998-05-18 Thread brian
brian 98/05/18 14:56:12 Modified:src CHANGES src/main rfc1413.c Log: Improve RFC1413 support. See Message-ID: [EMAIL PROTECTED] Revision ChangesPath 1.852 +2 -0 apache-1.3/src/CHANGES Index: CHANGES

cvs commit: apache-1.3/src/main rfc1413.c

1998-03-29 Thread dgaudet
dgaudet 98/03/29 01:33:25 Modified:src/main rfc1413.c Log: a little more efficient Revision ChangesPath 1.21 +3 -2 apache-1.3/src/main/rfc1413.c Index: rfc1413.c === RCS file: