diff options
author | Zack Weinberg <zackw@panix.com> | 2018-08-29 12:42:46 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2018-08-29 12:42:46 -0400 |
commit | 6b06074d71d11fb7bee535792fb68f78431d36e6 (patch) | |
tree | f77d6f0deba0145ae12466475ca0159ce6209022 /THANKS | |
parent | 26ee4902b25a2657d4ebba08978c268ada430e43 (diff) | |
download | libxcrypt-6b06074d71d11fb7bee535792fb68f78431d36e6.tar.gz libxcrypt-6b06074d71d11fb7bee535792fb68f78431d36e6.tar.bz2 libxcrypt-6b06074d71d11fb7bee535792fb68f78431d36e6.zip |
Grab bag of documentation updates.
* README.md: mention yescrypt
* README.md: document required tools for building from a Git
checkout (issue #23)
* README.md: document that -flto cannot be used due to
incompatibility with symbol versioning (issue #24)
* README.md: use curly quotes and apostrophes; use out-of-line
hyperlinks for better readability as plain text
* AUTHORS: say that the sunmd5 hash module is a clean-room
reimplementation to avoid the CDDL
* THANKS: move prior contributor credits here from README;
alphabetize; mention Dmitry Levin, Alec Muffett, and Colin Percival
* crypt_gensalt.3: document errno codes that can occur when
obtaining random bytes from the operating system fails
Diffstat (limited to 'THANKS')
-rw-r--r-- | THANKS | 13 |
1 files changed, 10 insertions, 3 deletions
@@ -1,5 +1,12 @@ -This library is new, but we would like to extend our thanks in advance -to everyone who will, in the future, send us bug reports, suggestions, -and contributions. +As mentioned in the README, many people have contributed to the code +making up libxcrypt, often under the aegis of a different project. Of +the past contributors, we particularly wish to credit David Burren, +Ulrich Drepper, Alec Muffett, Colin Percival, and Thorsten Kukuk. + +As well as the present maintainers, active contributors to the library +include Solar Designer and Dmitry V. Levin. + +We would also like to extend our thanks in advance to everyone who +will, in the future, send us bug reports, suggestions, and contributions. -- The Authors. |