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.