Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | check for TrouSerS | Andreas Steffen | 2011-12-18 | 1 | -0/+5 | |
| | | ||||||
* | | added Attestation IMC/IMV to UML build | Andreas Steffen | 2011-12-18 | 2 | -0/+12 | |
| | | ||||||
* | | build PA-TNC message only if there are PA-TNC attributes to send | Andreas Steffen | 2011-12-18 | 3 | -20/+43 | |
| | | ||||||
* | | destroy attributes, too | Andreas Steffen | 2011-12-18 | 1 | -1/+1 | |
| | | ||||||
* | | added reference counts to all PA-TNC attribute classes | Andreas Steffen | 2011-12-18 | 19 | -56/+405 | |
| | | ||||||
* | | reworded comments and debug output | Andreas Steffen | 2011-12-18 | 1 | -13/+20 | |
| | | ||||||
* | | Prepend Debian string to Debian version | Andreas Steffen | 2011-12-18 | 1 | -7/+19 | |
| | | ||||||
* | | removed unused variable | Andreas Steffen | 2011-12-16 | 1 | -1/+0 | |
| | | ||||||
* | | moved management of additional IMC/IMV IDs to agent | Andreas Steffen | 2011-12-16 | 7 | -83/+146 | |
| | | ||||||
* | | Also log PGP parsing in ASN log group. | Tobias Brunner | 2011-12-16 | 2 | -19/+19 | |
| | | ||||||
* | | Log messages for PKCS1 and PEM parsing in ASN log group. | Tobias Brunner | 2011-12-16 | 2 | -11/+11 | |
| | | ||||||
* | | Log most X.509 related messages in new ASN log group. | Tobias Brunner | 2011-12-16 | 5 | -57/+57 | |
| | | ||||||
* | | Log ASN.1 parsing in new ASN debug group. | Tobias Brunner | 2011-12-16 | 2 | -26/+26 | |
| | | ||||||
* | | Added ASN debug group to log low-level encoding/decoding (ASN.1, X.509). | Tobias Brunner | 2011-12-16 | 6 | -3/+11 | |
| | | | | | | | | | | This will allow us to remove quite some clutter from the LIB debug group for higher debug levels. | |||||
* | | Log native thread ID when a thread is created. | Tobias Brunner | 2011-12-16 | 2 | -1/+27 | |
| | | | | | | | | | | If possible gettid() is used, otherwise pthread_self() is logged (which is not completely portable, but seems to work on most supported platforms). | |||||
* | | Log worker thread ID with two digits. | Tobias Brunner | 2011-12-16 | 1 | -2/+2 | |
| | | ||||||
* | | fixed caption alignment | Andreas Steffen | 2011-12-16 | 1 | -1/+2 | |
| | | ||||||
* | | Revert "fixed caption alignment" | Andreas Steffen | 2011-12-16 | 3 | -10/+2 | |
| | | | | | | | | This reverts commit d463def798ed339b143ee9500c2781532394171e. | |||||
* | | fixed caption alignment | Andreas Steffen | 2011-12-16 | 3 | -2/+10 | |
| | | ||||||
* | | Make sure the certificate cache is flushed when plugins are unloaded. | Tobias Brunner | 2011-12-15 | 3 | -0/+6 | |
| | | | | | | | | | | This avoids segmentation faults when plugins implementing cert_t are already unloaded when the cache is flushed during destruction. | |||||
* | | Charon also supports type=passthrough|drop. | Tobias Brunner | 2011-12-14 | 1 | -6/+0 | |
| | | ||||||
* | | Always unlock mutex for installed policies in kernel-netlink plugin. | Thomas Egerer | 2011-12-14 | 1 | -1/+5 | |
| | | ||||||
* | | Documented xauth_identity in ipsec.conf(5) man page. | Tobias Brunner | 2011-12-14 | 1 | -3/+7 | |
| | | ||||||
* | | Documented binary secrets in ipsec.secrets(5) man page. | Tobias Brunner | 2011-12-14 | 1 | -9/+14 | |
| | | ||||||
* | | Added missing libsimaka files to Android.mk. | Tobias Brunner | 2011-12-14 | 1 | -0/+2 | |
| | | ||||||
* | | Destroy mediation managers before unloading plugins. | Tobias Brunner | 2011-12-14 | 1 | -4/+4 | |
| | | ||||||
* | | added UML support for IF-MAP interface | Andreas Steffen | 2011-12-12 | 2 | -6/+12 | |
| | | ||||||
* | | some NEWS entries for 4.6.2 | Andreas Steffen | 2011-12-12 | 1 | -0/+14 | |
| | | ||||||
* | | version bump to 4.6.2dr2 | Andreas Steffen | 2011-12-12 | 1 | -1/+1 | |
| | | ||||||
* | | added libimcv.plugins.imc-attestation.aik_blob parameter | Andreas Steffen | 2011-12-11 | 1 | -0/+3 | |
| | | ||||||
* | | upgraded Test IMC/IMV pair to fully support multple IMC IDs | Andreas Steffen | 2011-12-11 | 7 | -81/+149 | |
| | | ||||||
* | | added IETF standard error handling method | Andreas Steffen | 2011-12-11 | 8 | -185/+112 | |
| | | ||||||
* | | implemented IMC/IMV ReceiveMessageLong functions | Andreas Steffen | 2011-12-09 | 11 | -128/+467 | |
| | | ||||||
* | | added IMC/IMV support for send_message_long() and reserve_additional_id() ↵ | Andreas Steffen | 2011-12-09 | 14 | -31/+332 | |
| | | | | | | | | functions | |||||
* | | store the long and excl flags in the connection state | Andreas Steffen | 2011-12-09 | 10 | -1/+245 | |
| | | ||||||
* | | IMC/IMV gets v1.3 attributes from TNCC/TNCS | Andreas Steffen | 2011-12-09 | 2 | -12/+162 | |
| | | ||||||
* | | implemented ReportMessageTypesLong | Andreas Steffen | 2011-12-08 | 2 | -17/+91 | |
| | | ||||||
* | | implemented IF-IMC/IMV 1.3 attributes | Andreas Steffen | 2011-12-08 | 4 | -23/+229 | |
| | | ||||||
* | | added TNC_TNCC_GetAttribute() and TNC_TNCC_SetAttribute() functions | Andreas Steffen | 2011-12-08 | 4 | -14/+67 | |
| | | ||||||
* | | added TNC_IMC_ReceiveMessageLong() and TNC_IMV_ReceiveMessageLong() support | Andreas Steffen | 2011-12-08 | 10 | -69/+192 | |
| | | ||||||
* | | fixed typo in function name | Andreas Steffen | 2011-12-08 | 1 | -1/+1 | |
| | | ||||||
* | | added TNC_TNCS_ReserveAdditionalIMVID() function | Andreas Steffen | 2011-12-07 | 5 | -5/+125 | |
| | | ||||||
* | | return with TNC_RESULT_SUCCESS | Andreas Steffen | 2011-12-07 | 1 | -4/+5 | |
| | | ||||||
* | | added TNC_TNCC_ReserveAdditionalIMCID() function | Andreas Steffen | 2011-12-07 | 5 | -4/+123 | |
| | | ||||||
* | | Be less verbose if plugin dependecy not satisfied | Martin Willi | 2011-12-07 | 1 | -1/+1 | |
| | | ||||||
* | | Create a dummy pthread key for value "0", as some buggy PKCS#11 libraries ↵ | Martin Willi | 2011-12-07 | 1 | -0/+10 | |
| | | | | | | | | mangle it | |||||
* | | added TNC_TNCC_SendMessageLong() and TNC_TNCS_SendMessageLong() functions | Andreas Steffen | 2011-12-07 | 9 | -59/+126 | |
| | | ||||||
* | | fixed typo in tncif.h | Andreas Steffen | 2011-12-07 | 1 | -1/+1 | |
| | | ||||||
* | | corrected function name in error message | Andreas Steffen | 2011-12-07 | 2 | -2/+2 | |
| | | ||||||
* | | defined SUBTYPE_ANY for all known Vendor IDs | Andreas Steffen | 2011-12-07 | 2 | -21/+44 | |
| | |