From 240d98f20fa91195001fb717a13018d4509c3200 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 20 Nov 2006 18:14:57 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19079 ec53bebd-3082-4978-b11e-865c3cabbd6b --- ChangeLog | 31 ++++++++++++++++++++++++++++++- appl/popper/ChangeLog | 5 +++++ lib/gssapi/ChangeLog | 14 +++++++++++++- lib/kadm5/ChangeLog | 10 +++++++++- 4 files changed, 57 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index d7f3bdffd..73f040969 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,34 @@ -2006-11-19 Love Hörnquist Åstrand +2006-11-20 Love Hörnquist Åstrand + * lib/krb5/verify_user.c: Make krb5_get_init_creds_opt_free take a + context argument. + + * lib/krb5/krb5_get_init_creds.3: Make + krb5_get_init_creds_opt_free take a context argument. + + * lib/krb5/init_creds_pw.c: Make krb5_get_init_creds_opt_free take + a context argument. + + * kuser/kinit.c: Make krb5_get_init_creds_opt_free take a context + argument. + + * kpasswd/kpasswd.c: Make krb5_get_init_creds_opt_free take a + context argument. + + * kpasswd/kpasswd-generator.c: Make krb5_get_init_creds_opt_free + take a context argument. + + * kdc/hprop.c: Make krb5_get_init_creds_opt_free take a context + argument. + + * lib/krb5/init_creds.c: Make krb5_get_init_creds_opt_free take a + context argument. + + * appl/gssmask/gssmask.c: Make krb5_get_init_creds_opt_free take a + context argument. + +2006-11-19 Love Hörnquist Åstrand + * doc/setup.texi: fix pkinit option (s/-/_/) * kdc/config.c: revert the enable-pkinit change, and make it diff --git a/appl/popper/ChangeLog b/appl/popper/ChangeLog index c5d36a94b..92b630fcf 100644 --- a/appl/popper/ChangeLog +++ b/appl/popper/ChangeLog @@ -1,3 +1,8 @@ +2006-11-20 Love Hörnquist Åstrand + + * pop_pass.c: Make krb5_get_init_creds_opt_free take a context + argument. + 2006-10-07 Love Hörnquist Åstrand * Makefile.am: Add man_MANS to EXTRA_DIST diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index 6b75e321d..ca618774b 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,4 +1,16 @@ -2006-11-15 Love Hörnquist Åstrand +2006-11-20 Love Hörnquist Åstrand + + * krb5/acquire_cred.c: Make krb5_get_init_creds_opt_free take a + context argument. + +2006-11-16 Love Hörnquist Åstrand + + * test_context.c: Test that token keys are the same, return + actual_mech. + +2006-11-15 Love Hörnquist Åstrand + + * spnego/spnego_locl.h: Make bitfields unsigned, add maybe_open. * spnego/accept_sec_context.c: Use ASN.1 encoder functions to encode CHOICE structure now that we can handle it. diff --git a/lib/kadm5/ChangeLog b/lib/kadm5/ChangeLog index b9e222a23..2f0ce814a 100644 --- a/lib/kadm5/ChangeLog +++ b/lib/kadm5/ChangeLog @@ -1,5 +1,13 @@ -2006-10-22 Love Hörnquist Åstrand +2006-11-20 Love Hörnquist Åstrand + * ipropd_slave.c: Make krb5_get_init_creds_opt_free take a context + argument. + + * init_c.c: Make krb5_get_init_creds_opt_free take a context + argument. + +2006-10-22 Love Hörnquist Åstrand + * ent_setup.c: Try to not leak memory. 2006-10-07 Love Hörnquist Åstrand