summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authordtucker <dtucker>2014-01-20 02:18:09 +0000
committerdtucker <dtucker>2014-01-20 02:18:09 +0000
commit012c5940a90d5e0e12a1d304419a3f274efec48a (patch)
treedfe1d058dbc8b85896e496bc433c724071bd0207 /ChangeLog
parentca4fe166a6066fd63cee01ae59850ca0215d7fb8 (diff)
downloadopenssh-012c5940a90d5e0e12a1d304419a3f274efec48a.tar.gz
- (dtucker) [gss-serv-krb5.c] Fall back to krb5_cc_gen_new if the Kerberos
implementation does not have krb5_cc_new_unique, similar to what we do in auth-krb5.c.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b870c075..6073abbb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
20140120
+ - (dtucker) [gss-serv-krb5.c] Fall back to krb5_cc_gen_new if the Kerberos
+ implementation does not have krb5_cc_new_unique, similar to what we do
+ in auth-krb5.c.
- (djm) OpenBSD CVS Sync
- djm@cvs.openbsd.org 2014/01/20 00:08:48
[digest.c]