Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 1 | -2/+1 |
| | |||||
* | starter: Remove START_CHARON compile flag | Tobias Brunner | 2015-05-05 | 1 | -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 parser | Tobias Brunner | 2014-06-19 | 1 | -2/+1 |
| | |||||
* | starter: Add new bison/flex based parser for ipsec.conf | Tobias Brunner | 2014-06-19 | 1 | -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 Android | Tobias Brunner | 2014-05-28 | 1 | -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 libvstr | Tobias Brunner | 2013-11-13 | 1 | -1/+0 |
| | |||||
* | android: Remove/filter header files from LOCAL_SRC_FILES | Tobias Brunner | 2013-03-20 | 1 | -1/+3 |
| | | | | This avoids huge warnings when building the native code. | ||||
* | Bye bye Pluto! | Tobias Brunner | 2012-06-11 | 1 | -4/+0 |
| | | | | | Charon will take over IKEv1 duties from here. This also removes libfreeswan and whack. | ||||
* | starter: Remove all ties to pluto/libfreeswan. | Tobias Brunner | 2012-06-11 | 1 | -8/+1 |
| | | | | Moved some types/constants in the process. | ||||
* | starter: Remove main parts of pluto support (invoke, whack). | Tobias Brunner | 2012-06-11 | 1 | -2/+2 |
| | |||||
* | starter: Drop support for %defaultroute. | Tobias Brunner | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | starter: Migrated logging to libstrongswan. | Tobias Brunner | 2012-06-11 | 1 | -1/+1 |
| | |||||
* | starter: Remove unneeded starter_exec function. | Tobias Brunner | 2012-06-11 | 1 | -2/+2 |
| | |||||
* | Starter depends on whack/stroke on Android. | Tobias Brunner | 2012-01-12 | 1 | -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 Brunner | 2012-01-12 | 1 | -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 Brunner | 2011-10-21 | 1 | -2/+3 |
| | |||||
* | starter: Only try to start pluto on Android if it is actually enabled. | Tobias Brunner | 2011-10-14 | 1 | -1/+5 |
| | |||||
* | Build starter on Android. | Tobias Brunner | 2011-10-11 | 1 | -0/+35 |