aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Collapse)AuthorAgeFilesLines
...
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-0512-252/+272
|
* got rid of deprecated create_iterator_locked()Martin Willi2008-11-0510-51/+83
|
* do not install route if interface lookup failedMartin Willi2008-11-051-16/+23
|
* %any is IP family neutralAndreas Steffen2008-11-051-2/+2
|
* corrected typo2Andreas Steffen2008-11-051-2/+2
|
* two new load_testing options:Martin Willi2008-11-041-3/+11
| | | | | request_virtual_ip: request a INTERNAL_IPV4_ADDR as client pool: provide addresses from a named virtual IP pool
* added a delay option to delay initiationsMartin Willi2008-11-041-9/+41
|
* corrected a copy-and-paste errorAndreas Steffen2008-11-031-1/+1
|
* updated copyright of kernel interface codeAndreas Steffen2008-11-032-0/+2
|
* added support for xfrm remote kmaddressAndreas Steffen2008-11-034-16/+33
|
* added fake_kernel option to make dummy kernel implementation optionalMartin Willi2008-11-032-3/+7
|
* load testing between different hostsMartin Willi2008-11-031-3/+6
|
* log loaded plugins at startupMartin Willi2008-11-031-0/+20
|
* migrate job creates a new IKE_SAAndreas Steffen2008-11-031-11/+35
|
* replace tab by spacesAndreas Steffen2008-11-031-2/+3
|
* removed unused variablesAndreas Steffen2008-11-031-5/+0
|
* migrate_job() finds a matching child_cfgAndreas Steffen2008-11-037-23/+310
|
* corrected parameter descriptionAndreas Steffen2008-11-031-1/+1
|
* corrected captionsAndreas Steffen2008-11-022-14/+14
|
* fully implemented the parsing of XFRM and PF_KEY MIGRATE messagesAndreas Steffen2008-11-022-36/+94
|
* identify attributes of XFRM ACQUIRE and MIGRATE messagesAndreas Steffen2008-10-311-14/+58
|
* subscribing XFRM socket for MIGRATE messagesAndreas Steffen2008-10-311-2/+3
|
* parse xfrm and pf_key acquire messages and subscribe to migrate messagesAndreas Steffen2008-10-314-37/+216
|
* added hooks for IKE and CHILD keymatMartin Willi2008-10-309-44/+179
|
* store plain skd, not the prfMartin Willi2008-10-302-23/+19
|
* corrected parameter descriptionAndreas Steffen2008-10-301-1/+1
|
* moved CHILD_SA key derivation to keymat_tMartin Willi2008-10-297-440/+438
| | | | passing key chunks to CHILD_SA, not the PRF
* do not store DH redundant in keymatMartin Willi2008-10-293-52/+30
|
* moved key derivation and management into keymat objectMartin Willi2008-10-2813-585/+748
| | | | | | allows secured implementation of key management (e.g. in kernel or HW) only IKE keys for now
* store IKE proposal implicitly during derive_keysMartin Willi2008-10-284-46/+18
|
* fixed reauthentication time in statusallMartin Willi2008-10-281-1/+1
|
* use more generic stats getter, introducing new statsMartin Willi2008-10-274-80/+62
|
* including a "none" tundev to make NM happyMartin Willi2008-10-271-44/+28
|
* fixed some compiler warningsMartin Willi2008-10-275-3/+9
|
* additional getters for ipcomp and UDP encapMartin Willi2008-10-243-7/+37
|
* more CHILD_SA refactoringsMartin Willi2008-10-244-131/+135
|
* initiate connections simultaneously in load testerMartin Willi2008-10-221-2/+9
|
* a load testing plugin, to:Martin Willi2008-10-2110-0/+836
| | | | | find multi-threading issues do performance profiling
* fixed enumeration of CHILD_SA traffic selectorsMartin Willi2008-10-211-24/+25
|
* reset threads IKE_SA after checking other IKE_SAsMartin Willi2008-10-204-9/+26
| | | | invoke updown script only if we have valid IKE_SA
* re-established all previous AUD level messagesAndreas Steffen2008-10-173-6/+7
|
* moved updown script invocation to an optional pluginMartin Willi2008-10-1611-243/+351
|
* bus uses finally recusive lockingMartin Willi2008-10-161-47/+58
| | | | other small fixes
* cache keys for in and outbound ESP SAsMartin Willi2008-10-154-202/+241
| | | | | removed redundant storing of traffic selectors in CHILD_SA (sa_policy_t) creating TS pairs dynamically using create_policy_enumerator()
* store ESP keys in CHILD_SAMartin Willi2008-10-154-57/+78
|
* passing chunks, not prf+, to kernel interfaceMartin Willi2008-10-147-210/+263
| | | | gives us better control of keymat in CHILD_SA
* typosTobias Brunner2008-10-141-6/+6
|
* reintegrated bus-refactoring branchMartin Willi2008-10-1430-911/+939
|
* merging kernel_pfkey plugin back from kernel-interface branchTobias Brunner2008-10-1414-251/+2146
|
* reintegrated two-sim branch providing SIM card plugin APIMartin Willi2008-10-1019-423/+1154
|