Skip Menu |
 

Subject: Patch to add multiple threads to gss-sample applications on Windows
This patch adds a -threads <num> parameter to the client and server
allowing multiple requests to be sent from the client and processed by
the server simultaneously.

There is no Unix support.
Download gss-sample-threads-windows.diff
application/octet-stream 11.4KiB

Message body not shown because it is not plain text.

From: raeburn@mit.edu
Subject: CVS Commit
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.

Commit By: raeburn



Revision: 17445
Changed Files:
U trunk/src/appl/gss-sample/ChangeLog
U trunk/src/appl/gss-sample/gss-client.c
U trunk/src/appl/gss-sample/gss-misc.c
U trunk/src/appl/gss-sample/gss-server.c
From: tlyu@mit.edu
Subject: CVS Commit
pull up r17445 from trunk

Commit By: tlyu



Revision: 17454
Changed Files:
U branches/krb5-1-4/src/appl/gss-sample/ChangeLog
U branches/krb5-1-4/src/appl/gss-sample/gss-client.c
U branches/krb5-1-4/src/appl/gss-sample/gss-misc.c
U branches/krb5-1-4/src/appl/gss-sample/gss-server.c