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
Revisi
manoj 99/08/31 21:21:17
Modified:src/main rfc1413.c
Log:
Add TPF processing support for the socket read. This allows RFC 1413
support to work properly on TPF.
Submitted by: David McCreedy <[EMAIL PROTECTED]> and others at IBM
Revision ChangesPath
1.30 +21 -6
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
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 <[EMA
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
===
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: /export/home/