+
+Tue Aug 29 13:31:46 EDT 1995 Paul Park (pjpark@mit.edu)
+ * Makefile.in, .Sanitize, {im,ex}port_sec_context.c, ser_sctx.c - Add
+ new modules to support {im,ex}port of GSSAPI context.
+ * krb5_gss_glue.c - Add krb5_gss_{im,ex}port_sec_context() wrapper
+ routines.
+ * gssapiP_krb5.h - Add prototypes for krb5_gss_{im,ex}port_sec_context
+ and kg_ser_context_init.
+ * gssapi_err_krb5.et - Add magic numbers for GSSAPI data structures.
+
Mon Aug 7 19:08:52 1995 Theodore Y. Ts'o <tytso@dcl>
* inq_cred.c (krb5_gss_inquire_cred): Use
+
+Tue Aug 29 14:14:26 EDT 1995 Paul Park (pjpark@mit.edu)
+ * Makefile.in, .Sanitize, ser_{actx,adata,addr,auth,cksum,ctx,eblk,key,
+ princ}.c, serialize.c, t_ser.c - Add serialization operations
+ for data structures required to serialize krb5_context, krb5_
+ auth_context, krb5_encrypt_block and krb5_principal.
+ * auth_con.h - Add magic number.
+ * auth_con.c - Add static routine to copy an address and use this
+ instead of the other code. Set the magic number when initing
+ an auth_context. Use krb5_free_address to release an address.
+ * init_ctx.c - Free the allocated serializers when releasing context.
+ * rd_rep.c - Copy the keyblock from the message instead of setting
+ a pointer into it.
+
Thu Aug 24 18:55:50 1995 Theodore Y. Ts'o <tytso@dcl>
* .Sanitize: Update file list.