From a5ab4882348d26addc9830a44e053238dfa2cb58 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 6 May 2021 10:08:30 +1000 Subject: remove built-in support for md5crypt() Users of MD5-hashed password should arrange for ./configure to link against libxcrypt or similar. Though it would be better to avoid use of MD5 password hashing entirely, it's arguably worse than DEScrypt. feedback and ok dtucker@ --- LICENCE | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'LICENCE') diff --git a/LICENCE b/LICENCE index 5999c5e9..17356190 100644 --- a/LICENCE +++ b/LICENCE @@ -210,22 +210,14 @@ OpenSSH contains no GPL code. 8) Portable OpenSSH contains the following additional licenses: - a) md5crypt.c, md5crypt.h - - * "THE BEER-WARE LICENSE" (Revision 42): - * wrote this file. As long as you retain this - * notice you can do whatever you want with this stuff. If we meet - * some day, and you think this stuff is worth it, you can buy me a - * beer in return. Poul-Henning Kamp - - b) snprintf replacement + a) snprintf replacement * Copyright Patrick Powell 1995 * This code is based on code written by Patrick Powell * (papowell@astart.com) It may be used for any purpose as long as this * notice remains intact on all source code distributions - c) Compatibility code (openbsd-compat) + b) Compatibility code (openbsd-compat) Apart from the previously mentioned licenses, various pieces of code in the openbsd-compat/ subdirectory are licensed as follows: -- cgit v1.2.1