diff options
| author | Jeffrey Altman <jaltman@secure-endpoints.com> | 2004-02-06 19:05:47 +0000 |
|---|---|---|
| committer | Jeffrey Altman <jaltman@secure-endpoints.com> | 2004-02-06 19:05:47 +0000 |
| commit | 22f656170d0df8d1be9bfc3e3e646ab56f647230 (patch) | |
| tree | a4370f9f77168ab540870ac6fa68c4d3f944cef4 /src/appl/gss-sample/ChangeLog | |
| parent | 777e007f9cfd3fdbd73743598f6bdd9a8aa91a6e (diff) | |
| download | krb5-22f656170d0df8d1be9bfc3e3e646ab56f647230.tar.gz krb5-22f656170d0df8d1be9bfc3e3e646ab56f647230.tar.xz krb5-22f656170d0df8d1be9bfc3e3e646ab56f647230.zip | |
2004-02-06 Jeffrey Altman <jaltman@mit.edu>
* Add new command line switches to the gss-client
to support the use of GSS_C_SEQUENCE_FLAG or to
disable the use of either GSS_C_MUTUAL_FLAG or
GSS_C_REPLAY_FLAG
ticket: 2212
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16023 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/gss-sample/ChangeLog')
| -rw-r--r-- | src/appl/gss-sample/ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/appl/gss-sample/ChangeLog b/src/appl/gss-sample/ChangeLog index 006340763..04bdc4737 100644 --- a/src/appl/gss-sample/ChangeLog +++ b/src/appl/gss-sample/ChangeLog @@ -1,3 +1,10 @@ +2004-02-06 Jeffrey Altman <jaltman@mit.edu> + + * Add new command line switches to the gss-client + to support the use of GSS_C_SEQUENCE_FLAG or to + disable the use of either GSS_C_MUTUAL_FLAG or + GSS_C_REPLAY_FLAG + 2004-01-31 Ken Raeburn <raeburn@mit.edu> * gss-misc.c: Include sys/time.h or time.h, to get struct timeval @@ -13,7 +20,7 @@ * gss-misc.c (recv_token): Support reading 0 token flags as part of length - * gss-client.c : Support a -v1 argument meaning that no token flags are used o, + * gss-client.c : Support a -v1 argument meaning that no token flags are used, * gss-misc.c (send_token): If token flags are null, do not send them. |
