aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove virtual IP for moon's inner interface5.0.0Andreas Steffen2012-06-293-3/+0
* Added GPL header to AndroidConfigLocal.hTobias Brunner2012-06-291-0/+15
* Added GPL header to scriptsTobias Brunner2012-06-298-0/+112
* Added LICENSE file to the distributionTobias Brunner2012-06-291-1/+1
* Added OpenSSL/GPL exception to LICENSE fileTobias Brunner2012-06-291-8/+41
* Removed superfluous remove_hasher() call in md5 pluginTobias Brunner2012-06-291-2/+0
* Pass "lo" as faked tundev to NM, as it now needs a valid interface since 0.9Martin Willi2012-06-291-3/+4
* As a responder, don't start a TRANSACTION request if we expect one from the i...Martin Willi2012-06-292-2/+4
* an IKE daemon needs these plugins but a PDP doesn'tAndreas Steffen2012-06-291-1/+1
* added Ubuntu 12.04 LTS i686 measurementsAndreas Steffen2012-06-281-0/+319
* IMCs and IMVs might depend on X.509 certificates or trusted public keysAndreas Steffen2012-06-282-0/+4
* added ikev1/virtual-ip scenarioAndreas Steffen2012-06-2811-0/+159
* corrected description of ikev1/ip-pool-db scenarioAndreas Steffen2012-06-281-1/+1
* corrected description of ikev1/ip-pool scenarioAndreas Steffen2012-06-281-1/+1
* added ikev1/ip-pool scenarioAndreas Steffen2012-06-2811-0/+154
* merged xauth-id-rsa and xauth-rsa-config scenariosAndreas Steffen2012-06-2828-182/+9
* Defined a macro to replace strerror(3) with calls to thread-safe wrapperTobias Brunner2012-06-282-0/+7
* Thread-safe wrapper around strerror(3)/strerror_r(3) addedTobias Brunner2012-06-283-4/+93
* Show some uname() info in "ipsec statusall"Martin Willi2012-06-281-3/+10
* Show some uname() info during charon startupMartin Willi2012-06-281-1/+8
* charon automatically removes virtual interfacesAndreas Steffen2012-06-287-14/+0
* libcharon also requires kernel interfaces and a socket implementationTobias Brunner2012-06-271-0/+3
* Defer quick mode initiation if we expect a mode config requestMartin Willi2012-06-271-1/+20
* Queue a mode config task as responder if we need a virtual IPMartin Willi2012-06-272-4/+16
* Add basic support for XAuth responder authenticationMartin Willi2012-06-272-8/+10
* Map XAuth responder authentication methods between IKEv1 and IKEv2Martin Willi2012-06-271-1/+13
* Show remote EAP/XAuth identity in "statusall" on a separate lineMartin Willi2012-06-271-1/+12
* gcrypt: Register SHA1 first as HASH_PREFERRED depends on itTobias Brunner2012-06-271-1/+1
* Use static plugin features in libcharon to define essential dependenciesTobias Brunner2012-06-272-1/+11
* Use static plugin features in charon-nmTobias Brunner2012-06-273-22/+37
* Ignore a received %any virtual IP for installationMartin Willi2012-06-261-1/+2
* Mask the configured mark value to ensure it is in rangeTobias Brunner2012-06-261-0/+2
* Some updates in ipsec.conf(5) for 5.0.0Tobias Brunner2012-06-261-36/+50
* Added MAC wrappers to Android.mkTobias Brunner2012-06-261-0/+3
* Also build charon's IKEv1 implementation on AndroidTobias Brunner2012-06-262-0/+24
* Build nonce plugin on AndroidTobias Brunner2012-06-262-1/+4
* Missing source file added to libcharon's Android.mkTobias Brunner2012-06-261-0/+1
* scepclient: Added support to build it on AndroidTobias Brunner2012-06-263-4/+46
* Added support for the curl plugin on AndroidTobias Brunner2012-06-262-0/+7
* Avoid SIGSEGV during shutdown if charon is not started as rootTobias Brunner2012-06-251-2/+2
* NEWS about thread pool updates addedTobias Brunner2012-06-251-0/+7
* Make rescheduling a job more predictableTobias Brunner2012-06-254-49/+90
* Centralized thread cancellation in processor_tTobias Brunner2012-06-2531-475/+261
* Give processor_t more control over the lifecycle of a jobTobias Brunner2012-06-2526-169/+236
* Added a method to plugin_loader_t to add 'static' plugin featuresTobias Brunner2012-06-252-0/+115
* Make sure that all features of critical plugins are loadedTobias Brunner2012-06-251-5/+64
* Added an option to rename the ipsec script during installationTobias Brunner2012-06-257-40/+64
* Removed -o argument when creating .../ipsec.d with installTobias Brunner2012-06-251-1/+1
* Updated ipsec script man page after removing plutoTobias Brunner2012-06-251-85/+71
* Use mac_t and PRF and signer wrappers in cmac pluginTobias Brunner2012-06-258-443/+82