freebsd-skq/usr.bin/whois
mike 2abcf6c606 o Treat a buffer as a non-NUL terminated string, because the whois
server may not return a new line character on the final line.
o Remove the whois.networksolutions.com fallback code, which is no
  longer needed.
o Instead of determining a hostname by terminating it when we see
  whitespace, only allow hostname characters and terminate the string
  when it's not such a character.
o Add a small optimization in a for loop.

PR:		30968
Reviewed by:	-audit
MFC after:	4 days
2001-10-12 17:39:36 +00:00
..
Makefile Take maintainership of whois(1). 2001-08-21 19:24:50 +00:00
whois.1 Remove a trailing space at the end of a line. 2001-09-04 17:49:07 +00:00
whois.c o Treat a buffer as a non-NUL terminated string, because the whois 2001-10-12 17:39:36 +00:00