aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* fixed compiler warnings issued by:Martin Willi2008-11-1122-59/+125
* #defing out compress algs to avoid compiler warningMartin Willi2008-11-112-2/+6
* updated method signature of add_policyMartin Willi2008-11-111-5/+6
* fixed compilation of medcli pluginMartin Willi2008-11-112-28/+50
* 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
* 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-1129-258/+3760
* renamed proxy to proxy_mode in stroke_msg.hAndreas Steffen2008-11-113-3/+3
* deleted obsolete parameter descriptionsAndreas Steffen2008-11-111-2/+0
* preliminary support of Mobile IPv6Andreas Steffen2008-11-1117-200/+336
* added the MIPv6 options use_proxy_mode and install_policyAndreas Steffen2008-11-112-17/+87
* cosmetics in debug outputAndreas Steffen2008-11-111-6/+11
* whitelisting localtime_rMartin Willi2008-11-101-0/+1
* make load_tester more strict to use it along strokeMartin Willi2008-11-102-4/+17
* fixed leak in host_create_from_string("%any")Martin Willi2008-11-101-3/+4
* fixed some minor issues found when using -DFORTIFY_SOURCE=2Martin Willi2008-11-101-2/+2
* iterations = 0 for infinite iterationsMartin Willi2008-11-101-3/+3
* added PEM version of keys Martin Willi2008-11-101-1/+28
* settings section enumerationMartin Willi2008-11-072-34/+136
* fixed copy/paste errorMartin Willi2008-11-071-1/+0
* use of host_create_any() for %any addressAndreas Steffen2008-11-071-4/+8
* 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
* fixed leakMartin Willi2008-11-061-3/+7
* use read-write locks in crypto factory for parallelizationMartin Willi2008-11-051-42/+42
* wrapped all pthread_rwlock_t in profilable rwlock_tMartin Willi2008-11-058-111/+122
* wrapped rwlock with profiling supportMartin Willi2008-11-052-63/+199
* threshhold and ./configure option for lock profilerMartin Willi2008-11-052-6/+15
* added missing includesMartin Willi2008-11-052-0/+2
* separated backtrace functionality from leak_detective, used inMartin Willi2008-11-057-198/+303
* proper cleanup of openssl locking codeMartin Willi2008-11-051-7/+13
* fixed sender destruction orderMartin Willi2008-11-051-2/+2
* fixed iterator regression introduced in [4577]Martin Willi2008-11-051-0/+1
* replaced most pthread_mutex/cond_t by wrapped mutex/condvar_t variantMartin Willi2008-11-0513-265/+284
* get rid of unused iterator hook functionsMartin Willi2008-11-052-127/+7
* got rid of deprecated create_iterator_locked()Martin Willi2008-11-0516-92/+90
* simple mutex profilerMartin Willi2008-11-051-0/+70
* 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
* support of %any address stringAndreas Steffen2008-11-052-51/+50
* handle 0.0.0.0 string and af == AF_INET6Andreas Steffen2008-11-051-1/+1
* two new load_testing options:Martin Willi2008-11-041-3/+11
* OpenSSL requires a signature length of exactly RSA_size()Martin Willi2008-11-041-5/+3
* removed superfluous get_other_public_value in diffie_hellman_t interfaceMartin Willi2008-11-044-76/+4