#
52517c0a |
| 22-Jan-2016 |
Tony Finch <fanf@FreeBSD.org> |
A few `whois` usability improvements
Look up AS numbers at ARIN.
Handle more referral formats.
Suppress spammy nameserver objects when querying the .com and .net whois servers by explicitly queryi
A few `whois` usability improvements
Look up AS numbers at ARIN.
Handle more referral formats.
Suppress spammy nameserver objects when querying the .com and .net whois servers by explicitly querying for domain names by default.
show more ...
|
#
11d38a57 |
| 28-Oct-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
Sponsored by: Gandi.net
|
#
b5ff185e |
| 12-Sep-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
00176600 |
| 09-Sep-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Merge r286744-r287584 from head.
|
#
d9442b10 |
| 05-Sep-2015 |
Dimitry Andric <dim@FreeBSD.org> |
Merge ^/head r286858 through r287489.
|
#
23a32822 |
| 25-Aug-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from HEAD
|
#
9242719e |
| 23-Aug-2015 |
Xin LI <delphij@FreeBSD.org> |
Although the website [1] says US-ASCII is accepted, ISO-8859-1 seems to be the only accepted character that is close enough to US-ASCII (and this is also done on OpenBSD; the alternative would be to
Although the website [1] says US-ASCII is accepted, ISO-8859-1 seems to be the only accepted character that is close enough to US-ASCII (and this is also done on OpenBSD; the alternative would be to use UTF-8).
[1] http://www.denic.de/en/domains/technik/denic_whois-server/index.html
MFC after: 2 weeks
show more ...
|
Revision tags: release/10.2.0 |
|
#
416ba5c7 |
| 22-Jun-2015 |
Navdeep Parhar <np@FreeBSD.org> |
Catch up with HEAD (r280229-r284686).
|
#
37a48d40 |
| 28-May-2015 |
Glen Barber <gjb@FreeBSD.org> |
MFH: r282615-r283655
Sponsored by: The FreeBSD Foundation
|
#
98e0ffae |
| 27-May-2015 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge sync of head
|
#
60214b7f |
| 14-May-2015 |
Tony Finch <fanf@FreeBSD.org> |
whois: add an option to query the PeeringDB
|
#
dfef6b15 |
| 14-May-2015 |
Tony Finch <fanf@FreeBSD.org> |
whois: alphabetize whois server list
|
#
35859f3a |
| 14-May-2015 |
Tony Finch <fanf@FreeBSD.org> |
whois: do not clobber command-line flags when tweaking O_NONBLOCK
This can make whois fail to follow referrals when it should. The bug was introduced in r281959.
|
#
1326bf51 |
| 14-May-2015 |
Tony Finch <fanf@FreeBSD.org> |
whois: try whois.nic.TLD if TLD.whois-servers.net does not exist
Based on an idea from OpenBSD.
|
#
0279f129 |
| 14-May-2015 |
Tony Finch <fanf@FreeBSD.org> |
whois: check WHOIS_SERVER as well as RA_SERVER environment variables
WHOIS_SERVER is used by Debian's whois client.
|
#
298383b0 |
| 14-May-2015 |
Tony Finch <fanf@FreeBSD.org> |
whois: code cleanup
Remove deprecated options.
Use pedantically correct types.
|
#
c343f061 |
| 14-May-2015 |
Tony Finch <fanf@FreeBSD.org> |
whois: special case certain query suffixes
This extends the existing support for -NORID handles to include -NICAT, -ARIN, and -RIPE handles.
The suffix machinery is also used to work around a probl
whois: special case certain query suffixes
This extends the existing support for -NORID handles to include -NICAT, -ARIN, and -RIPE handles.
The suffix machinery is also used to work around a problem with lack of referrals from the Nominet server for .uk: names under .ac.uk need to be queried directly at JANET's whois server.
show more ...
|
#
7757a1b4 |
| 03-May-2015 |
Baptiste Daroussin <bapt@FreeBSD.org> |
Merge from head
|
#
de7df74b |
| 01-May-2015 |
Glen Barber <gjb@FreeBSD.org> |
MFH: r281855-r282312
Sponsored by: The FreeBSD Foundation
|
#
3cddd28e |
| 25-Apr-2015 |
Xin LI <delphij@FreeBSD.org> |
Try alternate addresses more agressively.
Attempt to connect to alternate addresses if the connect doesn't succeed in 180ms, and cut wait time between connection attempts in half for each additional
Try alternate addresses more agressively.
Attempt to connect to alternate addresses if the connect doesn't succeed in 180ms, and cut wait time between connection attempts in half for each additional, if no connection was established.
Take the first connection to succeed and close the others.
This makes whois more responsive when e.g. IPv6 service took long time or fail to respond.
PR: 158125 Submitted by: Mark Andrews <marka isc org> (with changes from me) MFC after: 2 weeks
show more ...
|
Revision tags: release/10.1.0 |
|
#
246e7a2b |
| 02-Sep-2014 |
Neel Natu <neel@FreeBSD.org> |
IFC @r269962
Submitted by: Anish Gupta (akgupt3@gmail.com)
|
#
ee7b0571 |
| 19-Aug-2014 |
Simon J. Gerraty <sjg@FreeBSD.org> |
Merge head from 7/28
|
#
1b833d53 |
| 13-Aug-2014 |
Alexander V. Chernikov <melifaro@FreeBSD.org> |
Sync to HEAD@r269943.
|
Revision tags: release/9.3.0 |
|
#
f35f40c5 |
| 25-Jun-2014 |
Hajimu UMEMOTO <ume@FreeBSD.org> |
Introduce $RA_SERVER to set default whois server.
Requested by: nork Reviewed by: nork MFC after: 1 week
|
#
6cec9cad |
| 03-Jun-2014 |
Peter Grehan <grehan@FreeBSD.org> |
MFC @ r266724
An SVM update will follow this.
|