Petr Písař 6b4784ab1e Silent discard-qualifiers warnings in C23
Since C23 string searching functions require the same constness
qualification of the returned pointer as was a qualification of the
input pointer. If there is a mismatch, GCC 16 warns like this:

    whois.c: In function ‘find_referral_server_arin’:
    whois.c:900:12: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
      900 |     if ((p = strstr(buf, "rwhois://")))
	  |            ^

This patch correts all the occurrences.
2026-02-23 12:37:52 +01:00
2026-02-16 02:46:59 +01:00
2023-11-16 22:47:16 +01:00
2020-02-16 10:21:22 +01:00
2026-02-16 02:46:44 +01:00
2025-05-04 00:41:16 +02:00
2025-10-13 02:46:08 +02:00
2023-05-13 20:29:07 +02:00
2023-11-08 11:38:27 +01:00
2025-06-02 00:09:16 +02:00
2023-11-08 11:38:27 +01:00
2025-05-05 02:38:02 +02:00
2023-02-28 00:33:41 +01:00
2026-02-16 02:46:44 +01:00
2023-10-08 13:05:49 +02:00
2023-11-16 22:47:16 +01:00
2026-02-16 02:46:44 +01:00
2026-02-16 02:46:44 +01:00
2026-02-16 02:46:44 +01:00
2025-05-05 02:38:02 +02:00
2023-02-28 00:33:41 +01:00
2022-01-03 15:45:46 +01: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>
Description
Languages
C 79.5%
Roff 8.9%
Makefile 5.1%
Perl 4.2%
Shell 1.6%
Other 0.7%