aboutsummaryrefslogtreecommitdiffstats
path: root/src/libtnccs
Commit message (Expand)AuthorAgeFilesLines
* libtnccs: Correctly read dlopen_use_rtld_now optionTobias Brunner2017-09-182-2/+2
* android: Use LOCAL_LDLIBS to link libdlTobias Brunner2017-07-031-1/+1
* libtnccs: Fixed memory leak of global variables in libxml2Andreas Steffen2017-05-291-1/+4
* Change interface for enumerator_create_filter() callbackTobias Brunner2017-05-261-16/+18
* Add plugin constructor registration for all libraries that provide pluginsTobias Brunner2017-05-232-0/+16
* Use standard unsigned integer typesAndreas Steffen2016-03-2427-109/+109
* Fix of the mutual TNC measurement use caseAndreas Steffen2016-02-161-19/+19
* libtnccs: Optionally use RTLD_NOW to load IMC/IMVs with dlopen()Tobias Brunner2015-11-092-2/+14
* Fixed AR identities in mutual TNC measurements caseAndreas Steffen2015-08-151-2/+6
* Fixed PB-TNC directionality debug messageAndreas Steffen2015-04-241-1/+1
* Fix years in some copyright statementsTobias Brunner2015-04-161-1/+1
* Added tnc/tnccs-20-fail-init and tnc/tnccs-20-fail-resp scenariosAndreas Steffen2015-03-278-8/+178
* Fixed PB-TNC error handlingAndreas Steffen2015-03-274-35/+32
* tnccs-20: Fix error handling in build()Tobias Brunner2015-03-251-9/+5
* android: Add messages/ita directory to tnccs-20 pluginTobias Brunner2015-03-251-1/+1
* libtnccs: Set apidoc category to libtnccs and move pluginsTobias Brunner2015-03-2510-11/+14
* libtnccs: Fix apidoc category for split IF-TNCCS 2.0 header filesTobias Brunner2015-03-253-5/+5
* Fixed some typos, courtesy of codespellTobias Brunner2015-03-251-1/+1
* Implemented PB-TNC mutual half-duplex protocolAndreas Steffen2015-03-235-35/+139
* Optionally announce PB-TNC mutual protocol capabilityAndreas Steffen2015-03-239-13/+420
* Split IF-TNCCS 2.0 protocol processing into separate TNC client and server ha...Andreas Steffen2015-03-239-799/+1746
* Make access requestor IP address available to TNC serverAndreas Steffen2015-03-089-82/+229
* libnccs: Fix casts between integers and pointersMartin Willi2014-06-041-2/+2
* tnc-imc/imv: Don't include <dlfcn.h> on WindowsMartin Willi2014-06-042-0/+4
* libtnccs: Use a default tnc_config in the current working dir on WindowsMartin Willi2014-06-041-1/+7
* libtnccs: Link against ws_w32 on WindowsMartin Willi2014-06-041-2/+4
* plugins: Don't link with -rdynamic on WindowsMartin Willi2014-06-046-6/+6
* Increased maximum PT-TLS message size to 2MBAndreas Steffen2014-05-311-2/+2
* Automatic determination of maximum PB-TNC batch and PA-TNC message sizeAndreas Steffen2014-05-315-12/+46
* enum: Return boolean result for enum_from_name() lookupMartin Willi2014-05-163-12/+12
* uclibc only defines strndup(3) if _GNU_SOURCE is definedTobias Brunner2014-02-191-2/+4
* libtnccs: Move settings to <ns>.tnc and <ns>.plugins with fallbackTobias Brunner2014-02-127-9/+12
* tnccs: Use chunk_map() instead of non-portable mmap()Martin Willi2014-01-232-27/+6
* android: Remove dependency on libvstrTobias Brunner2013-11-131-1/+0
* PB-TNC PDP_REFERRAL message doesn't have to be in RESULT batchAndreas Steffen2013-10-311-1/+1
* libtnccs: Add dummy entry to pb_tnc_tcg_msg_infosTobias Brunner2013-10-291-1/+2
* Doxygen fixesTobias Brunner2013-10-151-2/+1
* Keep a copy of the tnccs instance for PT-TLS handoverAndreas Steffen2013-10-094-25/+128
* android: Several plugins were moved from libcharon to libtnccsTobias Brunner2013-09-231-0/+20
* Implemented TCG/PB-PDP_Referral messageAndreas Steffen2013-09-174-13/+141
* Allow vendor-specific PB-TNC messagesAndreas Steffen2013-09-1723-138/+583
* Build all shared libraries with -no-undefined and link them properlyTobias Brunner2013-09-121-1/+6
* Extract client identity and authentication type from SASL authenticationAndreas Steffen2013-08-153-0/+28
* moved tnc_imv plugin to libtnccs thanks to recommendation callback functionAndreas Steffen2013-08-1522-41/+1890
* Moved tnc-tnccs, tnc-imc, tnccs-11, tnccs-20 and tnccs-dynamic libcharon plug...Andreas Steffen2013-08-1567-0/+10665
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-2/+1
* libtnccs: Don't try to load IMCs/IMVs from a file if there is no filenameTobias Brunner2013-07-081-0/+5
* android: libtnccs requires headers from libtlsTobias Brunner2013-03-201-0/+1
* android: Remove/filter header files from LOCAL_SRC_FILESTobias Brunner2013-03-201-1/+3
* added parameter descriptionsAndreas Steffen2013-02-191-1/+8