| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Replacing gethostbyname, gethostbyname2 and their _r variants with getaddrinf... | Tobias Brunner | 2009-08-14 | 1 | -1/+0 |
| * | OpenSolaris needs libsocket and libnsl for socket(). | Tobias Brunner | 2009-08-14 | 1 | -1/+8 |
| * | sockio.h is required on OpenSolaris for SIOCGIFADDR. | Tobias Brunner | 2009-08-14 | 1 | -0/+1 |
| * | We need to include alloca.h on OpenSolaris. | Tobias Brunner | 2009-08-14 | 1 | -0/+1 |
| * | FreeBSD's libc does not support backtrace(), but libexecinfo optionally repli... | Tobias Brunner | 2009-08-07 | 1 | -2/+13 |
| * | Reversed the check for udp.h, fixes compilation on Linux. | Tobias Brunner | 2009-08-06 | 1 | -1/+1 |
| * | Missing check for udp.h added. | Tobias Brunner | 2009-08-04 | 1 | -1/+1 |
| * | version bump to 4.3.4 | Andreas Steffen | 2009-07-21 | 1 | -1/+1 |
| * | Fixed GID lookup in cases where the configured group is a prefix of another g... | Tobias Brunner | 2009-07-20 | 1 | -1/+1 |