aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRuss Allbery <eagle@eyrie.org>2018-05-28 15:06:46 -0700
committerRuss Allbery <eagle@eyrie.org>2018-05-28 15:06:46 -0700
commitf3f09aab44117d8eb97811421b2685c295d3d585 (patch)
treec87b8e95690c2298777c718b543ffd4c78176bee /NEWS
parentba0bc0725e4b6f33280f6ac1edaecf8cc10616f3 (diff)
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.
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.