Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-22 | Debian changelog for 5.2.18 | Marco d'Itri | 1 | -0/+11 | |
2017-08-22 | debian/control: update the policy version | Marco d'Itri | 1 | -1/+1 | |
2017-08-22 | Autodetect libidn/libidn2 support with pkg-config | Marco d'Itri | 2 | -9/+7 | |
libidn2 >= 2.0.3 must be used, or else it would silently remove characters not valid in hostnames like "/" and "_". For details see https://github.com/rfc1036/whois/issues/50 . For more information about IDNA2003 vs. IDNA2008 and TR46 see: http://nmav.gnutls.org/2017/04/the-mess-with-internationalized-domain.html http://unicode.org/faq/idn.html https://fedoraproject.org/wiki/Changes/IDNA2008 | |||||
2017-08-22 | fix FSF address in mkpasswd.c | Andreas Stieger | 1 | -3/+3 | |
2017-08-22 | Do not request domain results for name server queries | Marco d'Itri | 1 | -1/+7 | |
If there is more than one dot in the query string then it can only be a name server, so do not restrict the results to domains only. | |||||
2017-08-22 | Disable recursion for queries like "nameserver name.example.com" | Marco d'Itri | 1 | -0/+4 | |
Or else the program would return an error because no registrar whois server is returned by the registry. | |||||
2017-08-16 | whois.1: document the default for Verisign queries | Marco d'Itri | 1 | -0/+5 | |
2017-08-16 | whois.1: remove the paragraph about whois.networksolutions.com | Marco d'Itri | 1 | -4/+0 | |
Since it has not been the default server for gTLD queries in a very long time. | |||||
2017-08-16 | whois.1: remove the commented and deprecated options -F and -V | Marco d'Itri | 1 | -8/+0 | |
2017-08-15 | Initialize the target of strcat | Marco d'Itri | 1 | -0/+1 | |
Was not detected until now, but immediately crashes with a recent libc. | |||||
2017-07-27 | Debian changelog for 5.2.17 | Marco d'Itri | 1 | -0/+15 | |
2017-07-27 | Fix referrals for .com, .net, .jobs, .bz, .cc and .tv | Marco d'Itri | 1 | -3/+2 | |
ICANN mandated that the referral whois server field had to be renamed, hence breaking all whois clients: https://www.icann.org/resources/pages/rdds-labeling-policy-2017-02-01-en Closes #56 from Github. | |||||
2017-07-27 | whois.1: fix typo | Marco d'Itri | 1 | -1/+1 | |
Closes: #866742 | |||||
2017-07-27 | New TLD servers: xn--2scrj9c and more (India) | Marco d'Itri | 1 | -1/+9 | |
Also: xn--3hcrj9c xn--45br5cyl xn--h2breg3eve xn--h2brj9c8c xn--mgbbh1a xn--mgbgu82a xn--rvc1e0am3e | |||||
2017-07-27 | Update the list of new gTLDs | Marco d'Itri | 1 | -0/+5 | |
2017-06-12 | Debian changelog for 5.2.16 | Marco d'Itri | 1 | -0/+8 | |
2017-06-12 | Update the list of new gTLDs | Marco d'Itri | 1 | -0/+6 | |
2017-06-12 | Update TLD servers: do | Marco d'Itri | 1 | -1/+1 | |
Non-ASCII characters are mangled as "?", so no obvious encoding. | |||||
2017-03-13 | Fix misspellings in IPv4 formatting string | Petr Písař | 1 | -2/+2 | |
Querying 6to4 address failed on malformed IPv4 address: $ ./whois 2002:5ab2:d182::1 Querying for the IPv4 endpoint 90d.178d.209d.130d of a 6to4 IPv6 address. This patch fixes it. | |||||
2017-03-13 | Update TLD servers: kg | Marco d'Itri | 1 | -1/+1 | |
Same IP, different name. | |||||
2017-02-27 | Debian changelog for 5.2.15 | Marco d'Itri | 1 | -0/+11 | |
2017-02-27 | Update the charset for whois.nic.kz | Marco d'Itri | 1 | -3/+1 | |
2017-02-27 | Implement support for libidn2 | Marco d'Itri | 3 | -4/+24 | |
Contributed by Tim Rühsen. Closes #49 from Github. | |||||
2017-02-27 | Unconditionally use AI_IDN | Marco d'Itri | 1 | -2/+0 | |
AI_IDN is not provided by libidn: it is a feature of glibc. If not available on other platforms then it will be defined to 0 in utils.h. | |||||
2017-02-26 | Annotate more functions with NORETURN | Marco d'Itri | 5 | -12/+14 | |
Contributed by Sami Kerola. Closes #48 from Github. | |||||
2017-02-26 | Fix minor compiler warnings | Marco d'Itri | 3 | -8/+11 | |
Fix a lot of minor compiler warnings with no practical effect. Contributed by Sami Kerola. | |||||
2017-02-26 | BSD portability fixes | Marco d'Itri | 3 | -1/+6 | |
2017-02-26 | mkpasswd: fix compile time error with HAVE_ARC4RANDOM_BUF | Marco d'Itri | 1 | -1/+1 | |
Patch from MacPorts. | |||||
2017-02-26 | Do not use arc4random_buf on OS X v10.6 or erlier | Marco d'Itri | 1 | -1/+1 | |
Because it had not been implemented yet. Patch from MacPorts. | |||||
2017-02-26 | Update the list of new gTLDs | Marco d'Itri | 1 | -0/+1 | |
2017-02-26 | Update TLD servers: xn--mgbai9azgqp6j | Marco d'Itri | 1 | -0/+1 | |
Not yet in use. | |||||
2017-02-26 | Update TLD servers: gf mq | Marco d'Itri | 1 | -2/+2 | |
Updated from the IANA database. | |||||
2016-12-29 | Debian changelog for 5.2.14 | Marco d'Itri | 1 | -0/+7 | |
2016-12-29 | Update the list of new gTLDs | Marco d'Itri | 1 | -0/+26 | |
2016-12-29 | Update TLD servers: fm | Marco d'Itri | 1 | -2/+2 | |
2016-12-29 | Update TLD servers: ar | Mariano Absatz (git) | 2 | -1/+2 | |
See https://github.com/rfc1036/whois/issues/46 | |||||
2016-12-29 | Update TLD servers: bm | Marco d'Itri | 1 | -1/+1 | |
2016-12-29 | Change the Afilias hiding string | Marco d'Itri | 1 | -1/+1 | |
2016-10-30 | Debian changelog for 5.2.13 | Marco d'Itri | 1 | -0/+14 | |
2016-10-30 | Switch to debhelper compatibility version 9 | Marco d'Itri | 1 | -1/+1 | |
2016-10-30 | Update the policy version | Marco d'Itri | 1 | -1/+1 | |
2016-10-30 | Update the list of new gTLDs | Marco d'Itri | 1 | -0/+241 | |
2016-10-30 | New TLD servers: xn--90ae | Marco d'Itri | 1 | -0/+2 | |
2016-10-30 | Update TLD servers: bd | Marco d'Itri | 1 | -1/+1 | |
2016-10-30 | Update TLD servers: mobi | Marco d'Itri | 1 | -1/+1 | |
Same IP, different name. | |||||
2016-10-30 | Update TLD servers: jobs | Marco d'Itri | 1 | -1/+1 | |
.jobs is a thin registry. Spotted by Rob Stradling. Also see e77e965b552c1d24ef7f8c41bb52900be75aba37. | |||||
2016-10-30 | Add new recovered IPv4 allocations | Marco d'Itri | 1 | -75/+227 | |
2016-10-30 | Fix make_ip_del_recovered.pl | Marco d'Itri | 1 | -8/+11 | |
The old code was totally broken because it created first_ip-last_ip pairs while the search code expects first_ip-netmask pairs like in ip_del.h. Spotted by Rob Mosher. | |||||
2016-10-30 | Use "domain" instead of "=" for default verisign-grs queries | Marco d'Itri | 1 | -3/+5 | |
To ignore the name server names spam. | |||||
2016-10-30 | Add new ASN allocations | Marco d'Itri | 1 | -0/+2 | |