History log of /netbsd/usr.bin/whois/whois.c (Results 1 – 25 of 38)
Revision Date Author Comments
# 1e98b87c 01-Mar-2020 sevan <sevan@NetBSD.org>

Order caps first


# 56096139 01-Mar-2020 sevan <sevan@NetBSD.org>

Merge in changes from OpenBSD 6.6 whois(1).
This improves recursion support and querying whois servers.


# 055a3c32 20-Feb-2013 ws <ws@NetBSD.org>

It helps to separate arguments from the query.
While still suboptimal (you cannot use all the queries specified for .DE),
at least this way we don't get cryptic error messages for standard queries.


# 4fca1f95 17-Aug-2011 christos <christos@NetBSD.org>

fix non-literal string format


# 8c812af3 14-Apr-2009 lukem <lukem@NetBSD.org>

fix -Wcast-qual issues


# 98e5374c 21-Jul-2008 lukem <lukem@NetBSD.org>

Remove the \n and tabs from the __COPYRIGHT() strings.
Tweak to use a consistent format.


# 8b0f9554 15-Dec-2007 perry <perry@NetBSD.org>

convert __attribute__s to applicable cdefs.h macros


# b1749a12 09-Sep-2007 christos <christos@NetBSD.org>

PR/36957: sm: whois does not follow AfriNIC referral


# 54f258bd 02-May-2006 christos <christos@NetBSD.org>

Coverity CID 1736: close files before returning.


# 9a4f3f0f 30-Apr-2006 liamjfoy <liamjfoy@NetBSD.org>

remove an unused variable

ok christos


# 4023e9bb 22-Jul-2005 christos <christos@NetBSD.org>

add more crap for denic. From OpenBSD.


# 8fa00690 22-Jun-2005 christos <christos@NetBSD.org>

Deal with nic.de stupidity. Idea from OpenBSD, but simplified.


# b635f565 05-Jan-2004 jmmv <jmmv@NetBSD.org>

Homogenize usage messages: make the 'usage' word all lowercase, as this seems
to be the most common practice in our tree.


# d5250e4e 16-Oct-2003 itojun <itojun@NetBSD.org>

safer use of realloc


# ebe750b0 11-Oct-2003 wiz <wiz@NetBSD.org>

Sort options.


# ca7e7788 09-Oct-2003 christos <christos@NetBSD.org>

- enable WARNS 2
- delint (void casts, shadow warning on port)
- always cast to unsigned char for isfoo() macros, not sometimes.
- save errno to avoid reporting random error value.
- use warnx() when

- enable WARNS 2
- delint (void casts, shadow warning on port)
- always cast to unsigned char for isfoo() macros, not sometimes.
- save errno to avoid reporting random error value.
- use warnx() when the error is indeed unknown.
- use getprogname() instead of __progname.
- make all locals static.

show more ...


# df042318 09-Oct-2003 jrf <jrf@NetBSD.org>

christos@netbsd.org suggested we replace whois
with one that is KNF, has ipv6, better error
handling, and recursion. I settled on OpenBSDs.
Christos found some nits and had me commit as
is. Christos

christos@netbsd.org suggested we replace whois
with one that is KNF, has ipv6, better error
handling, and recursion. I settled on OpenBSDs.
Christos found some nits and had me commit as
is. Christos will follow up with fixes shortly.

show more ...


# 89aaa1bb 07-Aug-2003 agc <agc@NetBSD.org>

Move UCB-licensed code from 4-clause to 3-clause licence.

Patches provided by Joel Baker in PR 22365, verified by myself.


# 6086476a 14-Jul-2003 itojun <itojun@NetBSD.org>

use bounded string op


# a8d6388e 23-Jun-2003 agc <agc@NetBSD.org>

Add NetBSD RCS Ids.


# 75dd6f2e 13-Jun-2002 wiz <wiz@NetBSD.org>

Remove some STDC ifdefs, and some code that's for non-NetBSD systems.
ANSIfy.


# 14dbdf55 06-Apr-2001 wiz <wiz@NetBSD.org>

Negative exit code cleanup: Replace exit(-x) with exit(x).
As seen on tech-userlevel.


# 98fea760 27-Jan-2001 joda <joda@NetBSD.org>

don't know when the TOPDOMAIN compile-time option might be useful, but
doing strcat on a string literal is not a very good idea


# b46ec3b2 04-Oct-2000 mjl <mjl@NetBSD.org>

getopt(3) returns -1 not EOF.


# 8d07b6dd 30-Sep-2000 jhawk <jhawk@NetBSD.org>

Return to whois.internic.net.
whois.networksolutions.com is just wrong -- it only returns information
for Network Solutions domains.
whois.opensrs.net is a bit better -- it returns information for Op

Return to whois.internic.net.
whois.networksolutions.com is just wrong -- it only returns information
for Network Solutions domains.
whois.opensrs.net is a bit better -- it returns information for OpenSRS
domains, and otherwise recurses to the correct whois server for other
domains -- unfortunately it is not canonical, and cannot be construed as
"correct." Other recursing proxies include whois.geektools.com and pallas.
eruditorum.org, neither of which is "official" either.

For good or for ill, we go back to whois.internic.net, which is the canonical
source for this information.

show more ...


12