diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2005-10-21 01:17:20 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2005-10-21 01:17:20 +0000 |
| commit | 8a0232c3f472df2ad46e571cddddca4356790a3b (patch) | |
| tree | e761e4666a9497252fec907910a1f882f57f6af3 /src/appl/gss-sample/ChangeLog | |
| parent | 9f440638851a6ac799bfb8ef6af77f1b7b53e4c3 (diff) | |
Jeff's patches for a multi-threaded gss-sample suite, modified to not break the
single-threaded UNIX case. (Tested on Linux/x86.) Needs stylistic cleanup at
some point.
ticket: 3214
tags: pullup
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17445 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/gss-sample/ChangeLog')
| -rw-r--r-- | src/appl/gss-sample/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/src/appl/gss-sample/ChangeLog b/src/appl/gss-sample/ChangeLog index b641880db..25c4c3fb8 100644 --- a/src/appl/gss-sample/ChangeLog +++ b/src/appl/gss-sample/ChangeLog @@ -1,3 +1,36 @@ +2005-10-20 Ken Raeburn <raeburn@mit.edu> + Jeffrey Altman <jaltman@mit.edu> + + * gss-server.c [!_WIN32]: Include port-sockets.h instead of the + various network-related UNIX header files. + (worker_bee): New function. + (main): Use it. + (max_threads): New variable. + (thread_count, hMutex, hEvent) [_WIN32]: New variables. + (InitHandles, CleanupHandles, WaitAndIncrementThreadCounter, + DecrementAndSignalThreadCounter) [_WIN32]: New functions. + (main) [_WIN32]: Accept new option -threads, and keep that many + threads going. + (usage) [_WIN32]: Document new option. + + * gss-client.c [!_WIN32]: Include assert.h. + (max_threads): New variable. + (service_name, server_host, msg, mechanism, port, use_file, + gss_flags, min_stat, oid, mcount, ccount, auth_flag, wrap_flag, + encrypt_flag, mic_flag, v1_format): Moved variables to top level + from inside main. + (worker_bee): New function, with call_server call moved from + main. + (main): Call it. + (thread_count, hMutex, hEvent) [_WIN32]: New variables. + (InitHandles, CleanupHandles, WaitAndIncrementThreadCounter, + DecrementAndSignalThreadCounter) [_WIN32]: New functions. + (main) [_WIN32]: Accept new option -threads, and keep that many + threads going. + (usage) [_WIN32]: Document new option. + + * gss-misc.c (send_token): Delete unused variable "len". + 2004-03-08 Ken Raeburn <raeburn@mit.edu> * Makefile.in (MY_SUBDIRS): Deleted. |
