Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Version bump to 5.2.2dr15.2.2dr1 | Andreas Steffen | 2014-11-29 | 1 | -1/+1 | |
| | ||||||
* | Created framework for BLISS post-quantum signature algorithm | Andreas Steffen | 2014-11-29 | 1 | -0/+4 | |
| | ||||||
* | libhydra: Add test runner | Tobias Brunner | 2014-10-30 | 1 | -0/+1 | |
| | ||||||
* | Version bump to 5.2.1 | Andreas Steffen | 2014-10-18 | 1 | -3/+3 | |
| | ||||||
* | kernel-pfroute: Check for RTM_IFANNOUNCE availability | Martin Willi | 2014-10-14 | 1 | -0/+12 | |
| | | | | This message is not available on OS X. | |||||
* | vici: Use "gem"-assisted vici ruby gem building and installation | Martin Willi | 2014-10-10 | 1 | -0/+1 | |
| | ||||||
* | configure: Add global --enable-ruby-gems and --with-rubygemdir options | Martin Willi | 2014-10-10 | 1 | -0/+14 | |
| | | | | | This provides the options to build and install ruby gems for components providing them, such as vici. | |||||
* | version bump to 5.2.1rc1 | Andreas Steffen | 2014-10-06 | 1 | -1/+1 | |
| | ||||||
* | ext-auth: Add an ext-auth plugin invoking an external authorization script | Martin Willi | 2014-10-06 | 1 | -0/+4 | |
| | | | | Original patch courtesy of Vyronas Tsingaras. | |||||
* | Merged libpts into libimcv | Andreas Steffen | 2014-10-05 | 1 | -10/+4 | |
| | ||||||
* | configure: Load fetcher plugins after crypto base plugins | Martin Willi | 2014-09-24 | 1 | -3/+3 | |
| | | | | | | | | | | Some fetcher plugins (such as curl) might build upon OpenSSL to implement HTTPS fetching. As we set (and can't unset) threading callbacks in our openssl plugin, we must ensure that OpenSSL functions don't get called after openssl plugin unloading. We achieve that by loading curl and all other fetcher plugins after the base crypto plugins, including openssl. | |||||
* | init: Provide a service file for charon-systemd using swanctl | Martin Willi | 2014-09-22 | 1 | -0/+1 | |
| | ||||||
* | systemd: Check if ./configure detected a systemd system unit directory | Martin Willi | 2014-09-22 | 1 | -0/+7 | |
| | ||||||
* | systemd: Discover and check systemd libraries with pkg-config during configure | Martin Willi | 2014-09-22 | 1 | -0/+10 | |
| | ||||||
* | systemd: Provide a charon-systemd daemon targeting full systemd integration | Martin Willi | 2014-09-22 | 1 | -4/+7 | |
| | ||||||
* | configure: Add additional includes when checking for linux/fib_rules.h | Tobias Brunner | 2014-08-11 | 1 | -2/+2 | |
| | | | | This seems to be required on Cent OS 6.5. | |||||
* | imv-swid: Use pkg-config to check for libjson-c | Tobias Brunner | 2014-07-30 | 1 | -2/+4 | |
| | | | | | | | | | The package/library is called libjson-c on recent distributions. Some like Ubuntu 14.04 provide symlinks with the old name but these will eventually disappear. Using pkg-config allows us to easily check for it (with a fallback) and configure the proper compiler flags. Fixes #663. | |||||
* | Version bump to 5.2.1dr1 | Andreas Steffen | 2014-07-16 | 1 | -1/+1 | |
| | ||||||
* | Version bump to 5.2.0 | Andreas Steffen | 2014-07-08 | 1 | -1/+1 | |
| | ||||||
* | conf: Document swanctl options | Tobias Brunner | 2014-06-30 | 1 | -0/+1 | |
| | ||||||
* | conf: Document aikgen options | Tobias Brunner | 2014-06-30 | 1 | -0/+1 | |
| | ||||||
* | autoconf: Replace --disable-tools option with --disable-scepclient | Tobias Brunner | 2014-06-30 | 1 | -7/+7 | |
| | | | | | Since using a separate option for pki this was the only tool that was still enabled by that option. | |||||
* | Remove kernel-klips plugin | Tobias Brunner | 2014-06-19 | 1 | -4/+0 | |
| | ||||||
* | starter: Add tests for ipsec.conf parser | Tobias Brunner | 2014-06-19 | 1 | -0/+1 | |
| | ||||||
* | Version bump to 5.2.0rc1 | Andreas Steffen | 2014-06-15 | 1 | -1/+1 | |
| | ||||||
* | windows: Do not check if having clock_gettime() | Martin Willi | 2014-06-06 | 1 | -6/+11 | |
| | | | | | Windows does not have it, but libwinpthread has. If this library is available during build, it will be linked, which we prefer to avoid. | |||||
* | Version bump to 5.2.0dr6 | Andreas Steffen | 2014-06-06 | 1 | -1/+1 | |
| | ||||||
* | pki: Support complex trustchain and revocation checking in --verify | Martin Willi | 2014-06-04 | 1 | -4/+4 | |
| | ||||||
* | winhttp: Implement a http(s) fetcher based on Microsofts WinHTTP API | Martin Willi | 2014-06-04 | 1 | -0/+4 | |
| | ||||||
* | kernel-iph: Add a stub for a Windows IP Helper based networking backend | Martin Willi | 2014-06-04 | 1 | -0/+4 | |
| | ||||||
* | kernel-wfp: Add a stub for a Windows Filtering Platform based IPsec backend | Martin Willi | 2014-06-04 | 1 | -0/+4 | |
| | ||||||
* | socket-win: Implement a Windows socket plugin using Winsock2 | Martin Willi | 2014-06-04 | 1 | -0/+4 | |
| | ||||||
* | windows: Compile with -mno-ms-bitfields if option not set explicitly | Martin Willi | 2014-06-04 | 1 | -0/+5 | |
| | | | | | -mms-bitfields is the default in newer MinGWs, but it breaks __attribute__((packed)). | |||||
* | configure: Fix attribute((packed)) test when using -Werror | Martin Willi | 2014-06-04 | 1 | -1/+2 | |
| | ||||||
* | configure: Mark conftest variable as unused to pass test with -Werror | Martin Willi | 2014-06-04 | 1 | -1/+1 | |
| | | | | | When using -Werror, the warning for the unused variable would let the test fail, even if in6addr_any is available. | |||||
* | configure: Don't use -rdynamic with the LLVM toolchain | Martin Willi | 2014-06-04 | 1 | -1/+20 | |
| | ||||||
* | pki: Provide a fallback if strptime() not supported | Martin Willi | 2014-06-04 | 1 | -1/+1 | |
| | | | | | For simplicity, we support the default pki datetime format only, but optionally accept four digit years for longer lifetimes. | |||||
* | configure: Separate pki from --disable-tools | Martin Willi | 2014-06-04 | 1 | -2/+5 | |
| | | | | While pki builds and runs just fine on Windows, this is not true for scepclient. | |||||
* | configure: Check if __attribute__((packed)) works as expected | Martin Willi | 2014-06-04 | 1 | -0/+11 | |
| | | | | | | | | This is really hard to detect if not, and is not unlikely. If -mms-bitfields is given, the attribute does not work. Even worse, that switch is by default on with GCC/MinGW 4.7+ for Windows targets. http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52991 | |||||
* | bus: Build syslog logger depending on syslog() availability | Martin Willi | 2014-06-04 | 1 | -1/+7 | |
| | ||||||
* | mysql: Add Windows support | Martin Willi | 2014-06-04 | 1 | -5/+11 | |
| | | | | | | As the mysql_config script is not available for Windows, we use a hardcoded library name and no additional CFLAGS. This builds fine against the binary MySQL Connector/C distribution. | |||||
* | charon-svc: Implement a Windows IKE service using libcharon | Martin Willi | 2014-06-04 | 1 | -3/+6 | |
| | | | | | The resulting binary can be either run as Windows service or directly as console application. | |||||
* | filelog: Ignore flush_line option if setlinebuf() not supported | Martin Willi | 2014-06-04 | 1 | -1/+1 | |
| | ||||||
* | charon: Don't use syslog() if not supported | Martin Willi | 2014-06-04 | 1 | -1/+1 | |
| | ||||||
* | windows: Never link to libpthread | Martin Willi | 2014-06-04 | 1 | -0/+1 | |
| | ||||||
* | openssl: Check and link against libeay32 instead of libcrypto on Windows | Martin Willi | 2014-06-04 | 1 | -3/+12 | |
| | | | | Most Windows OpenSSL builds come with the crypto library named libeay32. | |||||
* | plugins: Don't link with -rdynamic on Windows | Martin Willi | 2014-06-04 | 1 | -1/+1 | |
| | ||||||
* | backtrace: Add DbgHelp based Windows support for creating/printing backtraces | Martin Willi | 2014-06-04 | 1 | -0/+2 | |
| | ||||||
* | configure.ac: Define USE_WINDOWS for Automake when building for Windows | Martin Willi | 2014-06-03 | 1 | -0/+13 | |
| | ||||||
* | Check for libjson | Andreas Steffen | 2014-05-31 | 1 | -0/+5 | |
| |