aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pluto: plugin_list.* added to Android.mk.Tobias Brunner2011-10-271-0/+1
|
* Added missing backslash.Tobias Brunner2011-10-271-1/+1
|
* Forgot to add Android.mk in ba5b559b41fa70261c4f181f516acee272379a71.Tobias Brunner2011-10-261-0/+31
|
* Destroy objects hashtable after plugin_manager.Tobias Brunner2011-10-261-1/+1
| | | | | | If plugins are not explicitly unloaded before library_deinit is called there could have been a segfault because some plugins might unregister objects during unloading/destruction.
* Add features support to pubkey pluginAndreas Steffen2011-10-261-6/+11
|
* Add features support to x509 pluginAndreas Steffen2011-10-261-42/+38
|
* CosmeticsAndreas Steffen2011-10-261-1/+2
|
* added listplugins support to pluto and whackAndreas Steffen2011-10-266-1/+105
|
* add listplugins to ipsec shell commandAndreas Steffen2011-10-261-2/+2
|
* version bump to 4.6.0rc3Andreas Steffen2011-10-261-1/+1
|
* added tnc-tnccs plugin and removed xcbc pluginAndreas Steffen2011-10-2532-32/+32
|
* Don't link to tnc libraries on Android as no tnc plugins are currently enabled.Tobias Brunner2011-10-251-1/+1
|
* Build libtnccs on Android.Tobias Brunner2011-10-253-13/+9
|
* share some code between IMC and IMV managersAndreas Steffen2011-10-255-251/+195
|
* removed unneeded includesAndreas Steffen2011-10-252-4/+0
|
* Fix DNS error handling for keyexchange=ike.Mirko Parthey2011-10-251-1/+1
| | | | | | starter fails to load a connection when a peer's DNS name is temporarily unresolvable and keyexchange=ike was specified, which defaults to IKEv2. The connection loads just fine in case of keyexchange=ikev2.
* refactored TNC frameworkAndreas Steffen2011-10-2552-605/+971
|
* moved imv_manager to libtnccsAndreas Steffen2011-10-2512-41/+81
|
* moved imc_manager to libtnccsAndreas Steffen2011-10-2520-72/+165
|
* fixed typeAndreas Steffen2011-10-221-1/+1
|
* version bump to 4.6.0rc2Andreas Steffen2011-10-221-1/+1
|
* Log if charon failed to establish a CHILD_SA but keeps the IKE_SA up.Tobias Brunner2011-10-211-0/+4
|
* starter.load documented in strongswan.conf(5) man page.Tobias Brunner2011-10-211-0/+3
|
* starter: Android.mk updated to use kernel-netlink via libhydra.Tobias Brunner2011-10-212-3/+7
|
* starter: Use kernel interfaces to flush SAD and SPD.Tobias Brunner2011-10-214-19/+12
| | | | | This now supports platforms where neither 'ip xfrm' nor 'setkey' are available (like Android).
* starter: Load plugins specific to starter.Tobias Brunner2011-10-213-0/+11
|
* starter: INFO_FILE is not used anymore.Tobias Brunner2011-10-212-2/+0
|
* The load-tester plugin does not support SAD/SPD flushing.Tobias Brunner2011-10-211-0/+2
|
* The kernel-klips plugin does currently not support SAD/SPD flushing.Tobias Brunner2011-10-211-0/+2
|
* Implemented flushing of SAD and SPD entries via PF_KEY.Tobias Brunner2011-10-211-0/+68
|
* Implemented flushing of states and policies via XFRM.Tobias Brunner2011-10-211-0/+56
|
* Defined functions in the kernel interface to flush SAD and SPD entries.Tobias Brunner2011-10-213-0/+50
|
* Fixed indention in load-tester kernel interface.Tobias Brunner2011-10-211-28/+28
|
* Add features support to tnccs pluginsAndreas Steffen2011-10-205-23/+107
|
* Log messages with a loglevel > 1 to ANDROID_LOG_DEBUG.Tobias Brunner2011-10-181-1/+2
|
* pluto: Log to logcat on Android.Tobias Brunner2011-10-182-4/+38
|
* pluto: CAP_NET_RAW seems to be required on Android even to open regular sockets.Tobias Brunner2011-10-182-2/+8
|
* pluto: Switch to user 'vpn' on Android.Tobias Brunner2011-10-182-6/+17
|
* pluto: Removed last usage of KERNEL26_SUPPORT (and some KLIPS stuff).Tobias Brunner2011-10-183-75/+10
| | | | Because linux is not defined on Android this caused trouble.
* updated strong certificatesAndreas Steffen2011-10-1725-283/+364
|
* Run scenarios without xcbc pluginAndreas Steffen2011-10-176-6/+6
|
* fixed copy-and-paste errorAndreas Steffen2011-10-171-2/+2
|
* Avoid heaps of compiler warnings due to plugin features registration.Tobias Brunner2011-10-171-2/+2
|
* Add features support to gcrypt plugin.Tobias Brunner2011-10-171-101/+74
|
* Add features support to md4 pluginAndreas Steffen2011-10-171-6/+12
|
* Run scenarios without xcbc pluginAndreas Steffen2011-10-1611-11/+11
|
* Add features support to eap-radius pluginAndreas Steffen2011-10-151-5/+15
|
* Add features support to eap-peap pluginAndreas Steffen2011-10-141-10/+23
|
* Add features support to eap-tnc pluginAndreas Steffen2011-10-141-10/+16
|
* pluto: Missing flushline call added when reading ipsec.secrets.Tobias Brunner2011-10-141-1/+2
|