aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* p-cscf: Add plugin stubTobias Brunner2016-03-101-0/+4
|
* Version bump to 5.4.0rc1Andreas Steffen2016-03-051-1/+1
|
* Version bump to 5.4.0dr8Andreas Steffen2016-03-041-1/+1
|
* thread: Allow thread ID to be value returned by gettid()Thomas Egerer2016-03-041-0/+4
| | | | Signed-off-by: Thomas Egerer <thomas.egerer@secunet.com>
* libhydra: Remove empty unused libraryTobias Brunner2016-03-031-3/+0
|
* libhydra: Move all kernel plugins to libcharonTobias Brunner2016-03-031-15/+10
|
* Version bump to 5.4.0dr75.4.0dr7Andreas Steffen2016-02-281-1/+1
|
* Version bump to 5.4.0dr65.4.0dr6Andreas Steffen2016-02-161-1/+1
|
* Version bump to 5.4.0dr55.4.0dr5Andreas Steffen2016-01-281-1/+1
|
* Version bump to 5.4.0dr45.4.0dr4Andreas Steffen2016-01-101-1/+1
|
* Version bump to 5.4.0dr35.4.0dr3Andreas Steffen2016-01-031-1/+1
|
* configure: Support systemd >= 209Chris Patterson2015-12-211-7/+10
| | | | | | | | | | | | | | | | | libsystemd-journal and libsystemd-daemon are now just part of libsystemd. Keep original systemd checks as a fallback. Updates charon-systemd/Makefile.am accordingly. Tested on: - debian wheezy (systemd v44) - ubuntu 15.10 (systemd v255). Signed-off-by: Chris Patterson <pattersonc@ainfosec.com> Closes strongswan/strongswan#24.
* Version bump to 5.4.0dr25.4.0dr2Andreas Steffen2015-12-181-1/+1
|
* configure: Enable vici plugin and swanctl by defaultAndreas Steffen2015-12-171-2/+2
|
* configure: Fix typo when enabling CPAN modules as dependencyTobias Brunner2015-12-141-1/+1
| | | | Fixes: a17b6d469c10 ("Built the CPAN file structure for the Vici::Session perl module")
* 128 bit default security strength requires 3072 bit prime DH groupAndreas Steffen2015-12-141-1/+1
|
* configure: Link against potential -ldl when checking for OpenSSL libcryptoMartin Willi2015-12-041-1/+2
|
* Version bump to 5.4.0dr1Andreas Steffen2015-12-011-1/+1
|
* Built the CPAN file structure for the Vici::Session perl moduleAndreas Steffen2015-12-011-0/+6
|
* Implement vici Perl bindingAndreas Steffen2015-12-011-0/+4
|
* Version bump to 5.3.5Andreas Steffen2015-11-261-1/+1
|
* Version bump to 5.4.0dr1Andreas Steffen2015-11-161-1/+1
|
* Version bump to 5.3.45.3.4Andreas Steffen2015-11-161-1/+1
|
* utils: Provide a fallback for sigwaitinfo() if neededTobias Brunner2015-11-131-1/+1
| | | | | Apparently, not available on Mac OS X 10.10 Yosemite. We don't provide this on Windows.
* Version bump to 5.3.4rc1Andreas Steffen2015-11-131-1/+1
|
* Version bump to 5.3.4dr35.3.4dr3Andreas Steffen2015-11-101-1/+1
|
* configure: Load sha1 and random plugins in manager by defaultTobias Brunner2015-11-091-3/+3
| | | | | | | | | If the openssl plugin is not enabled we need these to generate session IDs and to authenticate the users. The md4 plugin is not needed in the manager. Fixes #1168.
* Version bump to 5.3.4dr2Andreas Steffen2015-11-061-1/+1
|
* Version bump to 5.3.4dr15.3.4dr1Andreas Steffen2015-11-041-1/+1
|
* Implemented SHA-3 hash algorithm including test vectorsAndreas Steffen2015-11-031-1/+5
|
* Version bump to 5.3.35.3.3Andreas Steffen2015-09-061-1/+1
|
* Version bump to 5.3.3rc25.3.3rc2Andreas Steffen2015-09-011-1/+1
|
* Version bump to 5.3.3rc1Andreas Steffen2015-08-251-1/+1
|
* Version bump to 5.3.3dr65.3.3dr6Andreas Steffen2015-08-191-1/+1
|
* Implemented HCD IMC and IMVAndreas Steffen2015-08-181-1/+7
|
* pki: Add --dn command to extract the subject DN of a certificateTobias Brunner2015-08-171-2/+3
|
* utils: Check for dirfd(3)Tobias Brunner2015-08-171-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 Brunner2015-08-171-1/+1
| | | | | | | This avoids any allocations, since calling malloc() after fork() is potentially unsafe. Fixes #990.
* Version bump to 5.3.3dr55.3.3dr5Andreas Steffen2015-08-161-1/+1
|
* Version bump to 5.3.3dr45.3.3dr4Andreas Steffen2015-08-101-1/+1
|
* configure: Explicitly disable unused parameter warnings in qsort_r testTobias Brunner2015-08-041-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.3dr3Andreas Steffen2015-07-311-1/+1
|
* Version bump to 5.3.3dr2Andreas Steffen2015-07-281-1/+1
|
* Version bump to 5.3.3dr1Andreas Steffen2015-07-211-1/+1
|
* libipsec: Add a unit-test test runnerMartin Willi2015-07-121-0/+1
|
* configure: Check if building against a x86/x64 architectureMartin Willi2015-06-291-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 backendsMartin Willi2015-06-291-0/+4
|
* Version bump to 5.3.25.3.2Andreas Steffen2015-06-081-1/+1
|
* Version bump to 5.3.15.3.1Andreas Steffen2015-06-011-1/+1
|
* List attribute request entries also during buildAndreas Steffen2015-05-241-1/+1
|