summaryrefslogtreecommitdiffstats
path: root/src/tests/gss-threads/ChangeLog
blob: ae92cd92620ae594016bab47b68720df870008d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
2005-06-20  Ken Raeburn  <raeburn@mit.edu>

	* Makefile.in (gss-client, gss-server): Use THREAD_LINKOPTS
	instead of PTHREAD_LIBS.

2005-03-25  Ken Raeburn  <raeburn@mit.edu>

	* Makefile.in (all-unix): Use @THREAD_SUPPORT@ and helper targets
	to build programs only if thread support is enabled.
	(all-unix-0, all-unix-1): New helper targets.

2005-02-11  Ken Raeburn  <raeburn@mit.edu>

	* gss-misc.c: Include autoconf.h.  If both time.h and sys/time.h
	are available, and they're compatible, include both.

2005-02-09  Ken Raeburn  <raeburn@mit.edu>

	* New directory.
	* All files copies from appl/gss-sample, with Jeff Altman's
	changes for multithreading on Windows, and mine for pthreads.