From f3f09aab44117d8eb97811421b2685c295d3d585 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 28 May 2018 15:06:46 -0700 Subject: Pass realm to krb5_appdefault_* functions When getting configuration values from krb5.conf, pass the default local realm into the Kerberos appdefault functions. This will produce more correct results with krb5.conf files that specify wallet configuration for multiple realms. --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 23137e2..1af55fc 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,11 @@ wallet 1.4 (unreleased) service principal, and truncate and make unique long names in AD if necessary. This support should still be considered experimental. + When getting configuration values from krb5.conf, pass the default + local realm into the Kerberos appdefault functions. This will produce + more correct results with krb5.conf files that specify wallet + configuration for multiple realms. + Remove stray references to strlcpy and strlcat that broke builds on platforms where those functions are part of libc. Thanks to Karl Kornel for the report. -- cgit v1.2.3