diff options
author | Zack Weinberg <zackw@panix.com> | 2017-10-11 12:05:59 -0400 |
---|---|---|
committer | Zack Weinberg <zackw@panix.com> | 2017-10-11 12:05:59 -0400 |
commit | ae16de6056d988d5cb7293f077750987c8993e63 (patch) | |
tree | 6989b846af2f986a64d4f50c404bfa159eeb9048 | |
parent | c0fc29ec4917c2389ddd4b9279d6973d365d12b0 (diff) | |
download | libxcrypt-ae16de6056d988d5cb7293f077750987c8993e63.tar.gz libxcrypt-ae16de6056d988d5cb7293f077750987c8993e63.tar.bz2 libxcrypt-ae16de6056d988d5cb7293f077750987c8993e63.zip |
It's "Openwall", not "OpenWall".
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | libcrypt.map.in | 4 |
3 files changed, 5 insertions, 5 deletions
@@ -6,7 +6,7 @@ Please send bug reports, questions and suggestions to Version 4.0.0 * Full binary backward compatibility with glibc libcrypt; all programs compiled with glibc libcrypt, including vendor-patched versions that - include the OpenWall extensions, should work with this libcrypt + include the Openwall extensions, should work with this libcrypt (however, programs compiled against this libcrypt will NOT work with glibc libcrypt). * struct crypt_data is now only 32kB (from 128kB), and divided into a @@ -5,7 +5,7 @@ libxcrypt is a modern library for one-way hashing of passwords. It supports DES, MD5, SHA-2-256, SHA-2-512, and bcrypt-based password hashes, and provides the traditional Unix 'crypt' and 'crypt_r' interfaces, as well as a set of extended interfaces pioneered by -OpenWall Linux, 'crypt_rn', 'crypt_ra', 'crypt_gensalt', +Openwall Linux, 'crypt_rn', 'crypt_ra', 'crypt_gensalt', 'crypt_gensalt_rn', and 'crypt_gensalt_ra'. libxcrypt is intended to be used by login(1), passwd(1), and other @@ -70,7 +70,7 @@ Library. This means that all existing binary executables linked against glibc's libcrypt should work unmodified with this library's libcrypt.so.1. We have taken pains to provide exactly the same "symbol versions" as were used by glibc on various CPU architectures, -and to account for the variety of ways in which the OpenWall +and to account for the variety of ways in which the Openwall extensions were patched into glibc's libcrypt by some Linux distributions. (For instance, compatibility symlinks for SuSE's "libowcrypt" are provided.) diff --git a/libcrypt.map.in b/libcrypt.map.in index ba528ad..5d330ef 100644 --- a/libcrypt.map.in +++ b/libcrypt.map.in @@ -6,8 +6,8 @@ crypt XCRYPT_2.0 GLIBC_2.0 crypt_r XCRYPT_2.0 GLIBC_2.0 -# Actively supported OpenWall extensions; never actually added to -# upstream GNU libc, but present in at least OpenWall, ALT, and SuSE +# Actively supported Openwall extensions; never actually added to +# upstream GNU libc, but present in at least Openwall, ALT, and SuSE # Linux distributions with one or more of these symbol versions crypt_rn XCRYPT_2.0 GLIBC_2.0 GLIBC_2.2.1 crypt_gensalt XCRYPT_2.0 GLIBC_2.0 GLIBC_2.2.1 OW_CRYPT_1.0 |