gss-server.c: Re-added code to test import and export security
authorTheodore Tso <tytso@mit.edu>
Tue, 22 Oct 1996 00:07:59 +0000 (00:07 +0000)
committerTheodore Tso <tytso@mit.edu>
Tue, 22 Oct 1996 00:07:59 +0000 (00:07 +0000)
commitcf99c29aaf0ee262cf70f4bf5c5d937467652aed
treeb19c8f53159caae97c24c22c15760ad4eb1a36d6
parent31f6033a9c59fd930c7eecd9008bbe1275299d06
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
src/appl/gss-sample/ChangeLog
src/appl/gss-sample/gss-client.c
src/appl/gss-sample/gss-server.c