Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added missing pool parameter in DHCP attribute provider. | Tobias Brunner | 2010-07-12 | 1 | -1/+2 | |
| | ||||||
* | Do not interpret long class attributes (such as from NPS) as group | Martin Willi | 2010-07-09 | 1 | -2/+10 | |
| | ||||||
* | Group membership constraint is fulfilled if subject is member in one of the ↵ | Martin Willi | 2010-07-09 | 2 | -8/+20 | |
| | | | | groups | |||||
* | Added support for named attribute groups | Heiko Hund | 2010-07-09 | 1 | -1/+1 | |
| | | | | | | Add the possibility to group attributes by a name and assign these groups to connections. This allows a more granular configuration of which client will receive what atrributes. | |||||
* | configuration of different marks for inbound and outbound direction | Andreas Steffen | 2010-07-09 | 10 | -22/+40 | |
| | ||||||
* | The file logger supports a time prefix using a strftime() format specifier | Martin Willi | 2010-07-08 | 3 | -9/+36 | |
| | ||||||
* | Print identity to a lease address on the same line for simpler greping | Martin Willi | 2010-07-08 | 1 | -1/+1 | |
| | ||||||
* | Implemented missing bypass_socket() method in load-testers faked kernel ↵ | Martin Willi | 2010-07-07 | 1 | -0/+7 | |
| | | | | interface | |||||
* | Show mallinfo() data in statusall, if available | Martin Willi | 2010-07-06 | 1 | -1/+12 | |
| | ||||||
* | Added missing markt_t in load tester, also migrated to INIT/METHOD macros. | Tobias Brunner | 2010-07-06 | 1 | -89/+58 | |
| | ||||||
* | Some Doxygen fixes. | Tobias Brunner | 2010-07-05 | 10 | -13/+11 | |
| | ||||||
* | Fixed typo. | Tobias Brunner | 2010-07-05 | 1 | -2/+2 | |
| | ||||||
* | Added support for group membership information containted in the RADIUS ↵ | Martin Willi | 2010-07-05 | 1 | -0/+40 | |
| | | | | class attribute | |||||
* | Use the group constraint in a more generic fashion, not only for attribute ↵ | Martin Willi | 2010-07-05 | 4 | -20/+26 | |
| | | | | certificates | |||||
* | Use the responder side configured EAP-Identity directly, if given | Martin Willi | 2010-07-05 | 1 | -7/+16 | |
| | ||||||
* | Copy EAP specific attributes to auth config only | Martin Willi | 2010-07-05 | 2 | -8/+10 | |
| | ||||||
* | support of xfrm marks for IKEv2 | Andreas Steffen | 2010-07-02 | 17 | -149/+483 | |
| | ||||||
* | Recreate IKE_SA_INIT related tasks only if they have completed | Martin Willi | 2010-06-30 | 1 | -11/+35 | |
| | ||||||
* | Use enumerator for queued_tasks migration to avoid infinite loop | Thomas Egerer | 2010-06-30 | 1 | -3/+5 | |
| | ||||||
* | Correct check of traffic selectors before destruction | Thomas Egerer | 2010-06-29 | 1 | -2/+2 | |
| | ||||||
* | Migrate queued_tasks tasks, to avoid dangling pointers | Thomas Egerer | 2010-06-29 | 1 | -0/+7 | |
| | ||||||
* | The signature of keystore_get changed again. | Tobias Brunner | 2010-06-28 | 1 | -1/+3 | |
| | | | | | With Android 2.2 (Froyo) the interface of keystore_get was changed once again. The change was made to allow the keys to contain \0 characters. | |||||
* | Compiler warning fixed. | Tobias Brunner | 2010-06-28 | 1 | -1/+3 | |
| | ||||||
* | Show contents of the CP payload in message_t stringification | Martin Willi | 2010-06-24 | 1 | -0/+34 | |
| | ||||||
* | Increased the loglevel for the arguments received via Android control socket. | Tobias Brunner | 2010-06-24 | 1 | -1/+1 | |
| | ||||||
* | Terminate charon from the Android plugin if the tunnel goes down after it ↵ | Tobias Brunner | 2010-06-24 | 1 | -0/+24 | |
| | | | | was initiated successfully. | |||||
* | Initiate the tunnel in the Android plugin asynchronously. | Tobias Brunner | 2010-06-24 | 1 | -6/+39 | |
| | | | | Also track its initiation using the registered listener. | |||||
* | Implement the listener_t interface in the Android plugin to track the status ↵ | Tobias Brunner | 2010-06-24 | 2 | -2/+47 | |
| | | | | of an SA. | |||||
* | Helper function added to notify the Android frontend about status changes. | Tobias Brunner | 2010-06-24 | 1 | -4/+14 | |
| | ||||||
* | Initiate consumes a child_sa reference, so get an additional one. | Tobias Brunner | 2010-06-24 | 1 | -0/+2 | |
| | ||||||
* | Use the same error code constants as in the Java frontend. | Tobias Brunner | 2010-06-24 | 1 | -1/+15 | |
| | ||||||
* | Flush and destroy the send queue before unloading the socket plugins. | Tobias Brunner | 2010-06-24 | 1 | -1/+1 | |
| | ||||||
* | Do not install routes in the PF_KEY kernel interface if interface lookup failed. | Tobias Brunner | 2010-06-23 | 1 | -15/+23 | |
| | ||||||
* | The signature of keystore_get was changed with Android 2.x. | Tobias Brunner | 2010-06-22 | 1 | -2/+12 | |
| | ||||||
* | Avoid a segmentation fault if opening the Android control socket failed. | Tobias Brunner | 2010-06-22 | 1 | -1/+1 | |
| | ||||||
* | Allow to enable the kernel-pfkey plugin via Android.mk. | Tobias Brunner | 2010-06-22 | 1 | -0/+2 | |
| | ||||||
* | Fixing the PF_KEY kernel interface on Android. | Tobias Brunner | 2010-06-22 | 1 | -0/+2 | |
| | | | | In Android's in.h IPPROTO_COMP is not #defined but just an enum member. | |||||
* | Accept IKE packets with any minor version in RAW socket | Martin Willi | 2010-06-22 | 1 | -6/+8 | |
| | ||||||
* | Fixed plugin checks in Android.mk files. | Tobias Brunner | 2010-06-22 | 1 | -2/+2 | |
| | ||||||
* | Use vpn.dns* to store DNS servers (Android manages net.dns* using these). | Tobias Brunner | 2010-06-15 | 1 | -2/+2 | |
| | ||||||
* | Adding an interface that interacts with the Android Settings frontend. | Tobias Brunner | 2010-06-15 | 4 | -0/+326 | |
| | ||||||
* | Adding an Android specific credential set. | Tobias Brunner | 2010-06-15 | 5 | -1/+369 | |
| | ||||||
* | Adding an Android specific logger. | Tobias Brunner | 2010-06-15 | 4 | -3/+163 | |
| | ||||||
* | Adding support for the native Linux capabilities interface. | Tobias Brunner | 2010-06-15 | 1 | -8/+31 | |
| | | | | | Note that this interface is deprecated and mainly added to support Android. Use libcap, if possible. | |||||
* | Explicitly refer to LIBCAP in Makefiles. | Tobias Brunner | 2010-06-15 | 1 | -1/+1 | |
| | ||||||
* | Explicitly include stdint.h for UINT64_MAX. | Tobias Brunner | 2010-06-15 | 1 | -0/+2 | |
| | | | | This is required on FreeBSD 8. | |||||
* | Check for SADB_X_NAT_T_NEW_MAPPING in PF_KEY kernel interface. | Tobias Brunner | 2010-06-15 | 1 | -4/+4 | |
| | | | | | FreeBSD 8 does not support SADB_X_NAT_T_NEW_MAPPING whereas Linux and the previous FreeBSD NAT-T patch both do. | |||||
* | Set the ports of all hosts installed via the PF_KEY kernel interface to zero. | Tobias Brunner | 2010-06-15 | 1 | -15/+37 | |
| | ||||||
* | Adding a basic unit test for hashtable_t. | Tobias Brunner | 2010-06-07 | 3 | -1/+114 | |
| | ||||||
* | Add extra information in debug output for IKE_SA check{out, in} | Thomas Egerer | 2010-06-07 | 2 | -10/+27 | |
| | | | | | | | This output helps tracing checkout and checkin of IKE_SAs when there is more than one IKE_SAs with the same name. I also added the type of in-air-exchange to the debug output issued by the task_manager in case a task initiation is delayed, came in handy for me. |