Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add features support to eap-mschapv2 | Martin Willi | 2011-10-14 | 1 | -10/+22 | |
| | ||||||
* | Add features support to openssl plugin | Martin Willi | 2011-10-14 | 1 | -141/+118 | |
| | ||||||
* | Add features support to random plugin | Martin Willi | 2011-10-14 | 1 | -8/+13 | |
| | ||||||
* | Add features support to gmp plugin | Martin Willi | 2011-10-14 | 1 | -44/+77 | |
| | ||||||
* | Add features support to af_alg plugin | Martin Willi | 2011-10-14 | 9 | -51/+71 | |
| | ||||||
* | Add features support to xcbc plugin | Martin Willi | 2011-10-14 | 1 | -24/+20 | |
| | ||||||
* | Add features support to aes plugin | Martin Willi | 2011-10-14 | 1 | -6/+14 | |
| | ||||||
* | Add features support to hmac plugin | Martin Willi | 2011-10-14 | 1 | -63/+42 | |
| | ||||||
* | Add features support to md5 plugin | Martin Willi | 2011-10-14 | 1 | -4/+12 | |
| | ||||||
* | Add features support to sha2 plugin | Martin Willi | 2011-10-14 | 1 | -12/+15 | |
| | ||||||
* | Add features support to sha1 plugin | Martin Willi | 2011-10-14 | 1 | -10/+14 | |
| | ||||||
* | Added a listplugins stroke command to show plugin features | Martin Willi | 2011-10-14 | 5 | -1/+62 | |
| | ||||||
* | Plugin enumerator enumerates over loaded features, too | Martin Willi | 2011-10-14 | 7 | -7/+16 | |
| | ||||||
* | Added a generic callback to register EAP methods using plugin features | Martin Willi | 2011-10-14 | 2 | -0/+35 | |
| | ||||||
* | Added support for plugin features | Martin Willi | 2011-10-14 | 6 | -51/+840 | |
| | ||||||
* | Include KEY_ANY in key_type_names | Martin Willi | 2011-10-14 | 1 | -1/+2 | |
| | ||||||
* | Add enum names for database drivers | Martin Willi | 2011-10-14 | 4 | -4/+33 | |
| | ||||||
* | Include library.h in plugin.h | Martin Willi | 2011-10-14 | 6 | -2/+5 | |
| | ||||||
* | Make build of pluto and starter optional on Android. | Tobias Brunner | 2011-10-13 | 1 | -12/+26 | |
| | ||||||
* | Enable socket-raw on Android if pluto is enabled. | Tobias Brunner | 2011-10-13 | 2 | -0/+10 | |
| | ||||||
* | Android does not support 'struct in6_pktinfo'. | Tobias Brunner | 2011-10-13 | 1 | -1/+5 | |
| | ||||||
* | Enable XAUTH plugin on Android. | Tobias Brunner | 2011-10-13 | 1 | -0/+2 | |
| | ||||||
* | Use separate plugin lists for pluto and charon on Android. | Tobias Brunner | 2011-10-13 | 3 | -4/+13 | |
| | ||||||
* | Added Android.mk for whack. | Tobias Brunner | 2011-10-13 | 3 | -1/+31 | |
| | ||||||
* | Build pluto on Android. | Tobias Brunner | 2011-10-13 | 2 | -0/+76 | |
| | | | | Does not fully compile. | |||||
* | util.h is a system header in Android < 2.x. | Tobias Brunner | 2011-10-13 | 1 | -1/+1 | |
| | ||||||
* | Unused variable removed. | Tobias Brunner | 2011-10-13 | 1 | -1/+1 | |
| | ||||||
* | Make sure /proc/$$/fd exists. | Tobias Brunner | 2011-10-13 | 1 | -1/+1 | |
| | | | | This avoids the error message generated by enumerator_create_directory(). | |||||
* | Only close open file descriptors on Linux. | Tobias Brunner | 2011-10-13 | 1 | -1/+26 | |
| | ||||||
* | starter: Close open file descriptors after forking. | Tobias Brunner | 2011-10-13 | 1 | -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 Brunner | 2011-10-13 | 3 | -3/+31 | |
| | ||||||
* | starter: Only create self-signed certificate if scepclient is built. | Tobias Brunner | 2011-10-12 | 2 | -38/+46 | |
| | ||||||
* | Build ipsec on Android. | Tobias Brunner | 2011-10-11 | 2 | -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 Brunner | 2011-10-11 | 2 | -1/+2 | |
| | ||||||
* | Build starter on Android. | Tobias Brunner | 2011-10-11 | 3 | -1/+38 | |
| | ||||||
* | Build stroke on Android. | Tobias Brunner | 2011-10-11 | 3 | -1/+29 | |
| | ||||||
* | Build libfreeswan on Android. | Tobias Brunner | 2011-10-11 | 3 | -9/+47 | |
| | ||||||
* | Enable the stroke plugin on Android. | Tobias Brunner | 2011-10-11 | 2 | -1/+7 | |
| | ||||||
* | getpass(3) is not supported on Android. | Tobias Brunner | 2011-10-11 | 3 | -4/+8 | |
| | | | | No replacement yet. | |||||
* | Added some variables to the top Android.mk. | Tobias Brunner | 2011-10-11 | 1 | -5/+15 | |
| | ||||||
* | Fixed initialization of android plugin. | Tobias Brunner | 2011-10-11 | 1 | -3/+3 | |
| | ||||||
* | Removed unneeded include. | Tobias Brunner | 2011-10-11 | 2 | -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 Brunner | 2011-10-11 | 1 | -11/+22 | |
| | ||||||
* | Added additional debug info to peer config matching | Martin Willi | 2011-10-11 | 1 | -0/+8 | |
| | ||||||
* | starter: Updated gitignores after LEX/YACC change. | Tobias Brunner | 2011-10-10 | 2 | -1/+5 | |
| | ||||||
* | starter: Use automake LEX/YACC automatisms. | Tobias Brunner | 2011-10-10 | 8 | -19/+12 | |
| | ||||||
* | starter: fallback include handling without glob(3). | Tobias Brunner | 2011-10-10 | 1 | -41/+65 | |
| | ||||||
* | Fixed unintentional fall-through in task_manager. | Tobias Brunner | 2011-10-06 | 1 | -0/+1 | |
| | | | | Reported by Howard Windsor. | |||||
* | version bump to 4.6.0dr5 | Andreas Steffen | 2011-10-05 | 1 | -1/+1 | |
| | ||||||
* | openssl: Adding support for key usage x509 extension. | Tobias Brunner | 2011-10-05 | 1 | -1/+42 | |
| |