aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add features support to eap-mschapv2Martin Willi2011-10-141-10/+22
|
* Add features support to openssl pluginMartin Willi2011-10-141-141/+118
|
* Add features support to random pluginMartin Willi2011-10-141-8/+13
|
* Add features support to gmp pluginMartin Willi2011-10-141-44/+77
|
* Add features support to af_alg pluginMartin Willi2011-10-149-51/+71
|
* Add features support to xcbc pluginMartin Willi2011-10-141-24/+20
|
* Add features support to aes pluginMartin Willi2011-10-141-6/+14
|
* Add features support to hmac pluginMartin Willi2011-10-141-63/+42
|
* Add features support to md5 pluginMartin Willi2011-10-141-4/+12
|
* Add features support to sha2 pluginMartin Willi2011-10-141-12/+15
|
* Add features support to sha1 pluginMartin Willi2011-10-141-10/+14
|
* Added a listplugins stroke command to show plugin featuresMartin Willi2011-10-145-1/+62
|
* Plugin enumerator enumerates over loaded features, tooMartin Willi2011-10-147-7/+16
|
* Added a generic callback to register EAP methods using plugin featuresMartin Willi2011-10-142-0/+35
|
* Added support for plugin featuresMartin Willi2011-10-146-51/+840
|
* Include KEY_ANY in key_type_namesMartin Willi2011-10-141-1/+2
|
* Add enum names for database driversMartin Willi2011-10-144-4/+33
|
* Include library.h in plugin.hMartin Willi2011-10-146-2/+5
|
* Make build of pluto and starter optional on Android.Tobias Brunner2011-10-131-12/+26
|
* Enable socket-raw on Android if pluto is enabled.Tobias Brunner2011-10-132-0/+10
|
* Android does not support 'struct in6_pktinfo'.Tobias Brunner2011-10-131-1/+5
|
* Enable XAUTH plugin on Android.Tobias Brunner2011-10-131-0/+2
|
* Use separate plugin lists for pluto and charon on Android.Tobias Brunner2011-10-133-4/+13
|
* Added Android.mk for whack.Tobias Brunner2011-10-133-1/+31
|
* Build pluto on Android.Tobias Brunner2011-10-132-0/+76
| | | | Does not fully compile.
* util.h is a system header in Android < 2.x.Tobias Brunner2011-10-131-1/+1
|
* Unused variable removed.Tobias Brunner2011-10-131-1/+1
|
* Make sure /proc/$$/fd exists.Tobias Brunner2011-10-131-1/+1
| | | | This avoids the error message generated by enumerator_create_directory().
* Only close open file descriptors on Linux.Tobias Brunner2011-10-131-1/+26
|
* starter: Close open file descriptors after forking.Tobias Brunner2011-10-131-1/+5
| | | | | This avoids problems with Android's adb which leaves several file descriptors open when executing processes.
* Added a replacement for closefrom (available on *BSD).Tobias Brunner2011-10-133-3/+31
|
* starter: Only create self-signed certificate if scepclient is built.Tobias Brunner2011-10-122-38/+46
|
* Build ipsec on Android.Tobias Brunner2011-10-112-0/+32
| | | | | Note: this does not fully work as [ (or even test) is not supported on Android by default.
* ipsec: Allow the shell in the shebang to be changed.Tobias Brunner2011-10-112-1/+2
|
* Build starter on Android.Tobias Brunner2011-10-113-1/+38
|
* Build stroke on Android.Tobias Brunner2011-10-113-1/+29
|
* Build libfreeswan on Android.Tobias Brunner2011-10-113-9/+47
|
* Enable the stroke plugin on Android.Tobias Brunner2011-10-112-1/+7
|
* getpass(3) is not supported on Android.Tobias Brunner2011-10-113-4/+8
| | | | No replacement yet.
* Added some variables to the top Android.mk.Tobias Brunner2011-10-111-5/+15
|
* Fixed initialization of android plugin.Tobias Brunner2011-10-111-3/+3
|
* Removed unneeded include.Tobias Brunner2011-10-112-2/+0
| | | | This is not available on Android and redirects to <fcntl.h> on Ubuntu.
* Added fallback to ipsec.secrets parser if glob(3) is not available.Tobias Brunner2011-10-111-11/+22
|
* Added additional debug info to peer config matchingMartin Willi2011-10-111-0/+8
|
* starter: Updated gitignores after LEX/YACC change.Tobias Brunner2011-10-102-1/+5
|
* starter: Use automake LEX/YACC automatisms.Tobias Brunner2011-10-108-19/+12
|
* starter: fallback include handling without glob(3).Tobias Brunner2011-10-101-41/+65
|
* Fixed unintentional fall-through in task_manager.Tobias Brunner2011-10-061-0/+1
| | | | Reported by Howard Windsor.
* version bump to 4.6.0dr5Andreas Steffen2011-10-051-1/+1
|
* openssl: Adding support for key usage x509 extension.Tobias Brunner2011-10-051-1/+42
|