Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Version bump to 5.1.1rc1 | Andreas Steffen | 2013-10-11 | 1 | -1/+1 | |
| | ||||||
* | Version bump to 5.1.1dr4 | Andreas Steffen | 2013-09-17 | 1 | -1/+1 | |
| | ||||||
* | pki: Add support to encode public keys in SSH key format | Tobias Brunner | 2013-09-13 | 1 | -1/+1 | |
| | ||||||
* | pki: Load dnskey plugin to encode public keys in RFC 3110 format | Tobias Brunner | 2013-09-13 | 1 | -1/+1 | |
| | ||||||
* | pki: Install pki(1) as utility directly in $prefix/bin | Tobias Brunner | 2013-09-13 | 1 | -11/+11 | |
| | | | | ipsec pki is maintained as alias. | |||||
* | pki: Add pki --verify man page | Tobias Brunner | 2013-09-13 | 1 | -0/+1 | |
| | ||||||
* | pki: Add pki --pub man page | Tobias Brunner | 2013-09-13 | 1 | -0/+1 | |
| | ||||||
* | pki: Add pki --print man page | Tobias Brunner | 2013-09-13 | 1 | -0/+1 | |
| | ||||||
* | pki: Add pki --keyid man page | Tobias Brunner | 2013-09-13 | 1 | -0/+1 | |
| | ||||||
* | pki: Add pki --pkcs7 man page | Tobias Brunner | 2013-09-13 | 1 | -0/+1 | |
| | ||||||
* | pki: Add pki --req man page | Tobias Brunner | 2013-09-13 | 1 | -0/+1 | |
| | ||||||
* | pki: Add pki --signcrl man page | Tobias Brunner | 2013-09-13 | 1 | -0/+1 | |
| | ||||||
* | pki: Add pki --issue man page | Tobias Brunner | 2013-09-13 | 1 | -0/+1 | |
| | ||||||
* | pki: Add pki --self man page | Tobias Brunner | 2013-09-13 | 1 | -0/+1 | |
| | | | | Can be opened with "man pki --self". | |||||
* | pki: Add pki --gen man page | Tobias Brunner | 2013-09-13 | 1 | -0/+1 | |
| | | | | Can be opened with "man pki --gen". | |||||
* | pki: Add ipsec-pki(8) man page | Tobias Brunner | 2013-09-13 | 1 | -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 script | Tobias Brunner | 2013-09-13 | 1 | -0/+12 | |
| | ||||||
* | configure: libtls and libtnccs etc. all require libstrongswan | Tobias Brunner | 2013-09-12 | 1 | -1/+1 | |
| | ||||||
* | tun_device: Add warning if TUN devices are not supported by platform | Tobias Brunner | 2013-09-12 | 1 | -1/+1 | |
| | ||||||
* | Store object files in the same directory as the source files | Tobias Brunner | 2013-09-05 | 1 | -1/+1 | |
| | | | | | Future automake releases will apparently do that implicitly, but current releases spit out nasty warning messages. | |||||
* | Version bump to 5.1.1dr3 | Andreas Steffen | 2013-09-04 | 1 | -1/+1 | |
| | ||||||
* | autoconf: Split PACKAGE_VERSION in four parts | Tobias Brunner | 2013-09-02 | 1 | -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.1dr2 | Andreas Steffen | 2013-08-28 | 1 | -1/+1 | |
| | ||||||
* | Flush iptables rules on alice | Andreas Steffen | 2013-08-19 | 1 | -4/+4 | |
| | ||||||
* | Version bump to 5.1.1dr1 | Andreas Steffen | 2013-08-19 | 1 | -1/+1 | |
| | ||||||
* | Implemented SWID prototype IMC/IMV pair | Andreas Steffen | 2013-08-15 | 1 | -2/+8 | |
| | ||||||
* | moved tnc_imv plugin to libtnccs thanks to recommendation callback function | Andreas Steffen | 2013-08-15 | 1 | -2/+2 | |
| | ||||||
* | Moved tnc-tnccs, tnc-imc, tnccs-11, tnccs-20 and tnccs-dynamic libcharon ↵ | Andreas Steffen | 2013-08-15 | 1 | -11/+14 | |
| | | | | plugins to libtnccs | |||||
* | rapid PT-TLS AR/PDP prototype | Andreas Steffen | 2013-08-15 | 1 | -0/+1 | |
| | ||||||
* | version bump to 5.0.1 | Andreas Steffen | 2013-07-29 | 1 | -1/+1 | |
| | ||||||
* | Version bump to 5.1.0rc1 | Andreas Steffen | 2013-07-19 | 1 | -1/+1 | |
| | ||||||
* | autoconf: rename configure.in to configure.ac | Martin Willi | 2013-07-18 | 1 | -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. |