aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/tnc_ifmap
Commit message (Collapse)AuthorAgeFilesLines
* Moved debug.[ch] to utils folderTobias Brunner2012-10-242-2/+2
|
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-4/+4
|
* test first and up in the outer while loopAndreas Steffen2012-10-071-5/+1
|
* Fixed snprintf check in tnc-ifmap pluginTobias Brunner2012-09-281-1/+1
|
* Made IP address enumeration more flexibleTobias Brunner2012-09-211-1/+1
| | | | Also added an option to enumerate addresses on ignored interfaces.
* Don't ignore loopback devices and allow addresses on them being enumeratedTobias Brunner2012-09-211-3/+3
|
* Fixed #include in tnc-ifmap plugin.Tobias Brunner2012-05-071-0/+1
|
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-031-37/+37
| | | | Also fixes several whitespace errors.
* fixed parsing of IF-MAP SOAP responsesAndreas Steffen2012-03-211-35/+30
|
* support optional SSL passphrase for Axis2/C connectionAndreas Steffen2011-08-241-1/+11
|
* implement MAP client certificate authenticationAndreas Steffen2011-08-121-14/+28
|
* cosmeticsAndreas Steffen2011-08-121-1/+3
|
* implemented enforcement-report metadataAndreas Steffen2011-08-123-24/+124
|
* use EAP identityAndreas Steffen2011-08-121-2/+6
|
* defined mapping of IKEv2 identity types to IF-MAP identity typesAndreas Steffen2011-08-121-0/+21
|
* support capability metadataAndreas Steffen2011-08-113-35/+105
|
* define server_cert in strongswan.confAndreas Steffen2011-08-101-6/+16
|
* getting rid of axis2.html configurationAndreas Steffen2011-08-103-27/+59
|
* output PEP device addresses as metadataAndreas Steffen2011-08-103-1/+100
|
* classify an EAP identity as a usernameAndreas Steffen2011-08-103-10/+18
|
* refactoring of tnc-ifmap pluginAndreas Steffen2011-08-102-269/+253
|
* publish all IKE_SA metadata after tnc-ifmap plugin reloadAndreas Steffen2011-08-103-6/+56
|
* implemented tnc-ifmap reload methodAndreas Steffen2011-08-101-1/+20
|
* moved ifmap code into tnc_ifmap_soapAndreas Steffen2011-08-105-482/+641
|
* free device_name in destroy()Andreas Steffen2011-08-101-1/+2
|
* set device_name via strongswan.confAndreas Steffen2011-08-101-4/+15
|
* fixed delete filtersAndreas Steffen2011-08-101-8/+13
|
* check for publishReceived responseAndreas Steffen2011-08-101-0/+13
|
* added authenticated-by metadataAndreas Steffen2011-08-101-5/+58
|
* first working publish of metadataAndreas Steffen2011-08-101-25/+143
|
* added some XML syntax checkingAndreas Steffen2011-08-101-10/+85
|
* implemented purgePublisher commandAndreas Steffen2011-08-101-0/+49
|
* fixed typoAndreas Steffen2011-08-101-1/+1
|
* combined newSession and newSessionResultAndreas Steffen2011-08-101-35/+39
|
* newSession and endSession workAndreas Steffen2011-08-102-26/+90
|
* created tnc-ifmap pluginAndreas Steffen2011-08-105-0/+370