git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@17062 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-04-12 17:45:55 +00:00
parent 8d95c53570
commit abd7e5ec1c
2 changed files with 30 additions and 2 deletions

View File

@@ -1,5 +1,19 @@
2006-04-09 Love H<>rnquist <20>strand <lha@it.su.se>
2006-04-12 Love H<>rnquist <20>strand <lha@it.su.se>
* export_sec_context.c: Export sequence order element. From Wynn
Wilkes <wynn.wilkes@quest.com>.
* import_sec_context.c: Import sequence order element. From Wynn
Wilkes <wynn.wilkes@quest.com>.
* sequence.c (_gssapi_msg_order_import,_gssapi_msg_order_export):
New functions, used by {import,export}_sec_context. From Wynn
Wilkes <wynn.wilkes@quest.com>.
* test_sequence.c: Add test for import/export sequence.
2006-04-09 Love H<>rnquist <20>strand <lha@it.su.se>
* add_cred.c: Check that cred != GSS_C_NO_CREDENTIAL, this is a
standard conformance failure, but much better then a crash.