aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* autoconf: rename configure.in to configure.acMartin Willi2013-07-181-1486/+0
| | | | | | 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.
* keychain: add a stub for a credential plugin using OS X Keychain ServicesMartin Willi2013-07-181-0/+4
|
* Version bump to 5.1.0dr3Andreas Steffen2013-07-101-1/+1
|
* Version bump to 5.1.0dr2Andreas Steffen2013-07-041-1/+1
|
* version bump to 5.1.0dr1Andreas Steffen2013-06-211-1/+1
|
* osx-attr: add plugin installing config attributes using SystemConfigurationMartin Willi2013-06-211-0/+4
| | | | | Currently installs DNS servers only, by prepending IP addresses to the DNS configuration of the primary networking service.
* kernel-libipsec: Add plugin that implements kernel_ipsec_t using libipsecTobias Brunner2013-06-211-0/+8
|
* Add --enable-coverage configure optionTobias Brunner2013-06-111-0/+25
| | | | | | | | | | | | | | This configure flag enables lcov [1] coverage generation and is intended to be used with unit tests (--enable-unit-tests is implied). A html coverage report can be generated by issuing the following command in the toplevel build directory: make coverage [1] - http://ltp.sourceforge.net/coverage/lcov.php Based on a patch by Adrian-Ken Rueegsegger.
* Add test runner for unit tests in libstrongswanTobias Brunner2013-06-111-0/+1
|
* Load pkcs7 plugin in charon (and while we are at it in nm)Tobias Brunner2013-05-081-1/+1
|
* charon-cmd: Add support for PKCS#12 filesTobias Brunner2013-05-081-2/+2
|
* Add pkcs12 plugin which adds support for decoding PKCS#12 containersTobias Brunner2013-05-081-1/+5
|
* Add implementation of the RC2 block cipher (RFC 2268)Tobias Brunner2013-05-081-0/+4
|
* agent: Use sshkey plugin to parse keys, adds support for ECDSATobias Brunner2013-05-071-1/+1
|
* Add sshkey plugin stub that will parse RFC 4253 public keysTobias Brunner2013-05-071-0/+4
|
* charon-cmd: Load pubkey plugin to load raw keysTobias Brunner2013-05-071-1/+1
|
* charon-cmd: add support for using dynamic ports in charon-cmdMartin Willi2013-05-061-1/+1
|
* charon-cmd: add a stub for charon-cmd, a simple command line IKE clientMartin Willi2013-05-061-48/+53
|
* backtrace: add an alternative stack unwinding implementation using libunwindMartin Willi2013-05-061-0/+9
|
* Add -s to make if --enable-silent-rules is ./configuredMartin Willi2013-05-061-0/+1
|
* Provide the --enable-silent-rules ./configure option with automake 1.11 and 1.12Martin Willi2013-05-061-0/+1
|
* support of OpenSSL FIPS-140-2 libraryAndreas Steffen2013-04-161-0/+1
|
* version bump to 5.0.4Andreas Steffen2013-04-141-1/+1
|
* version bump to 5.0.4dr1Andreas Steffen2013-04-091-1/+1
|
* fixed printf statementsAndreas Steffen2013-04-081-1/+1
|
* version bump to 5.0.3Andreas Steffen2013-04-021-1/+1
|
* renamed tnc_ifmap2 plugin to tnc_ifmapAndreas Steffen2013-03-311-5/+5
|
* removed obsoleted tnc_ifmap pluginAndreas Steffen2013-03-311-14/+0
|
* implement NewSession and PurgePublisher messages using the libxml2 libraryAndreas Steffen2013-03-291-3/+3
|
* set up a new IF-MAP sessionAndreas Steffen2013-03-291-0/+4
|
* Fix detection and use of netinet/ip6.h on FreeBSDTobias Brunner2013-03-271-1/+5
|
* Don't set USE_ATTR_SQL when the sql plugin is enabled onlyTobias Brunner2013-03-271-1/+1
|
* version bump to 5.0.3rc1Andreas Steffen2013-03-221-1/+1
|
* Introduce TKM specific charon daemon (charon-tkm)Reto Buerki2013-03-191-3/+10
| | | | | | | | | | | | | | Analogous to charon-nm the charon-tkm daemon is a specialized charon instance used in combination with the trusted key manager (TKM) written in Ada. The charon-tkm is basically a copy of the charon-nm code which will register it's own TKM specific plugins. The daemon binary is built using the gprbuild utility. This is needed because it uses the tkm-rpc Ada library and consequently the Ada runtime. gprbuild takes care of the complete binding and linker steps required to properly initialize the Ada runtime.
* Add configure option --enable-unit-testsAdrian-Ken Rueegsegger2013-03-191-0/+10
| | | | | | | | | | | | This configure option enables check-based unit testing. Check is a unit test framework for C [1]. The unit tests can be executed by issuing the following command in the toplevel build directory: make check [1] - http://check.sourceforge.net/
* Added xauth-noauth pluginTobias Brunner2013-03-191-0/+4
| | | | | | | | This XAuth backend does not do any authentication of client credentials but simply sends a successful XAuth status to the client, thereby concluding the XAuth exchange. This can be useful to fallback to basic RSA authentication with clients that can not be configured without XAuth authentication.
* version bump to 5.0.3dr4Andreas Steffen2013-03-111-1/+1
|
* Removed backend for old Android frontend patchTobias Brunner2013-03-021-5/+5
| | | | Moved the remaining DNS handler to a new plugin.
* version bump to 5.0.3dr3Andreas Steffen2013-03-021-1/+1
|
* Merge branch 'systime'Martin Willi2013-03-011-0/+4
|\ | | | | | | | | | | Add a systime-fix plugin allowing an embedded system to validate certificates if the system time has not been synchronized after boot. Certificates of established tunnels can be re-validated after the system time gets valid.
| * Add a stub for systime-fix, a plugin handling certificate lifetimes gracefullyMartin Willi2013-02-191-0/+4
| |
* | When running with an unprivileged user, initialize supplementary groupsMartin Willi2013-03-011-1/+1
| |
* | version bump to 5.0.3dr25.0.3dr2Andreas Steffen2013-02-191-1/+1
| |
* | Added ipseckey plugin, which provides support for public keys in IPSECKEY RRsReto Guadagnini2013-02-191-0/+4
| |
* | Added unbound plugin implementing the resolver interface using libunboundReto Guadagnini2013-02-191-0/+11
| |
* | Merge branch 'pt-tls'Martin Willi2013-02-141-0/+2
|\ \
| * | Add a libpttls providing NEA PT-TLS / TNC IF-T for TLS transport layerMartin Willi2013-01-161-0/+2
| | |
* | | Report enabled plugins at the end of configureTobias Brunner2013-02-041-0/+13
| | |
* | | Streamlined comments in configure.inTobias Brunner2013-02-041-80/+83
| | | | | | | | | | | | dnl should only be used in rare cases (like escaping newlines)
* | | Updated configure.in to newer autoconfTobias Brunner2013-02-041-145/+161
| | | | | | | | | | | | | | | | | | AC_TRY_COMPILE and AC_TRY_RUN are deprecated. The new construct with AC_*_IFELSE and AC_LANG_PROGRAM requires double quoting the source code of these test programs.