aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/whois/whois.c
Commit message (Expand)AuthorAgeFilesLines
* Use proper type cast for ctype macroAndrey A. Chernov2007-04-141-1/+1
* Make DK-HOSTMASTER show contact info for .dk domains.Poul-Henning Kamp2007-01-191-0/+2
* Add AfriNIC as a RIR.John Hay2006-01-231-3/+8
* Reduce compiler warning: variable might be used uninitialized, by givingPhilippe Charnier2005-05-291-0/+1
* Add a -k flag for querying whois.krnic.net (the National InternetCeri Davies2004-12-111-2/+6
* Add special case for the german whois nameserver. Without theMartin Blapp2004-08-251-1/+6
* Add -b to usage.Bruce M Simpson2004-06-141-1/+1
* Add whois.abuse.net to whois(1).Bruce M Simpson2004-06-141-1/+5
* Add whois.iana.org to the whois(1) utility, under the -I option.Bruce M Simpson2004-06-141-2/+6
* 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
* 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
* Add support for the Latin American and Caribbean IP address RegionalMike Barcroft2002-11-101-3/+7
* ARIN has annoyingly started using caps when referencingMike Barcroft2002-09-181-1/+3
* 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
* 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
* o Treat a buffer as a non-NUL terminated string, because the whoisMike Barcroft2001-10-121-34/+24
* o Move APNIC flag from -p to -A. Since, -p is usually associatedMike Barcroft2001-08-051-17/+26
* 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
* Implement recursive IP address searches based on the results of aDima Dorfman2001-06-271-8/+20
* Stylify, ANSIfy, silence warnings, plug a memory leak, don't assume theDag-Erling Smørgrav2001-06-221-89/+69
* 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-281-6/+13
* Enable whois queries over IPv6Kris Kennaway2000-07-071-43/+39
* Add braces ({}) to all the places that they're missing.Josef Karthauser1999-12-061-18/+34
* Added a -6 option to lookup information using the whois.6bone.netJosef Karthauser1999-12-051-2/+6
* 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-171-34/+147
* Change default to whois.crsnic.net - new Central Shared Registry for domainsAndrey A. Chernov1999-11-091-3/+7
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Add -R for .RU domainsAndrey A. Chernov1999-02-021-3/+7
* Update the -d flag to use the new .MIL NIC address (from PR 9802)Garrett Wollman1999-02-011-4/+8
* #include <arpa/inet.h>Peter Wemm1998-06-121-1/+2
* Make it more convenient to query NICs other than InterNIC. Explain in theGarrett Wollman1998-02-191-25/+46
* Use err(3).Philippe Charnier1997-08-261-16/+19
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-1/+1
* Add support for SOCKS if enabled.Paul Traina1996-04-231-4/+4
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+131