summaryrefslogtreecommitdiffstats
path: root/usr.bin/whois (follow)
Commit message (Expand)AuthorAgeFilesLines
* Plug getaddrinfo(3) memory leakjca2018-06-191-4/+6
* Add heuristic for IPv6 addresses.florian2018-06-171-2/+5
* Teach whois(1) to use the new whois referral field name which has now gonesthen2017-07-261-2/+2
* choose_server() does not always return malloc'd memory so passmillert2017-03-171-7/+9
* There's no need to realloc() a chunk of memory when you don't caremillert2017-03-151-16/+15
* spell out RIPE without errant acute accents; ok millert@naddy2016-02-201-3/+3
* Remove NULL-checks before free(). ok tb@mmcc2015-12-091-3/+2
* remove Tn macros ("Tradename") from things which are actually hostnames,sthen2015-11-021-3/+3
* add support for whois -I, to use whois.iana.org (root zone database).sthen2015-11-022-6/+15
* Cast isdigit()'s argument to unsigned char.mmcc2015-11-021-2/+2
* Change all tame callers to namechange to pledge(2).deraadt2015-10-091-3/+3
* whois uses dns to lookup whois servers, and then opens sockets to them.deraadt2015-10-031-1/+4
* Fix whois server detection for new TLDs using whois.nic.<domain> wheresthen2015-08-171-13/+12
* If looking up a string which looks like a gTLD, doesn't match a known set ofsthen2015-04-092-7/+41
* The whois() function is called in a loop so make sure we close themillert2014-01-031-8/+8
* obvious cast for isblank()deraadt2013-11-251-2/+2
* let whois -P do a query against peeringdb. ok deraadt phessler, feedback jmcsthen2013-03-052-6/+14
* last stage of rfc changes, using consistent Rs/Re blocks, and moving thejmc2012-09-261-3/+4
* rfc 812 was obsoleted by rfc 954; 954 was obsoleted by 3912, however itjmc2012-08-221-6/+13
* Use .Lk for HTTP hyperlinks, not .Pa.schwarze2012-08-121-3/+3
* remove -6 from usage();jmc2010-03-041-2/+2
* 6Bone is dead and doesn't respond to whois requests. Remove mankrw2010-03-042-23/+5
* add lacnic and afrinic to the list in the -a descrhenning2007-08-291-3/+5
* add afrinic to the list of known whois servers so that referrals arehenning2007-08-291-2/+4
* the ellipsis is not an optional argument; while here, sync the usagesobrado2007-08-062-5/+5
* Remove unused variable; Lawrence Teomillert2007-07-051-3/+3
* convert to new .Dd format;jmc2007-05-311-2/+2
* when looking up ASNs (ASxxxx), select radbhenning2006-09-171-3/+6
* Like DENIC, DK-HOSTMASTER is requires extra attention. This makes youmk2006-06-011-2/+5
* for .de domains, we need to send more shit to the denic whois server sohenning2005-07-221-2/+2
* * pass -Wshadow as well (port_whois vs port)henning2005-06-271-7/+13
* -Wall clean nowhenning2005-06-251-1/+2
* couldn't stop my fingers from doing some cleanuphenning2005-06-252-41/+17
* $OpenBSD$, got botchedhenning2005-06-251-2/+2
* slightly simplify; christos@netbsdhenning2005-06-221-15/+12
* deal with german stupidity... nic.de decided that it is a good idea tohenning2005-06-221-6/+15
* typos from Jared Yanovich, slightly ammended;jmc2003-10-201-2/+2
* sort options and sync usage();jmc2003-10-122-20/+20
* whois port hack thingy; rperkins@tcsg.netderaadt2003-10-041-3/+6
* if length is 1, don't try to null memory that doesn't belong to us.fgsch2003-09-181-4/+4
* escape punctuation;jmc2003-09-021-4/+4
* mostly ansi cleanup; pval okderaadt2003-06-101-3/+3
* - section reorderjmc2003-06-101-10/+10
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-032-13/+5
* I lied, we didn't skip blanks after WHOIS_SERVER_ID; this fixes that.millert2003-04-151-2/+4
* Remove trailing space in "Whois Server: " since not all recordsmillert2003-04-151-4/+4
* Fixes from Andrey Matveev:millert2003-01-151-4/+6
* Whois updates, mostly adapted from FreeBSDmillert2003-01-072-91/+179
* Rename VNICHOST -> NNICHOST now that Verisign has spun off NSI.millert2003-01-061-4/+4
* Use a temp variable when cycling through ai_addr's so we don't passmillert2003-01-051-7/+6