Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libnccs: Fix casts between integers and pointers | Martin Willi | 2014-06-04 | 1 | -2/+2 |
| | |||||
* | tnc-imc/imv: Don't include <dlfcn.h> on Windows | Martin Willi | 2014-06-04 | 2 | -0/+4 |
| | |||||
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 6 | -6/+6 |
| | |||||
* | Increased maximum PT-TLS message size to 2MB | Andreas Steffen | 2014-05-31 | 1 | -2/+2 |
| | |||||
* | Automatic determination of maximum PB-TNC batch and PA-TNC message size | Andreas Steffen | 2014-05-31 | 5 | -12/+46 |
| | |||||
* | enum: Return boolean result for enum_from_name() lookup | Martin Willi | 2014-05-16 | 3 | -12/+12 |
| | | | | | | | | | | | Handling the result for enum_from_name() is difficult, as checking for negative return values requires a cast if the enum type is unsigned. The new signature clearly differentiates lookup result from lookup value. Further, this actually allows to convert real -1 enum values, which could not be distinguished from "not-found" and the -1 return value. This also fixes several clang warnings where enums are unsigned. | ||||
* | libtnccs: Move settings to <ns>.tnc and <ns>.plugins with fallback | Tobias Brunner | 2014-02-12 | 6 | -7/+8 |
| | |||||
* | tnccs: Use chunk_map() instead of non-portable mmap() | Martin Willi | 2014-01-23 | 1 | -1/+0 |
| | |||||
* | PB-TNC PDP_REFERRAL message doesn't have to be in RESULT batch | Andreas Steffen | 2013-10-31 | 1 | -1/+1 |
| | |||||
* | libtnccs: Add dummy entry to pb_tnc_tcg_msg_infos | Tobias Brunner | 2013-10-29 | 1 | -1/+2 |
| | | | | | That's required because the first message type in pb_tnc_tcg_msg_type_t is 1 not 0. | ||||
* | Doxygen fixes | Tobias Brunner | 2013-10-15 | 1 | -2/+1 |
| | |||||
* | Keep a copy of the tnccs instance for PT-TLS handover | Andreas Steffen | 2013-10-09 | 3 | -25/+113 |
| | |||||
* | Implemented TCG/PB-PDP_Referral message | Andreas Steffen | 2013-09-17 | 4 | -13/+141 |
| | |||||
* | Allow vendor-specific PB-TNC messages | Andreas Steffen | 2013-09-17 | 23 | -138/+583 |
| | |||||
* | Extract client identity and authentication type from SASL authentication | Andreas Steffen | 2013-08-15 | 3 | -0/+28 |
| | |||||
* | moved tnc_imv plugin to libtnccs thanks to recommendation callback function | Andreas Steffen | 2013-08-15 | 18 | -26/+1866 |
| | |||||
* | Moved tnc-tnccs, tnc-imc, tnccs-11, tnccs-20 and tnccs-dynamic libcharon ↵ | Andreas Steffen | 2013-08-15 | 66 | -0/+10619 |
plugins to libtnccs |