aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* pluto and scepclient use the regular libstrongswan libraryAndreas Steffen2009-04-211-1/+1
|
* version bump to 4.3.0Andreas Steffen2009-03-311-1/+1
|
* set version back to 4.2.14Andreas Steffen2009-03-271-1/+1
|
* some changesAndreas Steffen2009-03-271-1/+1
|
* reintegrated eap-radius branch into trunkMartin Willi2009-03-241-0/+10
|
* version bump to 4.2.14Andreas Steffen2009-03-221-1/+1
|
* printf hooks refactored to increase portability (i.e. support for platforms ↵Tobias Brunner2009-03-121-0/+9
| | | | without glibc-compatible customizable printf - the Vstr string library is currently required on such platforms).
* version bump to 4.2.13Andreas Steffen2009-02-211-1/+1
|
* support of MD4 hashAndreas Steffen2009-02-191-0/+13
|
* adding plugin for EAP-MS-CHAPv2Tobias Brunner2009-02-181-0/+10
|
* removed unused extract_last_token() and the required memrchr implementationMartin Willi2009-02-181-1/+0
|
* version bump to 4.2.12Andreas Steffen2009-01-211-1/+1
|
* fixing cross-compilationTobias Brunner2009-01-131-0/+1
|
* add a compatible memrchr() function if the platform does not support it ↵Andreas Steffen2009-01-091-0/+1
| | | | (e.g. old glibc). Patch courtesy to Thomas Jarosch
* version bump to 2.4.11Andreas Steffen2009-01-081-1/+1
|
* ref_get()/ref_put() use atomic gcc operations if supported, thanks to Thomas ↵Martin Willi2008-12-021-0/+15
| | | | Jarosch for the patch
* added a --disable-threads ./configure option for plutoMartin Willi2008-12-021-0/+12
|
* fixed lock-profiler help messageMartin Willi2008-11-191-1/+1
|
* version bump to 4.2.10Andreas Steffen2008-11-181-1/+1
|
* set release number back to 4.2.9Andreas Steffen2008-11-161-1/+1
|
* added migration to NEWSAndreas Steffen2008-11-161-1/+1
|
* merging kernel_klips plugin back into trunkTobias Brunner2008-11-111-0/+10
|
* threshhold and ./configure option for lock profilerMartin Willi2008-11-051-0/+9
|
* a load testing plugin, to:Martin Willi2008-10-211-0/+10
| | | | | find multi-threading issues do performance profiling
* moved updown script invocation to an optional pluginMartin Willi2008-10-161-2/+3
|
* merging kernel_pfkey plugin back from kernel-interface branchTobias Brunner2008-10-141-0/+10
|
* version bump to 4.2.9Andreas Steffen2008-10-141-1/+1
|
* reintegrated two-sim branch providing SIM card plugin APIMartin Willi2008-10-101-0/+10
|
* trimming additial / in some casesMartin Willi2008-10-101-4/+4
|
* added --disable-kernel-netlink configure optionAndreas Steffen2008-10-031-0/+12
|
* merging modularized kernel interface back to trunkTobias Brunner2008-09-251-1/+2
|
* version bump to 4.2.8Andreas Steffen2008-09-181-1/+1
|
* libstrongswan agent plugin to use ssh-agent for RSA signaturesMartin Willi2008-09-021-0/+15
|
* use libcap for capability droppingMartin Willi2008-08-291-9/+17
| | | | | optional, must be enabled --with-capabilities=libcap will be extended to support --with-capabilities=libcap2
* creating default IKE proposals dynamically using algorithm enumeration APIMartin Willi2008-08-281-9/+9
|