gss-server.c (sign_server): Do better import/export security checking.
authorTheodore Tso <tytso@mit.edu>
Sat, 2 Mar 1996 08:08:14 +0000 (08:08 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 2 Mar 1996 08:08:14 +0000 (08:08 +0000)
commit1b6b865423b0182a69c0d2a6a2faee1da703fade
treeb99bef8cb250791351a7f6131e41cadc2122f673
parent97bd36c44627cb78585c5ddcd4d27bdd9e344755
gss-server.c (sign_server): Do better import/export security checking.
If the received message to be signed is not printable (at least the
first two characters are not), display the message in hex.  Print the
hex values of the incoming and outcoming packets, for your
information.

gss-misc.c (print_token, display_buffer): Two new tokens for
displaying GSSAPI buffers, either has hex or as a printable string.

gss-client.c (call_server): Add option to support reading in the
message to be signed from a file.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7583 dc483132-0cff-0310-8789-dd5450dbe970
src/appl/gss-sample/ChangeLog
src/appl/gss-sample/gss-client.c
src/appl/gss-sample/gss-misc.c
src/appl/gss-sample/gss-server.c