aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.