os: drop SUN-DES-1 authentication

DES isn't considered secure anymore for long time now, more and more platforms
dropping DES from their RPC implementations, and even the one where it came
from (Solaris) disabled it for a decade now. We have much better alternatives
(eg. passing creds via Unix socket for local connections, ssh tunneling,
MIT-MAGIC-COOKIE-1, ...), so it's unlikely anybody still really relying on it.

Therefore, sweep it out.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1453>
This commit is contained in:
Enrico Weigelt, metux IT consult
2024-04-02 10:06:32 +02:00
committed by Marge Bot
parent 229a6953ad
commit 71b207a2eb
8 changed files with 2 additions and 282 deletions

View File

@@ -45,6 +45,6 @@ fi
popd
# build
meson _build/ -Dprefix=/opt/X11 -Dsecure-rpc=false
meson _build/ -Dprefix=/opt/X11
DESTDIR=$(pwd)/staging ninja -C _build/ install
ninja -C _build/ test