K 10 svn:author V 8 dwmalone K 8 svn:date V 27 2000-07-14T15:07:37.000000Z K 7 svn:log V 600 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 END