| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Translate the configured user and group to a numerical UID and GID. | Tobias Brunner | 2009-07-20 | 1 | -0/+19 |
* | Check for gperf version added to configure script. | Tobias Brunner | 2009-07-16 | 1 | -1/+14 |
* | Typo fixed. | Tobias Brunner | 2009-07-16 | 1 | -2/+2 |
* | Added an option to the configure script to disable building the scripts. | Tobias Brunner | 2009-07-16 | 1 | -0/+12 |
* | moved the CFLAGS mangling AC_LIB_PREFIX macro behind CFLAG test | Martin Willi | 2009-07-15 | 1 | -2/+2 |
* | Added --with-lib-prefix option to the configure script. | Tobias Brunner | 2009-07-14 | 1 | -0/+1 |
* | moved checksum_builder/libchechsum to top srcdir to respect build order | Martin Willi | 2009-06-22 | 1 | -1/+1 |
* | check for dladdr() and dl_iterate_phdr() if --enable-integrity-test set | Martin Willi | 2009-06-22 | 1 | -0/+19 |
* | removed obsolete INTEGRITY_TEST and fips signer code | Martin Willi | 2009-06-22 | 1 | -2/+1 |
* | implemented a checksum_builder tool to build the checksum library | Martin Willi | 2009-06-22 | 1 | -0/+1 |
* | version bump to 4.3.3 | Andreas Steffen | 2009-06-19 | 1 | -1/+1 |
* | removed serpent and twofish plugins - use gcrypt instead | Andreas Steffen | 2009-06-18 | 1 | -26/+0 |
* | calculating plugin dependencies for eap-sim/aka | Martin Willi | 2009-06-16 | 1 | -0/+14 |