MIT krb5 release 1.18 will remove single-DES support

2019-05-28 Thread Greg Hudson
This is advance notice that the MIT krb5 1.18 release, planned for near the end of this year, will remove support for the single-DES encryption types (chiefly des-cbc-crc) and their associated checksum types and salt types. Setting "allow_weak_crypto = true" will no longer re-enable single-DES.

Re: [bug] typo on configure.in

2019-05-28 Thread Robbie Harwood
"Osipov, Michael" writes: > Folks, > > please find a patch to fix a simple typo in configure.in: > --- configure.in.orig 2019-05-27 12:59:00 + > +++ configure.in2019-05-27 12:59:06 + > @@ -1110,7 +1110,7 @@ > > # For Python tests. > AC_CHECK_PROG(PYTHON,python3,python3) >

Re: [bug] typo on configure.in

2019-05-28 Thread Greg Hudson
On 5/27/19 6:59 AM, Osipov, Michael wrote: > please find a patch to fix a simple typo in configure.in: Thanks, I have pushed this and will backport it to 1.17 for the next patch release. Kerberos mailing list Kerberos@mit.edu

[bug] typo on configure.in

2019-05-28 Thread Osipov, Michael
Folks, please find a patch to fix a simple typo in configure.in: --- configure.in.orig 2019-05-27 12:59:00 + +++ configure.in2019-05-27 12:59:06 + @@ -1110,7 +1110,7 @@ # For Python tests. AC_CHECK_PROG(PYTHON,python3,python3) -if text x"$PYTHON" = x; then +if test