Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Dec 2001 23:20:39 -0800 (PST)
From:      Mike Barcroft <mike@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/whois whois.c
Message-ID:  <200112090720.fB97Kdj06389@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
mike        2001/12/08 23:20:39 PST

  Modified files:        (Branch: RELENG_4)
    usr.bin/whois        whois.c 
  Log:
  MFC 1.27 and 1.25:
  o Add support for Brazilian IP Addresses.  Example `whois 200.236.70.0'.
  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.
  
  Revision  Changes    Path
  1.15.2.7  +28 -38    src/usr.bin/whois/whois.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200112090720.fB97Kdj06389>