| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Replaces in_segment() by a more generic get_segment() function | Martin Willi | 2010-07-26 | 3 | -17/+13 |
* | Use distinct message types for HA message ID updates | Martin Willi | 2010-07-26 | 4 | -22/+60 |
* | Migrated ha plugin to INIT/METHOD macros | Martin Willi | 2010-07-26 | 10 | -257/+202 |
* | Implemented support for multiple RADIUS servers | Martin Willi | 2010-07-21 | 10 | -423/+911 |
* | Migrated eap-radius plugin to INIT/METHOD macros | Martin Willi | 2010-07-21 | 4 | -142/+105 |
* | Added log statement if peer requests EAP, but current config does not allow it | Martin Willi | 2010-07-21 | 1 | -0/+1 |
* | documented the new PLUTO environment variables available in the updown script | Andreas Steffen | 2010-07-17 | 2 | -4/+25 |
* | in a ESP_IN_UDP situation make UDP port available in the updown script | Andreas Steffen | 2010-07-17 | 1 | -1/+23 |
* | make xfrm marks available in the updown scripts | Andreas Steffen | 2010-07-17 | 1 | -1/+44 |
* | check for mark changes in ipsec update | Andreas Steffen | 2010-07-17 | 1 | -0/+4 |
* | Warn about manual plugin load directives for pluto/charon with --disable-load... | Andreas Steffen | 2010-07-15 | 2 | -0/+20 |
* | Revert "Warn about manual plugin load directives for pluto/charon" | Martin Willi | 2010-07-14 | 1 | -11/+0 |
* | Warn about manual plugin load directives for pluto/charon | Martin Willi | 2010-07-13 | 1 | -0/+11 |
* | Remove plugin load directives from default strongswan.conf | Martin Willi | 2010-07-13 | 1 | -9/+6 |
* | Added pki PEM encoding support for certificates, CRLs and PKCS10 requests | Martin Willi | 2010-07-13 | 8 | -25/+90 |
* | Added support for Certificate, CRL and PKCS10 encoding to PEM plugin | Martin Willi | 2010-07-13 | 1 | -0/+19 |
* | Support different encoding types in certificate.get_encoding() | Martin Willi | 2010-07-13 | 27 | -102/+239 |
* | Renamed key_encod{ing,der}_t and constants, prepare for generic credential en... | Martin Willi | 2010-07-13 | 53 | -353/+352 |
* | Moved keys/key_encoding.[ch] to cred_encoding.[ch] | Martin Willi | 2010-07-13 | 10 | -9/+9 |
* | Fixed doxygen group of cert_validator interface | Martin Willi | 2010-07-13 | 1 | -1/+1 |
* | Moved X509 ipAddrBlock checking to the addrblock plugin | Martin Willi | 2010-07-13 | 5 | -61/+216 |
* | Added a hook to narrow traffic selectors for CHILD_SAs | Martin Willi | 2010-07-13 | 4 | -5/+123 |
* | Moved bus_t to METHOD/INIT macros | Martin Willi | 2010-07-13 | 1 | -108/+69 |
* | Moved addrblock plugin to libcharon | Martin Willi | 2010-07-13 | 7 | -9/+11 |
* | Moved CRL/OCSP checking to a dedicated plugin called revocation | Martin Willi | 2010-07-13 | 7 | -531/+757 |
* | Made some useful methods in the credential manager public | Martin Willi | 2010-07-13 | 2 | -15/+70 |
* | Moved X509 addrBlock validation to a separate addrblock plugin | Martin Willi | 2010-07-13 | 9 | -59/+303 |
* | Added a certificate validation hook to the credential manager | Martin Willi | 2010-07-13 | 3 | -0/+103 |
* | Migrated credential manager to INIT/METHOD macros | Martin Willi | 2010-07-13 | 1 | -161/+127 |
* | 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 |