by mikemccauley
OS Implementation of the Trusted Network Connect (TNC) specification from Trusted Computing Group (TCG). Provides functions for loading and communicating with TNC plugins, sample IMC and IMV plugins, TNCCS-XML support on Windows, Linux, Mac, *BSD etc.
2008-05-08 1.19 - Added OSC-IMV, a scriptable IMV that works with OSC-IMC. Policy is described by a configurable policy file with a rich syntax. Compiles and runs on Windows and Unix. - Improvements to OSC-IMC, supports external program, Windows compile ...
Fixed some Visual Studio compiler warnings (warning level 4) also upgraded the project to include headers from the latest libxml2 ( 2.6.30+ from here: ftp://xmlsoft.org/libxml2/win32/, which is where gnuwin32 points to, anyway). Fixes some sign ...
2007-05-06 1.16 - Added new optional functions libtnc_tncc_BindFunction and libtnc_tncs_BindFunction, which are optional applicaiotn level functions that will be called if the IMC asks to bind a function that TNC_TNCC_BindFunction or ...
2007-05-06 1.16 - Added new optional functions libtnc_tncc_BindFunction and libtnc_tncs_BindFunction, which are optional applicaiotn level functions that will be called if the IMC asks to bind a function that TNC_TNCC_BindFunction or ...
- new TNCC and TNCS functions libtnc_tncc_InitializeStd and libtnc_tncs_InitializeStd so it loads the config from the 'standard places' (/etc/tnc_config on Windows and the registry on Windows). Production code should use libtnc_tncc_InitializeStd. The ...
- new TNCC and TNCS functions libtnc_tncc_InitializeStd and libtnc_tncs_InitializeStd so it loads the config from the 'standard places' (/etc/tnc_config on Windows and the registry on Windows). Production code should use libtnc_tncc_InitializeStd. The ...
Accidentally omitted some windows mutex code. Added to mutex.c
Accidentally omitted some windows mutex code. Added to mutex.c
INSTALL.windows added to the distribution. Added thread safety: Added mutexes to protect globals in libtncimc and libtncimv. Requires pthreads on Unix. Uses mutex objects on Windows.
INSTALL.windows added to the distribution. Added thread safety: Added mutexes to protect globals in libtncimc and libtncimv. Requires pthreads on Unix. Uses mutex objects on Windows.
Copyright © 2009 SourceForge, Inc. All rights reserved. Terms of Use