From eac86677d66fe140f7ca54205773c95687e4abe5 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Wed, 11 Jun 1997 20:45:39 +0000 Subject: gss-server.c (server_establish_context): Rearrange server establish context loop to match with the draft-ietf-gssv2-cbind-04.txt suggestion --- always send the output token even in the case of an error, and call gss_delete_sec_context() if needed. gss-client.c (client_establish_context): Check for error condition after sending the output token, if present. In case of error, call delete_sec_context if necessary. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10096 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/gss-sample/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src/appl/gss-sample/ChangeLog') diff --git a/src/appl/gss-sample/ChangeLog b/src/appl/gss-sample/ChangeLog index 7cc9386..68aa4ab 100644 --- a/src/appl/gss-sample/ChangeLog +++ b/src/appl/gss-sample/ChangeLog @@ -1,3 +1,15 @@ +Fri Jun 6 15:05:57 1997 Theodore Y. Ts'o + + * gss-server.c (server_establish_context): Rearrange server + establish context loop to match with the + draft-ietf-gssv2-cbind-04.txt suggestion --- always send + the output token even in the case of an error, and call + gss_delete_sec_context() if needed. + + * gss-client.c (client_establish_context): Check for error + condition after sending the output token, if present. In + case of error, call delete_sec_context if necessary. + Wed Feb 5 20:25:57 1997 Tom Yu * Makefile.in: -- cgit v1.1