No description
Find a file
Daniel Baumann 75d8bc7db5
Releasing fastforward version 5.6.4-0.0~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-08-10 19:14:09 +02:00
.github/workflows Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
debian Releasing fastforward version 5.6.4-0.0~ffwd13+u1. 2025-08-10 19:14:09 +02:00
po Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
.gitignore Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
as_del_list Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
config.h Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
COPYING Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
data.h Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
ip6_del_list Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
ip_del_list Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
ip_del_recovered.h Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
make_as_del.pl Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
make_ip6_del.pl Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
make_ip_del.pl Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
make_ip_del_recovered.pl Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
make_new_gtlds.pl Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
make_nic_handles.pl Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
make_servers_charset.pl Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
make_tld_serv.pl Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
make_version_h.pl Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
Makefile Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
mkpasswd.1 Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
mkpasswd.bash Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
mkpasswd.c Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
new_gtlds_list Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
nic_handles_list Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
README Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
ripe-mail Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
servers_charset_list Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
simple_recode.c Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
simple_recode.h Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
tld_serv_list Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
utils.c Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
utils.h Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
whois.1 Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
whois.bash Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
whois.c Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
whois.conf Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
whois.conf.5 Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00
whois.h Adding upstream version 5.6.4. 2025-08-10 19:08:54 +02:00

In 1999 I wrote this Whois client from scratch because the alternatives
were obsolete or bloated.

This client is intelligent and can automatically select the appropriate
whois server for most queries.

The internal database is often more accurate than IANA's published one,
but please send me any information you have regarding domains and network
resources which are not correctly handled by the program.

Because of historical reasons this package also contains the mkpasswd
program, which can be used to encrypt a password with crypt(3).


The canonical distribution point for releases of the program is
https://ftp.debian.org/debian/pool/main/w/whois/ .


Useful information sources:
- https://www.ripe.net/ripe/docs/current-ripe-documents/ripe-database-documents
- https://www.iana.org/domains/root/db/
- https://www.icann.org/en/resources/idn/fast-track/string-evaluation-completion
- https://www.aftld.org/

Marco d'Itri <md@linux.it>