Marco d'Itri
044a6bb87d
Update the PO files
2019-06-23 16:07:19 +02:00
Marco d'Itri
2b78ca68df
mkpasswd: support the "gost-yescrypt" hash
2019-06-23 15:40:12 +02:00
Marco d'Itri
830c3e3a7c
Update the copyright year everywhere
2019-06-23 15:40:12 +02:00
Marco d'Itri
5b31f7b0e7
Remove whois.connect.com.au from ripe_servers
...
It is not a whois server anymore.
2019-06-23 15:40:12 +02:00
Marco d'Itri
bfb1fcc750
Add whois.tcinet.ru to ripe_servers
...
This is the new name of whois.ripn.net, since 2011.
2019-06-23 15:40:12 +02:00
Marco d'Itri
5431be2d5d
Remove whois.restena.lu from ripe_servers
...
The server changed its name in 2002 and the new one does not support the
RIPE flags.
2019-06-23 15:40:12 +02:00
Marco d'Itri
662adc6454
Add new recovered IPv4 allocations
2019-06-23 15:40:12 +02:00
Marco d'Itri
556ff31a95
Debian changelog for 5.4.3
v5.4.3
2019-06-12 15:05:00 +02:00
Marco d'Itri
ebc4630a31
Add a new IPv6 assignment to RIPE
2019-06-12 15:01:52 +02:00
Marco d'Itri
7efff0a3cc
Debian changelog for 5.4.2
v5.4.2
2019-03-28 00:51:50 +01:00
Jakub Bogusz
4631c3ba72
Update pl.po
2019-03-28 00:45:36 +01:00
Marco d'Itri
5b942eb465
Add the .xn--mgbah1a3hjkrd TLD server
2019-03-28 00:36:23 +01:00
Marco d'Itri
a5902d5a18
Add the .ss TLD server
2019-03-28 00:30:59 +01:00
Anivar Aravind
5f51008720
Update the .in TLD server (and related IDN TLDs)
...
The .in registry changed from Afilias to Neustar.
2019-03-28 00:30:47 +01:00
kovalkov
a84db90864
Remove duplicate "Using server" line when a config file is used
2019-03-28 00:17:39 +01:00
Romuald Brunet
6487b3640b
Update the .fm server
2019-03-28 00:12:01 +01:00
Marco d'Itri
14810cc3b7
Debian changelog for 5.4.1
v5.4.1
2019-01-27 04:49:54 +01:00
Marco d'Itri
b177477d6e
debian/control: update the policy version
2019-01-27 04:49:34 +01:00
Jakub Bogusz
c7e615c350
Updated debconf translation: pl.po
2019-01-27 04:46:40 +01:00
Marco d'Itri
b3e5be673b
Update the .mw server
2019-01-27 04:37:27 +01:00
Marco d'Itri
4723a2cc4c
Debian changelog for 5.4.0
v5.4.0
2018-10-26 18:35:09 +02:00
Marco d'Itri
4d24d493ff
mkpasswd: implement a generic way to provide the hash type
2018-10-14 03:41:14 +02:00
Marco d'Itri
80c36bb8e5
Update the .gp server
2018-10-14 03:19:48 +02:00
Marco d'Itri
f18cfbdfea
debian/control: update the policy version
2018-10-14 03:19:48 +02:00
Marco d'Itri
88a7462301
mkpasswd: support the other hash types in libxcrypt
...
Among them scrypt and bcrypt.
2018-10-14 03:19:48 +02:00
Marco d'Itri
388d5757c4
mkpasswd: enable bcrypt if supported by the OS
2018-10-14 03:08:46 +02:00
Marco d'Itri
4362ef1fc4
mkpasswd: reorder the hash types
...
From the most secure to the less, accordingly to libxcrypt's crypt(5).
2018-10-14 02:33:13 +02:00
Marco d'Itri
b91c9057da
mkpasswd: correctly print the available methods as columns
2018-10-14 01:14:09 +02:00
Marco d'Itri
b2ae96cf3f
mkpasswd: adopt the John the Ripper naming of hash types
...
And add hidden compatibility aliases for the old ones.
(Except than the bcrypt variants, since there is no proof that anybody
ever used this program for them.)
See https://github.com/besser82/libxcrypt/pull/26 for more information.
2018-10-10 01:12:27 +02:00
Marco d'Itri
ae31f61a34
mkpasswd: include crypt.h on Solaris
2018-09-20 00:18:06 +02:00
Marco d'Itri
c12ad950fa
config.h: fix the usage of __GLIBC__ vs. linux
...
gettext is a feature of the libc, while /dev/random is a feature of Linux.
2018-09-20 00:18:06 +02:00
Marco d'Itri
d4d7cd1096
mkpasswd: fix rounds support for bcrypt 2x and 2y
2018-09-20 00:18:06 +02:00
Marco d'Itri
22002f67be
mkpasswd.1: clarify that --rounds without --method makes no sense
...
On old systems it will be ignored because descrypt does not support
changing the number of rounds, while on newer systems the default
method may change depending on the local configuration.
2018-09-20 00:18:06 +02:00
Marco d'Itri
3197cb7db4
mkpasswd: support letting crypt_gensalt decide the prefix
...
If crypt_gensalt (as implemented by Solaris and modern versions of
libxcrypt) is passed a NULL prefix then it will decide by itself which
algorithm should be used by default.
2018-09-20 00:18:06 +02:00
Marco d'Itri
61f4e5d64c
mkpasswd: simplify a check for errors
...
salt is a const char *, so we know that it cannot be modified as a side
effect.
2018-09-16 03:36:38 +02:00
Marco d'Itri
c1cb4b2ca0
mkpasswd: update the libowcrypt Makefile section
...
Distributions which have crypt_gensalt in libowcrypt now should define
a HAVE_LIBOWCRYPT=1 Makefile variable.
2018-09-16 03:36:38 +02:00
Marco d'Itri
44775cb342
mkpasswd: rename HAVE_XCRYPT to HAVE_XCRYPT_H
2018-09-16 03:36:38 +02:00
Marco d'Itri
7a325d277c
mkpasswd: ifdef out the entropy gathering code on Solaris
2018-09-16 03:35:38 +02:00
Marco d'Itri
19e44ac2ec
mkpasswd: let crypt_gensalt collect entropy by itself
...
Let crypt_gensalt(3) collect entropy by itself instead of having
mkpasswd provide it.
This is supported by the libxcrypt implementation of crypt_gensalt(3).
2018-09-16 03:35:38 +02:00
Marco d'Itri
8392fd349d
mkpasswd: use perror with crypt and crypt_gensalt
...
Only some implementations of crypt(3) set errno on errors.
2018-09-12 02:26:55 +02:00
Marco d'Itri
5fc64b5eba
mkpasswd: support the new libxcrypt 4.x
2018-09-12 02:26:55 +02:00
Marco d'Itri
71cf1ca7e1
Update the list of new gTLDs
2018-09-12 02:26:33 +02:00
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