aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/whois
Commit message (Expand)AuthorAgeFilesLines
* Back out .SU workaround - people at whois-servers.net set upAndrey A. Chernov2003-06-291-6/+1
* While there is no su.whois-servers.net, use fallback toAndrey A. Chernov2003-06-241-1/+6
* Drop maintainership of whois(1). If someone needs a review they canMike Barcroft2003-06-121-2/+0
* Add support for identifying NORID (norwegian top level registry) handles.Eivind Eklund2003-03-251-0/+7
* Fix style bugs in previous commit.Mike Barcroft2003-02-241-7/+5
* The newly appointed .org registrar has a pecular output format soOllivier Robert2003-01-311-1/+15
* mdoc(7) police: markup polishing.Ruslan Ermilov2002-11-261-2/+1
* Add support for the Latin American and Caribbean IP address RegionalMike Barcroft2002-11-102-6/+16
* ARIN has annoyingly started using caps when referencingMike Barcroft2002-09-181-1/+3
* Use `The .Nm utility'Philippe Charnier2002-04-201-1/+2
* Leave the `copyright' variable exposed, since the main purpose of itMike Barcroft2002-03-071-2/+2
* Mark a function as __printflike()Kris Kennaway2002-02-041-1/+1
* Use new ID scheme.Mike Barcroft2002-02-031-25/+20
* Fix a typo. Don't call options flags. Remove some documentation thatMike Barcroft2001-12-161-21/+6
* Remove WARNS=2 as this is to be the default.Mark Murray2001-12-111-1/+0
* Add support for Brazilian IP Addresses. Example `whois 200.236.70.0'.Mike Barcroft2001-12-081-1/+2
* Remove some EOL whitespace. Update usage() to current reality.Mike Barcroft2001-10-171-5/+5
* Use whois.example.com rather than non-existent.host in an example.Mike Barcroft2001-10-171-2/+2
* o Treat a buffer as a non-NUL terminated string, because the whoisMike Barcroft2001-10-121-34/+24
* Remove a trailing space at the end of a line.Mike Barcroft2001-09-041-1/+1
* o Remove examples from throughout the manual.Mike Barcroft2001-09-041-11/+65
* Take maintainership of whois(1).Mike Barcroft2001-08-211-0/+2
* mdoc(7) police: bump document date for the previous delta.Ruslan Ermilov2001-08-071-2/+2
* o Move APNIC flag from -p to -A. Since, -p is usually associatedMike Barcroft2001-08-052-25/+51
* Fix a bug I introduced in Rev. 1.21 that prevented 'whois test' fromMike Barcroft2001-07-221-0/+2
* o Add phantom's gethostinfo() function to reduce duplicated code.Mike Barcroft2001-07-201-49/+56
* Re-write the logic that finds the whois server to query.Mike Barcroft2001-07-171-16/+30
* Minor grammar cleanup.Dima Dorfman2001-06-271-6/+5
* Implement recursive IP address searches based on the results of aDima Dorfman2001-06-272-8/+29
* Stylify, ANSIfy, silence warnings, plug a memory leak, don't assume theDag-Erling Smørgrav2001-06-222-90/+70
* Do retry next entry in addrinfo during connect.Hajimu UMEMOTO2001-06-011-5/+10
* Direct queries for IP numbers to ARIN. It would be nice if we couldPoul-Henning Kamp2001-05-282-6/+19
* mdoc(7) police: fix markup.Ruslan Ermilov2001-05-221-40/+57
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
* Enable whois queries over IPv6Kris Kennaway2000-07-071-43/+39
* Tell people how to look up NIC handle information these days (for the twoDavid E. O'Brien2000-03-021-0/+10
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-3/+6
* Fix typosRuslan Ermilov1999-12-311-2/+2
* Mention the '6' flag in the flags summary. (Forgotten in the last commit).Josef Karthauser1999-12-061-1/+1
* Add braces ({}) to all the places that they're missing.Josef Karthauser1999-12-061-18/+34
* Rewrite of the manual page to make it clear that NSI and InterNICJosef Karthauser1999-12-061-2/+8
* Added a -6 option to lookup information using the whois.6bone.netJosef Karthauser1999-12-052-2/+10
* Change -i host to whois.networksolutions.comAndrey A. Chernov1999-12-031-1/+1
* purity change for name length checking codeAndrey A. Chernov1999-11-171-1/+1
* Merge with OpenBSD whois (with bugfixes missed there)Andrey A. Chernov1999-11-173-38/+173
* Change default to whois.crsnic.net - new Central Shared Registry for domainsAndrey A. Chernov1999-11-092-5/+20
* $Id$ -> $FreeBSD$Peter Wemm1999-08-282-2/+2
* Add -R for .RU domainsAndrey A. Chernov1999-02-022-5/+15
* Update the -d flag to use the new .MIL NIC address (from PR 9802)Garrett Wollman1999-02-012-10/+23
* #include <arpa/inet.h>Peter Wemm1998-06-121-1/+2