Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | Enable socket-raw on Android if pluto is enabled. | Tobias Brunner | 2011-10-13 | 1 | -0/+2 | |
| | ||||||
* | 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 | 2 | -2/+4 | |
| | ||||||
* | Added Android.mk for whack. | Tobias Brunner | 2011-10-13 | 2 | -1/+30 | |
| | ||||||
* | Build pluto on Android. | Tobias Brunner | 2011-10-13 | 1 | -0/+75 | |
| | | | | 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 | 2 | -2/+30 | |
| | ||||||
* | 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 | 1 | -0/+31 | |
| | | | | | 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 | 2 | -1/+36 | |
| | ||||||
* | Build stroke on Android. | Tobias Brunner | 2011-10-11 | 2 | -1/+28 | |
| | ||||||
* | Build libfreeswan on Android. | Tobias Brunner | 2011-10-11 | 2 | -9/+46 | |
| | ||||||
* | Enable the stroke plugin on Android. | Tobias Brunner | 2011-10-11 | 1 | -0/+6 | |
| | ||||||
* | getpass(3) is not supported on Android. | Tobias Brunner | 2011-10-11 | 2 | -1/+7 | |
| | | | | No replacement yet. | |||||
* | 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 | 1 | -1/+4 | |
| | ||||||
* | 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. | |||||
* | openssl: Adding support for key usage x509 extension. | Tobias Brunner | 2011-10-05 | 1 | -1/+42 | |
| | ||||||
* | Correctly install DNS servers on Android if frontend is not used. | Tobias Brunner | 2011-10-05 | 3 | -14/+30 | |
| | ||||||
* | Allow the Android plugin to load even if the control socket is not available. | Tobias Brunner | 2011-10-05 | 1 | -5/+0 | |
| | ||||||
* | Check for RTA_TABLE in configure. | Tobias Brunner | 2011-10-04 | 1 | -0/+2 | |
| | ||||||
* | Made create_endpoint_notify_create() private. | Tobias Brunner | 2011-10-04 | 2 | -21/+18 | |
| | ||||||
* | Migrated eap_aka_3gpp2_functions_t to INIT/METHOD macros. | Tobias Brunner | 2011-10-04 | 1 | -33/+38 | |
| |