aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/whois
Commit message (Expand)AuthorAgeFilesLines
* whois: Handle referrals to rwhois servers.Mark Johnston2020-07-091-16/+41
* Update RFC references in the whois(1) man page.Mark Johnston2019-08-081-6/+14
* General further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* DIRDEPS_BUILD: Update dependencies.Bryan Drewery2017-10-311-1/+0
* Renumber copyright clause 4Warner Losh2017-02-282-2/+2
* Add missing -width after -Bl -tagBaptiste Daroussin2017-02-111-1/+1
* More robust handling of whois referrals from RIRs.Tony Finch2016-11-171-4/+75
* Send whois queries for gov.uk names to JANET.Tony Finch2016-05-251-0/+1
* whois(1): Fix potential double-close and logic mistakesConrad Meyer2016-05-111-3/+9
* whois(1): Pull out async multiple host connection code into a routineConrad Meyer2016-05-111-12/+22
* Example RIPE whois query with options and spaces.Tony Finch2016-04-251-6/+26
* Handle whois referrals between RIRsTony Finch2016-04-081-0/+13
* Fix whois queries for ARIN AS numbers.Tony Finch2016-03-311-3/+7
* Fix a regression in the .de and .dk whois special casesTony Finch2016-01-231-7/+15
* A lot of the cleverness in whois is no longer needed!Tony Finch2016-01-232-189/+139
* Update whois synopsis and usage with new optionsTony Finch2016-01-222-2/+2
* Bump .Dd after r294575Benjamin Kaduk2016-01-221-1/+1
* A few `whois` usability improvementsTony Finch2016-01-222-56/+80
* Although the website [1] says US-ASCII is accepted, ISO-8859-1 seems toXin LI2015-08-231-1/+1
* Add META_MODE support.Simon J. Gerraty2015-06-131-0/+19
|\
| * dirdeps.mk now sets DEP_RELDIRSimon J. Gerraty2015-06-081-2/+0
| * Merge sync of headSimon J. Gerraty2015-05-272-126/+269
| |\ | |/ |/|
| * Merge head from 7/28Simon J. Gerraty2014-08-191-4/+6
| |\
| * | Updated dependenciesSimon J. Gerraty2014-05-161-1/+0
| * | Updated dependenciesSimon J. Gerraty2014-05-101-0/+2
| * | Merge headSimon J. Gerraty2014-04-282-10/+9
| |\ \
| * | | Updated dependenciesSimon J. Gerraty2013-03-111-0/+1
| * | | Updated dependenciesSimon J. Gerraty2013-02-161-2/+0
| * | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.Marcel Moolenaar2012-08-221-0/+20
* | | | whois: add an option to query the PeeringDBTony Finch2015-05-142-2/+10
* | | | Update whois(1) synopsis.Tony Finch2015-05-141-1/+1
* | | | Bump whois(1) date.Tony Finch2015-05-141-1/+1
* | | | whois: alphabetize whois server listTony Finch2015-05-141-10/+12
* | | | whois: do not clobber command-line flags when tweaking O_NONBLOCKTony Finch2015-05-141-4/+4
* | | | whois: try whois.nic.TLD if TLD.whois-servers.net does not existTony Finch2015-05-142-26/+47
* | | | whois: check WHOIS_SERVER as well as RA_SERVER environment variablesTony Finch2015-05-142-3/+13
* | | | whois: code cleanupTony Finch2015-05-141-13/+5
* | | | whois: special case certain query suffixesTony Finch2015-05-141-12/+29
* | | | Clean up whois manual.Tony Finch2015-05-141-67/+42
* | | | Try alternate addresses more agressively.Xin LI2015-04-251-9/+127
| |_|/ |/| |
* | | Introduce $RA_SERVER to set default whois server.Hajimu UMEMOTO2014-06-251-4/+6
| |/ |/|
* | mdoc: minor paragraph fixes.Joel Dahl2014-02-081-1/+0
* | The whois() function is called in a loop so make sure we close theKevin Lo2014-01-041-9/+9
|/
* General mdoc(7) and typo fixes.Glen Barber2012-05-101-1/+1
* Mark global functions and/or variables in whois(1) static where possible.Ed Schouten2011-11-061-3/+3
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-112-8/+0
* Make whois capable of searching for IPv6 addresses just like it canEdwin Groothuis2010-01-141-0/+4
* Remove -d option, whois.nic.mil doesn't exist anymore.Edwin Groothuis2010-01-142-12/+3
* The 6bone was decommissioned on 6/6/06, so remove references to it.Doug Barton2009-10-032-19/+8
* Use proper type cast for ctype macroAndrey A. Chernov2007-04-141-1/+1