aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon
Commit message (Collapse)AuthorAgeFilesLines
...
* added missing include for ULONG_MAXMartin Willi2008-11-111-0/+1
|
* fixing mediation extensionTobias Brunner2008-11-112-11/+25
|
* some typosTobias Brunner2008-11-112-6/+6
|
* dynamic logging configuration through strongswan.confMartin Willi2008-11-116-39/+164
| | | | fallback to existing ipsec.conf/stroke loglevel configuration
* fixed compiler warningMartin Willi2008-11-111-2/+2
|
* fixing a memory leakTobias Brunner2008-11-112-6/+14
|
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-1123-253/+3643
|
* renamed proxy to proxy_mode in stroke_msg.hAndreas Steffen2008-11-111-1/+1
|
* deleted obsolete parameter descriptionsAndreas Steffen2008-11-111-2/+0
|
* preliminary support of Mobile IPv6Andreas Steffen2008-11-118-194/+285
|
* added the MIPv6 options use_proxy_mode and install_policyAndreas Steffen2008-11-112-17/+87
|
* cosmetics in debug outputAndreas Steffen2008-11-111-6/+11
|
* make load_tester more strict to use it along strokeMartin Willi2008-11-102-4/+17
|
* iterations = 0 for infinite iterationsMartin Willi2008-11-101-3/+3
|
* 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-055-93/+88
|
* added missing includesMartin Willi2008-11-051-0/+1
|
* separated backtrace functionality from leak_detective, used inMartin Willi2008-11-051-47/+9
| | | | | | leak_detective mutex profiling signal handler
* fixed sender destruction orderMartin Willi2008-11-051-2/+2
|
* 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