Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Report test coverage of libcharon and starter | Tobias Brunner | 2016-06-17 | 1 | -0/+3 |
| | |||||
* | configure: Check for and explicitly link against -latomic | Martin Willi | 2016-06-14 | 1 | -1/+1 |
| | | | | | Some C libraries, such as uClibc, require an explicit link for some atomic functions. Check for any libatomic, and explcily link it. | ||||
* | libhydra: Remove empty unused library | Tobias Brunner | 2016-03-03 | 1 | -2/+0 |
| | |||||
* | libhydra: Move kernel interface to libcharon | Tobias Brunner | 2016-03-03 | 1 | -0/+2 |
| | | | | This moves hydra->kernel_interface to charon->kernel. | ||||
* | starter: Remove START_CHARON compile flag | Tobias Brunner | 2015-05-05 | 1 | -4/+0 |
| | | | | | | 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). | ||||
* | autoconf: Replace --disable-tools option with --disable-scepclient | Tobias Brunner | 2014-06-30 | 1 | -1/+1 |
| | | | | | Since using a separate option for pki this was the only tool that was still enabled by that option. | ||||
* | starter: Don't directly refer to source files in Makefile for unit tests | Tobias Brunner | 2014-06-19 | 1 | -1/+6 |
| | | | | | Older versions of automake have trouble recursively cleaning such constructs properly. | ||||
* | starter: Remove old parser | Tobias Brunner | 2014-06-19 | 1 | -3/+2 |
| | |||||
* | starter: Add tests for ipsec.conf parser | Tobias Brunner | 2014-06-19 | 1 | -0/+2 |
| | |||||
* | starter: Add new bison/flex based parser for ipsec.conf | Tobias Brunner | 2014-06-19 | 1 | -7/+13 |
| | | | | | | | | | 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: Properly refer to the ipsec script if it was renamed | Tobias Brunner | 2013-07-22 | 1 | -0/+1 |
| | |||||
* | automake: replace INCLUDES by AM_CPPFLAGS | Martin Willi | 2013-07-18 | 1 | -18/+16 |
| | | | | | | INCLUDES are now deprecated and throw warnings when using automake 1.13. We now also differentiate AM_CPPFLAGS and AM_CFLAGS, where includes and defines are passed to AM_CPPFLAGS only. | ||||
* | Use the GEN silent rule when generating gperf files | Martin Willi | 2013-05-06 | 1 | -1/+1 |
| | |||||
* | Removed -o argument when creating .../ipsec.d with install | Tobias Brunner | 2012-06-25 | 1 | -1/+1 |
| | | | | This should have been removed with 2b52d5cb41. | ||||
* | 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 | -10/+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: Changed signal handling now that starter is multi-threaded. | Tobias Brunner | 2012-06-04 | 1 | -1/+1 |
| | |||||
* | Added missing Android.mk files to distribution. | Tobias Brunner | 2011-11-22 | 1 | -1/+1 |
| | |||||
* | starter: Use kernel interfaces to flush SAD and SPD. | Tobias Brunner | 2011-10-21 | 1 | -1/+1 |
| | | | | | This now supports platforms where neither 'ip xfrm' nor 'setkey' are available (like Android). | ||||
* | starter: Load plugins specific to starter. | Tobias Brunner | 2011-10-21 | 1 | -0/+1 |
| | |||||
* | starter: Only create self-signed certificate if scepclient is built. | Tobias Brunner | 2011-10-12 | 1 | -0/+4 |
| | |||||
* | Build starter on Android. | Tobias Brunner | 2011-10-11 | 1 | -1/+1 |
| | |||||
* | starter: Use automake LEX/YACC automatisms. | Tobias Brunner | 2011-10-10 | 1 | -13/+8 |
| | |||||
* | Removed empty man page for starter. | Tobias Brunner | 2011-02-07 | 1 | -1/+0 |
| | |||||
* | Do not install config files with user/group, as it might not exist on build ↵ | Martin Willi | 2011-01-17 | 1 | -10/+10 |
| | | | | machine | ||||
* | Moved man pages for config files to a separate directory. | Tobias Brunner | 2010-09-10 | 1 | -8/+2 |
| | |||||
* | Moved ipsec_transform_t to kernel_ipsec.h in libhydra. | Tobias Brunner | 2010-09-02 | 1 | -0/+1 |
| | | | | | Because of this libfreeswan, pluto, starter etc. now depend on that file (and libhydra). This resolved some duplicate declarations. | ||||
* | Warn about manual plugin load directives for pluto/charon with ↵ | Andreas Steffen | 2010-07-15 | 1 | -0/+4 |
| | | | | --disable-load-warning compile option | ||||
* | Adding the version number to the most relevant manual pages. | Tobias Brunner | 2010-05-30 | 1 | -1/+7 |
| | |||||
* | parser.l includes y.tab.h, so it must be built first | Tobias Brunner | 2010-03-05 | 1 | -1/+1 |
| | |||||
* | use sysconfdir, no need for an additional confdir variable | Martin Willi | 2009-09-07 | 1 | -1/+1 |
| | |||||
* | Use macros to define --with options | Martin Willi | 2009-09-07 | 1 | -1/+3 |
| | |||||
* | Removed trailing whitespaces in configure.in/Makefile.am | Martin Willi | 2009-09-07 | 1 | -2/+2 |
| | |||||
* | OpenSolaris needs libsocket and libnsl for socket(). | Tobias Brunner | 2009-08-14 | 1 | -1/+1 |
| | |||||
* | Fixed installation of config files in out-of-tree builds. | Tobias Brunner | 2009-07-20 | 1 | -1/+1 |
| | |||||
* | Use the numerical UID/GID to install the config files and create the ipsec.d ↵ | Tobias Brunner | 2009-07-20 | 1 | -10/+10 |
| | | | | directories. | ||||
* | Revert "gperf under FreeBSD does not know the -m option." | Tobias Brunner | 2009-07-16 | 1 | -1/+1 |
| | | | | This reverts commit 0ead254919c66a1b6a9e39b175f0b92f2a076c12. | ||||
* | gperf under FreeBSD does not know the -m option. | Tobias Brunner | 2009-07-14 | 1 | -1/+1 |
| | | | | We could use AC_PATH_PROGS_FEATURE_CHECK (added in Autoconf 2.62) to check for this option. | ||||
* | NO_CREDENTIAL_FACTORY compile option not needed anymore | Andreas Steffen | 2009-05-28 | 1 | -1/+0 |
| | |||||
* | eliminated ipsec_policy.h | Andreas Steffen | 2009-05-26 | 1 | -1/+8 |
| | |||||
* | optimized gperf | Andreas Steffen | 2009-05-15 | 1 | -1/+1 |
| | |||||
* | fixing compilation when using the Vstr string library | Tobias Brunner | 2009-04-24 | 1 | -1/+1 |
| | |||||
* | merging changes from portability branch back to trunk | Tobias Brunner | 2009-04-30 | 1 | -9/+9 |
| | | | | | important change for developers: %Y replaces %D to print identities! | ||||
* | merged multi-auth branch back into trunk | Martin Willi | 2009-04-14 | 1 | -1/+8 |
| | |||||
* | set the default of plutostart/charonstart according to ./configure options | Martin Willi | 2009-03-24 | 1 | -0/+8 |
| | |||||
* | fixing compilation on systems lacking linux/xfrm.h | Tobias Brunner | 2008-11-18 | 1 | -1/+1 |
| |