aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* added PEM version of keys Martin Willi2008-11-101-1/+28
* fixed copy/paste errorMartin Willi2008-11-071-1/+0
* SADB_X_EXT_KMADDRESS is not present in old kernelsAndreas Steffen2008-11-071-10/+17
* added retrieval of remote kmaddress via PF_KEYAndreas Steffen2008-11-072-6/+13
* added delete_after_established optionMartin Willi2008-11-064-1/+140
* wrapped all pthread_rwlock_t in profilable rwlock_tMartin Willi2008-11-053-55/+51
* added missing includesMartin Willi2008-11-051-0/+1
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-054-76/+85
* got rid of deprecated create_iterator_locked()Martin Willi2008-11-056-51/+77
* do not install route if interface lookup failedMartin Willi2008-11-051-16/+23
* two new load_testing options:Martin Willi2008-11-041-3/+11
* 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-032-7/+8
* 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
* removed unused variablesAndreas Steffen2008-11-031-5/+0
* migrate_job() finds a matching child_cfgAndreas Steffen2008-11-032-23/+53
* 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-312-31/+186
* added hooks for IKE and CHILD keymatMartin Willi2008-10-301-3/+1
* moved CHILD_SA key derivation to keymat_tMartin Willi2008-10-291-37/+27
* moved key derivation and management into keymat objectMartin Willi2008-10-281-6/+10
* store IKE proposal implicitly during derive_keysMartin Willi2008-10-281-2/+5
* fixed reauthentication time in statusallMartin Willi2008-10-281-1/+1
* use more generic stats getter, introducing new statsMartin Willi2008-10-271-3/+8
* including a "none" tundev to make NM happyMartin Willi2008-10-271-44/+28
* fixed some compiler warningsMartin Willi2008-10-272-0/+4
* additional getters for ipcomp and UDP encapMartin Willi2008-10-241-7/+5
* more CHILD_SA refactoringsMartin Willi2008-10-241-8/+8
* initiate connections simultaneously in load testerMartin Willi2008-10-221-2/+9
* a load testing plugin, to:Martin Willi2008-10-219-0/+831
* reset threads IKE_SA after checking other IKE_SAsMartin Willi2008-10-201-9/+12
* moved updown script invocation to an optional pluginMartin Willi2008-10-163-0/+300
* cache keys for in and outbound ESP SAsMartin Willi2008-10-152-11/+5
* store ESP keys in CHILD_SAMartin Willi2008-10-152-21/+31
* passing chunks, not prf+, to kernel interfaceMartin Willi2008-10-142-161/+130
* reintegrated bus-refactoring branchMartin Willi2008-10-146-44/+72
* merging kernel_pfkey plugin back from kernel-interface branchTobias Brunner2008-10-147-207/+1992
* reintegrated two-sim branch providing SIM card plugin APIMartin Willi2008-10-1014-423/+878
* faster implementation of addr_in_subnet()Andreas Steffen2008-10-091-13/+14
* ignore routing events for our own routesMartin Willi2008-10-081-0/+6
* mobike: try to keep existing source address before switching to anotherMartin Willi2008-10-081-6/+13
* implemented ipsec listalgs as a stroke commandAndreas Steffen2008-10-081-0/+54
* correct fix that replaces Changeset 4378Andreas Steffen2008-10-081-4/+6
* removing fix applied by Changeset 4378Andreas Steffen2008-10-081-4/+2
* fixed loop termination criterion in addr_in_subnet(). Thanks go to Wolfgang S...Andreas Steffen2008-10-071-2/+4