aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed common misspellings.Tobias Brunner2011-07-2024-48/+48
| | | | Mostly found by 'codespell'.
* Count running load-tester threads properly.Tobias Brunner2011-07-181-6/+2
|
* Fix load-tester.shutdown_when_complete option.Tobias Brunner2011-07-181-4/+8
| | | | It didn't work when used together with delete_after_established=yes.
* Fix listener registration in load-tester plugin.Tobias Brunner2011-07-181-3/+2
| | | | This fixes the load-tester.shutdown_when_complete option.
* added log and status output for ESNAndreas Steffen2011-07-161-0/+7
|
* added IKEv2 exchange type IKE_SESSION_RESUME from RFC 5723Andreas Steffen2011-07-152-4/+10
|
* Fix parentheses in write() to CLUSTERIP control filesMartin Willi2011-07-141-1/+1
|
* shunt manager installs policies with %any hostsAndreas Steffen2011-07-141-3/+6
|
* fixed typoAndreas Steffen2011-07-142-2/+2
|
* updated IANA IKEv2 Notify Message TypesAndreas Steffen2011-07-142-8/+28
|
* add relative PB-TNC message offsetAndreas Steffen2011-07-131-1/+1
|
* return offset valueAndreas Steffen2011-07-131-0/+1
|
* Adapted shunt manager to changed kernel interface (reqid in del_policy).Tobias Brunner2011-07-061-3/+6
|
* Use has_more in decrypt_payloads instead of calling enumerate twice.Tobias Brunner2011-07-061-1/+1
|
* Replaced more complex iterator usages.Tobias Brunner2011-07-063-49/+33
|
* Replaced ike_sa_t.create_additional_address_iterator with enumerator.Tobias Brunner2011-07-064-35/+37
|
* Replaced ike_sa_t.create_child_sa_iterator with enumerator.Tobias Brunner2011-07-0615-111/+134
| | | | | This required two new methods on ike_sa_t. One returns the number of CHILD_SAs and one allows to remove a CHILD_SA.
* Replaced simple iterator usages.Tobias Brunner2011-07-0610-163/+164
|
* Add the reqid to kernel_ipsec_t.del_policy.Tobias Brunner2011-07-062-8/+14
|
* Don't install the libraries directly in lib/.Tobias Brunner2011-07-051-1/+1
| | | | | Instead use a subdirectory (prefix/lib/ipsec by default). Also moved the plugins from libexec to a subdirectory of that dir.
* implemented PASS and DROP shunt policiesAndreas Steffen2011-06-289-12/+406
|
* Initialize trap_manager listener with INIT macro, tooMartin Willi2011-06-281-8/+9
|
* Migrated trap_manager_t to INIT/METHOD macrosAndreas Steffen2011-06-281-45/+32
|
* 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-154-0/+24
|
* 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
|
* fixed length checkAndreas Steffen2011-06-121-1/+1
|
* 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-0712-17/+37
|
* 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
|
* Check if colliding task has actually a CHILD, i.e. after a migrateMartin Willi2011-06-031-1/+4
|
* 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-0128-709/+36
|
* moved imc_test/imv_test plugins to libimcvAndreas Steffen2011-06-019-792/+0
|
* Fix initialization of NM pluginMartin Willi2011-05-311-1/+1
|