aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/whois
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make DK-HOSTMASTER show contact info for .dk domains.Poul-Henning Kamp2007-01-191-0/+2
* Markup fixes.Ruslan Ermilov2006-09-291-2/+3
* Add AfriNIC as a RIR.John Hay2006-01-232-6/+16
* Reduce compiler warning: variable might be used uninitialized, by givingPhilippe Charnier2005-05-291-0/+1
* Bump document date before ru gets me.Ceri Davies2004-12-111-1/+1
* Add a -k flag for querying whois.krnic.net (the National InternetCeri Davies2004-12-112-3/+13
* 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-142-2/+10
* Date bump.Bruce M Simpson2004-06-141-1/+1
* Add whois.iana.org to the whois(1) utility, under the -I option.Bruce M Simpson2004-06-142-3/+12
* 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