aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/stroke/stroke_list.c
Commit message (Expand)AuthorAgeFilesLines
* Use standard unsigned integer typesAndreas Steffen2016-03-241-5/+5
* stroke: Correctly print IKE SPIs stored in network orderTobias Brunner2016-03-041-2/+4
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-031-3/+2
* stroke: List DH groups for CHILD_SA proposalsTobias Brunner2015-12-211-23/+19
* Refactored certificate management for the vici and stroke interfaces5.4.0dr1Andreas Steffen2015-12-121-128/+29
* Standardized printing of certificate informationAndreas Steffen2015-12-111-445/+68
* traffic-selector: Don't end printf'ed list of traffic selectors with a spaceTobias Brunner2015-11-101-3/+3
* ike: Only consider number of half-open SAs as responder when deciding whether...Tobias Brunner2015-08-271-1/+1
* child-sa: Add a new state to track rekeyed IKEv1 CHILD_SAsTobias Brunner2015-03-251-1/+2
* stroke: Use %u to print stats returned by mallinfo(3)Tobias Brunner2015-03-131-1/+1
* stroke: List CHILD_SA unique ID as the primary identifier, but print reqid, tooMartin Willi2015-02-201-5/+6
* stroke: Fix memory leak when printing unknown AC group OIDsTobias Brunner2014-04-091-0/+1
* x509: Replace fixed acert group string getter by a more dynamic group enumeratorMartin Willi2014-03-311-16/+68
* stroke: List proposals in statusall without leading '/' in AH SAsMartin Willi2013-10-111-1/+7
* ike: support multiple addresses, ranges and subnets in IKE address configMartin Willi2013-09-041-3/+2
* ike-cfg: remove the to be obsoleted allow any parameter in get_my/other_addrMartin Willi2013-09-041-4/+2
* stroke: stop enumerating IKE_SAs in statusall if output stream gets closedMartin Willi2013-08-231-1/+1
* child-sa: replace get_traffic_selectors() with create_ts_enumerator()Martin Willi2013-07-171-3/+10
* Refactored plugin-loader with improved dependency resolutionTobias Brunner2013-06-111-0/+1
* enforce singular of packetsAndreas Steffen2013-03-221-4/+6
* Algorithms are not really specific to an IKE versionTobias Brunner2013-03-181-1/+1
* Report the number of processed packets in "ipsec statusall"Martin Willi2013-03-141-5/+9
* child_sa_t.get_usestats() can additionally return the number of processed pac...Martin Willi2013-03-141-3/+2
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Made IP address enumeration more flexibleTobias Brunner2012-09-211-1/+1
* Don't ignore loopback devices and allow addresses on them being enumeratedTobias Brunner2012-09-211-1/+1
* Don't add ANY identity constraint to auth config, as XAuth rounds don't use oneMartin Willi2012-07-261-2/+7
* Show some uname() info in "ipsec statusall"Martin Willi2012-06-281-3/+10
* Show remote EAP/XAuth identity in "statusall" on a separate lineMartin Willi2012-06-271-1/+12
* Show EAP/XAuth identity in "ipsec status", if availableMartin Willi2012-06-251-1/+1
* Show what kind of *Swan we run in "ipsec status"Martin Willi2012-06-141-3/+16
* implemented the right|leftallowany featureAndreas Steffen2012-06-081-3/+9
* Show expiration time of rekeyed CHILD_SAs in statusallMartin Willi2012-06-051-1/+6
* list IKEv1 Aggressive Mode in ipsec statusallAndreas Steffen2012-05-231-2/+9
* List registered nonce generators in statusall output.Tobias Brunner2012-05-181-2/+18
* display (soft) same as (not loaded)Andreas Steffen2012-05-031-1/+1
* charon is now an IKE daemonAndreas Steffen2012-05-031-1/+1
* Merge branch 'ikev1'Martin Willi2012-05-021-17/+26
|\
| * Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-201-17/+26
| |\
| | * Accept NULL auth_cfg_t passed to credential_manager_t.get_private()Martin Willi2012-03-201-4/+1
| | * Show IKE version in ipsec statusallMartin Willi2012-03-201-1/+2
| | * Pass IKE version to peer config enumerator, filter configsMartin Willi2012-03-201-3/+4
| | * Added support for iKEIntermediate X.509 extended key usage flag.Tobias Brunner2012-03-201-2/+2
| | * Be a little more verbose about XAuth configs in ipsec statusallMartin Willi2012-03-201-5/+16
| | * Do not ignore configs for IKEv1 in charon anymoreMartin Willi2012-03-201-2/+1
| | * Use enum to define IKE version on peer_cfg_t.Tobias Brunner2012-03-201-1/+1
* | | output validity of raw public key if availableAndreas Steffen2012-04-301-2/+34
* | | added support for raw RSA public keys to strokeAndreas Steffen2012-04-301-0/+5
* | | remove leading zero in ASN.1 encoded serial numbersAndreas Steffen2012-04-051-2/+2
* | | moved chunk_skip_zero to chunk.hAndreas Steffen2012-04-031-2/+3
|/ /