aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* implemented xauth as a pluto pluginAndreas Steffen2010-05-181-3/+15
|
* Link to libgpg-error to resolve additional symbols when testing for libgcryptMartin Willi2010-05-171-1/+1
|
* moved resolve plugin from libcharon to libhydraAndreas Steffen2010-05-041-3/+4
|
* version bump to 4.4.1Andreas Steffen2010-05-031-1/+1
|
* Renamed ha-sync plugin to haMartin Willi2010-04-071-1/+1
|
* HA sync plugin stubMartin Willi2010-04-071-0/+3
|
* Moved attr plugin from libcharon to libhydra.Tobias Brunner2010-04-061-1/+5
|
* Added a farp plugin stop to spoof ARP requestsMartin Willi2010-03-251-0/+3
|
* Added DHCP plugin stub.Martin Willi2010-03-251-0/+3
|
* Moving attr-sql plugin from libstrongswan to libhydra.Tobias Brunner2010-03-241-8/+10
|
* Adding libhydra stub.Tobias Brunner2010-03-241-0/+2
|
* Convert charon into libcharon.Tobias Brunner2010-03-191-31/+32
|
* Do not disable the default-socket if it was enabled explicitlyMartin Willi2010-03-111-2/+3
|
* 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
|