Age | Commit message (Collapse) | Author |
|
from wiz@netbsd
|
|
|
|
found by tedu@, ok by millert@ and him.
|
|
|
|
rescinded 22 July 1999. Proofed by myself and Theo.
|
|
|
|
have whitespace separating that string and the hostname of the
whois server (and we strip out whitespace before the hostname anyway).
Fixes lookups of .org and probably others.
|
|
o Remove bogus cast to char in getopt() switch
o Check for strdup() failure
o Don't list -p option twice in usage()
|
|
o make "whois -i" go to whois.networksolutions.com
o add "-p port" option (renamed old -p to -A)
o add support for recursive lookups of IP numbers
o remove WHOIS_INIC_FALLBACK, it is no longer useful
o man page updates
|
|
|
|
freeaddrinfo() a NULL pointer if the hostname is not resolvable.
|
|
By request and based on a diff from Henning Brauer
|
|
o Get rid of sysexits.h from Andrey Matveev
o Some simplification and cleanup by me (improved readability, less code)
o Add logic to use whois.networksolutions.com if name is a handle starting
with '!'
|
|
looking up just one. Exit value is now the number of errors found
trying to lookup all the names. Some bits from Andrey Matveev.
|
|
|
|
|
|
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
|
|
|
|
but apparently there are broken whois servers out there.
|
|
|
|
verify that the length of the quoted string == length of the name we
are looking up. Inspired but not based on a FreeBSD change.
|
|
o Add SOCKS support from FreeBSD
|
|
o When invoked with no arguments and the record contains 'Whois Server: foo'
also do the lookup using foo as the whois server.
o If an entry BAR is not found (No match for "BAR"), fall back on
whois.internic.net. This makes internic handle lookups work again.
o Fix lookup of multiple entries
o Add -Q (quick) option to turn off double lookup
Note:
Double lookups will not work properly until {com,net,org}.whois-servers.net
has been changed to point to whois.crsnic.net (in progress).
Man page still needs a bit of work.
|
|
o Change default nic host to whois.crsnic.net to also get hosts registered
by registrars other than NSI.
o -i option to use NSI's nic host (whois.internic.net)
o -g option to use .gov nic host
o -R option to use .ru nic host
|
|
|
|
|
|
|
|
|
|
|
|
|