Consolidate thread-local data.
authorKevin Wasserman <kevin.wasserman@painless-security.com>
Thu, 30 Jun 2011 13:48:10 +0000 (09:48 -0400)
committerSam Hartman <hartmans@debian.org>
Fri, 1 Jul 2011 10:20:21 +0000 (06:20 -0400)
commit5797ef6c01c45c7869cab7942b841b3d16900177
tree8d07545d1ab34682c48e9b9f3d85b3cdfeb51579
parent8f5c917fde13a7902a936eb00f7266082ca9f81c
Consolidate thread-local data.

Also add windows versions of MUTEX macros.
Together, these changes eliminate dependency on pthread for windows and
centralize the platform-specific code to deal with thread-local storage.
mech_eap/display_status.c
mech_eap/util.h
mech_eap/util_krb.c
mech_eap/util_tld.c [new file with mode: 0644]