aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 5 insertions, 0 deletions
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.