aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* Version bump to 5.1.1rc1Andreas Steffen2013-10-111-1/+1
|
* Version bump to 5.1.1dr4Andreas Steffen2013-09-171-1/+1
|
* pki: Add support to encode public keys in SSH key formatTobias Brunner2013-09-131-1/+1
|
* pki: Load dnskey plugin to encode public keys in RFC 3110 formatTobias Brunner2013-09-131-1/+1
|
* pki: Install pki(1) as utility directly in $prefix/binTobias Brunner2013-09-131-11/+11
| | | | ipsec pki is maintained as alias.
* pki: Add pki --verify man pageTobias Brunner2013-09-131-0/+1
|
* pki: Add pki --pub man pageTobias Brunner2013-09-131-0/+1
|
* pki: Add pki --print man pageTobias Brunner2013-09-131-0/+1
|
* pki: Add pki --keyid man pageTobias Brunner2013-09-131-0/+1
|
* pki: Add pki --pkcs7 man pageTobias Brunner2013-09-131-0/+1
|
* pki: Add pki --req man pageTobias Brunner2013-09-131-0/+1
|
* pki: Add pki --signcrl man pageTobias Brunner2013-09-131-0/+1
|
* pki: Add pki --issue man pageTobias Brunner2013-09-131-0/+1
|
* pki: Add pki --self man pageTobias Brunner2013-09-131-0/+1
| | | | Can be opened with "man pki --self".
* pki: Add pki --gen man pageTobias Brunner2013-09-131-0/+1
| | | | Can be opened with "man pki --gen".
* pki: Add ipsec-pki(8) man pageTobias Brunner2013-09-131-0/+2
| | | | | | | Can be opened either with "man ipsec pki" or "man ipsec-pki". Since man(1) only supports one level of subpages, the forthcoming man pages for each command will have to be opened with "man pki --<command>".
* Build generated man pages via configure scriptTobias Brunner2013-09-131-0/+12
|
* configure: libtls and libtnccs etc. all require libstrongswanTobias Brunner2013-09-121-1/+1
|
* tun_device: Add warning if TUN devices are not supported by platformTobias Brunner2013-09-121-1/+1
|
* Store object files in the same directory as the source filesTobias Brunner2013-09-051-1/+1
| | | | | Future automake releases will apparently do that implicitly, but current releases spit out nasty warning messages.
* Version bump to 5.1.1dr3Andreas Steffen2013-09-041-1/+1
|
* autoconf: Split PACKAGE_VERSION in four partsTobias Brunner2013-09-021-0/+3
| | | | | | | | | | | The parts can be accessed with the variables: PACKAGE_VERSION_MAJOR PACKAGE_VERSION_MINOR PACKAGE_VERSION_BUILD PACKAGE_VERSION_REVIEW The last part will be empty for regular releases.
* Version bump to 5.1.1dr2Andreas Steffen2013-08-281-1/+1
|
* Flush iptables rules on aliceAndreas Steffen2013-08-191-4/+4
|
* Version bump to 5.1.1dr1Andreas Steffen2013-08-191-1/+1
|
* Implemented SWID prototype IMC/IMV pairAndreas Steffen2013-08-151-2/+8
|
* moved tnc_imv plugin to libtnccs thanks to recommendation callback functionAndreas Steffen2013-08-151-2/+2
|
* Moved tnc-tnccs, tnc-imc, tnccs-11, tnccs-20 and tnccs-dynamic libcharon ↵Andreas Steffen2013-08-151-11/+14
| | | | plugins to libtnccs
* rapid PT-TLS AR/PDP prototypeAndreas Steffen2013-08-151-0/+1
|
* version bump to 5.0.1Andreas Steffen2013-07-291-1/+1
|
* Version bump to 5.1.0rc1Andreas Steffen2013-07-191-1/+1
|
* autoconf: rename configure.in to configure.acMartin Willi2013-07-181-0/+1486
configure.ac has been the recommended name for autoconf input for several years now. Newer autotools start to complain about the configure.in, so we finally change it.