Tobias Brunner [Mon, 10 Sep 2012 15:24:21 +0000 (17:24 +0200)]
Add uniqueids=never to ignore INITIAL_CONTACT notifies
With uniqueids=no the daemon still deletes any existing IKE_SA with the
same peer if an INITIAL_CONTACT notify is received. With this new option
it also ignores these notifies.
Martin Willi [Mon, 10 Sep 2012 15:07:28 +0000 (17:07 +0200)]
Add random plugin options to strongswan.conf.5
Martin Willi [Mon, 10 Sep 2012 14:47:36 +0000 (16:47 +0200)]
Add strongswan.conf runtime options for /dev/[u]random files
Fixes #221.
Andreas Steffen [Mon, 10 Sep 2012 13:53:03 +0000 (15:53 +0200)]
this is the correct evaltest
Andreas Steffen [Mon, 10 Sep 2012 13:46:50 +0000 (15:46 +0200)]
recovered ikev2/ip-two-pools-mixed evaltest
Andreas Steffen [Mon, 10 Sep 2012 13:41:19 +0000 (15:41 +0200)]
adapted ip-pool evaltests
Tobias Brunner [Mon, 10 Sep 2012 13:17:17 +0000 (15:17 +0200)]
Use the proper types for comma separated attributes read from strongswan.conf
Attributes of different address families previously were mapped to
the same attribute type (the one derived from the address family of the
first address).
Tobias Brunner [Mon, 10 Sep 2012 10:37:31 +0000 (12:37 +0200)]
Print the name of mem pools instead of the confusing <base>/<size>
Tobias Brunner [Mon, 10 Sep 2012 09:44:18 +0000 (11:44 +0200)]
Properly remove broadcast address from mem pools
Andreas Steffen [Sun, 9 Sep 2012 22:07:54 +0000 (00:07 +0200)]
use base IMC ID if src IMC ID is not supported
Andreas Steffen [Sun, 9 Sep 2012 21:50:32 +0000 (23:50 +0200)]
added libimcv.assessment_result to strongswan.conf man page
Andreas Steffen [Sun, 9 Sep 2012 21:24:23 +0000 (23:24 +0200)]
make sending of IETF Assessment Result attributes configurable
Andreas Steffen [Sun, 9 Sep 2012 03:13:13 +0000 (05:13 +0200)]
introduced sending of standard IETF Assessment Result PA-TNC attribute by IMVs
Tobias Brunner [Fri, 7 Sep 2012 16:05:22 +0000 (18:05 +0200)]
Only initiate an exchange from send_dpd() if a task was actually queued
Otherwise, the initiator would prematurely initiate Quick Mode if it has
DPD enabled and XAuth is used.
Tobias Brunner [Thu, 6 Sep 2012 12:54:37 +0000 (14:54 +0200)]
android: New release after adding certificate authentication and reauth fix
Tobias Brunner [Wed, 5 Sep 2012 14:03:20 +0000 (16:03 +0200)]
Trigger ike_updown event caused by retransmits only after reestablish() has been called
This allows listeners to migrate to the new IKE_SA with the
ike_reestablish event without having to worry about an ike_updown event
for the old IKE_SA.
Tobias Brunner [Wed, 5 Sep 2012 09:36:59 +0000 (11:36 +0200)]
android: Properly handle reauthentication initiated by the client
Tobias Brunner [Wed, 5 Sep 2012 09:36:00 +0000 (11:36 +0200)]
android: Create a new VpnService.Builder after VPN has been established
Tobias Brunner [Wed, 5 Sep 2012 09:34:50 +0000 (11:34 +0200)]
Add ike_reestablish() event that is triggered when an IKE_SA is reestablished
This is particularly useful during reauthentication to get the new
IKE_SA.
Tobias Brunner [Thu, 6 Sep 2012 09:23:11 +0000 (11:23 +0200)]
Add a new condition to mark IKE_SAs that are currently being reauthenticated
Tobias Brunner [Wed, 5 Sep 2012 14:43:34 +0000 (16:43 +0200)]
starter: Load config again when restarting charon
This got lost in
041e763b.
Tobias Brunner [Wed, 5 Sep 2012 11:16:31 +0000 (13:16 +0200)]
Clear virtual IPs before storing assigned ones on the IKE_SA
Otherwise we'll end up with duplicate or invalid VIPs stored on the
IKE_SA.
Martin Willi [Wed, 5 Sep 2012 12:18:52 +0000 (14:18 +0200)]
In mode_config, destroy temporary pool list instead of the virtual IP list twice
Tobias Brunner [Tue, 4 Sep 2012 11:57:05 +0000 (13:57 +0200)]
Merge branch 'android-client-cert'
Introduces IKEv2 client certificate authentication for the Android App.
Tobias Brunner [Tue, 28 Aug 2012 15:11:55 +0000 (17:11 +0200)]
android: Native parts handle ikev2-cert VPN type
Tobias Brunner [Tue, 28 Aug 2012 15:05:14 +0000 (17:05 +0200)]
android: android_creds_t can provide a user's private key and certificate
Tobias Brunner [Tue, 28 Aug 2012 15:02:53 +0000 (17:02 +0200)]
android: Added JNI method to retrieve user certificate and private key
To simplify things the private key, the user certificate and the CA
certificates are all put into the same list.
Tobias Brunner [Tue, 28 Aug 2012 15:01:37 +0000 (17:01 +0200)]
android: Don't show the password dialog if not required
Tobias Brunner [Tue, 28 Aug 2012 14:45:46 +0000 (16:45 +0200)]
android: Enable pkcs8 plugin
Tobias Brunner [Tue, 28 Aug 2012 13:32:14 +0000 (15:32 +0200)]
android: Pass the type of VPN to the native parts
Tobias Brunner [Tue, 28 Aug 2012 13:29:35 +0000 (15:29 +0200)]
android: Make sure NULL jstrings are converted properly
Tobias Brunner [Tue, 28 Aug 2012 12:47:00 +0000 (14:47 +0200)]
android: Display the selected certificate alias in the profile list
Tobias Brunner [Tue, 28 Aug 2012 12:09:18 +0000 (14:09 +0200)]
android: Allow configuration of a user certificate
Tobias Brunner [Tue, 28 Aug 2012 10:41:56 +0000 (12:41 +0200)]
android: Remove NOT NULL constraint from username column
Tobias Brunner [Mon, 27 Aug 2012 15:58:09 +0000 (17:58 +0200)]
android: Separate view added to select certificates
Tobias Brunner [Mon, 27 Aug 2012 14:53:07 +0000 (16:53 +0200)]
android: Don't try to load the profile with ID 0
Tobias Brunner [Mon, 27 Aug 2012 14:51:41 +0000 (16:51 +0200)]
android: Spinner added to select the VPN type
Martin Willi [Fri, 31 Aug 2012 10:55:56 +0000 (12:55 +0200)]
Merge branch 'multi-vip'
Brings support for multiple virtual IPs and multiple pools in
left/rigthsourceip definitions. Also introduces the new left/rightdns
options to configure requested DNS server address family and respond
with multiple connection specific servers.
Tobias Brunner [Fri, 31 Aug 2012 10:23:38 +0000 (12:23 +0200)]
Merge branch 'eap-client-select'
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).
Tobias Brunner [Fri, 31 Aug 2012 10:16:43 +0000 (12:16 +0200)]
NEWS about eap-dynamic plugin added
Tobias Brunner [Thu, 23 Aug 2012 14:21:22 +0000 (16:21 +0200)]
Documentation for eap-dynamic added
Tobias Brunner [Thu, 23 Aug 2012 14:10:47 +0000 (16:10 +0200)]
Log the proper type for virtual EAP methods
Tobias Brunner [Thu, 23 Aug 2012 14:02:51 +0000 (16:02 +0200)]
Added an option to prefer types sent by peer in eap-dynamic plugin
Tobias Brunner [Thu, 23 Aug 2012 13:00:20 +0000 (15:00 +0200)]
eap-dynamic plugin handles EAP-Nak messages and selects a method supported by the peer
Tobias Brunner [Thu, 23 Aug 2012 12:55:33 +0000 (14:55 +0200)]
Preferred EAP methods for eap-dynamic can be configured
Tobias Brunner [Thu, 23 Aug 2012 12:47:27 +0000 (14:47 +0200)]
The eap-dynamic plugin uses the first supported method as default
Tobias Brunner [Thu, 23 Aug 2012 12:42:23 +0000 (14:42 +0200)]
Added eap-dynamic plugin which can proxy any other EAP method
Tobias Brunner [Thu, 23 Aug 2012 08:16:37 +0000 (10:16 +0200)]
Use eap_vendor_type_from_string() in stroke
Tobias Brunner [Thu, 23 Aug 2012 08:00:11 +0000 (10:00 +0200)]
Function added that parses EAP method strings ([eap-]type[-vendor])
Tobias Brunner [Thu, 23 Aug 2012 07:06:47 +0000 (09:06 +0200)]
Added method to enumerate EAP types contained in an EAP-Nak
Tobias Brunner [Thu, 23 Aug 2012 06:36:24 +0000 (08:36 +0200)]
Encode EAP-Naks in expanded format if we got an expanded type request
Since methods defined by the IETF (vendor ID 0) could also be encoded in
expanded type format the previous check was insufficient.
Tobias Brunner [Tue, 21 Aug 2012 15:11:14 +0000 (17:11 +0200)]
Allow clients to request a configured EAP method via EAP-Nak
Tobias Brunner [Tue, 21 Aug 2012 14:57:34 +0000 (16:57 +0200)]
Virtual EAP methods handle EAP-Naks themselves
Tobias Brunner [Tue, 21 Aug 2012 14:54:21 +0000 (16:54 +0200)]
Send EAP-Nak with supported types if requested type is unsupported
Tobias Brunner [Wed, 22 Aug 2012 15:01:13 +0000 (17:01 +0200)]
Filter invalid EAP authentication types when enumerating them
Valid authentication types defined by the IETF are 4-253 and 255.
Tobias Brunner [Fri, 31 Aug 2012 09:31:48 +0000 (11:31 +0200)]
Move our pseudo EAP types out of the range of valid EAP methods
Andreas Steffen [Fri, 31 Aug 2012 00:47:19 +0000 (02:47 +0200)]
version bump to 5.0.1dr4
Martin Willi [Mon, 27 Aug 2012 14:52:22 +0000 (16:52 +0200)]
Added multiple left/rightsourceip NEWS
Martin Willi [Mon, 27 Aug 2012 14:44:35 +0000 (16:44 +0200)]
Added NEWS for left/rightdns options
Martin Willi [Mon, 27 Aug 2012 14:58:10 +0000 (16:58 +0200)]
Updated ipsec.conf.5 with multiple left/rightsourceip support
Martin Willi [Mon, 27 Aug 2012 14:39:55 +0000 (16:39 +0200)]
Added a note to _updown for the new PLUTO_MY_SOURCEIP* variables
Martin Willi [Mon, 27 Aug 2012 14:31:38 +0000 (16:31 +0200)]
Be less verbose if IP allocation for a single pool fails
Martin Willi [Mon, 27 Aug 2012 14:26:28 +0000 (16:26 +0200)]
DHCP plugin returns virtual IPs for IPv4 requests only
Martin Willi [Mon, 27 Aug 2012 14:26:01 +0000 (16:26 +0200)]
Check address family in HA virtual IP backend
Martin Willi [Mon, 27 Aug 2012 14:24:44 +0000 (16:24 +0200)]
Strictly enforce address family match while acquiring mem_pool IPs
Martin Willi [Mon, 27 Aug 2012 14:01:16 +0000 (16:01 +0200)]
Don't parse comma separated pool names in attr-sql
We now handle multiple pools at a deeper level, making that special
handling obsolete. Comma separated pools are parsed in stroke.
Martin Willi [Mon, 27 Aug 2012 14:00:13 +0000 (16:00 +0200)]
Handle comma separated pools as multiple pool names in SQL plugin
Martin Willi [Mon, 27 Aug 2012 13:42:50 +0000 (15:42 +0200)]
Request and acquire multiple virtual IPs in IKEv1 Mode Config
Martin Willi [Mon, 27 Aug 2012 13:34:10 +0000 (15:34 +0200)]
Request and acquire multiple virtual IPs in IKEv2 configuration payload
Martin Willi [Mon, 27 Aug 2012 12:48:41 +0000 (14:48 +0200)]
Pass all configured pool names to attribute provider enumerator
Martin Willi [Mon, 27 Aug 2012 12:09:47 +0000 (14:09 +0200)]
Pass a list instead of a single virtual IP to attribute enumerators
Martin Willi [Mon, 27 Aug 2012 09:19:46 +0000 (11:19 +0200)]
Support multiple addresses/pools in left/rightsourceip
Martin Willi [Fri, 24 Aug 2012 12:31:24 +0000 (12:31 +0000)]
Support multiple address pools configured on a peer_cfg
Martin Willi [Tue, 21 Aug 2012 11:50:32 +0000 (13:50 +0200)]
Support multiple virtual IPs on peer_cfg and ike_sa classes
Tobias Brunner [Wed, 29 Aug 2012 13:30:10 +0000 (15:30 +0200)]
Ported tun_device de-/initialization to FreeBSD
Tobias Brunner [Wed, 29 Aug 2012 13:28:14 +0000 (15:28 +0200)]
struct iphdr is Linux specific use struct ip instead
Tobias Brunner [Wed, 29 Aug 2012 13:27:04 +0000 (15:27 +0200)]
Include stdint.h for UINT32_MAX on FreeBSD
Martin Willi [Tue, 28 Aug 2012 08:01:20 +0000 (10:01 +0200)]
Ported tun_device initialization to OS X utun
Tobias Brunner [Mon, 27 Aug 2012 13:34:53 +0000 (15:34 +0200)]
android: Field added to store the type of a VPN profile
Tobias Brunner [Mon, 27 Aug 2012 13:33:58 +0000 (15:33 +0200)]
android: Enum added for VPN types
Tobias Brunner [Fri, 24 Aug 2012 13:06:39 +0000 (15:06 +0200)]
android: Simplified handling of error dialog that is displayed if VpnService API is not supported
Tobias Brunner [Fri, 24 Aug 2012 12:55:31 +0000 (14:55 +0200)]
android: LoginDialog refactored so it also works when the device is rotated
Tobias Brunner [Mon, 20 Aug 2012 16:07:06 +0000 (18:07 +0200)]
android: Added a field to store selected user certificate
Andreas Steffen [Fri, 24 Aug 2012 14:59:39 +0000 (16:59 +0200)]
Ewa did the new Polish translation
Tobias Brunner [Wed, 8 Aug 2012 08:07:53 +0000 (10:07 +0200)]
Log configured IKE_SA proposals as initiator
Tobias Brunner [Wed, 8 Aug 2012 08:05:47 +0000 (10:05 +0200)]
Log configured CHILD_SA proposals as initiator
Tobias Brunner [Fri, 24 Aug 2012 10:53:23 +0000 (12:53 +0200)]
Fall back to local address as IKEv1 identity if nothing else is configured
Tobias Brunner [Fri, 24 Aug 2012 09:52:01 +0000 (11:52 +0200)]
Removed deprecated options from ipsec.conf template
Tobias Brunner [Fri, 24 Aug 2012 09:23:36 +0000 (11:23 +0200)]
Apply send delay before adding non-ESP marker
Otherwise the packet header could not be parsed correctly when NAT-T is
used.
Martin Willi [Fri, 24 Aug 2012 09:07:50 +0000 (09:07 +0000)]
Add a getter for the mem_pool_t base address
Andreas Steffen [Thu, 23 Aug 2012 08:48:48 +0000 (10:48 +0200)]
use pen_type_t for PA Message Subtype
Tobias Brunner [Tue, 21 Aug 2012 14:48:47 +0000 (16:48 +0200)]
Added a method to enumerate registered EAP methods
Martin Willi [Tue, 21 Aug 2012 07:32:33 +0000 (09:32 +0200)]
Remove unused ipsec.conf left/rightnatip keyword
Martin Willi [Tue, 31 Jul 2012 13:38:57 +0000 (15:38 +0200)]
Add description about DNS server variables to _updown
Martin Willi [Tue, 31 Jul 2012 13:21:11 +0000 (15:21 +0200)]
Add a DNS attribute handler to updown, passing servers to updown script
Martin Willi [Tue, 31 Jul 2012 09:20:22 +0000 (11:20 +0200)]
Add a description of the leftdns option to ipsec.conf.5
Martin Willi [Tue, 31 Jul 2012 09:09:19 +0000 (11:09 +0200)]
Add a stroke attribute_handler requesting DNS servers given with leftdns
Martin Willi [Tue, 31 Jul 2012 08:39:16 +0000 (10:39 +0200)]
Serve ipsec.conf rightdns servers through stroke attribute provider
Martin Willi [Tue, 31 Jul 2012 08:00:57 +0000 (10:00 +0200)]
Add a left/rightdns keyword to configure connection specific DNS attributes
Martin Willi [Tue, 21 Aug 2012 07:34:12 +0000 (09:34 +0200)]
Remove unused src/dst variables in send_no_marker()