summaryrefslogtreecommitdiff
path: root/usr.bin/whois
AgeCommit message (Collapse)Author
2000-07-12make whois(1) IPv6-ready. patch from deraadt + minor tweaks.Jun-ichiro itojun Hagino
2000-03-23More pedantic man page formatting insanity, lalalaAaron Campbell
2000-03-14Finish off cleanup usr.bin/ man pages.Aaron Campbell
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
least, this is the impression I get from looking at a lot of Perl docs.
2000-01-22ie. -> i.e.,Aaron Campbell
1999-11-26socks support that should have gotten committed with the whois.c socks changesTodd C. Miller
1999-11-19blank lineTheo de Raadt
1999-11-19When eearching for the string: No match for "FOO".Todd C. Miller
verify that the length of the quoted string == length of the name we are looking up. Inspired but not based on a FreeBSD change.
1999-11-19o Add -Q option to usage stringTodd C. Miller
o Add SOCKS support from FreeBSD
1999-11-15o Make -q option the defaultTodd C. Miller
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.
1999-11-15From FreeBSD:Todd C. Miller
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
1999-10-04more detailTheo de Raadt
1999-10-03whois-servers.net and whois.ra.net support; jabley@patho.gen.nzTheo de Raadt
1999-08-16fix includesArtur Grabowski
1999-06-05- remove trailing white spaceAaron Campbell
- remove arguments from .Os macros - remove arguments from .Nm macros, where appropriate - some more Dq/Sq/Ql insanity - still lots to do in the usr.bin tree... :/
1998-10-30usr.bin/ man page fixes, t-zAaron Campbell
1998-02-24add new flags for global NIC access; wollmanTheo de Raadt
1997-09-21$OpenBSD$Theo de Raadt
1997-01-15getopt(3) returns -1 when out of args, not EOF, whee!Todd C. Miller
1996-06-26rcsidTheo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt