aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/connections.c
Commit message (Collapse)AuthorAgeFilesLines
* warn if loaded local certificate is invalidAndreas Steffen2010-02-011-3/+5
|
* changed error messages in the case of faulty esp and ike stringsAndreas Steffen2009-11-241-8/+6
|
* added some parenthesesAndreas Steffen2009-11-241-0/+16
|
* merged pluto's PGP certificate parsing with charon'sAndreas Steffen2009-11-101-63/+47
|
* implemented path length constraint checkinf for IKEv2Andreas Steffen2009-11-041-5/+5
|
* moved .gitignore for poolAndreas Steffen2009-10-151-5/+5
|
* pluto now supports SQL-based virtual IP poolsAndreas Steffen2009-10-141-9/+53
|
* fixed refactoring bugAndreas Steffen2009-10-111-1/+1
|
* replaced struct id by identification_tAndreas Steffen2009-10-101-283/+294
|
* migrated public key IDs to identification_tAndreas Steffen2009-10-081-39/+55
|
* streamlined output from get_validity()Andreas Steffen2009-10-061-9/+5
|
* pluto now uses x509 plugin for attribute certificate handlingAndreas Steffen2009-10-051-36/+98
|
* abbreviated struct connection by connection_tAndreas Steffen2009-09-271-136/+130
|
* pluto and scepclient now use the x509 plugin for certificatesAndreas Steffen2009-09-271-192/+137
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-041-9/+9
|
* updated copyright statementAndreas Steffen2009-07-031-0/+1
|
* renamed OAKLEY_ECDSA_512 to OAKLEY_ECDSA_512Andreas Steffen2009-06-131-2/+2
|
* fixed broken XAUTH authenticationAndreas Steffen2009-06-121-0/+1
|
* pluto supports ECDSA authenticationAndreas Steffen2009-06-121-4/+13
|
* pluto and scepclient use private and public key plugins of libstrongswanAndreas Steffen2009-06-091-25/+29
|
* eliminated ipsec_policy.hAndreas Steffen2009-05-261-6/+5
|
* streamlined pluto alg_info debug outputAndreas Steffen2009-05-191-2/+2
|
* puto uses proposal_get_token() from libstrongswanAndreas Steffen2009-05-191-10/+4
|
* removing svn keyword $Id$ from all filesTobias Brunner2009-04-301-2/+0
|
* scepclient and pluto use asn1 from libstrongswanAndreas Steffen2009-04-201-2/+1
|
* support of the enum printf_hookAndreas Steffen2009-04-201-2/+2
|
* conversion from 8 spaces to 4 spaces per tabAndreas Steffen2009-04-191-3275/+3275
|
* ported most of the libstrongswan chunk_t macros to plutoAndreas Steffen2009-04-171-8/+4
|
* renamed empty_chunk to chunk_emptyAndreas Steffen2009-04-171-3/+3
|
* port the libstrongswan memory allocation methods to plutoAndreas Steffen2009-04-171-26/+28
|
* fixed a use-after-free bug in dpd_timeout()Andreas Steffen2009-03-101-0/+2
|
* fixed all pluto compiler warningsMartin Willi2008-03-281-2/+2
|
* added two return statements comitted by Marius TomaschewskiAndreas Steffen2007-11-211-0/+1
|
* activated Id propertyAndreas Steffen2007-10-061-1/+1
|
* fixed bug occuring with multiple queued Quick Modes and NAT TraversalAndreas Steffen2007-09-251-3/+2
|
* included kernel_alg.hAndreas Steffen2007-09-121-0/+1
|
* matching_request instead of matching_trust must go into the metricAndreas Steffen2007-08-171-1/+1
|
* finetuning of phase1 matching metricsAndreas Steffen2007-08-141-4/+4
|
* soft-limit treatment of unmatched certificate requests using a priority metricAndreas Steffen2007-08-141-16/+18
|
* re-introduced listing of nexthop in ipsec statusAndreas Steffen2007-08-031-3/+14
|
* set nexthop to him when instantiating rightallowyes template with ↵Andreas Steffen2007-06-181-0/+4
| | | | leftnexthop == right
* support of right|leftallowany flagAndreas Steffen2007-06-181-16/+36
|
* do not print nexthop in ipsec status[all]Andreas Steffen2007-06-061-61/+5
|
* added XAUTH server and client supportAndreas Steffen2007-01-041-0/+3
|
* added XAUTH server and client supportAndreas Steffen2006-12-191-15/+29
|
* added natip supportAndreas Steffen2006-10-251-2/+5
|
* removed NAT_TRAVERSAL and VIRTUAL_IP compile optionsAndreas Steffen2006-07-071-82/+27
|
* bug fixed circumventing an assertion in delete_connection when ikev1 is not setAndreas Steffen2006-05-311-1/+2
|
* full support of ikev1 and ikev2 connection flagsAndreas Steffen2006-05-301-12/+19
|
* - introduced autotoolsMartin Willi2006-05-161-2/+1
| | | | | | | | | | - first working version - make dist should work - things to do: - UML testing! - more cleanups