aboutsummaryrefslogtreecommitdiffstats
path: root/src/starter/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-2/+1
|
* starter: Remove START_CHARON compile flagTobias Brunner2015-05-051-1/+1
| | | | | | Since the removal of pluto this is quite superfluous. The flag itself might be useful to avoid starting charon if the executable does not exist for some reason (e.g. if DAEMON_NAME is incorrect).
* starter: Remove old parserTobias Brunner2014-06-191-2/+1
|
* starter: Add new bison/flex based parser for ipsec.confTobias Brunner2014-06-191-5/+7
| | | | | | | | | The parser simply returns key/value pairs of all sections, it already resolves also= and allows overriding options in all included sections (not only %default), options set in included section can also be cleared again (key=). It provides other improvements too, like quoted strings (with escape sequences), unlimited includes and better whitespace/comment handling.
* starter: Fix build on AndroidTobias Brunner2014-05-281-0/+1
| | | | | While the (default) ipsec script does not work on Android starter still passes the script's name to charon if leftfirewall is configured.
* android: Remove dependency on libvstrTobias Brunner2013-11-131-1/+0
|
* android: Remove/filter header files from LOCAL_SRC_FILESTobias Brunner2013-03-201-1/+3
| | | | This avoids huge warnings when building the native code.
* Bye bye Pluto!Tobias Brunner2012-06-111-4/+0
| | | | | Charon will take over IKEv1 duties from here. This also removes libfreeswan and whack.
* starter: Remove all ties to pluto/libfreeswan.Tobias Brunner2012-06-111-8/+1
| | | | Moved some types/constants in the process.
* starter: Remove main parts of pluto support (invoke, whack).Tobias Brunner2012-06-111-2/+2
|
* starter: Drop support for %defaultroute.Tobias Brunner2012-06-111-1/+1
|
* starter: Migrated logging to libstrongswan.Tobias Brunner2012-06-111-1/+1
|
* starter: Remove unneeded starter_exec function.Tobias Brunner2012-06-111-2/+2
|
* Starter depends on whack/stroke on Android.Tobias Brunner2012-01-121-0/+5
| | | | | With this change whack and stroke get installed automatically if starter is enabled.
* Android 4 requires LOCAL_MODULE_TAGS to be set for all modules.Tobias Brunner2012-01-121-0/+2
| | | | | | | Because all packages are now marked as optional executables that are to be installed on the final system have to be added to PRODUCT_PACKAGES in build/target/product/core.mk. Dependencies (such as libraries) are installed automatically.
* starter: Android.mk updated to use kernel-netlink via libhydra.Tobias Brunner2011-10-211-2/+3
|
* starter: Only try to start pluto on Android if it is actually enabled.Tobias Brunner2011-10-141-1/+5
|
* Build starter on Android.Tobias Brunner2011-10-111-0/+35