Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | autoconf: rename configure.in to configure.ac | Martin Willi | 2013-07-18 | 1 | -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 Services | Martin Willi | 2013-07-18 | 1 | -0/+4 |
| | |||||
* | Version bump to 5.1.0dr3 | Andreas Steffen | 2013-07-10 | 1 | -1/+1 |
| | |||||
* | Version bump to 5.1.0dr2 | Andreas Steffen | 2013-07-04 | 1 | -1/+1 |
| | |||||
* | version bump to 5.1.0dr1 | Andreas Steffen | 2013-06-21 | 1 | -1/+1 |
| | |||||
* | osx-attr: add plugin installing config attributes using SystemConfiguration | Martin Willi | 2013-06-21 | 1 | -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 libipsec | Tobias Brunner | 2013-06-21 | 1 | -0/+8 |
| | |||||
* | Add --enable-coverage configure option | Tobias Brunner | 2013-06-11 | 1 | -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 libstrongswan | Tobias Brunner | 2013-06-11 | 1 | -0/+1 |
| | |||||
* | Load pkcs7 plugin in charon (and while we are at it in nm) | Tobias Brunner | 2013-05-08 | 1 | -1/+1 |
| | |||||
* | charon-cmd: Add support for PKCS#12 files | Tobias Brunner | 2013-05-08 | 1 | -2/+2 |
| | |||||
* | Add pkcs12 plugin which adds support for decoding PKCS#12 containers | Tobias Brunner | 2013-05-08 | 1 | -1/+5 |
| | |||||
* | Add implementation of the RC2 block cipher (RFC 2268) | Tobias Brunner | 2013-05-08 | 1 | -0/+4 |
| | |||||
* | agent: Use sshkey plugin to parse keys, adds support for ECDSA | Tobias Brunner | 2013-05-07 | 1 | -1/+1 |
| | |||||
* | Add sshkey plugin stub that will parse RFC 4253 public keys | Tobias Brunner | 2013-05-07 | 1 | -0/+4 |
| | |||||
* | charon-cmd: Load pubkey plugin to load raw keys | Tobias Brunner | 2013-05-07 | 1 | -1/+1 |
| | |||||
* | charon-cmd: add support for using dynamic ports in charon-cmd | Martin Willi | 2013-05-06 | 1 | -1/+1 |
| | |||||
* | charon-cmd: add a stub for charon-cmd, a simple command line IKE client | Martin Willi | 2013-05-06 | 1 | -48/+53 |
| | |||||
* | backtrace: add an alternative stack unwinding implementation using libunwind | Martin Willi | 2013-05-06 | 1 | -0/+9 |
| | |||||
* | Add -s to make if --enable-silent-rules is ./configured | Martin Willi | 2013-05-06 | 1 | -0/+1 |
| | |||||
* | Provide the --enable-silent-rules ./configure option with automake 1.11 and 1.12 | Martin Willi | 2013-05-06 | 1 | -0/+1 |
| | |||||
* | support of OpenSSL FIPS-140-2 library | Andreas Steffen | 2013-04-16 | 1 | -0/+1 |
| | |||||
* | version bump to 5.0.4 | Andreas Steffen | 2013-04-14 | 1 | -1/+1 |
| | |||||
* | version bump to 5.0.4dr1 | Andreas Steffen | 2013-04-09 | 1 | -1/+1 |
| | |||||
* | fixed printf statements | Andreas Steffen | 2013-04-08 | 1 | -1/+1 |
| | |||||
* | version bump to 5.0.3 | Andreas Steffen | 2013-04-02 | 1 | -1/+1 |
| | |||||
* | renamed tnc_ifmap2 plugin to tnc_ifmap | Andreas Steffen | 2013-03-31 | 1 | -5/+5 |
| | |||||
* | removed obsoleted tnc_ifmap plugin | Andreas Steffen | 2013-03-31 | 1 | -14/+0 |
| | |||||
* | implement NewSession and PurgePublisher messages using the libxml2 library | Andreas Steffen | 2013-03-29 | 1 | -3/+3 |
| | |||||
* | set up a new IF-MAP session | Andreas Steffen | 2013-03-29 | 1 | -0/+4 |
| | |||||
* | Fix detection and use of netinet/ip6.h on FreeBSD | Tobias Brunner | 2013-03-27 | 1 | -1/+5 |
| | |||||
* | Don't set USE_ATTR_SQL when the sql plugin is enabled only | Tobias Brunner | 2013-03-27 | 1 | -1/+1 |
| | |||||
* | version bump to 5.0.3rc1 | Andreas Steffen | 2013-03-22 | 1 | -1/+1 |
| | |||||
* | Introduce TKM specific charon daemon (charon-tkm) | Reto Buerki | 2013-03-19 | 1 | -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-tests | Adrian-Ken Rueegsegger | 2013-03-19 | 1 | -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 plugin | Tobias Brunner | 2013-03-19 | 1 | -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.3dr4 | Andreas Steffen | 2013-03-11 | 1 | -1/+1 |
| | |||||
* | Removed backend for old Android frontend patch | Tobias Brunner | 2013-03-02 | 1 | -5/+5 |
| | | | | Moved the remaining DNS handler to a new plugin. | ||||
* | version bump to 5.0.3dr3 | Andreas Steffen | 2013-03-02 | 1 | -1/+1 |
| | |||||
* | Merge branch 'systime' | Martin Willi | 2013-03-01 | 1 | -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 gracefully | Martin Willi | 2013-02-19 | 1 | -0/+4 |
| | | |||||
* | | When running with an unprivileged user, initialize supplementary groups | Martin Willi | 2013-03-01 | 1 | -1/+1 |
| | | |||||
* | | version bump to 5.0.3dr25.0.3dr2 | Andreas Steffen | 2013-02-19 | 1 | -1/+1 |
| | | |||||
* | | Added ipseckey plugin, which provides support for public keys in IPSECKEY RRs | Reto Guadagnini | 2013-02-19 | 1 | -0/+4 |
| | | |||||
* | | Added unbound plugin implementing the resolver interface using libunbound | Reto Guadagnini | 2013-02-19 | 1 | -0/+11 |
| | | |||||
* | | Merge branch 'pt-tls' | Martin Willi | 2013-02-14 | 1 | -0/+2 |
|\ \ | |||||
| * | | Add a libpttls providing NEA PT-TLS / TNC IF-T for TLS transport layer | Martin Willi | 2013-01-16 | 1 | -0/+2 |
| | | | |||||
* | | | Report enabled plugins at the end of configure | Tobias Brunner | 2013-02-04 | 1 | -0/+13 |
| | | | |||||
* | | | Streamlined comments in configure.in | Tobias Brunner | 2013-02-04 | 1 | -80/+83 |
| | | | | | | | | | | | | dnl should only be used in rare cases (like escaping newlines) | ||||
* | | | Updated configure.in to newer autoconf | Tobias Brunner | 2013-02-04 | 1 | -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. |