aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/stroke
Commit message (Expand)AuthorAgeFilesLines
* libcharon: Use lib->ns instead of charon->nameTobias Brunner2014-02-123-6/+6
* stroke: Use chunk_map() instead of non-portable mmap()Martin Willi2014-01-231-30/+6
* chunk: Externalize error reporting in chunk_write()Martin Willi2014-01-231-1/+10
* stroke: Ensure the buffer of strings in a stroke_msg_t is null-terminatedTobias Brunner2014-01-231-2/+5
* stroke: Add an option to prevent log level changes via stroke socketTobias Brunner2014-01-231-2/+15
* stroke: Fix error message if parsing leftsourceip failsTobias Brunner2014-01-061-1/+1
* leak-detective: Use callback functions to report leaks and usage informationMartin Willi2013-11-061-1/+22
* stroke: Reuse reqids of established CHILD_SAs when routing connectionsTobias Brunner2013-10-171-1/+45
* stroke: List proposals in statusall without leading '/' in AH SAsMartin Willi2013-10-111-1/+7
* stroke: Configure proposal with AH protocol if 'ah' option setMartin Willi2013-10-112-11/+16
* stroke: don't remove a matching peer config if used by other child configsMartin Willi2013-09-131-4/+3
* Fixed double free causing swapped ends to crash5.1.1dr3Andreas Steffen2013-09-071-1/+0
* ike: support multiple addresses, ranges and subnets in IKE address configMartin Willi2013-09-042-25/+65
* ike-cfg: remove the to be obsoleted allow any parameter in get_my/other_addrMartin Willi2013-09-042-5/+3
* stroke: ignore a leftsourceip if a rightsourceip is given as wellMartin Willi2013-09-041-1/+7
* stroke: re-enable modeconfig keywordMartin Willi2013-09-041-1/+1
* peer-cfg: add a pull/push mode option to use with mode configMartin Willi2013-09-041-0/+1
* stroke: stop enumerating IKE_SAs in statusall if output stream gets closedMartin Willi2013-08-231-1/+1
* stream-service: move CAP_CHOWN check from plugins to service constructorMartin Willi2013-07-181-8/+2
* stroke: use a stream service to handle stroke requestsMartin Willi2013-07-181-227/+48
* capabilities: Some plugins don't actually require capabilities at runtimeTobias Brunner2013-07-181-1/+1
* automake: replace INCLUDES by AM_CPPFLAGSMartin Willi2013-07-181-6/+8
* child-sa: replace get_traffic_selectors() with create_ts_enumerator()Martin Willi2013-07-171-3/+10
* stroke: Add certificates extracted from PKCS#12 files to correct credential setTobias Brunner2013-07-151-4/+4
* Use strpfx() helper where appropriateTobias Brunner2013-07-082-12/+11
* Reuse reqid for trap policies installed for dpd|closeaction=holdTobias Brunner2013-07-011-1/+1
* stroke: Changed how proto/port are specified in left|rightsubnetTobias Brunner2013-06-281-1/+8
* capabilities: CAP_CHOWN might be required by many plugins opening UNIX socketsTobias Brunner2013-06-251-0/+6
* capabilities: Move global capabilities_t instance to libstrongswanTobias Brunner2013-06-251-2/+2
* stroke: support %dynamic in left/rightsubnet for dynamic selectorsMartin Willi2013-06-191-2/+10
* stroke: support a specific proto/port for each net defined in left/rightsubnetMartin Willi2013-06-191-3/+105
* stroke: add exportconn{cert,chain} commands in addition to exportx509Martin Willi2013-06-191-6/+65
* Refactored plugin-loader with improved dependency resolutionTobias Brunner2013-06-111-0/+1
* stroke: Add second password if providedTobias Brunner2013-05-081-0/+13
* stroke: Fail silently if another builder calls PW callback after giving upTobias Brunner2013-05-081-9/+14
* stroke: Cache passwords so the user is not prompted multiple times for the sa...Tobias Brunner2013-05-081-1/+13
* stroke: Fix prompt and error messages in passphrase callbackTobias Brunner2013-05-081-11/+13
* stroke: Load credentials from PKCS#12 files (P12 token)Tobias Brunner2013-05-081-15/+92
* Load any type (RSA/ECDSA) of public key via left|rightsigkeyTobias Brunner2013-05-073-17/+17
* left|rightrsasigkey accepts SSH keys but the key format has to be specified e...Tobias Brunner2013-05-071-12/+22
* Try to load raw keys from ipsec.conf as PKCS#1 blob firstTobias Brunner2013-05-071-5/+12
* List all stroke counters when "all" is given, and report if connection not knownMartin Willi2013-04-031-30/+88
* Load raw keys before possibly destroying the identityTobias Brunner2013-04-011-12/+11
* enforce singular of packetsAndreas Steffen2013-03-221-4/+6
* Avoid a race condition when reloading secrets from ipsec.secretsTobias Brunner2013-03-201-18/+25
* Don't try to mmap() empty ipsec.secret filesMartin Willi2013-03-191-1/+5
* In stroke counters, check if we have an IKE_SA before getting the name from itMartin Willi2013-03-191-3/+6
* Algorithms are not really specific to an IKE versionTobias Brunner2013-03-181-1/+1
* Merge branch 'radius-ext'Martin Willi2013-03-181-6/+9
|\
| * Report the number of processed packets in "ipsec statusall"Martin Willi2013-03-141-5/+9