History log of /freebsd/usr.bin/whois/whois.c (Results 126 – 150 of 162)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: release/4.10.0_cvs, release/4.10.0, release/5.2.1_cvs, release/5.2.1, release/5.2.0_cvs, release/5.2.0, release/4.9.0_cvs, release/4.9.0
# e5637075 30-Jun-2003 Andrey A. Chernov <ache@FreeBSD.org>

Back out .SU workaround - people at whois-servers.net set up
su.whois-servers.net


# 1d07f642 24-Jun-2003 Andrey A. Chernov <ache@FreeBSD.org>

While there is no su.whois-servers.net, use fallback to
ru.whois-servers.net for su domain or country


Revision tags: release/5.1.0_cvs, release/5.1.0, release/4.8.0_cvs, release/4.8.0
# 05854331 25-Mar-2003 Eivind Eklund <eivind@FreeBSD.org>

Add support for identifying NORID (norwegian top level registry) handles.

Reviewed by: mike (with slight changes based on feedback afterwards)


# 80473671 24-Feb-2003 Mike Barcroft <mike@FreeBSD.org>

Fix style bugs in previous commit.


# 96db1251 31-Jan-2003 Ollivier Robert <roberto@FreeBSD.org>

The newly appointed .org registrar has a pecular output format so
whois doesn't follow the link to the authoritative registrar. Fix it.

PR: bin/47770
Submitted by: Alain Thivillon <at@

The newly appointed .org registrar has a pecular output format so
whois doesn't follow the link to the authoritative registrar. Fix it.

PR: bin/47770
Submitted by: Alain Thivillon <at@rominet.net>
MFC after: 7 days

show more ...


Revision tags: release/5.0.0_cvs, release/5.0.0
# a5d96e6d 10-Nov-2002 Mike Barcroft <mike@FreeBSD.org>

Add support for the Latin American and Caribbean IP address Regional
Registry (LACNIC) with the -l option and support for recursive IP
address searches.

PR: 44448
Submitted by: David Wolfskill <dav

Add support for the Latin American and Caribbean IP address Regional
Registry (LACNIC) with the -l option and support for recursive IP
address searches.

PR: 44448
Submitted by: David Wolfskill <david@catwhisker.org>
MFC after: 1 week

show more ...


Revision tags: release/4.7.0_cvs
# d0505643 18-Sep-2002 Mike Barcroft <mike@FreeBSD.org>

ARIN has annoyingly started using caps when referencing
whois.apnic.net. To properly receive hints for recursive IP searches,
we convert a buffer to lowercase before searching for magic words.

PR:

ARIN has annoyingly started using caps when referencing
whois.apnic.net. To properly receive hints for recursive IP searches,
we convert a buffer to lowercase before searching for magic words.

PR: 42834
Submitted by: Andre Albsmeier <andre.albsmeier@mchp.siemens.de> (mostly)
X-MFC-After: re approval

show more ...


Revision tags: release/4.6.2_cvs, release/4.6.2, release/4.6.1, release/4.6.0_cvs
# 06469209 07-Mar-2002 Mike Barcroft <mike@FreeBSD.org>

Leave the `copyright' variable exposed, since the main purpose of it
is to put a copyright in the object file.

Submitted by: bde


Revision tags: release/4.5.0_cvs, release/4.4.0_cvs
# 01d71924 04-Feb-2002 Kris Kennaway <kris@FreeBSD.org>

Mark a function as __printflike()

MFC after: 1 week


# f971bd06 03-Feb-2002 Mike Barcroft <mike@FreeBSD.org>

Use new ID scheme.

Fix a bug that caused .br domains to be queried twice, by only
recursively following ARIN referrals when querying ARIN.

PR: 34291
MFC after: 7 days


# 3334b169 08-Dec-2001 Mike Barcroft <mike@FreeBSD.org>

Add support for Brazilian IP Addresses. Example `whois 200.236.70.0'.

PR: 30676


# d335cbd3 17-Oct-2001 Mike Barcroft <mike@FreeBSD.org>

Remove some EOL whitespace. Update usage() to current reality.


# 42ab40e5 12-Oct-2001 Mike Barcroft <mike@FreeBSD.org>

o Treat a buffer as a non-NUL terminated string, because the whois
server may not return a new line character on the final line.
o Remove the whois.networksolutions.com fallback code, which is no

