David Malone c268f6e47c Stop the tcp_wrappers ident code sending a request which is split
across several packets. This is done by not turning off buffering
on the stdio stream for the ident connection. Originally this was
done to avoid reading back what you'd just written into the buffer.
However ANSI C gives a list of functions which should allow you to
safely change direction on a stdio stream, and Wietse found that
fseek seemed to be the most portable.

The original patch used a different workaround, but this should be
a real fix.

PR:		16086
Reviewed by:	wietse@porcupine.org
(Original version) Approved by:	markm
2000-07-14 15:07:37 +00:00
..
2000-01-16 10:22:31 +00:00
2000-05-26 07:24:14 +00:00
2000-07-06 21:33:51 +00:00
2000-01-10 08:56:01 +00:00
2000-05-27 02:43:50 +00:00
1999-10-10 07:46:38 +00:00
2000-07-14 09:57:37 +00:00
2000-03-19 22:00:57 +00:00
2000-01-10 09:17:46 +00:00
2000-07-10 17:42:38 +00:00
1999-09-05 17:27:05 +00:00
2000-07-11 15:04:05 +00:00