summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-01-11Debian changelog for 5.1.1v5.1.1Marco d'Itri3-2/+8
2014-01-11Add the servers for 29 "new" gTLDsMarco d'Itri1-0/+29
2014-01-05whois.conf(5): add an example about AS numbersMarco d'Itri1-0/+4
2013-12-30tld_serv_list: replace spaces with tabsMarco d'Itri1-54/+54
2013-12-26Debian changelog for 5.1.0v5.1.0Marco d'Itri5-4/+20
2013-12-26Add some server charsetsMarco d'Itri1-1/+7
2013-12-26Add the servers for 54 "new" gTLDsMarco d'Itri2-1/+60
This is not going to scale well.
2013-12-26Add the .xn--l1acc and .xn--mgba3a4f16a TLD serversMarco d'Itri1-0/+2
2013-12-26make_tld_serv.pl: fix hex escape sequencesMarco d'Itri1-1/+1
C hexadecimal escape sequences are actually defined as \x followed by *any* number of hexadecimal digits.
2013-12-26Update the .xn--mgberp4a5d4ar and .xn--j1amh TLD serversMarco d'Itri1-2/+2
2013-12-26Add the .pf TLD serverMarco d'Itri2-1/+2
2013-12-26Remove the .ck TLD serverMarco d'Itri1-2/+1
2013-12-26Change many TLD servers to the IANA-registered namesMarco d'Itri2-48/+48
In some cases replaced the existing whois server name with the domain alias registered in the IANA whois database.
2013-12-26Update zh_CH.poTerence Ng1-85/+45
2013-12-26Direct queries for private ASN blocks to RIPEMarco d'Itri2-0/+6
The ARIN DB too has dummy entries for private ASN, but I like the RIPE DB format more.
2013-12-26make_as32_del.pl: support ASPLAIN AS32Marco d'Itri1-7/+13
2013-12-26Add the .ga and .ml TLD serversMarco d'Itri1-2/+2
2013-12-26Update the .bw, .hn and .sb TLD serversMarco d'Itri1-3/+3
2013-12-26Hide the disclaimer of .sxMarco d'Itri1-0/+1
2013-12-26Fix a typo in whois(1)Petr Písař1-1/+1
Signed-off-by: Petr Písař <ppisar@redhat.com>
2013-12-26Free memory in handle_query()Petr Písař2-31/+34
Make the server variable always hold a dynamically allocated string and clean up the related const statements. Signed-off-by: Petr Písař <ppisar@redhat.com>
2013-12-26Free memory on error in simple_recode()Petr Písař1-2/+8
Signed-off-by: Petr Písař <ppisar@redhat.com>
2013-12-26strtol() returns signed long intPetr Písař1-2/+2
Assiging strol() return value to unsigned int makes subsequent comparison to < 0 pointless. Signed-off-by: Petr Písař <ppisar@redhat.com>
2013-12-26Add new RIPE and APNIC ASN allocationsMarco d'Itri1-0/+2
2013-12-26Hide the disclaimer for .beMarco d'Itri1-1/+2
The disclaimer for .eu matched the start line of the .be disclaimer too but not the end line, so I made it more specific to prevent future issues like this one.
2013-12-26Do not hide legal disclaimer with whois -VPetr Písař1-0/+1
There was missing break in the 'V' option case. Signed-off-by: Petr Písař <ppisar@redhat.com>
2013-12-26Add support for -cunic NIC handleszcooler1-0/+1
2013-08-13Add CentralNic .IN.NET TLD serverRomuald Brunet1-0/+1
2013-08-09Update the .gd TLD serverMarco d'Itri1-1/+1
2013-07-17Debian changelog for 5.0.26v5.0.26Marco d'Itri3-2/+10
2013-07-17Add comments about some upcoming TLD serversMarco d'Itri1-2/+2
These TLDs are still in the launch phase.
2013-07-16Update .CF TLD definitionSimone Carletti1-1/+1
.CF TLD now has a WHOIS server. See http://www.iana.org/domains/root/db/cf.html
2013-06-25Update .BI TLD definitionSimone Carletti1-1/+1
.BI TLD now has a WHOIS server. See http://www.iana.org/domains/root/db/bi.html
2013-06-12Update an ASN allocationMarco d'Itri1-1/+1
LACNIC returned part of its last allocation.
2013-05-31Add a new ASN allocationMarco d'Itri1-1/+1
2013-05-10Debian changelog for 5.0.25v5.0.25Marco d'Itri3-2/+9
2013-05-02Add TLD servers: ax bn iq pw rwMarco d'Itri2-6/+7
2013-04-28Update de.poChris Leick1-97/+62
2013-04-22Update fr.poSteve Petruzzello1-96/+43
2013-04-18Debian changelog for 5.0.24v5.0.24Marco d'Itri4-2/+13
2013-04-18Update da.poJoe Hansen1-80/+37
2013-04-18Update pl.poJakub Bogusz1-83/+35
2013-04-18Update cs.poPetr Pisar1-74/+40
2013-04-18Update ru.poYuri Kozlov1-83/+43
2013-04-18Update it.poMarco d'Itri1-86/+46
2013-04-18Refresh the .po filesMarco d'Itri15-1228/+1858
2013-04-10Add new LACNIC AS numbersMarco d'Itri1-0/+1
2013-04-10Undocument the -F RIPE optionMarco d'Itri2-2/+1
It is deprecated, does not always work correctly and nobody should ever use it anymore.
2013-04-10Handle --help as success for mkpasswd tooMarco d'Itri1-7/+7
2013-04-10Handle --help as successPetr Písař2-9/+11
whois --help output should go to standard output, and exit code should be zero.