o Treat a buffer as a non-NUL terminated string, because the whois
server may not return a new line character on the final line.
o Remove the whois.networksolutions.com fallback code, which is no
longer needed.
o Instead of determining a hostname by terminating it when we see
whitespace, only allow hostname characters and terminate the string
when it's not such a character.
o Add a small optimization in a for loop.

PR: 30968
Reviewed by: -audit
MFC after: 4 days

show more ...


# eade81c9 05-Aug-2001 Mike Barcroft <mike@FreeBSD.org>

o Move APNIC flag from -p to -A. Since, -p is usually associated
with specifying a port.
o Add the -p flag for specifying a port. (PR: 28790) This is
useful for querying rwhois servers. Examp

o Move APNIC flag from -p to -A. Since, -p is usually associated
with specifying a port.
o Add the -p flag for specifying a port. (PR: 28790) This is
useful for querying rwhois servers. Example:
whois -h rwhois.exodus.net -p rwhois 216.136.180.0
o Add the -c flag which allows one to get the same whois server
that would normally be determined if no arguments were specified.
(Concept based on work by phantom, requested by ache) Example:
whois -c ru TCNET-MNT-RIPN
o Deprecate -R flag in favour of -c ru.

PR: 28790
Reviewed by: -audit, ache, phantom

show more ...


# 2c69b9a1 22-Jul-2001 Mike Barcroft <mike@FreeBSD.org>

Fix a bug I introduced in Rev. 1.21 that prevented 'whois test' from
working.

Reviewed by: des
Approved by: des


# 197bca2c 20-Jul-2001 Mike Barcroft <mike@FreeBSD.org>

o Add phantom's gethostinfo() function to reduce duplicated code.
o Increase readability by creating a wrapper for asprintf(3).
o Cast isdigit(3) argument to unsigned char for future locale
changes

o Add phantom's gethostinfo() function to reduce duplicated code.
o Increase readability by creating a wrapper for asprintf(3).
o Cast isdigit(3) argument to unsigned char for future locale
changes.

Submitted by: phantom
Reviewed by: -audit, des
Approved by: des

show more ...


# 6c56da4a 17-Jul-2001 Mike Barcroft <mike@FreeBSD.org>

Re-write the logic that finds the whois server to query.
[This fixes a bug where one would type 'whois foo.bar.'
and get an error because of the trailing period.]

PR: 28880
Approved by: des


# 40682bea 28-Jun-2001 Dima Dorfman <dd@FreeBSD.org>

Implement recursive IP address searches based on the results of a
query to ARIN.

PR: 28426
Submitted by: Mike Barcroft <mike@q9media.com>


# 9b07a066 22-Jun-2001 Dag-Erling Smørgrav <des@FreeBSD.org>

Stylify, ANSIfy, silence warnings, plug a memory leak, don't assume the
server is well-behaved wrt. line endings.

PR: bin/28082
Submitted by: Mike Barcroft <mike@q9media.com>


# 2c5958aa 01-Jun-2001 Hajimu UMEMOTO <ume@FreeBSD.org>

Do retry next entry in addrinfo during connect.

MFC after: 1 week


# 861c52f1 28-May-2001 Poul-Henning Kamp <phk@FreeBSD.org>

Direct queries for IP numbers to ARIN. It would be nice if we could
send them to APNIC/RIPE intelligently, but we can't at this time so
fallback to ARIN and depend on them telling the user where to

Direct queries for IP numbers to ARIN. It would be nice if we could
send them to APNIC/RIPE intelligently, but we can't at this time so
fallback to ARIN and depend on them telling the user where to look.

Maybe we need a .whoisrc file...

PR: 24707
Submitted by: Mike Barcroft mike@q9media.com
MFC after: 1 week

show more ...


Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0, release/4.1.1_cvs, release/4.1.0
# ad59157a 07-Jul-2000 Kris Kennaway <kris@FreeBSD.org>

Enable whois queries over IPv6

Obtained from: KAME


Revision tags: release/3.5.0_cvs, release/4.0.0_cvs, release/3.4.0_cvs
# 4fb37726 06-Dec-1999 Josef Karthauser <joe@FreeBSD.org>

Add braces ({}) to all the places that they're missing.


# 50bfc34c 05-Dec-1999 Josef Karthauser <joe@FreeBSD.org>

Added a -6 option to lookup information using the whois.6bone.net
database.

PR: misc/10803 misc/10804


# e64b191d 03-Dec-1999 Andrey A. Chernov <ache@FreeBSD.org>

Change -i host to whois.networksolutions.com


1234567