aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* added log and status output for ESNAndreas Steffen2011-07-161-0/+7
|
* Fix parentheses in write() to CLUSTERIP control filesMartin Willi2011-07-141-1/+1
|
* add relative PB-TNC message offsetAndreas Steffen2011-07-131-1/+1
|
* return offset valueAndreas Steffen2011-07-131-0/+1
|
* Replaced more complex iterator usages.Tobias Brunner2011-07-061-14/+9
|
* Replaced ike_sa_t.create_additional_address_iterator with enumerator.Tobias Brunner2011-07-061-4/+4
|
* Replaced ike_sa_t.create_child_sa_iterator with enumerator.Tobias Brunner2011-07-065-24/+22
| | | | | This required two new methods on ike_sa_t. One returns the number of CHILD_SAs and one allows to remove a CHILD_SA.
* Add the reqid to kernel_ipsec_t.del_policy.Tobias Brunner2011-07-061-2/+2
|
* implemented PASS and DROP shunt policiesAndreas Steffen2011-06-283-11/+75
|
* oops, should have been a bitwise andAndreas Steffen2011-06-251-2/+2
|
* fixed copy-and-paste errorAndreas Steffen2011-06-251-1/+1
|
* output all known PA-TNC subtype namesAndreas Steffen2011-06-244-39/+42
|
* notify IMVs about handshake retriesAndreas Steffen2011-06-231-0/+5
|
* some cosmeticsAndreas Steffen2011-06-162-4/+4
|
* fixed XML parsing of TNCCS 1.1 ReasonString messageAndreas Steffen2011-06-161-1/+44
|
* clear reason strings after delivering themAndreas Steffen2011-06-153-0/+18
|
* added missing single quotesAndreas Steffen2011-06-141-2/+2
|
* fixed the IF-TNCCS 1.1 ReasonString XML encodingAndreas Steffen2011-06-141-0/+2
|
* added missing single quotesAndreas Steffen2011-06-131-4/+4
|
* unfinished MS SoH RequestAndreas Steffen2011-06-091-0/+15
|
* Properly print time differences.Tobias Brunner2011-06-071-2/+2
| | | | time_t is not necessarily of type int.
* Use proper printf specifiers to print u_int64_t and uintptr_t.Tobias Brunner2011-06-071-4/+5
|
* Fix compilation with GCC 4.6.Laurent Bigonville2011-06-071-1/+1
|
* explicitly activate use of TNC headersAndreas Steffen2011-06-077-8/+12
|
* Add a closeaction ipsec.conf keyword to configure close actionMartin Willi2011-06-072-17/+23
|
* separated tncif_names from standard TCG TNC header filesAndreas Steffen2011-06-064-0/+6
|
* show PB-PA message type/subtypeAndreas Steffen2011-06-051-4/+23
|
* map action recommendation codes to PB access recommendation codesAndreas Steffen2011-06-051-3/+16
|
* Fix alignement compiler warningMartin Willi2011-06-031-5/+4
|
* correctly destroy the hostsAndreas Steffen2011-06-031-2/+2
|
* fixed subnet to string conversion by using ts_to_subnet()Andreas Steffen2011-06-031-35/+7
|
* make IMC/IMV pairs independent of libcharonAndreas Steffen2011-06-0116-19/+25
|
* moved imc_test/imv_test plugins to libimcvAndreas Steffen2011-06-018-784/+0
|
* Fix initialization of NM pluginMartin Willi2011-05-311-1/+1
|
* renamed tls_reader|writer to bio_* and moved to libstrongswanAndreas Steffen2011-05-3118-70/+68
|
* removed unused variablesAndreas Steffen2011-05-311-3/+0
|
* fixed typeAndreas Steffen2011-05-311-1/+1
|
* implemented the RFC 5792 PA-TNC protocol and an example IMC/IMV pairAndreas Steffen2011-05-308-0/+787
|
* changed VENDOR_ID to PENAndreas Steffen2011-05-294-25/+32
|
* use singular formAndreas Steffen2011-05-292-4/+4
|
* Option to enable duplicheck plugin fixed.Tobias Brunner2011-05-261-1/+1
|
* Fix some warnings triggered by gcc 4.6 -Wunused-but-set-variableMartin Willi2011-05-193-14/+5
|
* Added a load tester strongswan.conf option to throttle initiationMartin Willi2011-05-163-6/+51
|
* Migrated load_tester_listern to INIT/METHOD macrosMartin Willi2011-05-161-20/+17
|
* Use CRITICAL job priority class for long running dispatcher jobsMartin Willi2011-05-1616-33/+36
|
* Show total and half-open SA count in statusallMartin Willi2011-05-161-1/+6
|
* Added a DPD option for load-testerMartin Willi2011-05-161-1/+8
|
* Don't simulate traffic on load-tester kernel interfaceMartin Willi2011-05-161-1/+1
|
* Show how many threads are active in each class in statusallMartin Willi2011-05-161-3/+8
|
* Added a statusallnb stroke command to show status non-blockingMartin Willi2011-05-163-7/+13
|