diff options
author | Florian Weimer <fweimer@redhat.com> | 2020-07-06 20:20:44 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2020-07-07 20:20:22 +0200 |
commit | 94d9c76e4acc798894ea23d9ac049ce7ce995ec0 (patch) | |
tree | da1a95cda3e4bb11962c31f99b234fb16e56e64e /NEWS | |
parent | afc3a2eb80617adaa8be75a7649c7ee2e1116a72 (diff) | |
download | glibc-94d9c76e4acc798894ea23d9ac049ce7ce995ec0.tar glibc-94d9c76e4acc798894ea23d9ac049ce7ce995ec0.tar.gz glibc-94d9c76e4acc798894ea23d9ac049ce7ce995ec0.tar.bz2 glibc-94d9c76e4acc798894ea23d9ac049ce7ce995ec0.zip |
nss: Remove cryptographic key support from nss_files, nss_nis, nss_nisplus
The interface has hard-coded buffer sizes and is therefore tied to
DES. It also does not match current practice where different
services on the same host use different key material.
This change simplifies removal of the sunrpc code.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -104,6 +104,12 @@ Deprecated and removed features, and other changes affecting compatibility: or contents might be overwritten on subsequent calls in the same thread or if the thread is terminated. It makes strerror MT-safe. +* The "files", "nis" and "nisplus" NSS modules no longer supports the + "key" database (used for secure RPC). The contents of the + /etc/publickey file will be ignored, regardless of the settings in + /etc/nsswitch.conf. (This method of storing RPC keys only supported + the obsolete and insecure AUTH_DES flavor of secure RPC.) + Changes to build and runtime requirements: * powerpc64le requires GCC 7.4 or newer. This is required for supporting |