aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* Implemented the PRF_KEYED_SHA1 algorithm in the openssl pluginMartin Willi2010-03-081-5/+6
|
* removed unwanted commitsAndreas Steffen2010-03-071-1/+1
|
* critical keyUsage extension must be parsedAndreas Steffen2010-03-071-1/+1
|
* Adding an option to build libstrongswan and charon monolithically.Tobias Brunner2010-03-021-0/+6
|
* Added an initiator-only socket implementation which binds ports on demandMartin Willi2010-02-261-1/+5
|
* Moved socket and socket-raw implementations to pluginsMartin Willi2010-02-261-0/+14
|
* Force libdl if the android plugin is enabled. AC_SEARCH_LIBS thinks it's not ↵Tobias Brunner2010-02-251-0/+4
| | | | required, but on Android 2.0 it is.
* Use side-channel secured mpz_powm_sec of libgmp 5, if availableMartin Willi2010-02-181-1/+16
|
* Added Android plugin, currently provides DNS handling on AndroidMartin Willi2010-02-171-0/+8
|
* version bump to 4.4.0Andreas Steffen2010-02-151-1/+1
|
* Added some IPv6 tweaks for Android.Tobias Brunner2009-12-231-0/+26
| | | | | Android 1.6 does not yet support the Advanced Sockets API for IPv6 as defined in RFC 3542. Also, in6addr_any is missing.
* Added a workaround for the missing pthread_cancel on Android.Tobias Brunner2009-12-231-0/+2
|
* Use pthread_cond_timedwait_monotonic on Android.Tobias Brunner2009-12-231-0/+2
|
* Check if libpthread is required or not.Tobias Brunner2009-12-231-1/+6
|
* Check for pthread_condattr_init added to configure script.Tobias Brunner2009-12-231-0/+2
|
* Implemented a read-write lock using only mutex_t and condvar_t (in case the ↵Tobias Brunner2009-12-231-1/+2
| | | | pthread_rwlock_* group of functions is not available).
* Support "_" and "-" variants of NetworkManager pkg-config packagesMartin Willi2009-12-081-1/+4
|
* Move comment out of register_printf_function testMartin Willi2009-11-191-2/+2
|
* Use register_printf_specifier instead of deprecated ↵Martin Willi2009-11-121-6/+12
| | | | register_printf_function, if available
* Moved reauth/pseudonym functionality from eap-sim-file to separate plugins, ↵Martin Willi2009-11-121-0/+6
| | | | usable by any SIM/AKA backend
* Added a libsimaka library with shared message handling code for EAP-SIM/AKAMartin Willi2009-11-121-0/+4
|
* If cross-compiling, test for the existence of pthread_condattr_setclock onlyMartin Willi2009-11-091-1/+7
|
* version bump to 4.3.6Andreas Steffen2009-11-021-1/+1
|
* Streamlined EAP plugins to use a dash between eap-method, as used in all ↵Martin Willi2009-10-151-1/+0
| | | | other places
* Renamed --enable-load-tests to --enable-load-tester, like the plugin itselfMartin Willi2009-10-151-3/+3
|
* pluto can now make use of the mysql and sqlite pluginsAndreas Steffen2009-10-141-0/+2
|
* move SQL-based pool functionality to new attr-sql libstrongswan pluginAndreas Steffen2009-10-131-0/+7
|
* Added a stub for the EAP-AKA backend implementing the 3GPP2 functions in ↵Martin Willi2009-10-091-1/+7
| | | | software
* the ikev1 scenarios need the x509 pluginAndreas Steffen2009-10-061-0/+1
|
* Use mysql_config to query MySQL LIBS and CFLAGSMartin Willi2009-09-231-2/+6
|
* Define ME for all charon pluginsMartin Willi2009-09-231-3/+3
|
* Correctly handle --enable-mediation optionMartin Willi2009-09-231-1/+1
|
* resolv_conf plugin renamed to resolveAndreas Steffen2009-09-201-4/+4
|
* fixed --enable-eap-md5 and --enable-eap-gtc optionsAndreas Steffen2009-09-181-2/+2
|
* nm uses the distributions trusted root CAs if none is explicitly specifiedMartin Willi2009-09-181-0/+1
|
* use sysconfdir, no need for an additional confdir variableMartin Willi2009-09-071-1/+0
|
* Use macros to define --with optionsMartin Willi2009-09-071-99/+16
|
* Use macros to define --enable/--disable optionsMartin Willi2009-09-071-644/+71
|
* use m4/ autoconf subdirectoryMartin Willi2009-09-071-0/+1
|
* Removed trailing whitespaces in configure.in/Makefile.amMartin Willi2009-09-071-8/+8
|
* use monotonic time source in convar->timed_wait, and in the scheduler using itMartin Willi2009-08-311-0/+14
|
* implemented a monotonic timestamping function, unaffected from system time ↵Martin Willi2009-08-311-0/+6
| | | | changes
* do not depend on gcrypt autoconf macrosMartin Willi2009-08-311-1/+2
|
* fixed two typosAndreas Steffen2009-08-261-2/+2
|
* openac (and tools) do not depend on gmp anymoreMartin Willi2009-08-261-4/+0
|
* started implementation of a PKI tool, currently supporting RSA|ECDSA key ↵Martin Willi2009-08-261-1/+2
| | | | generation
* implemented RFC3110 key builder in a plugin, added generic DNSKEY RR parsingMartin Willi2009-08-261-0/+17
|
* implemented a pgp plugin providing PGP key parsing buildersMartin Willi2009-08-261-0/+17
|
* implemented a pkcs1 plugin providing PKCS#1 key parsing buildersMartin Willi2009-08-261-0/+17
|
* moved PEM parsing functionality to its own pluginMartin Willi2009-08-261-0/+17
|