aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* testing: Fix URL to TNC@FHH project in scenario descriptionsTobias Brunner2015-05-056-8/+8
* testing: Update TKM assert stringsReto Buerki2015-05-057-10/+10
* testing: Update alog to version 0.3.1Reto Buerki2015-05-051-1/+1
* testing: Update tkm to version 0.1.2Reto Buerki2015-05-051-1/+1
* testing: Update tkm-rpc to version 0.2Reto Buerki2015-05-051-1/+1
* child-create: Destroy nonceg in migrate()Tobias Brunner2015-05-051-1/+2
* child-create: Fix error handling if nonceg can't be createdTobias Brunner2015-05-051-14/+12
* ike-init: Fix error handling if nonceg can't be createdTobias Brunner2015-05-051-13/+21
* ike-init: Fix compiler warningTobias Brunner2015-05-051-2/+0
* swanctl: Fix --uri optionMartin Willi2015-05-051-9/+36
* Merge branch 'tkm-fixes'Tobias Brunner2015-05-0413-96/+230
|\
| * charon-tkm: Also store local SPI in SADAdrian-Ken Rueegsegger2015-05-044-27/+36
| * ike-init: Make nonceg a member of ike_init structReto Buerki2015-05-041-20/+17
| * child-create: Make nonceg a member of child_create structReto Buerki2015-05-041-12/+16
| * charon-tkm: Reset stale nonce contextsReto Buerki2015-05-042-18/+30
| * charon-tkm: Drop unneeded nonceg get_id functionReto Buerki2015-05-043-16/+0
| * charon-tkm: Remove ESA nonce mappings from chunk mapAdrian-Ken Rueegsegger2015-05-041-0/+2
| * charon-tkm: Drop obsolete TKM_LIMIT defineReto Buerki2015-05-041-2/+0
| * charon-tkm: Select other ESA if any is present upon deletionAdrian-Ken Rueegsegger2015-05-041-1/+12
| * charon-tkm: Add get_other_esa_id function to TKM kernel SADAdrian-Ken Rueegsegger2015-05-043-0/+103
| * charon-tkm: Only skip creation of first child SAAdrian-Ken Rueegsegger2015-05-041-0/+9
| * Add bool param to ALERT_KEEP_ON_CHILD_SA_FAILURE alertAdrian-Ken Rueegsegger2015-05-042-3/+8
| * charon-tkm: Fix SAD insertion when adding ESAAdrian-Ken Rueegsegger2015-05-041-1/+1
|/
* vici: Default to certificate subject for identityTimo Teräs2015-05-041-0/+37
* swanctl: Implement monitoring of IKE_SA and CHILD_SA changesTimo Teräs2015-05-042-2/+84
* vici: Add support for ike_sa and child_sa updown notificationsTimo Teräs2015-05-043-0/+137
* vici: Add function to test if an event should be generatedTimo Teräs2015-05-042-0/+74
* swanctl: Add missing unit in install-time logRomain Francoise2015-05-041-1/+1
* init: Don't build/install legacy systemd service if charon isn't builtRomain Francoise2015-05-041-0/+2
* crypt-burn: free() associated data after testMartin Willi2015-05-041-0/+1
* testing: Updated carol's certificate from research CA and dave's certificate ...5.3.1dr1Andreas Steffen2015-04-2652-846/+898
* testing: Wait for DH crypto tests to completeAndreas Steffen2015-04-268-8/+8
* imv_policy_manager: Added capability to execute an allow or block shell comma...Andreas Steffen2015-04-2610-3/+59
* testing: Migration of KVM framework to Linux 4.x kernelAndreas Steffen2015-04-253-5/+2207
* Version bump to 5.3.1dr1Andreas Steffen2015-04-241-1/+1
* Fixed PB-TNC directionality debug messageAndreas Steffen2015-04-241-1/+1
* ike-vendor: Add some Microsoft vendor IDsTobias Brunner2015-04-211-0/+10
* apidoc: Fix rebuild in out-of-tree buildsTobias Brunner2015-04-201-1/+1
* leak-detective: Use passed callback to report leaksTobias Brunner2015-04-201-2/+2
* openssl: Don't refer to EVP_des_ecb() if OpenSSL is built without DES supportTobias Brunner2015-04-171-0/+2
* apidoc: Fix make target dependency find precedenceMartin Willi2015-04-161-1/+1
* Merge branch 'utils-split'Martin Willi2015-04-1626-1757/+2180
|\
| * apidoc: Conditionally run doxygen if any header/Markdown files have changedMartin Willi2015-04-161-2/+4
| * apidoc: Set QUIET to YES, suppressing any parsing/generating status outputMartin Willi2015-04-161-1/+1
| * apidoc: Enable documentation of static functionsMartin Willi2015-04-161-1/+1
| * strerror: Move to its own Doxygen subgroupMartin Willi2015-04-161-1/+2
| * utils: Clean up includesMartin Willi2015-04-162-36/+31
| * align: Move min/max/padding/alignment functions to separate filesMartin Willi2015-04-166-109/+154
| * time: Move time related functions to separate filesMartin Willi2015-04-166-191/+238
| * object: Move OO programming helper macros to a separate header fileMartin Willi2015-04-163-107/+128