This website requires JavaScript.
cb0a9d58a3
output identities correctly
Andreas Steffen
2010-07-12 20:26:17 +02:00
5047fe7ad3
added second example scenario
Andreas Steffen
2010-07-12 14:22:32 +02:00
dcb4651d8c
apidoc is actually a directory not a file.
Tobias Brunner
2010-07-12 15:28:55 +02:00
af7b34b13b
Added missing pool parameter in DHCP attribute provider.
Tobias Brunner
2010-07-12 12:27:49 +02:00
52f97c3893
Do not interpret long class attributes (such as from NPS) as group
Martin Willi
2010-07-09 13:53:43 +02:00
cfa1c07604
Group membership constraint is fulfilled if subject is member in one of the groups
Martin Willi
2010-07-09 13:51:58 +02:00
ec7adea007
Added support for named attribute groups
Heiko Hund
2010-07-07 16:45:36 +02:00
db4ad736be
transport reqid, mark_in and mark_out in whack message
Andreas Steffen
2010-07-09 12:19:39 +02:00
f65e0dc80f
added ikev2/net2net-psk-dscp2 DiffServ scenario
Andreas Steffen
2010-07-09 11:55:01 +02:00
9f94906815
added ikev2/nat-two-rw-mark-in-out scenario
Andreas Steffen
2010-07-09 09:36:03 +02:00
bcf608c848
some changes to the ikev2/nat-two-rw-mark scenario
Andreas Steffen
2010-07-09 09:35:02 +02:00
26c4d0102a
configuration of different marks for inbound and outbound direction
Andreas Steffen
2010-07-09 09:06:02 +02:00
6f07f5e3d4
The file logger supports a time prefix using a strftime() format specifier
Martin Willi
2010-07-08 16:11:55 +02:00
4cc9afe35f
Print identity to a lease address on the same line for simpler greping
Martin Willi
2010-07-08 15:46:44 +02:00
6c4cd8fa15
Implemented missing bypass_socket() method in load-testers faked kernel interface
Martin Willi
2010-07-07 10:00:39 +02:00
a729d17afa
added req parameter to ipsec.conf man page
Andreas Steffen
2010-07-06 20:32:15 +02:00
4f99093235
Show mallinfo() data in statusall, if available
Martin Willi
2010-07-06 16:26:59 +02:00
380106ab0d
Avoid relocking while enumerator is alive
Martin Willi
2010-07-06 15:44:37 +02:00
f395f28e44
Added missing markt_t in load tester, also migrated to INIT/METHOD macros.
Tobias Brunner
2010-07-06 09:29:18 +02:00
83b23011de
Some Doxygen fixes.
Tobias Brunner
2010-07-05 15:04:30 +02:00
8f7e8e075a
Fixed typo.
Tobias Brunner
2010-07-05 14:53:56 +02:00
a4c0da1669
Added support for group membership information containted in the RADIUS class attribute
Martin Willi
2010-06-28 16:12:06 +02:00
4172574bfb
Use the group constraint in a more generic fashion, not only for attribute certificates
Martin Willi
2010-06-28 15:46:13 +02:00
53913d764e
Use the responder side configured EAP-Identity directly, if given
Martin Willi
2010-06-28 15:45:07 +02:00
ec6caa1367
Copy EAP specific attributes to auth config only
Martin Willi
2010-06-28 15:41:48 +02:00
43ab542b66
Disable EAP-GTC on Android.
Tobias Brunner
2010-07-05 09:37:49 +02:00
ec40c02ad2
added IKEv2 xfrm marks support to NEWS
Andreas Steffen
2010-07-03 22:14:45 +02:00
36b3c0a8dd
regenerated loop intermediate CA certificates
Andreas Steffen
2010-07-03 18:18:30 +02:00
342fc85e9e
added ikev2/nat-two-rw-mark scenario
Andreas Steffen
2010-07-03 13:25:09 +02:00
ee26c537d7
support of xfrm marks for IKEv2
Andreas Steffen
2010-07-02 23:45:57 +02:00
02571374c4
Recreate IKE_SA_INIT related tasks only if they have completed
Martin Willi
2010-06-30 13:48:47 +02:00
31d0efd7e9
Use enumerator for queued_tasks migration to avoid infinite loop
Thomas Egerer
2010-06-30 13:10:56 +02:00
c177076b50
Enabling some EAP plugins on Android.
Tobias Brunner
2010-06-30 10:02:15 +02:00
5430d6ab3c
The x509 plugin is not needed anymore on Android, using OpenSSL.
Tobias Brunner
2010-06-30 10:01:16 +02:00
6d61e334f7
Correct check of traffic selectors before destruction
Thomas Egerer
2010-06-28 22:18:25 +02:00
7f1eb89517
Migrate queued_tasks tasks, to avoid dangling pointers
Thomas Egerer
2010-06-29 08:53:05 +02:00
0f21ebc81d
The signature of keystore_get changed again.
Tobias Brunner
2010-06-28 17:18:53 +02:00
6f52d3b077
Compiler warning fixed.
Tobias Brunner
2010-06-24 16:23:54 +02:00
b3f65304ba
check for installed aead algorithms in kernel
Andreas Steffen
2010-06-27 22:26:00 +02:00
f031e41bea
upgraded xfrm.h to linux-2.6.34
Andreas Steffen
2010-06-27 11:23:35 +02:00
6a4a47511f
Show contents of the CP payload in message_t stringification
Martin Willi
2010-06-24 15:45:38 +02:00
1e723d739c
Support the subnet attribute in the attr plugin
Martin Willi
2010-06-24 15:44:28 +02:00
c0914c457b
Increased the loglevel for the arguments received via Android control socket.
Tobias Brunner
2010-06-24 14:44:45 +02:00
e9e2a4fecf
Terminate charon from the Android plugin if the tunnel goes down after it was initiated successfully.
Tobias Brunner
2010-06-24 14:05:53 +02:00
7913a74c36
Initiate the tunnel in the Android plugin asynchronously.
Tobias Brunner
2010-06-24 14:02:52 +02:00
8b775e99ea
Implement the listener_t interface in the Android plugin to track the status of an SA.
Tobias Brunner
2010-06-24 14:00:39 +02:00
94ec9adc10
Helper function added to notify the Android frontend about status changes.
Tobias Brunner
2010-06-24 13:57:03 +02:00
024dd37fa0
Initiate consumes a child_sa reference, so get an additional one.
Tobias Brunner
2010-06-24 13:42:57 +02:00
5eb9eeb130
Use the same error code constants as in the Java frontend.
Tobias Brunner
2010-06-24 13:41:07 +02:00
359063caf7
Flush and destroy the send queue before unloading the socket plugins.
Tobias Brunner
2010-06-24 10:34:48 +02:00
07c5aacce8
Select subjectAltName address family using address length in openssl plugin
Martin Willi
2010-06-24 12:00:56 +02:00
7a74295e42
Select subjectAltName address family using address length in x509 plugin
Martin Willi
2010-06-24 11:59:20 +02:00
9eb7f46b3d
Do not install routes in the PF_KEY kernel interface if interface lookup failed.
Tobias Brunner
2010-06-23 11:19:37 +02:00
a427e98da1
The signature of keystore_get was changed with Android 2.x.
Tobias Brunner
2010-06-22 16:19:55 +02:00
f283520faf
Avoid a segmentation fault if opening the Android control socket failed.
Tobias Brunner
2010-06-22 16:18:22 +02:00
61c950d9aa
OpenSSL in Android 2.1+ lacks Elliptic Curve and ENGINE support.
Tobias Brunner
2010-06-22 16:15:10 +02:00
c03ed4835c
Allow to enable the kernel-pfkey plugin via Android.mk.
Tobias Brunner
2010-06-22 16:14:14 +02:00
b7900d3258
Fixing the PF_KEY kernel interface on Android.
Tobias Brunner
2010-06-22 16:04:13 +02:00
1e3d66f8d3
Fixing compilation of the OpenSSL plugin if ENGINE support is disabled.
Tobias Brunner
2010-06-22 11:33:21 +02:00
5a367e99c3
Fixing compilation of the OpenSSL plugin if Elliptic Curve support is disabled.
Tobias Brunner
2010-06-22 11:28:50 +02:00
5d31217232
Ignore IKEv2 packets in pluto with any minor version
Martin Willi
2010-06-22 09:16:04 +02:00
169eae5229
Accept IKE packets with any minor version in RAW socket
Martin Willi
2010-06-22 09:03:41 +02:00
9b6db5cd2e
Fixed plugin checks in Android.mk files.
Tobias Brunner
2010-06-17 18:09:34 +02:00
341372d525
Don't fail with an error if an attribute that is to be deleted does not exist
Heiko Hund
2010-06-18 05:01:06 +02:00
4f9b82bc1d
Fixed compiler warning.
Tobias Brunner
2010-06-07 15:33:25 +02:00
499af811c0
Use vpn.dns* to store DNS servers (Android manages net.dns* using these).
Tobias Brunner
2010-05-11 18:31:24 +02:00
be00d219cc
Adding an interface that interacts with the Android Settings frontend.
Tobias Brunner
2010-05-04 18:26:07 +02:00
c373f14947
Adding an Android specific credential set.
Tobias Brunner
2010-05-04 18:18:51 +02:00
51a00fb275
Adding an Android specific logger.
Tobias Brunner
2010-05-04 18:13:27 +02:00
946be4d357
Adding support for the native Linux capabilities interface.
Tobias Brunner
2010-06-15 19:40:44 +02:00
b77e493bea
Explicitly refer to LIBCAP in Makefiles.
Tobias Brunner
2010-06-15 19:10:23 +02:00
404960e522
Run as vpn user on Android.
Tobias Brunner
2010-05-04 17:05:12 +02:00
b02a03a5dd
Truncate the PID file so that even if we fail to unlink it, the daemon can be restarted properly.
Tobias Brunner
2010-06-15 19:53:47 +02:00
4e9d313ff8
Explicitly include stdint.h for UINT64_MAX.
Tobias Brunner
2010-06-15 10:57:12 +02:00
ed76b21652
Check for SADB_X_NAT_T_NEW_MAPPING in PF_KEY kernel interface.
Tobias Brunner
2010-06-15 10:07:43 +02:00
668e84d904
Set the ports of all hosts installed via the PF_KEY kernel interface to zero.
Tobias Brunner
2010-05-14 15:25:59 +02:00
5d4c258de7
refer to correct PLUTO_XAUTH_ID variable
Andreas Steffen
2010-06-09 15:21:26 +02:00
fcfd54acde
rename environment variable to PLUTO_XAUTH_ID
Andreas Steffen
2010-06-08 23:18:51 +02:00
611368339b
do not destroy xauth_id if phase2 equals phase1 connection
Andreas Steffen
2010-06-08 23:18:00 +02:00
964f6372cc
make an optional XAUTH user ID available in the updown script
Andreas Steffen
2010-06-08 17:50:22 +02:00
52ee813156
inherit XAUTH identities in Phase 2
Heiko Hund
2010-06-08 12:15:42 +02:00
2e8a5e12ef
Adding a basic unit test for hashtable_t.
Tobias Brunner
2010-06-07 16:39:49 +02:00
b2ddaf0775
Adding a remove_at method to the hash table.
Tobias Brunner
2010-06-07 16:36:26 +02:00
88b6f14143
Migrated hashtable_t to INIT/METHOD macros.
Tobias Brunner
2010-06-07 15:50:41 +02:00
03ffa88531
Add extra information in debug output for IKE_SA check{out, in}
Thomas Egerer
2010-06-06 22:50:29 +02:00
5493ffde0b
traffic_selector_t is gone into libstrongswan, migrate printf hook registration, too.
Martin Willi
2010-06-07 15:06:09 +02:00
550d9085fa
Flush auth configs, create new keymat during SA reset
Martin Willi
2010-06-07 14:59:39 +02:00
dbdb69f908
Recreate IKE_INIT/IKE_NATD/IKE_VENDOR tasks if we reset SA during IKE_AUTH
Martin Willi
2010-06-07 14:58:57 +02:00
8b56ec20f3
Reacquire keymat from new IKE_SA during task migration
Martin Willi
2010-06-07 14:56:24 +02:00
d5ad6eb1e0
Flush certificate cache on CA delete
Martin Willi
2010-06-07 13:51:18 +02:00
a3ffa9edfd
Log non-empty task queues in statusall
Martin Willi
2010-06-07 11:59:37 +02:00
ea340ee840
Wrap task enumerator in ike_sa
Martin Willi
2010-06-07 11:37:55 +02:00
8bced61b76
Migrated ike_sa_t to INIT/METHOD macros
Martin Willi
2010-06-07 09:30:27 +00:00
665c18bd85
Added support for task enumeration in task_manager_t
Martin Willi
2010-06-07 10:45:25 +02:00
9560a3166f
Migrated task_manager_t to INIT/METHOD macros
Martin Willi
2010-06-07 10:37:00 +02:00
39e3b58fe4
use --addattr
Andreas Steffen
2010-06-05 13:49:01 +02:00
88613f159d
use --addattr
Andreas Steffen
2010-06-05 13:47:23 +02:00
4321d19d1e
added ikev2/nat-virtual-ip scenario
Andreas Steffen
2010-06-05 13:42:28 +02:00
b2be7dd621
remove stray carolReq.pem
Andreas Steffen
2010-06-05 13:36:39 +02:00
5a9a255ae5
share pool in ikev1/mode-config-multiple scenario
Andreas Steffen
2010-06-05 13:17:51 +02:00