summaryrefslogtreecommitdiffstats
path: root/usr.bin/whois/whois.c
Commit message (Expand)AuthorAgeFilesLines
* Send whois queries for gov.uk names to JANET.fanf2016-05-251-0/+1
* whois(1): Fix potential double-close and logic mistakescem2016-05-111-3/+9
* whois(1): Pull out async multiple host connection code into a routinecem2016-05-111-12/+22
* Handle whois referrals between RIRsfanf2016-04-081-0/+13
* Fix whois queries for ARIN AS numbers.fanf2016-03-311-3/+7
* Fix a regression in the .de and .dk whois special casesfanf2016-01-231-7/+15
* A lot of the cleverness in whois is no longer needed!fanf2016-01-231-133/+89
* Update whois synopsis and usage with new optionsfanf2016-01-221-1/+1
* A few `whois` usability improvementsfanf2016-01-221-41/+49
* Although the website [1] says US-ASCII is accepted, ISO-8859-1 seems todelphij2015-08-231-1/+1
* whois: add an option to query the PeeringDBfanf2015-05-141-2/+6
* whois: alphabetize whois server listfanf2015-05-141-10/+12
* whois: do not clobber command-line flags when tweaking O_NONBLOCKfanf2015-05-141-4/+4
* whois: try whois.nic.TLD if TLD.whois-servers.net does not existfanf2015-05-141-14/+33
* whois: check WHOIS_SERVER as well as RA_SERVER environment variablesfanf2015-05-141-1/+2
* whois: code cleanupfanf2015-05-141-13/+5
* whois: special case certain query suffixesfanf2015-05-141-12/+29
* Try alternate addresses more agressively.delphij2015-04-251-9/+127
* Introduce $RA_SERVER to set default whois server.ume2014-06-251-4/+6
* The whois() function is called in a loop so make sure we close thekevlo2014-01-041-9/+9
* Mark global functions and/or variables in whois(1) static where possible.ed2011-11-061-3/+3
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
* Make whois capable of searching for IPv6 addresses just like it canedwin2010-01-141-0/+4
* Remove -d option, whois.nic.mil doesn't exist anymore.edwin2010-01-141-6/+2
* The 6bone was decommissioned on 6/6/06, so remove references to it.dougb2009-10-031-2/+3
* Use proper type cast for ctype macroache2007-04-141-1/+1
* Make DK-HOSTMASTER show contact info for .dk domains.phk2007-01-191-0/+2
* Add AfriNIC as a RIR.jhay2006-01-231-3/+8
* Reduce compiler warning: variable might be used uninitialized, by givingcharnier2005-05-291-0/+1
* Add a -k flag for querying whois.krnic.net (the National Internetceri2004-12-111-2/+6
* Add special case for the german whois nameserver. Without thembr2004-08-251-1/+6
* Add -b to usage.bms2004-06-141-1/+1
* Add whois.abuse.net to whois(1).bms2004-06-141-1/+5
* Add whois.iana.org to the whois(1) utility, under the -I option.bms2004-06-141-2/+6
* Back out .SU workaround - people at whois-servers.net set upache2003-06-291-6/+1
* While there is no su.whois-servers.net, use fallback toache2003-06-241-1/+6
* Add support for identifying NORID (norwegian top level registry) handles.eivind2003-03-251-0/+7
* Fix style bugs in previous commit.mike2003-02-241-7/+5
* The newly appointed .org registrar has a pecular output format soroberto2003-01-311-1/+15
* Add support for the Latin American and Caribbean IP address Regionalmike2002-11-101-3/+7
* ARIN has annoyingly started using caps when referencingmike2002-09-181-1/+3
* Leave the `copyright' variable exposed, since the main purpose of itmike2002-03-071-2/+2
* Mark a function as __printflike()kris2002-02-041-1/+1
* Use new ID scheme.mike2002-02-031-25/+20
* Add support for Brazilian IP Addresses. Example `whois 200.236.70.0'.mike2001-12-081-1/+2
* Remove some EOL whitespace. Update usage() to current reality.mike2001-10-171-5/+5
* o Treat a buffer as a non-NUL terminated string, because the whoismike2001-10-121-34/+24
* o Move APNIC flag from -p to -A. Since, -p is usually associatedmike2001-08-051-17/+26
* Fix a bug I introduced in Rev. 1.21 that prevented 'whois test' frommike2001-07-221-0/+2
* o Add phantom's gethostinfo() function to reduce duplicated code.mike2001-07-201-49/+56
OpenPOWER on IntegriCloud