aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Add a configure option to disable all default pluginsTobias Brunner2013-02-041-1/+13
| | | | | | | | | | | | | | | | | | The --disable-defaults option disables all plugins that would be enabled by default. This allows to selectively enable specific plugins without issues when new default options get added in future releases.
* | | version bump to 5.0.3dr1Andreas Steffen2013-02-041-1/+1
| |/ |/|
* | version bump to 5.0.25.0.2Andreas Steffen2013-01-301-1/+1
|/
* version bump to 5.0.2rc1Andreas Steffen2013-01-151-1/+1
|
* Add a rdrand plugin stub detecting availability of RDRAND instructionsMartin Willi2013-01-111-0/+4
|
* Add an error-notify plugin to send catched alerts to listening applicationsMartin Willi2012-12-191-0/+4
|
* Add a plugin stub for PKCS#7 containersMartin Willi2012-12-191-0/+4
|
* Use a ./configure check to detect pthread spinlock availabilityMartin Willi2012-12-181-0/+2
| | | | | _POSIX_SPIN_LOCKS does not seem to be defined correctly on all systems (Debian libc 2.3.6). Fixes #262.
* Use rb_errinfo() instead of ruby_errinfo for Ruby 1.9Tobias Brunner2012-12-101-0/+1
|
* Use proper Ruby library depending on the available versionTobias Brunner2012-12-101-0/+8
|
* Fixed search for ruby.h in ./configure for newer Ruby releasesTobias Brunner2012-12-101-15/+16
|
* version bump to 5.0.2dr4Andreas Steffen2012-11-151-1/+1
|
* Properly define TSS_TROUSERS in configure scriptTobias Brunner2012-11-121-0/+1
|
* Made TSS implementation configurable and thereby optionalTobias Brunner2012-11-081-1/+3
|
* version bump to 5.0.2dr3Andreas Steffen2012-10-281-1/+1
|
* Add a lookip plugin stub to lookup connections by virtual IPMartin Willi2012-10-241-0/+4
|
* version bump to 5.0.2dr2Andreas Steffen2012-10-201-1/+1
|
* version bump to 5.0.2dr1Andreas Steffen2012-10-111-1/+1
|
* created OS IMC/IMV pairAndreas Steffen2012-10-091-1/+7
|
* version bump to 5.0.1Andreas Steffen2012-10-021-1/+1
|
* Add Cisco Unity client support for Split-Include and Local-LANMartin Willi2012-09-181-0/+4
|
* Removed the unneeded socket-raw pluginTobias Brunner2012-09-141-4/+0
|
* version bump to 5.0.1rc1Andreas Steffen2012-09-121-1/+1
|
* Merge branch 'eap-client-select'Tobias Brunner2012-08-311-0/+4
|\ | | | | | | | | | | This brings support for EAP-Nak payloads on the client (to select a specific or supported method), and the server (via the eap-dynamic plugin which selects a method supported/requested by the client).
| * Added eap-dynamic plugin which can proxy any other EAP methodTobias Brunner2012-08-311-0/+4
| |
* | version bump to 5.0.1dr4Andreas Steffen2012-08-311-1/+1
|/
* Add a mutex/condvar based semaphore implementation if sem_timedwait is ↵Martin Willi2012-08-201-0/+2
| | | | | | unavailable Fixes #214.
* version bump to 5.0.1dr3Andreas Steffen2012-08-201-1/+1
|
* version bump to 5.0.1dr2Andreas Steffen2012-08-141-1/+1
|
* Merge branch 'android-app'Tobias Brunner2012-08-131-0/+1
|\ | | | | | | | | | | | | | | This branch introduces a userland IPsec implementation (libipsec) and an Android App which targets the VpnService API that is provided by Android 4+. The implementation is based on the bachelor thesis 'Userland IPsec for Android 4' by Giuliano Grassi and Ralf Sager.
| * Fixed ip_packet_t if IPv6 is not availableTobias Brunner2012-08-081-0/+1
| |
* | Merge branch 'android-ndk'Tobias Brunner2012-08-131-0/+30
|\| | | | | | | | | | | | | | | | | | | | | | | This branch comes with some preliminary changes for the user-land IPsec implementation and the Android App. One important change is that the UDP ports used by the socket-default plugin were made configurable (either via ./configure or strongswan.conf). Also, the plugin does randomly allocate a port if it is configured to 0, which is useful for client implementations. A consequence of these changes is that the local UDP port used when creating ike_cfg_t objects has to be fetched from the socket.
| * socket-default plugin allocates random ports if configured to 0.Tobias Brunner2012-08-081-3/+3
| | | | | | | | Also added strongswan.conf options to change the ports.
| * Stub library for user space IPsec implementation added.Tobias Brunner2012-08-081-0/+3
| |
| * Moved Android specific logger to separate plugin.Tobias Brunner2012-08-081-0/+4
| | | | | | | | | | | | This is mainly because the other parts of the existing android plugin can not be built in the NDK (access to keystore and system properties are not part of the stable NDK libraries).
| * Make the UDP ports charon listens for packets on (and uses as source ports) ↵Tobias Brunner2012-08-081-0/+23
| | | | | | | | configurable.
* | Documentation fixes regarding xauth-pam/eap-gtc pluginsTobias Brunner2012-08-111-1/+1
| |
* | Add xauth-pam, an XAuth backend verifying credentials with PAMMartin Willi2012-08-101-1/+5
|/
* With --enable-bfd-backtraces, use binutils libbfd to resolve backtracesMartin Willi2012-07-131-0/+9
| | | | | | | | The invocation of addr2line to resolve backtrace source locations is slow and cumbersome. When using libbfd directly, we can eliminate the overhead of the process invocation. Even better, we can cache library symbol names, bringing wicked fast lookups. As a neat bonus, we can resolve static function names.
* Set a sane default if --with-dev-headers is given without pathMartin Willi2012-07-121-0/+3
|
* version bump to 5.0.1dr1Andreas Steffen2012-07-111-1/+1
|
* Install dev headers only if --with-dev-headers= option is setMartin Willi2012-07-111-0/+4
|
* Check if config.h passed correctly via gcc -includeMartin Willi2012-07-111-0/+1
|
* Use and install a config.h AC_CONFIG_HEADER that contains all AC_DEFINE resultsMartin Willi2012-07-111-0/+3
|
* Added a description to all AC_DEFINE macros, as required by autoheaderMartin Willi2012-07-111-28/+46
|
* getpwnam_r and getgrnam_r are not supported by the Android NDKTobias Brunner2012-07-091-1/+1
|
* Fixed help text for --disable-xauth-generic pluginTobias Brunner2012-07-051-1/+1
|
* Thread-safe wrapper around strerror(3)/strerror_r(3) addedTobias Brunner2012-06-281-0/+1
|
* Added an option to rename the ipsec script during installationTobias Brunner2012-06-251-0/+4
| | | | | | | Also rename the man page and adjust all references in the script, the man page and other files. Closes #194.
* Enable xauth-generic by default but don't build it if IKEv1 is disabledTobias Brunner2012-06-251-1/+5
|