From abd7e5ec1c9214043480be4118c81b290df2bb17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Wed, 12 Apr 2006 17:45:55 +0000 Subject: [PATCH] x git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17062 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/gssapi/ChangeLog | 16 +++++++++++++++- lib/gssapi/krb5/ChangeLog | 16 +++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/lib/gssapi/ChangeLog b/lib/gssapi/ChangeLog index da320f094..a1aa25014 100644 --- a/lib/gssapi/ChangeLog +++ b/lib/gssapi/ChangeLog @@ -1,5 +1,19 @@ -2006-04-09 Love Hörnquist Åstrand +2006-04-12 Love Hörnquist Åstrand + * export_sec_context.c: Export sequence order element. From Wynn + Wilkes . + + * import_sec_context.c: Import sequence order element. From Wynn + Wilkes . + + * sequence.c (_gssapi_msg_order_import,_gssapi_msg_order_export): + New functions, used by {import,export}_sec_context. From Wynn + Wilkes . + + * test_sequence.c: Add test for import/export sequence. + +2006-04-09 Love Hörnquist Åstrand + * add_cred.c: Check that cred != GSS_C_NO_CREDENTIAL, this is a standard conformance failure, but much better then a crash. diff --git a/lib/gssapi/krb5/ChangeLog b/lib/gssapi/krb5/ChangeLog index da320f094..a1aa25014 100644 --- a/lib/gssapi/krb5/ChangeLog +++ b/lib/gssapi/krb5/ChangeLog @@ -1,5 +1,19 @@ -2006-04-09 Love Hörnquist Åstrand +2006-04-12 Love Hörnquist Åstrand + * export_sec_context.c: Export sequence order element. From Wynn + Wilkes . + + * import_sec_context.c: Import sequence order element. From Wynn + Wilkes . + + * sequence.c (_gssapi_msg_order_import,_gssapi_msg_order_export): + New functions, used by {import,export}_sec_context. From Wynn + Wilkes . + + * test_sequence.c: Add test for import/export sequence. + +2006-04-09 Love Hörnquist Åstrand + * add_cred.c: Check that cred != GSS_C_NO_CREDENTIAL, this is a standard conformance failure, but much better then a crash.