Martin Willi
|
3bc79461cd
|
Add features support to xcbc plugin
|
2011-10-14 10:05:45 +02:00 |
|
Martin Willi
|
5c630f54f0
|
Add features support to aes plugin
|
2011-10-14 10:05:45 +02:00 |
|
Martin Willi
|
33f6b3d6d0
|
Add features support to hmac plugin
|
2011-10-14 10:05:45 +02:00 |
|
Martin Willi
|
130661b275
|
Add features support to md5 plugin
|
2011-10-14 10:05:45 +02:00 |
|
Martin Willi
|
30ab1a6ed9
|
Add features support to sha2 plugin
|
2011-10-14 10:05:44 +02:00 |
|
Martin Willi
|
cec7dd14eb
|
Add features support to sha1 plugin
|
2011-10-14 10:05:44 +02:00 |
|
Martin Willi
|
2d2ffa58f6
|
Added a listplugins stroke command to show plugin features
|
2011-10-14 10:05:44 +02:00 |
|
Martin Willi
|
fa7c8338ca
|
Plugin enumerator enumerates over loaded features, too
|
2011-10-14 10:05:44 +02:00 |
|
Martin Willi
|
36b4f05b14
|
Added a generic callback to register EAP methods using plugin features
|
2011-10-14 10:05:44 +02:00 |
|
Martin Willi
|
62b9e2f938
|
Added support for plugin features
|
2011-10-14 10:05:44 +02:00 |
|
Martin Willi
|
658c993c78
|
Include KEY_ANY in key_type_names
|
2011-10-14 10:04:45 +02:00 |
|
Martin Willi
|
e3edd7e75e
|
Add enum names for database drivers
|
2011-10-14 10:04:45 +02:00 |
|
Martin Willi
|
9cd7f384ba
|
Include library.h in plugin.h
|
2011-10-14 10:04:45 +02:00 |
|
Tobias Brunner
|
1cde0a5127
|
Make build of pluto and starter optional on Android.
|
2011-10-13 19:25:57 +02:00 |
|
Tobias Brunner
|
0ad58f013a
|
Enable socket-raw on Android if pluto is enabled.
|
2011-10-13 19:25:06 +02:00 |
|
Tobias Brunner
|
03ef4e3461
|
Android does not support 'struct in6_pktinfo'.
|
2011-10-13 19:23:10 +02:00 |
|
Tobias Brunner
|
c27c9529b7
|
Enable XAUTH plugin on Android.
|
2011-10-13 18:39:01 +02:00 |
|
Tobias Brunner
|
9227a3b3fa
|
Use separate plugin lists for pluto and charon on Android.
|
2011-10-13 18:34:43 +02:00 |
|
Tobias Brunner
|
504c524c13
|
Added Android.mk for whack.
|
2011-10-13 18:33:03 +02:00 |
|
Tobias Brunner
|
4490804f13
|
Build pluto on Android.
Does not fully compile.
|
2011-10-13 18:29:36 +02:00 |
|
Tobias Brunner
|
d205046af3
|
util.h is a system header in Android < 2.x.
|
2011-10-13 18:24:00 +02:00 |
|
Tobias Brunner
|
68fcf91778
|
Unused variable removed.
|
2011-10-13 14:34:34 +02:00 |
|
Tobias Brunner
|
4a4cf41b9a
|
Make sure /proc/$$/fd exists.
This avoids the error message generated by enumerator_create_directory().
|
2011-10-13 11:22:40 +02:00 |
|
Tobias Brunner
|
5051bd23eb
|
Only close open file descriptors on Linux.
|
2011-10-13 11:21:57 +02:00 |
|
Tobias Brunner
|
652ddf5ce2
|
starter: Close open file descriptors after forking.
This avoids problems with Android's adb which leaves several file
descriptors open when executing processes.
|
2011-10-13 11:19:17 +02:00 |
|
Tobias Brunner
|
9a8fdc159a
|
Added a replacement for closefrom (available on *BSD).
|
2011-10-13 11:19:12 +02:00 |
|
Tobias Brunner
|
aa82ae3aa4
|
starter: Only create self-signed certificate if scepclient is built.
|
2011-10-12 16:37:21 +02:00 |
|
Tobias Brunner
|
e9f23d6264
|
Build ipsec on Android.
Note: this does not fully work as [ (or even test) is not supported on
Android by default.
|
2011-10-11 16:30:21 +02:00 |
|
Tobias Brunner
|
59ae6fd6f2
|
ipsec: Allow the shell in the shebang to be changed.
|
2011-10-11 16:30:20 +02:00 |
|
Tobias Brunner
|
b66a3b3d28
|
Build starter on Android.
|
2011-10-11 16:30:20 +02:00 |
|
Tobias Brunner
|
b3b1419e06
|
Build stroke on Android.
|
2011-10-11 16:30:20 +02:00 |
|
Tobias Brunner
|
dcd9970de6
|
Build libfreeswan on Android.
|
2011-10-11 16:30:20 +02:00 |
|
Tobias Brunner
|
635724f6ab
|
Enable the stroke plugin on Android.
|
2011-10-11 16:30:20 +02:00 |
|
Tobias Brunner
|
2421ac9e98
|
getpass(3) is not supported on Android.
No replacement yet.
|
2011-10-11 16:30:20 +02:00 |
|
Tobias Brunner
|
eae49aff88
|
Added some variables to the top Android.mk.
|
2011-10-11 16:30:20 +02:00 |
|
Tobias Brunner
|
ddce93206e
|
Fixed initialization of android plugin.
|
2011-10-11 16:30:20 +02:00 |
|
Tobias Brunner
|
f7ce74983d
|
Removed unneeded include.
This is not available on Android and redirects to <fcntl.h> on Ubuntu.
|
2011-10-11 16:30:20 +02:00 |
|
Tobias Brunner
|
d3bd67239f
|
Added fallback to ipsec.secrets parser if glob(3) is not available.
|
2011-10-11 16:30:20 +02:00 |
|
Martin Willi
|
dc299da8e5
|
Added additional debug info to peer config matching
|
2011-10-11 09:46:24 +02:00 |
|
Tobias Brunner
|
187a5faf64
|
starter: Updated gitignores after LEX/YACC change.
|
2011-10-10 20:07:37 +02:00 |
|
Tobias Brunner
|
6f4eaa41a7
|
starter: Use automake LEX/YACC automatisms.
|
2011-10-10 19:31:04 +02:00 |
|
Tobias Brunner
|
e01fed7eb3
|
starter: fallback include handling without glob(3).
|
2011-10-10 18:05:44 +02:00 |
|
Tobias Brunner
|
d46f857511
|
Fixed unintentional fall-through in task_manager.
Reported by Howard Windsor.
|
2011-10-06 13:55:50 +02:00 |
|
Andreas Steffen
|
0ea9772b9e
|
version bump to 4.6.0dr5
|
2011-10-05 21:04:07 +02:00 |
|
Tobias Brunner
|
28bcbc297f
|
openssl: Adding support for key usage x509 extension.
|
2011-10-05 15:10:12 +02:00 |
|
Tobias Brunner
|
4437914ae0
|
Correctly install DNS servers on Android if frontend is not used.
|
2011-10-05 15:04:24 +02:00 |
|
Tobias Brunner
|
6c974a4fe3
|
Allow the Android plugin to load even if the control socket is not available.
|
2011-10-05 14:18:00 +02:00 |
|
Tobias Brunner
|
439cb93ce9
|
Check for RTA_TABLE in configure.
|
2011-10-04 18:46:51 +02:00 |
|
Tobias Brunner
|
055a823d08
|
Made create_endpoint_notify_create() private.
|
2011-10-04 15:59:20 +02:00 |
|
Tobias Brunner
|
bdc8d0aa90
|
Migrated eap_aka_3gpp2_functions_t to INIT/METHOD macros.
|
2011-10-04 15:28:41 +02:00 |
|