From 2fca58fc2ed2bd915ae7aa883b7451bbbd5144ce Mon Sep 17 00:00:00 2001 From: Johan Danielsson Date: Wed, 21 Jan 1998 00:48:53 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4331 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index b608613d2..0ee1bb0de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ Wed Jan 21 01:34:09 1998 Johan Danielsson + * lib/krb5/get_cred.c: Fixes to send authorization-data to the + KDC. + + * lib/krb5/build_auth.c: Only generate local subkey if there is + none. + + * lib/krb5/krb5.h: Add krb5_authdata type. + + * lib/krb5/auth_context.c: Add + krb5_auth_con_set{,localsub,remotesub}key. + * lib/krb5/init_creds_pw.c: Return some error if prompter functions return failure.