Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-28 | Add the .xn--mgbah1a3hjkrd TLD server | Marco d'Itri | 1 | -0/+1 | |
2019-03-28 | Add the .ss TLD server | Marco d'Itri | 1 | -1/+1 | |
2019-03-28 | Update the .in TLD server (and related IDN TLDs) | Anivar Aravind | 1 | -16/+16 | |
The .in registry changed from Afilias to Neustar. | |||||
2019-03-28 | Remove duplicate "Using server" line when a config file is used | kovalkov | 1 | -4/+1 | |
2019-03-28 | Update the .fm server | Romuald Brunet | 1 | -1/+1 | |
2019-01-27 | Debian changelog for 5.4.1 | Marco d'Itri | 1 | -0/+7 | |
2019-01-27 | debian/control: update the policy version | Marco d'Itri | 1 | -1/+1 | |
2019-01-27 | Updated debconf translation: pl.po | Jakub Bogusz | 1 | -32/+36 | |
2019-01-27 | Update the .mw server | Marco d'Itri | 1 | -1/+1 | |
2018-10-26 | Debian changelog for 5.4.0 | Marco d'Itri | 1 | -0/+13 | |
2018-10-14 | mkpasswd: implement a generic way to provide the hash type | Marco d'Itri | 2 | -0/+15 | |
2018-10-14 | Update the .gp server | Marco d'Itri | 1 | -1/+1 | |
2018-10-14 | debian/control: update the policy version | Marco d'Itri | 1 | -1/+1 | |
2018-10-14 | mkpasswd: support the other hash types in libxcrypt | Marco d'Itri | 2 | -2/+22 | |
Among them scrypt and bcrypt. | |||||
2018-10-14 | mkpasswd: enable bcrypt if supported by the OS | Marco d'Itri | 1 | -0/+6 | |
2018-10-14 | mkpasswd: reorder the hash types | Marco d'Itri | 1 | -10/+10 | |
From the most secure to the less, accordingly to libxcrypt's crypt(5). | |||||
2018-10-14 | mkpasswd: correctly print the available methods as columns | Marco d'Itri | 1 | -1/+1 | |
2018-10-10 | mkpasswd: adopt the John the Ripper naming of hash types | Marco d'Itri | 1 | -15/+15 | |
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-09-20 | mkpasswd: include crypt.h on Solaris | Marco d'Itri | 3 | -3/+4 | |
2018-09-20 | config.h: fix the usage of __GLIBC__ vs. linux | Marco d'Itri | 1 | -2/+2 | |
gettext is a feature of the libc, while /dev/random is a feature of Linux. | |||||
2018-09-20 | mkpasswd: fix rounds support for bcrypt 2x and 2y | Marco d'Itri | 1 | -8/+8 | |
2018-09-20 | mkpasswd.1: clarify that --rounds without --method makes no sense | Marco d'Itri | 1 | -0/+1 | |
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 | mkpasswd: support letting crypt_gensalt decide the prefix | Marco d'Itri | 2 | -3/+11 | |
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-16 | mkpasswd: simplify a check for errors | Marco d'Itri | 1 | -3/+1 | |
salt is a const char *, so we know that it cannot be modified as a side effect. | |||||
2018-09-16 | mkpasswd: update the libowcrypt Makefile section | Marco d'Itri | 2 | -5/+5 | |
Distributions which have crypt_gensalt in libowcrypt now should define a HAVE_LIBOWCRYPT=1 Makefile variable. | |||||
2018-09-16 | mkpasswd: rename HAVE_XCRYPT to HAVE_XCRYPT_H | Marco d'Itri | 2 | -2/+2 | |
2018-09-16 | mkpasswd: ifdef out the entropy gathering code on Solaris | Marco d'Itri | 1 | -0/+6 | |
2018-09-16 | mkpasswd: let crypt_gensalt collect entropy by itself | Marco d'Itri | 1 | -3/+16 | |
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-12 | mkpasswd: use perror with crypt and crypt_gensalt | Marco d'Itri | 2 | -5/+15 | |
Only some implementations of crypt(3) set errno on errors. | |||||
2018-09-12 | mkpasswd: support the new libxcrypt 4.x | Marco d'Itri | 1 | -2/+4 | |
2018-09-12 | Update the list of new gTLDs | Marco d'Itri | 1 | -0/+1 | |
2018-07-15 | Debian changelog for 5.3.2 | Marco d'Itri | 1 | -0/+8 | |
2018-07-15 | Update the charset for whois.nic.cl | huguei | 1 | -1/+1 | |
2018-07-15 | Update the .au server | Marco d'Itri | 1 | -1/+1 | |
2018-07-15 | Update the .ie server | Marco d'Itri | 1 | -1/+1 | |
2018-07-15 | Add the .ge server | Marco d'Itri | 1 | -1/+1 | |
2018-07-11 | Update the list of new gTLDs | Marco d'Itri | 1 | -0/+1 | |
2018-05-25 | mkpasswd: update the copyright year | Marco d'Itri | 1 | -1/+1 | |
2018-05-22 | Debian changelog for 5.3.0 | Marco d'Itri | 1 | -0/+9 | |
2018-05-22 | mkpasswd: support passwords of arbitrary length | Marco d'Itri | 1 | -8/+31 | |
Closes: #899254 | |||||
2018-05-22 | Fix a use after free in convert_in6arpa() | Marco d'Itri | 1 | -1/+0 | |
Looks like I forgot a free() call after changing the API. Reported by Coverity Scan. | |||||
2018-05-22 | Add support for -bzh NIC handles | Marco d'Itri | 1 | -0/+1 | |
2018-05-22 | Add support for -uanic NIC handles | panaceya | 1 | -0/+1 | |
2018-05-22 | New TLD servers: ls | Marco d'Itri | 1 | -1/+1 | |
2018-05-22 | Update the list of new gTLDs | Marco d'Itri | 2 | -0/+3 | |
2018-02-20 | include sys/time.h for select(2) on BSDs | Marco d'Itri | 1 | -0/+1 | |
2018-01-21 | Debian changelog for 5.3.0 | Marco d'Itri | 1 | -0/+8 | |
2018-01-21 | Update the .pr TLD server | Marco d'Itri | 1 | -1/+1 | |
2018-01-21 | Update the list of new gTLDs | Marco d'Itri | 1 | -0/+1 | |
2018-01-13 | Add the .in hiding string | Marco d'Itri | 1 | -0/+1 | |