diff options
| author | Theodore Tso <tytso@mit.edu> | 1996-10-22 00:07:59 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1996-10-22 00:07:59 +0000 |
| commit | cf99c29aaf0ee262cf70f4bf5c5d937467652aed (patch) | |
| tree | b19c8f53159caae97c24c22c15760ad4eb1a36d6 /src/appl/gss-sample/ChangeLog | |
| parent | 31f6033a9c59fd930c7eecd9008bbe1275299d06 (diff) | |
gss-server.c: Re-added code to test import and export security
context. Yes, yes, I know this isn't the best place to have this
test, but DO NOT REMOVE THIS TEST UNTIL WE HAVE IT CODED ELSEWHERE.
Better slightly ugly sample server code than untested (and broken)
library code.... Add code to print out the mechanism OID used by
accept_sec_context.
gss-client.c: Add code to allow user to specify the mechanism
OID that gss-client should use.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9230 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/gss-sample/ChangeLog')
| -rw-r--r-- | src/appl/gss-sample/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/appl/gss-sample/ChangeLog b/src/appl/gss-sample/ChangeLog index d82e360ef..dd6dadef2 100644 --- a/src/appl/gss-sample/ChangeLog +++ b/src/appl/gss-sample/ChangeLog @@ -1,3 +1,15 @@ +Mon Oct 21 20:03:53 1996 Theodore Y. Ts'o <tytso@mit.edu> + + * gss-server.c: Re-added code to test import and export security + context. Yes, yes, I know this isn't the best place to + have this test, but DO NOT REMOVE THIS TEST UNTIL WE HAVE + IT CODED ELSEWHERE. Better slightly ugly sample server + code than untested (and broken) library code.... Add code + to print out the mechanism OID used by accept_sec_context. + + * gss-client.c: Add code to allow user to specify the mechanism + OID that gss-client should use. + Wed Jun 5 00:08:32 1996 Theodore Y. Ts'o <tytso@mit.edu> * gss-client.c (call_server): When reading in the test value from |
