| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Moved credential manager to libstrongswan | Martin Willi | 2010-07-13 | 48 | -205/+191 |
* | Move pathlen constraint checking to X509 specific checks | Martin Willi | 2010-07-13 | 1 | -17/+18 |
* | Charon uses a generic trunstchain length limit, not only for X509 certificates | Martin Willi | 2010-07-13 | 3 | -5/+11 |
* | Combined the OCSP/CRL options to a signle Online check option | Martin Willi | 2010-07-13 | 1 | -23/+14 |
* | added mark, mark_in, and mark_out to the ipsec.conf.5 man page | Andreas Steffen | 2010-07-13 | 1 | -0/+19 |
* | we need some ordering | Andreas Steffen | 2010-07-12 | 1 | -1/+3 |
* | changed ordering of statusattr output | Andreas Steffen | 2010-07-12 | 1 | -8/+6 |
* | fixed alignment of caption | Andreas Steffen | 2010-07-12 | 1 | -2/+2 |
* | updated SQL templates to support attribute pool and identity parameters | Andreas Steffen | 2010-07-12 | 2 | -1/+29 |
* | output identities correctly | Andreas Steffen | 2010-07-12 | 1 | -7/+11 |
* | 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 g... | Martin Willi | 2010-07-09 | 2 | -8/+20 |
* | Added support for named attribute groups | Heiko Hund | 2010-07-09 | 11 | -93/+360 |
* | transport reqid, mark_in and mark_out in whack message | Andreas Steffen | 2010-07-09 | 2 | -1/+14 |
* | configuration of different marks for inbound and outbound direction | Andreas Steffen | 2010-07-09 | 17 | -55/+108 |
* | 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 inter... | Martin Willi | 2010-07-07 | 1 | -0/+7 |
* | added req parameter to ipsec.conf man page | Andreas Steffen | 2010-07-06 | 1 | -0/+3 |
* | Show mallinfo() data in statusall, if available | Martin Willi | 2010-07-06 | 1 | -1/+12 |
* | Avoid relocking while enumerator is alive | Martin Willi | 2010-07-06 | 1 | -9/+10 |
* | 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 | 11 | -17/+15 |
* | Fixed typo. | Tobias Brunner | 2010-07-05 | 1 | -2/+2 |
* | Added support for group membership information containted in the RADIUS class... | Martin Willi | 2010-07-05 | 1 | -0/+40 |
* | Use the group constraint in a more generic fashion, not only for attribute ce... | Martin Willi | 2010-07-05 | 6 | -28/+27 |
* | 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 | 24 | -150/+530 |
* | 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 |
* | Compiler warning fixed. | Tobias Brunner | 2010-06-28 | 1 | -1/+3 |
* | upgraded xfrm.h to linux-2.6.34 | Andreas Steffen | 2010-06-27 | 1 | -21/+18 |
* | Show contents of the CP payload in message_t stringification | Martin Willi | 2010-06-24 | 3 | -0/+85 |
* | Support the subnet attribute in the attr plugin | Martin Willi | 2010-06-24 | 1 | -2/+30 |
* | 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 was... | Tobias Brunner | 2010-06-24 | 1 | -0/+24 |
* | Initiate the tunnel in the Android plugin asynchronously. | Tobias Brunner | 2010-06-24 | 1 | -6/+39 |
* | Implement the listener_t interface in the Android plugin to track the status ... | Tobias Brunner | 2010-06-24 | 2 | -2/+47 |
* | 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 |
* | Select subjectAltName address family using address length in openssl plugin | Martin Willi | 2010-06-24 | 1 | -2/+12 |
* | Select subjectAltName address family using address length in x509 plugin | Martin Willi | 2010-06-24 | 1 | -1/+11 |
* | Do not install routes in the PF_KEY kernel interface if interface lookup failed. | Tobias Brunner | 2010-06-23 | 1 | -15/+23 |