Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build all shared libraries with -no-undefined and link them properly | Tobias Brunner | 2013-09-12 | 1 | -1/+6 |
| | | | | | | | | | | The flag is required to convince libtool on Cygwin to build DLLs. But on Windows these shared libraries can not have undefined symbols, so we have to link them explicitly to the libraries they reference. For plugins this is currently not done, so only the monolithic build is supported. The plugin loader wouldn't be able to load DLLs anyway, as it tries to load files that don't exist on Cygwin. | ||||
* | moved tnc_imv plugin to libtnccs thanks to recommendation callback function | Andreas Steffen | 2013-08-15 | 1 | -0/+7 |
| | |||||
* | Moved tnc-tnccs, tnc-imc, tnccs-11, tnccs-20 and tnccs-dynamic libcharon ↵ | Andreas Steffen | 2013-08-15 | 1 | -0/+46 |
| | | | | plugins to libtnccs | ||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -2/+1 |
| | | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only. | ||||
* | determine underlying IF-T transport protocol | Andreas Steffen | 2013-02-12 | 1 | -1/+4 |
| | |||||
* | Added missing Android.mk files to distribution. | Tobias Brunner | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | Build libtnccs on Android. | Tobias Brunner | 2011-10-25 | 1 | -6/+6 |
| | |||||
* | refactored TNC framework | Andreas Steffen | 2011-10-25 | 1 | -3/+7 |
| | |||||
* | moved imv_manager to libtnccs | Andreas Steffen | 2011-10-25 | 1 | -1/+3 |
| | |||||
* | moved imc_manager to libtnccs | Andreas Steffen | 2011-10-25 | 1 | -0/+10 |