aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* updated stroke plugin to fingerprinting APIMartin Willi2009-08-263-128/+135
|
* added support for %prompt-ing private key passhprases in strokes "ipsec secrets"Martin Willi2009-08-263-16/+85
|
* make use of the pem helper plugin to load credentialsMartin Willi2009-08-262-31/+62
|
* disable lifetimes of allocated SPIsMartin Willi2009-08-251-1/+11
| | | | | | | The default lifetime of 30 seconds is too short, as a tunnel setup may need several minutes if we have high packet loss. Instead of increasing the value, we disable lifetimes completely, as we handle the removal of such SAs from userland just fine.
* check integrity of pool code fileAndreas Steffen2009-08-171-0/+6
|
* check success of library_init()Andreas Steffen2009-08-141-1/+6
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-1416-22/+22
| | | | enums mutex/condvar/rwlock_type_t.
* prepare CAMELLIA_CCM ESP encryptionAndreas Steffen2009-08-101-0/+3
|
* %llu correctly prints u_int64_tAndreas Steffen2009-08-071-2/+2
|
* printing u_int64_t caused segfault on 32-bit platformsAndreas Steffen2009-08-071-2/+2
|
* Use LONG_MAX instead of a hard-coded value.Tobias Brunner2009-08-061-1/+5
|
* FreeBSD returns the current policy use time only after specifying a hard ↵Tobias Brunner2009-08-061-1/+13
| | | | lifetime when installing the policy.
* Fixed a race condition when querying stats of a child_sa in different order.Tobias Brunner2009-08-061-16/+7
|
* Reverted the interface changes introduced in 3f720dc7.Tobias Brunner2009-08-061-6/+4
|
* added support for ipsec.secrets "include" directiveMartin Willi2009-08-061-13/+81
|
* Reversed the check for udp.h, fixes compilation on Linux.Tobias Brunner2009-08-061-4/+4
|
* FreeBSD only reports a policy's usetime if a lifetime has been specified ↵Tobias Brunner2009-08-041-0/+7
| | | | when the policy was added (we only specify a lifetime on the SA, not on the policy).
* FreeBSD and Mac OS X both set the sequence number of an SADB_X_SPDGET ↵Tobias Brunner2009-08-041-5/+16
| | | | response to zero, we accept that for now.
* implemented query_sa() for PFKEYv2Andreas Steffen2009-08-021-2/+53
|
* update usetime only if usebytes increaseAndreas Steffen2009-07-301-4/+6
|
* display transmitted bytes per SAAndreas Steffen2009-07-305-19/+125
|
* Handling of unsupported policy directions (FWD) fixed.Tobias Brunner2009-07-301-1/+19
|
* Enabling NAT-T on Mac OS X using the private SADB_X_EXT_NATT flag and ↵Tobias Brunner2009-07-301-5/+45
| | | | sadb_sa_2 struct.
* Make accept(2) and recvfrom(2) cancellation points on Mac OS X.Tobias Brunner2009-07-301-0/+1
|
* accelerate lookup in non-concatenated poolsAndreas Steffen2009-07-171-22/+40
|
* check for an existing lease over all assigned pools firstAndreas Steffen2009-07-171-24/+55
|
* fixed problem with static leases over multiple poolsAndreas Steffen2009-07-161-8/+36
|
* fixed memleak in SQL config lookupMartin Willi2009-07-161-2/+2
|
* raise an alert() if the RADIUS server is not respondingMartin Willi2009-07-161-0/+1
|
* updated debian packageMartin Willi2009-07-151-0/+8
|
* updated Standards-Version to 3.8.2Martin Willi2009-07-151-1/+1
|
* added ${misc:Depends} dependency, fixes debhelper-but-no-misc-depends ↵Martin Willi2009-07-151-1/+1
| | | | lintian warning
* added copyright information, fixes copyright-without-copyright-notice ↵Martin Willi2009-07-151-4/+7
| | | | lintian warning
* put variable definitions up frontAndreas Steffen2009-07-121-5/+8
|
* use the configured NM connection id as configuration/IKE_SA nameMartin Willi2009-07-101-45/+58
|
* fixed state check if establishing the CHILD_SA failsMartin Willi2009-07-101-1/+1
|
* use the new updown()/rekey() hooks to track the state of NetworkManager ↵Martin Willi2009-07-101-41/+49
| | | | connections
* added a RADIUS id_prefix option to prefix the IMSIMartin Willi2009-07-091-5/+16
|
* added unit test for identification_t.matches()Martin Willi2009-07-062-0/+54
|
* added unit test for identification_t.equals()Martin Willi2009-07-062-0/+88
|
* added unit test for identification_t.contains_wildcard()Martin Willi2009-07-062-0/+41
|
* listen for CHILD_SA state changes only until it has been installedMartin Willi2009-07-031-3/+5
|
* added -avoid-version to LDFLAGS, plugins are not versionedMartin Willi2009-07-0324-24/+24
|
* signal tunnel breakage to NetworkManagerMartin Willi2009-06-301-6/+28
|
* restarting dbus is insufficient, restart network-manager after installationMartin Willi2009-06-301-4/+4
|
* fixed another 64bit compiler warningMartin Willi2009-06-191-2/+2
|
* extended RSA tests by encrypt/decrypt operationsMartin Willi2009-06-151-1/+19
|
* consistent display of strongSwan versionAndreas Steffen2009-06-131-1/+1
|
* removed crypto tests form unit tester, all gone to test-vector pluginMartin Willi2009-06-125-759/+0
|
* moved publickey speed test to a standalone programMartin Willi2009-06-103-1055/+1
| | | | This reverts commit 08874d6ae29745de264f269b15afbbf6cd5acaad.