aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Reversed the check for udp.h, fixes compilation on Linux.Tobias Brunner2009-08-061-1/+1
|
* Missing check for udp.h added.Tobias Brunner2009-08-041-1/+1
|
* version bump to 4.3.4Andreas Steffen2009-07-211-1/+1
|
* Fixed GID lookup in cases where the configured group is a prefix of another ↵Tobias Brunner2009-07-201-1/+1
| | | | group.
* Translate the configured user and group to a numerical UID and GID.Tobias Brunner2009-07-201-0/+19
|
* Check for gperf version added to configure script.Tobias Brunner2009-07-161-1/+14
|
* Typo fixed.Tobias Brunner2009-07-161-2/+2
|
* Added an option to the configure script to disable building the scripts.Tobias Brunner2009-07-161-0/+12
|
* moved the CFLAGS mangling AC_LIB_PREFIX macro behind CFLAG testMartin Willi2009-07-151-2/+2
|
* Added --with-lib-prefix option to the configure script.Tobias Brunner2009-07-141-0/+1
| | | | | This option enables users to add additional search paths for include files and libraries.
* moved checksum_builder/libchechsum to top srcdir to respect build orderMartin Willi2009-06-221-1/+1
|
* check for dladdr() and dl_iterate_phdr() if --enable-integrity-test setMartin Willi2009-06-221-0/+19
|
* removed obsolete INTEGRITY_TEST and fips signer codeMartin Willi2009-06-221-2/+1
| | | | --enable-integrity-test now conditionally builds libchecksum
* implemented a checksum_builder tool to build the checksum libraryMartin Willi2009-06-221-0/+1
|
* version bump to 4.3.3Andreas Steffen2009-06-191-1/+1
|
* removed serpent and twofish plugins - use gcrypt insteadAndreas Steffen2009-06-181-26/+0
|
* calculating plugin dependencies for eap-sim/akaMartin Willi2009-06-161-0/+14
|
* pluto does not depend on gmp anymoreMartin Willi2009-06-161-4/+0
|
* support older gcrypt libraries not defining the CAMELLIA cipherMartin Willi2009-06-161-0/+7
|
* load hmac/xcbc plugins after hash/crypter plugins to pass crypto testsMartin Willi2009-06-161-7/+7
|
* Typo in configure script fixed.Tobias Brunner2009-06-121-1/+1
|
* removed pluto test vectors, --disable-self-test optionMartin Willi2009-06-111-12/+0
|
* added a plugin providing crypto test vectorsMartin Willi2009-06-111-0/+14
|
* use autoconf macro provided by libgcryptMartin Willi2009-06-091-2/+1
|
* added skeleton for libgcrypt based crypto pluginMartin Willi2009-06-091-0/+21
|
* pluto now requires pubkey pluginAndreas Steffen2009-06-091-0/+1
|
* pluto now needs the gmp pluginAndreas Steffen2009-05-241-0/+1
|
* version bump to 4.3.2Andreas Steffen2009-05-221-1/+1
|
* Fixing IPSEC_* checks on older Linux distros.Tobias Brunner2009-05-211-2/+6
|
* Portably check for IPSEC_* constants (defined in ipsec.h).Tobias Brunner2009-05-201-0/+30
| | | | The problem is that FreeBSD defines them as #defines whereas Linux defines them as enums.
* Enable building the DUMM Ruby extension in a VPATH build.Tobias Brunner2009-05-201-0/+1
|
* The configure script now tries to figure out where ruby.h is located.Tobias Brunner2009-05-201-0/+24
| | | | This is required because the location depends on the architecture.
* fixed copy-and-paste errorAndreas Steffen2009-05-151-1/+1
|
* if enabled, load openssl plugin by default in plutoAndreas Steffen2009-05-151-1/+2
|
* got rid of libcryptoAndreas Steffen2009-05-151-1/+0
|
* added another possible location for the ipsec.h header fileTobias Brunner2009-05-141-1/+1
|
* compute ASN.1 to UTC time without time functionsAndreas Steffen2009-05-141-16/+0
|
* started migration to encryption pluginsAndreas Steffen2009-05-091-3/+45
|
* added a configure option to enable the Vstr string library even if ↵Tobias Brunner2009-04-241-2/+16
| | | | register_printf_function is available
* fixed timezone compensation when parsing ASN.1 datesTobias Brunner2009-05-081-4/+20
|
* more portable handling of the bool data type (Mac OS X has stdbool.h)Tobias Brunner2009-05-061-2/+4
|
* gethostbyname_r is not supported on Mac OS X (but gethostbyname uses ↵Tobias Brunner2009-05-061-0/+1
| | | | thread-local buffers)
* SKEYID derivation based on libstrongswanAndreas Steffen2009-05-051-0/+4
|
* fixed dladdr ./configure check, leak detective whitelistMartin Willi2009-05-041-1/+10
|
* pluto and scepclient use the random plugin from libstrongswanAndreas Steffen2009-04-301-0/+1
|
* somehow missed these changes during the portability branch back-mergeTobias Brunner2009-04-301-1/+36
|
* default plugins for plutoAndreas Steffen2009-04-291-0/+4
|
* set default CFLAGS globally, including -Wno-formatMartin Willi2009-04-271-2/+10
|
* added missing configure.in changes for attr/resolv_conf pluginsMartin Willi2009-04-241-1/+27
|
* version bump to 4.3.1Andreas Steffen2009-04-241-1/+1
|