aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/stroke
Commit message (Collapse)AuthorAgeFilesLines
* Added a ipsec.conf "inactivity" option to configure inactivity timeout for ↵Martin Willi2010-01-271-1/+2
| | | | CHILD_SAs
* Made inactivity_timeout a per CHILD_SA config optionMartin Willi2010-01-271-1/+1
|
* Support TLS client authentication Extended Key Usage in x509 generationMartin Willi2010-01-141-2/+3
|
* Using the thread wrapper in charon, libstrongswan and their plugins.Tobias Brunner2009-12-231-5/+4
|
* Separated the public interfaces of the threading primitives.Tobias Brunner2009-12-235-5/+5
|
* Moved mutex.c to a separate folder in order to cleanly wrap other threading ↵Tobias Brunner2009-12-235-5/+5
| | | | primitives (and utils/mutex.h is now threading.h).
* verify RFC3779 IP address blocks along X.509 certificate trust chainAndreas Steffen2009-12-231-8/+33
|
* Give plugins more control of which configuration attributes to request, and ↵Martin Willi2009-11-171-1/+1
| | | | pass received attributes back to the requesting handler
* Passing other as NULL should not always result in a match if me matchesMartin Willi2009-11-121-2/+2
|
* adapted log messageAndreas Steffen2009-11-101-2/+2
|
* added separating lineAndreas Steffen2009-11-101-0/+1
|
* put PGP userid in single quotesAndreas Steffen2009-11-081-1/+1
|
* list v3 or v4 fingerprintAndreas Steffen2009-11-081-0/+4
|
* stroke_list supports listing of PGP certificatesAndreas Steffen2009-11-081-1/+50
|
* implemented path length constraint checkinf for IKEv2Andreas Steffen2009-11-041-1/+1
|
* output optional pathLenConstraint in ipsec listcacertsAndreas Steffen2009-11-041-0/+9
|
* pluto now supports SQL-based virtual IP poolsAndreas Steffen2009-10-142-5/+5
|
* moved attribute_manager to libstrongswanAndreas Steffen2009-10-132-3/+3
|
* Stroke plugin interprets NULL identities as ID_ANY in shared key lookupMartin Willi2009-10-121-3/+9
|
* delete group attributes after useAndreas Steffen2009-10-051-0/+1
|
* stroke_list outputs group attributesAndreas Steffen2009-10-051-0/+7
|
* ipsec pki --issue suports --flag authServer optionAndreas Steffen2009-10-051-2/+5
|
* certificate subject DNs are in double quotesAndreas Steffen2009-09-231-5/+5
|
* streamlining of credential loading debug outputAndreas Steffen2009-09-231-6/+6
|
* shortened file loading debug outputAndreas Steffen2009-09-221-23/+22
|
* Credential backends use has_fingerprint() methods to select keys/certificatesMartin Willi2009-09-212-9/+3
|
* Correctly serve certificates if CERT_ANY requestedMartin Willi2009-09-211-1/+1
|
* Return certificates of requested kind onlyMartin Willi2009-09-211-58/+4
|
* get_private() in listcacerts requires a valid auth cfgMartin Willi2009-09-171-1/+5
|
* Implemented support for preinstalled PGP certificates in charonMartin Willi2009-09-151-4/+3
|
* use sysconfdir, no need for an additional confdir variableMartin Willi2009-09-071-1/+1
|
* replaces four spaces by tabs, where appropriateMartin Willi2009-09-043-9/+9
|
* removed trailing spaces ([[:space:]]+$)Martin Willi2009-09-0418-351/+351
|
* fixed open failure debug message in load_secretsMarius Tomaschewski2009-09-041-1/+1
|
* 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
|
* Refactored the lifetime_cfg_t struct to be simpler and more expressive. ↵Tobias Brunner2009-09-011-15/+18
| | | | Initialization is now static.
* Handling of new lifetime limits added to stroke.Tobias Brunner2009-09-011-0/+8
|
* Adapted the config backends to the new lifetime configuration.Tobias Brunner2009-09-011-3/+8
|
* use time_monotonic() instead of time() for statistics and time difference ↵Martin Willi2009-08-311-6/+11
| | | | calculations
* fixed crash in crl listingMartin Willi2009-08-311-1/+1
|
* use only KEY_ID_PUBKEY_SHA1 fingerprint charon internallyMartin Willi2009-08-261-17/+9
|
* 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-261-18/+49
|
* OpenSolaris defines MUTEX_DEFAULT therefore we rename the members of the ↵Tobias Brunner2009-08-144-4/+4
| | | | enums mutex/condvar/rwlock_type_t.
* %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
|
* 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
|