385 Commits

Author SHA1 Message Date
Marco d'Itri
a884966cc8 Debian changelog for 5.3.2 v5.3.2 2018-07-15 12:40:31 +02:00
huguei
dd49cdeeb9 Update the charset for whois.nic.cl 2018-07-15 12:37:43 +02:00
Marco d'Itri
6f1cdfb960 Update the .au server 2018-07-15 12:13:27 +02:00
Marco d'Itri
bd4bd6e584 Update the .ie server 2018-07-15 12:13:11 +02:00
Marco d'Itri
d67739f043 Add the .ge server 2018-07-15 12:12:19 +02:00
Marco d'Itri
edd9112fd5 Update the list of new gTLDs 2018-07-11 16:19:59 +02:00
Marco d'Itri
fbeb327936 mkpasswd: update the copyright year 2018-05-25 01:44:38 +02:00
Marco d'Itri
4bf662069c Debian changelog for 5.3.0 v5.3.1 2018-05-22 15:34:07 +02:00
Marco d'Itri
fdd5a596b0 mkpasswd: support passwords of arbitrary length
Closes: #899254
2018-05-22 05:04:54 +02:00
Marco d'Itri
42f6fab4cf Fix a use after free in convert_in6arpa()
Looks like I forgot a free() call after changing the API.

Reported by Coverity Scan.
2018-05-22 04:33:34 +02:00
Marco d'Itri
51ff1b39f9 Add support for -bzh NIC handles 2018-05-22 02:22:04 +02:00
panaceya
ec211c2b33 Add support for -uanic NIC handles 2018-05-22 02:21:05 +02:00
Marco d'Itri
4613c51bcc New TLD servers: ls 2018-05-22 01:43:56 +02:00
Marco d'Itri
2d9d82afe9 Update the list of new gTLDs 2018-05-22 01:43:45 +02:00
Marco d'Itri
7735818026 include sys/time.h for select(2) on BSDs 2018-02-20 01:36:04 +01:00
Marco d'Itri
ba7218d902 Debian changelog for 5.3.0 v5.3.0 2018-01-21 01:24:06 +01:00
Marco d'Itri
9b0c29e271 Update the .pr TLD server 2018-01-21 01:21:51 +01:00
Marco d'Itri
2a746f4390 Update the list of new gTLDs 2018-01-21 01:21:35 +01:00
Marco d'Itri
488e445f53 Add the .in hiding string 2018-01-13 01:43:12 +01:00
Marco d'Itri
a9f59fdd52 Update the copyright years 2018-01-13 01:15:48 +01:00
Marco d'Itri
1f28a6ed25 Remove references to 6bone 2018-01-13 01:15:34 +01:00
Marco d'Itri
8a6ce04adb Implement querying ip6.arpa domains
The program will query the whois server of the appropriate RIR when
provided with an *.ip6.arpa IPv6 reverse DNS domain.
2018-01-13 01:14:27 +01:00
Marco d'Itri
cb0c7062ab Fix the formatting 2018-01-08 03:00:06 +01:00
Marco d'Itri
ac1d4125de Makefile: fix the afl invocation
DEFS must be set in the environment or else will override even DEFS+=...
statements in the Makefile.
2018-01-08 02:50:53 +01:00
Marco d'Itri
5d60bbe102 Abort the build if the old HAVE_LIBIDN variable is defined
To encourage maintainers to automatically detect libidn2 and hopefully
switch to it.
2018-01-08 02:15:53 +01:00
Marco d'Itri
0af8984ad7 Debian changelog for 5.2.20 v5.2.20 2017-12-27 03:26:25 +01:00
Marco d'Itri
2534108200 Update the .vn TLD server 2017-12-27 03:25:03 +01:00
Marco d'Itri
caf03e771c Update the .com.uy TLD server 2017-12-27 03:25:03 +01:00
Marco d'Itri
ea4a698e1a Update the .ph TLD server 2017-12-27 03:25:03 +01:00
Marco d'Itri
243b72a263 Update the .ls TLD server 2017-12-27 03:25:03 +01:00
Marco d'Itri
76be6214df Update the .kw TLD server 2017-12-27 03:25:03 +01:00
Marco d'Itri
ac41790c1f Update the .gr TLD server 2017-12-27 03:25:03 +01:00
Marco d'Itri
72d5f8bd51 Update the .gh TLD server 2017-12-27 03:25:03 +01:00
Marco d'Itri
4f32ffa479 Update the .sb TLD server 2017-12-27 03:24:46 +01:00
Marco d'Itri
1a90b5433a Update the .ai TLD server 2017-12-27 03:24:00 +01:00
Marco d'Itri
ee86b76114 Update some comments in tld_serv_list 2017-12-27 03:23:48 +01:00
Marco d'Itri
b5d4bb43a8 Remove the .bs TLD server 2017-12-27 03:13:38 +01:00
Marco d'Itri
95c2a51d51 Add the .mr TLD server 2017-12-27 03:13:38 +01:00
Marco d'Itri
4be183d651 Remove the inet_pton(3)-based parser
It has never worked and never will.
2017-12-27 03:09:58 +01:00
Timo Gurr
8a4023b315 use env var ${PKG_CONFIG} instead of hard coding pkg-config
This allows building in cross environments e.g. using host triplet
prefixed binaries (x86_64-pc-linux-gnu-pkg-config).
2017-12-27 03:09:58 +01:00
Petr Písař
50b57a6fb7 Remove unused variables in get_random_bytes()
If getentropy() is available, GCC warns about unsused variables:

mkpasswd.c: In function ‘get_random_bytes’:
mkpasswd.c:369:13: warning: unused variable ‘bytes_read’ [-Wunused-variable]
     ssize_t bytes_read;
             ^~~~~~~~~~
mkpasswd.c:368:9: warning: unused variable ‘fd’ [-Wunused-variable]
     int fd;
         ^~

This patch fixes it.
2017-12-27 03:09:58 +01:00
Marco d'Itri
888fa4654b Debian changelog for 5.2.19 v5.2.19 2017-12-10 17:17:11 +01:00
Marco d'Itri
31250d3ba6 Switch to libidn2
See e20b8bbab3687aa26294bc3c443b4a43292b7636 for details.
2017-12-10 17:16:37 +01:00
Marco d'Itri
6557a52b3e mkpasswd: use getentropy(2) on recent Linux 2017-12-10 17:14:26 +01:00
Marco d'Itri
182fdaaaaa mkpasswd: refactoring 2017-12-10 17:13:03 +01:00
Marco d'Itri
41387e5837 debian/control: actually depend on debhelper >=9
Since the compat level was raised in
f02595fb4354027306d80df66bb847a6919fe122.
2017-11-21 18:26:16 +01:00
Marco d'Itri
8c8c53fde3 Update TLD servers: id
Same IP, different name.
2017-11-21 18:23:01 +01:00
Marco d'Itri
3771286c90 Remove TLD servers: dj 2017-11-21 18:23:01 +01:00
Marco d'Itri
59eefd076a Update TLD servers: museum 2017-11-21 18:23:01 +01:00
Marco d'Itri
f83de0b223 Use Rules-Requires-Root 2017-11-21 18:22:53 +01:00