Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Version bump to 5.3.4dr2 | Andreas Steffen | 2015-11-06 | 1 | -1/+1 | |
| | ||||||
* | Version bump to 5.3.4dr15.3.4dr1 | Andreas Steffen | 2015-11-04 | 1 | -1/+1 | |
| | ||||||
* | Implemented SHA-3 hash algorithm including test vectors | Andreas Steffen | 2015-11-03 | 1 | -1/+5 | |
| | ||||||
* | Version bump to 5.3.35.3.3 | Andreas Steffen | 2015-09-06 | 1 | -1/+1 | |
| | ||||||
* | Version bump to 5.3.3rc25.3.3rc2 | Andreas Steffen | 2015-09-01 | 1 | -1/+1 | |
| | ||||||
* | Version bump to 5.3.3rc1 | Andreas Steffen | 2015-08-25 | 1 | -1/+1 | |
| | ||||||
* | Version bump to 5.3.3dr65.3.3dr6 | Andreas Steffen | 2015-08-19 | 1 | -1/+1 | |
| | ||||||
* | Implemented HCD IMC and IMV | Andreas Steffen | 2015-08-18 | 1 | -1/+7 | |
| | ||||||
* | pki: Add --dn command to extract the subject DN of a certificate | Tobias Brunner | 2015-08-17 | 1 | -2/+3 | |
| | ||||||
* | utils: Check for dirfd(3) | Tobias Brunner | 2015-08-17 | 1 | -1/+1 | |
| | | | | | Not all POSIX compatible systems might provide it yet. If not, we close the lowest FD to close and hope it gets reused by opendir(). | |||||
* | utils: Directly use syscall() to close open FDs in closefrom() | Tobias Brunner | 2015-08-17 | 1 | -1/+1 | |
| | | | | | | | This avoids any allocations, since calling malloc() after fork() is potentially unsafe. Fixes #990. | |||||
* | Version bump to 5.3.3dr55.3.3dr5 | Andreas Steffen | 2015-08-16 | 1 | -1/+1 | |
| | ||||||
* | Version bump to 5.3.3dr45.3.3dr4 | Andreas Steffen | 2015-08-10 | 1 | -1/+1 | |
| | ||||||
* | configure: Explicitly disable unused parameter warnings in qsort_r test | Tobias Brunner | 2015-08-04 | 1 | -1/+1 | |
| | | | | | | | | When compiling with -Wextra (and without disabling these warnings globally) the tests would otherwise fail due to the unused arguments in the cmp() functions. Fixes #1053. | |||||
* | Version bump to 5.3.3dr35.3.3dr3 | Andreas Steffen | 2015-07-31 | 1 | -1/+1 | |
| | ||||||
* | Version bump to 5.3.3dr2 | Andreas Steffen | 2015-07-28 | 1 | -1/+1 | |
| | ||||||
* | Version bump to 5.3.3dr1 | Andreas Steffen | 2015-07-21 | 1 | -1/+1 | |
| | ||||||
* | libipsec: Add a unit-test test runner | Martin Willi | 2015-07-12 | 1 | -0/+1 | |
| | ||||||
* | configure: Check if building against a x86/x64 architecture | Martin Willi | 2015-06-29 | 1 | -0/+16 | |
| | | | | This allows us to include compiler flags specific for them, such as MMX/SSE. | |||||
* | chapoly: Provide a generic ChaCha20/Poly1305 AEAD supporting driver backends | Martin Willi | 2015-06-29 | 1 | -0/+4 | |
| | ||||||
* | Version bump to 5.3.25.3.2 | Andreas Steffen | 2015-06-08 | 1 | -1/+1 | |
| | ||||||
* | Version bump to 5.3.15.3.1 | Andreas Steffen | 2015-06-01 | 1 | -1/+1 | |
| | ||||||
* | List attribute request entries also during build | Andreas Steffen | 2015-05-24 | 1 | -1/+1 | |
| | ||||||
* | vici: Make installation of Ruby Gem and Python Egg optional | Tobias Brunner | 2015-05-21 | 1 | -5/+19 | |
| | | | | | | | | | | | | | | | | | | Installing them might not work well when building distro packages (e.g. with DESTDIR installs). It might be easier to install them later with a script in the distro package. When building from source on the local system it could still be useful to install the packages directly, which can be enabled with separate configure options. The main problem with DESTDIR installations of the Python Egg is that easy_install creates or modifies a file called easy-install.pth in the installation directory. So it's not actually possible to simply copy the results in DESTDIR over to the actual system as that file would have to be merged with any existing one. Fixes #914. | |||||
* | Version bump to 5.3.1dr1 | Andreas Steffen | 2015-04-24 | 1 | -1/+1 | |
| | ||||||
* | aesni: Provide a plugin stub for AES-NI instruction based crypto primitives | Martin Willi | 2015-04-15 | 1 | -0/+4 | |
| | ||||||
* | configure: Check for __int128 type support | Martin Willi | 2015-04-14 | 1 | -0/+11 | |
| | ||||||
* | Version bump to 5.3.0 | Andreas Steffen | 2015-03-27 | 1 | -1/+1 | |
| | ||||||
* | Version bump to 5.3.0rc1 | Andreas Steffen | 2015-03-23 | 1 | -1/+1 | |
| | ||||||
* | configure: Check optional py.test availability when building with python eggs | Martin Willi | 2015-03-18 | 1 | -0/+2 | |
| | ||||||
* | vici: Include python package in distribution | Martin Willi | 2015-03-18 | 1 | -0/+1 | |
| | ||||||
* | configure: Add --enable-python-eggs and --with-pythoneggdir options | Martin Willi | 2015-03-18 | 1 | -0/+15 | |
| | | | | | Detect easy_install for Python egg installation to install any egg we provide in strongSwan. | |||||
* | Version bump to 5.3.0dr2 | Andreas Steffen | 2015-03-16 | 1 | -1/+1 | |
| | ||||||
* | files: Add simple plugin to load files from file:// URIs | Tobias Brunner | 2015-03-09 | 1 | -1/+5 | |
| | ||||||
* | Remove obsolete _updown_espmark script | Tobias Brunner | 2015-03-06 | 1 | -1/+0 | |
| | | | | According to NEWS it was created to support kernels < 2.6.16. | |||||
* | Version bump to 5.3.0dr1 | Andreas Steffen | 2015-02-26 | 1 | -1/+1 | |
| | ||||||
* | configure: Use pkg-config to detect libiptc used by connmark/forecast | Tobias Brunner | 2015-02-23 | 1 | -0/+6 | |
| | | | | | This ensures the library is available. On Debian/Ubuntu it is a dynamic library provided by the iptables-dev package. | |||||
* | forecast: Add the broadcast/multicast forwarding plugin called forecast | Martin Willi | 2015-02-20 | 1 | -0/+4 | |
| | ||||||
* | connmark: Add a plugin stub | Martin Willi | 2015-02-20 | 1 | -0/+4 | |
| | ||||||
* | unit-tester: Drop the old unit-tester libcharon plugin | Martin Willi | 2015-02-20 | 1 | -4/+0 | |
| | | | | | | While it has some tests that we don't directly cover with the new unit tests, most of them require special infrastructure and therefore have not been used for a long time. | |||||
* | libcharon: Add a test runner | Martin Willi | 2015-02-20 | 1 | -0/+1 | |
| | ||||||
* | attr-sql: Move plugin to libcharon | Martin Willi | 2015-02-20 | 1 | -3/+3 | |
| | ||||||
* | attr: Move plugin to libcharon | Martin Willi | 2015-02-20 | 1 | -3/+3 | |
| | ||||||
* | resolve: Move plugin back to libcharon | Martin Willi | 2015-02-20 | 1 | -3/+3 | |
| | | | | Since pluto is gone, all existing users build upon libcharon. | |||||
* | configure: Load SQL backends after crypto plugins | Tobias Brunner | 2015-02-10 | 1 | -2/+2 | |
| | | | | | | | | | If the MySQL client library is linked against OpenSSL the mysql plugin will cause a segmentation fault when it is unloaded after the openssl plugin has already been deinitialized. This is very similar to the issues with curl (see 44b6a34d438f). Fixes #814. | |||||
* | Version bump to 5.2.2 | Andreas Steffen | 2014-12-23 | 1 | -1/+1 | |
| | ||||||
* | pki: Add simple PKCS#12 display command | Tobias Brunner | 2014-12-12 | 1 | -0/+1 | |
| | ||||||
* | pki: Load hmac plugin which is required to decrypt PKCS#12 containers | Tobias Brunner | 2014-12-12 | 1 | -1/+1 | |
| | ||||||
* | Version bump to 5.2.2rc1 | Andreas Steffen | 2014-12-12 | 1 | -1/+1 | |
| | ||||||
* | bliss: Fix monolithic build | Tobias Brunner | 2014-12-12 | 1 | -0/+1 | |
| | | | | | | | | | | | This requires moving test files so that the Makefile for the tests can be included after building libstrongswan, which requires the plugin when building monolithically. Due to this a static helper library is required as directly referring to object files (or source files) is not possible. It's also necessary to avoid any link-time dependency on libstrongswan in bliss_huffman, to avoid circular dependencies (bliss_huffman -> libstrongswan -> bliss -> bliss_huffman). |