aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/plugins/stroke
Commit message (Expand)AuthorAgeFilesLines
* Moving charon to libcharon.Tobias Brunner2010-03-1919-6375/+0
* Introduced ipsec.conf NTLM keyword for NT hashesMartin Willi2010-03-171-0/+1
* Reverting eba28948a584b9d02474cf5d256b04b8d2adbe6a which was only necessary w...Tobias Brunner2010-03-021-1/+0
* Streamlined the source file list formatting in plugin makefiles.Tobias Brunner2010-03-021-9/+10
* Link all enabled libstrongswan plugins into the library, link all enabled cha...Tobias Brunner2010-03-021-2/+5
* Changed plugin constructors from plugin_create to plugin_name_plugin_create.Tobias Brunner2010-03-021-1/+1
* Removing the plugin constructor declarations from the header files.Tobias Brunner2010-03-021-5/+0
* Added left-/rightikeport ipsec.conf options to use custom IKE portsMartin Willi2010-02-261-3/+3
* Store custom IKE src/dst ports on ike_cfgMartin Willi2010-02-261-4/+4
* Link all plugins to libstrongswan.Tobias Brunner2010-02-251-0/+1
* Added a ipsec.conf "inactivity" option to configure inactivity timeout for CH...Martin Willi2010-01-271-1/+2
* 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 p...Tobias Brunner2009-12-235-5/+5
* 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 p...Martin Willi2009-11-171-1/+1
* 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
* Fixed some typos; whitespace cleanup.Tobias Brunner2009-09-021-11/+10
* Refactored the lifetime_cfg_t struct to be simpler and more expressive. Initi...Tobias Brunner2009-09-011-15/+18
* 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 cal...Martin Willi2009-08-311-6/+11