aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* use sysconfdir, no need for an additional confdir variableMartin Willi2009-09-073-3/+3
|
* Use macros to define --with optionsMartin Willi2009-09-076-16/+12
|
* Removed trailing whitespaces in configure.in/Makefile.amMartin Willi2009-09-072-2/+2
|
* remove spaces before tabs at the beginning of lines (^( )+\t)Martin Willi2009-09-048-18/+18
|
* remove spaces within tabs (\t( )+\t)Martin Willi2009-09-048-27/+27
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-0414-55/+55
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-04133-2272/+2272
|
* fixed open failure debug message in load_secretsMarius Tomaschewski2009-09-041-1/+1
|
* Use recursive source address lookup if we get a gateway onlyMartin Willi2009-09-031-45/+40
|
* Fixed load_secrets to acquire/release lock in level 0 onlyMarius Tomaschewski2009-09-031-2/+6
| | | | | The write_lock call fails with EDEADLK and unlocks in the next recursion level.
* Fixed some typos; whitespace cleanup.Tobias Brunner2009-09-021-11/+10
|
* Missing commas added.Tobias Brunner2009-09-022-2/+2
|
* handle plugin loading failuresMartin Willi2009-09-011-5/+8
|
* Refactored the lifetime_cfg_t struct to be simpler and more expressive. ↵Tobias Brunner2009-09-019-60/+81
| | | | Initialization is now static.
* Handling of new lifetime limits added to stroke.Tobias Brunner2009-09-011-0/+8
|
* Set the packet and byte limits in the netlink and pfkey kernel interfaces.Tobias Brunner2009-09-012-5/+16
|
* Adapted the kernel interfaces to the new lifetime configuration.Tobias Brunner2009-09-014-18/+19
|
* Adapted the config backends to the new lifetime configuration.Tobias Brunner2009-09-016-19/+39
|
* use time_monotonic() instead of time() for statistics and time difference ↵Martin Willi2009-08-315-12/+33
| | | | calculations
* use time_monotonic() instead of gettimeofday() for time difference calculationsMartin Willi2009-08-315-32/+24
|
* fixed crash in crl listingMartin Willi2009-08-311-1/+1
|
* moved chunk_increment() function to libstrongswanMartin Willi2009-08-261-18/+2
|
* updated medsrv and test to new fingerprint/encoding APIMartin Willi2009-08-261-4/+7
|
* updated load-tester plugin to new fingerprinting APIMartin Willi2009-08-261-11/+19
|
* use only KEY_ID_PUBKEY_SHA1 fingerprint charon internallyMartin Willi2009-08-261-17/+9
|
* updated nm plugin to new fingerprinting APIMartin Willi2009-08-261-3/+4
|
* 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
|