| Commit message (Expand) | Author | Age | Files | Lines |
* | removed unwanted commits | Andreas Steffen | 2010-03-07 | 1 | -1/+1 |
* | critical keyUsage extension must be parsed | Andreas Steffen | 2010-03-07 | 1 | -1/+1 |
* | Adding an option to build libstrongswan and charon monolithically. | Tobias Brunner | 2010-03-02 | 1 | -0/+6 |
* | Added an initiator-only socket implementation which binds ports on demand | Martin Willi | 2010-02-26 | 1 | -1/+5 |
* | Moved socket and socket-raw implementations to plugins | Martin Willi | 2010-02-26 | 1 | -0/+14 |
* | Force libdl if the android plugin is enabled. AC_SEARCH_LIBS thinks it's not ... | Tobias Brunner | 2010-02-25 | 1 | -0/+4 |
* | Use side-channel secured mpz_powm_sec of libgmp 5, if available | Martin Willi | 2010-02-18 | 1 | -1/+16 |
* | Added Android plugin, currently provides DNS handling on Android | Martin Willi | 2010-02-17 | 1 | -0/+8 |
* | version bump to 4.4.0 | Andreas Steffen | 2010-02-15 | 1 | -1/+1 |
* | Added some IPv6 tweaks for Android. | Tobias Brunner | 2009-12-23 | 1 | -0/+26 |
* | Added a workaround for the missing pthread_cancel on Android. | Tobias Brunner | 2009-12-23 | 1 | -0/+2 |
* | Use pthread_cond_timedwait_monotonic on Android. | Tobias Brunner | 2009-12-23 | 1 | -0/+2 |
* | Check if libpthread is required or not. | Tobias Brunner | 2009-12-23 | 1 | -1/+6 |
* | Check for pthread_condattr_init added to configure script. | Tobias Brunner | 2009-12-23 | 1 | -0/+2 |
* | Implemented a read-write lock using only mutex_t and condvar_t (in case the p... | Tobias Brunner | 2009-12-23 | 1 | -1/+2 |
* | Support "_" and "-" variants of NetworkManager pkg-config packages | Martin Willi | 2009-12-08 | 1 | -1/+4 |
* | Move comment out of register_printf_function test | Martin Willi | 2009-11-19 | 1 | -2/+2 |
* | Use register_printf_specifier instead of deprecated register_printf_function,... | Martin Willi | 2009-11-12 | 1 | -6/+12 |
* | Moved reauth/pseudonym functionality from eap-sim-file to separate plugins, u... | Martin Willi | 2009-11-12 | 1 | -0/+6 |
* | Added a libsimaka library with shared message handling code for EAP-SIM/AKA | Martin Willi | 2009-11-12 | 1 | -0/+4 |
* | If cross-compiling, test for the existence of pthread_condattr_setclock only | Martin Willi | 2009-11-09 | 1 | -1/+7 |
* | version bump to 4.3.6 | Andreas Steffen | 2009-11-02 | 1 | -1/+1 |
* | Streamlined EAP plugins to use a dash between eap-method, as used in all othe... | Martin Willi | 2009-10-15 | 1 | -1/+0 |
* | Renamed --enable-load-tests to --enable-load-tester, like the plugin itself | Martin Willi | 2009-10-15 | 1 | -3/+3 |
* | pluto can now make use of the mysql and sqlite plugins | Andreas Steffen | 2009-10-14 | 1 | -0/+2 |
* | move SQL-based pool functionality to new attr-sql libstrongswan plugin | Andreas Steffen | 2009-10-13 | 1 | -0/+7 |
* | Added a stub for the EAP-AKA backend implementing the 3GPP2 functions in soft... | Martin Willi | 2009-10-09 | 1 | -1/+7 |
* | the ikev1 scenarios need the x509 plugin | Andreas Steffen | 2009-10-06 | 1 | -0/+1 |
* | Use mysql_config to query MySQL LIBS and CFLAGS | Martin Willi | 2009-09-23 | 1 | -2/+6 |
* | Define ME for all charon plugins | Martin Willi | 2009-09-23 | 1 | -3/+3 |
* | Correctly handle --enable-mediation option | Martin Willi | 2009-09-23 | 1 | -1/+1 |
* | resolv_conf plugin renamed to resolve | Andreas Steffen | 2009-09-20 | 1 | -4/+4 |
* | fixed --enable-eap-md5 and --enable-eap-gtc options | Andreas Steffen | 2009-09-18 | 1 | -2/+2 |
* | nm uses the distributions trusted root CAs if none is explicitly specified | Martin Willi | 2009-09-18 | 1 | -0/+1 |
* | use sysconfdir, no need for an additional confdir variable | Martin Willi | 2009-09-07 | 1 | -1/+0 |
* | Use macros to define --with options | Martin Willi | 2009-09-07 | 1 | -99/+16 |
* | Use macros to define --enable/--disable options | Martin Willi | 2009-09-07 | 1 | -644/+71 |
* | use m4/ autoconf subdirectory | Martin Willi | 2009-09-07 | 1 | -0/+1 |
* | Removed trailing whitespaces in configure.in/Makefile.am | Martin Willi | 2009-09-07 | 1 | -8/+8 |
* | use monotonic time source in convar->timed_wait, and in the scheduler using it | Martin Willi | 2009-08-31 | 1 | -0/+14 |
* | implemented a monotonic timestamping function, unaffected from system time ch... | Martin Willi | 2009-08-31 | 1 | -0/+6 |
* | do not depend on gcrypt autoconf macros | Martin Willi | 2009-08-31 | 1 | -1/+2 |
* | fixed two typos | Andreas Steffen | 2009-08-26 | 1 | -2/+2 |
* | openac (and tools) do not depend on gmp anymore | Martin Willi | 2009-08-26 | 1 | -4/+0 |
* | started implementation of a PKI tool, currently supporting RSA|ECDSA key gene... | Martin Willi | 2009-08-26 | 1 | -1/+2 |
* | implemented RFC3110 key builder in a plugin, added generic DNSKEY RR parsing | Martin Willi | 2009-08-26 | 1 | -0/+17 |
* | implemented a pgp plugin providing PGP key parsing builders | Martin Willi | 2009-08-26 | 1 | -0/+17 |
* | implemented a pkcs1 plugin providing PKCS#1 key parsing builders | Martin Willi | 2009-08-26 | 1 | -0/+17 |
* | moved PEM parsing functionality to its own plugin | Martin Willi | 2009-08-26 | 1 | -0/+17 |
* | version bump to 4.3.5 | Andreas Steffen | 2009-08-18 | 1 | -1/+1 |