325 Commits

Author SHA1 Message Date
Marco d'Itri
07b3e728f2 Delete the new_gtlds.h generated file on make clean 2014-12-26 20:14:35 +01:00
Marco d'Itri
4fa1cd69e4 mkpasswd: use arc4random_buf where available 2014-12-26 19:55:51 +01:00
Marco d'Itri
b207df0805 mkpasswd: support OpenBSD's new hash 2b 2014-12-26 19:55:51 +01:00
Marco d'Itri
219a1686ee Update some IPv4 allocations
Apparently JPNIC returned the last /11 to APNIC.

It is not clear which networks are actually delegated to the Brazilian
NIR, and since whois.lacnic.net always forwards the queries I decided to
just remove the more specific entries.
2014-12-26 19:49:43 +01:00
Marco d'Itri
ec0a87cc42 Remove some old gTLDs that leaked in new_gtlds_list
The IANA web site is hard to scrape reliably...
2014-12-26 18:58:21 +01:00
Marco d'Itri
337d13dbbf Update multiple TLD servers 2014-12-26 14:48:26 +01:00
Marco d'Itri
2db2021691 Update the list of new gTLDs 2014-12-26 14:48:26 +01:00
Marco d'Itri
5105bc6e60 Debian changelog for 5.2.2 v5.2.2 2014-11-08 05:20:32 +01:00
Marco d'Itri
d4decb8bfc Update the list of new gTLDs 2014-11-08 05:20:32 +01:00
Marco d'Itri
af9e5410da Add the .xn--d1alf and .xn--node TLD servers 2014-11-06 03:47:36 +01:00
Marco d'Itri
e054c58eb2 Fix the code that removes trailing dots
And make it easier to understand as well.
2014-11-06 03:47:26 +01:00
Marco d'Itri
a34f18b7a0 Debian changelog for 5.2.1 v5.2.1 2014-10-16 02:01:33 +02:00
Marco d'Itri
d9d1a444f0 Add the missing Language headers in some PO files 2014-10-16 02:00:56 +02:00
Marco d'Itri
a4355256d8 Update the policy version 2014-10-16 01:53:56 +02:00
Marco d'Itri
2d00c3e346 Update TLD servers: gq mz 2014-10-16 01:52:04 +02:00
Marco d'Itri
77df07581c Update the list of new gTLDs 2014-10-16 01:52:04 +02:00
Marco d'Itri
28ea3fb055 fix the validation regexp in make_new_gtlds.pl 2014-10-16 01:52:04 +02:00
Marco d'Itri
ac73668757 Add the charset for whois.domain.kg 2014-10-16 01:52:04 +02:00
Marco d'Itri
db5dc4db7a Rename domcmp() in endstrcaseeq() and rewrite it
Rewrite it to use the same code of in_domain().
2014-10-16 01:52:04 +02:00
Marco d'Itri
8ccab2cb13 Ask whois.iana.org about TLDs
Recognize as a TLD any string without dots present in tld_serv_list
and new_gtlds_list.
2014-10-16 01:52:04 +02:00
Marco d'Itri
4cc74ef22a Remove obsolete entries from ripe_servers[] 2014-10-16 01:52:04 +02:00
Marco d'Itri
d961608451 Convert tld_serv_list to in_domain() 2014-10-16 01:52:04 +02:00
Marco d'Itri
29b1a3a9c3 Split nic_handles_list off tld_serv_list
To be able to use in_domain() for tld_serv_list
2014-10-16 01:52:03 +02:00
Marco d'Itri
842e142f1a Convert queryformat() to in_domain() 2014-10-15 15:19:12 +02:00
Marco d'Itri
45bdfcc27c Convert convert_inaddr() to in_domain() 2014-10-15 15:19:12 +02:00
Marco d'Itri
3ad4f43735 Convert is_new_gtld() to in_domain() 2014-10-15 15:19:12 +02:00
Marco d'Itri
3aa160e6a1 Add in_domain() to check if the argument is a subdomain 2014-10-15 14:30:35 +02:00
Marco d'Itri
257abceab3 Fix 1 and 2 octects in-addr.arpa queries
Queries like 85.in-addr.arpa and 94.85.in-addr.arpa were directed
to the wrong server.
2014-10-15 02:15:53 +02:00
Marco d'Itri
3957648d37 Debian changelog for 5.2.0 v5.2.0 2014-09-13 05:27:53 +02:00
Marco d'Itri
33f174e956 Default to whois.ripe.net when using long flags 2014-09-13 05:27:53 +02:00
Marco d'Itri
2dc046b070 Update make_version_h.pl to support Debian binNMUs 2014-09-13 05:27:53 +02:00
Marco d'Itri
833af3d94a Implement support for the long RIPE flags 2014-09-13 05:27:53 +02:00
Marco d'Itri
1ae06d1a5a Move longopts into main() 2014-09-13 05:27:51 +02:00
Marco d'Itri
ec1d53f1ba Update the list of new gTLDs 2014-09-13 05:13:16 +02:00
Marco d'Itri
fa011e0665 Use the first referral of Afilias GRS results
Defensive programming: this is never supposed to happen, but if more
than one attribute were returned by the registry then the memory
allocated to referral_server would be leaked.
2014-09-13 05:12:17 +02:00
Marco d'Itri
c7769cbfdf make is_new_gtld() return the TLD 2014-09-13 02:42:29 +02:00
Marco d'Itri
5120051324 mkpasswd: fix a memory leak 2014-09-13 02:42:29 +02:00
Marco d'Itri
0ba80dd8b3 mkpasswd: correctly report read(2) failures
They would always be reported as a short read.
2014-09-13 02:42:29 +02:00
Marco d'Itri
9c0fbf514b mkpasswd: the number of random bytes is unsigned 2014-09-13 02:42:29 +02:00
Marco d'Itri
f8b28e9ea5 Add new recovered IPv4 allocations 2014-09-03 01:28:54 +02:00
Marco d'Itri
ae2a5775ac Add a new ASN allocation 2014-09-03 01:28:54 +02:00
Marco d'Itri
523c545e45 Update the .my TLD server
Same server, new official name.
2014-08-07 04:38:39 +02:00
Marco d'Itri
d65bbaa790 Debian changelog for 5.1.5 v5.1.5 2014-08-02 03:42:22 +02:00
Marco d'Itri
c1d5a7402b Update the list of new gTLDs 2014-08-02 03:39:55 +02:00
Matías A. Bellone
a63a8887cf Update es.po
Closes: #756231
2014-07-30 08:49:27 +02:00
Marco d'Itri
544c3abb5c Add more disclaimer suppression strings 2014-07-30 08:49:27 +02:00
Marco d'Itri
d83f558c72 make_version_h.pl: support Debian backports 2014-07-25 03:32:21 +02:00
Marco d'Itri
2d55a4e992 Debian changelog for 5.1.4 v5.1.4 2014-06-30 04:22:32 +02:00
Marco d'Itri
94a1068536 Update the list of new gTLDs 2014-06-30 04:01:57 +02:00
Frederik Kriewitz
bd96fe53aa Add the charset for whois.lacnic.net
Can be tested with "whois AS262237" (check first address line).

Fixes rfc1036/whois#23
2014-06-30 03:58:51 +02:00