aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* PB-TNC Client sends empty CLOSE batch only in DECIDED stateAndreas Steffen2012-07-111-10/+23
* have_recommendation() accepts NULL argumentsAndreas Steffen2012-07-111-4/+12
* send empty SDATA batch if no recommendation is available yet, but in order to...Andreas Steffen2012-07-114-3/+58
* moved batch size calculation into pb_tnc_batch_tAndreas Steffen2012-07-114-31/+50
* make maximum PB-TNC batch size configurableAndreas Steffen2012-07-111-2/+11
* limit the size of a PB-TNC batch to the maximum EAP-TNC packet sizeAndreas Steffen2012-07-1110-88/+134
* eliminate message length field in EAP-TNCAndreas Steffen2012-07-112-2/+2
* due to single fragment, total length does not have to be includedAndreas Steffen2012-07-111-3/+1
* EAP-TNC does not support fragmentationAndreas Steffen2012-07-111-12/+14
* Refactored heavily #ifdefd capability code to its own libstrongswan classMartin Willi2012-07-047-7/+13
* IMCs and IMVs might depend on X.509 certificates or trusted public keysAndreas Steffen2012-06-282-0/+4
* 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
* Make rescheduling a job more predictableTobias Brunner2012-06-251-6/+1
* Centralized thread cancellation in processor_tTobias Brunner2012-06-2514-150/+68
* Show EAP/XAuth identity in "ipsec status", if availableMartin Willi2012-06-251-1/+1
* Fixed compile error because of charon->name in certexpire plugin.Tobias Brunner2012-06-211-0/+1
* Select requested virtual IP family based on remote TS, if no local TS availableMartin Willi2012-06-201-1/+12
* Show what kind of *Swan we run in "ipsec status"Martin Willi2012-06-141-3/+16
* Use proper defines for IPV6_PKTINFO on Mac OS X Lion and newer.Tobias Brunner2012-06-131-0/+2
* Added signature scheme options left/rightauthMartin Willi2012-06-121-11/+99
* certificate_t->issued_by takes an argument to receive signature schemeMartin Willi2012-06-122-3/+3
* added missing parameter in get_my_addr() and get_other_addr() callsAndreas Steffen2012-06-091-2/+4
* implemented the right|leftallowany featureAndreas Steffen2012-06-0810-23/+41
* 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
* whitelist: Make sure listed IDs are null-terminated.Tobias Brunner2012-05-181-0/+1
* List registered nonce generators in statusall output.Tobias Brunner2012-05-181-2/+18
* make IKEv1 DPD timeout configurable in charonAndreas Steffen2012-05-1710-11/+28
* Register load-tester faked kernel interface before other kernel interfacesMartin Willi2012-05-141-8/+9
* Load tester can enforce a local IP to useMartin Willi2012-05-141-2/+9
* Add plugin features support to load-tester pluginMartin Willi2012-05-141-48/+76
* Fixed #include in tnc-ifmap plugin.Tobias Brunner2012-05-071-0/+1
* missing references to daemon.hAndreas Steffen2012-05-054-0/+6
* fixed feature dependencies for CERT_TRUSTED_PUBKEYAndreas Steffen2012-05-051-0/+2
* Use name from initialization to access settings in libcharon.Tobias Brunner2012-05-0343-183/+236
* Integrate nm plugin directly in charon-nm.Tobias Brunner2012-05-039-1812/+0
* display (soft) same as (not loaded)Andreas Steffen2012-05-031-1/+1
* charon is now an IKE daemonAndreas Steffen2012-05-031-1/+1
* stroke plugin sdepends on building CERT_ANY certificatesMartin Willi2012-05-031-0/+1
* updated tnc-pdp plugin for 5.0.0Andreas Steffen2012-05-023-4/+4
* Loggers specify what log messages they want to receive during registration.Tobias Brunner2012-05-025-32/+42
* Ensure that multi-line log messages are not torn apart.Tobias Brunner2012-05-021-1/+10
* Use a separate interface for loggers.Tobias Brunner2012-05-026-22/+20
* Add plugin features support to stroke pluginMartin Willi2012-05-021-7/+34
* Merge branch 'ikev1'Martin Willi2012-05-0253-210/+1372
|\
| * Fixed Android null terminated password fixup in xauth-eapMartin Willi2012-04-261-2/+2
| * Fix null-terminated XAuth passwords, as sent by Android 4Martin Willi2012-03-222-0/+8
| * Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-2053-210/+1364
| |\
| | * Store the major IKE version on ike_sa_id_t.Tobias Brunner2012-03-202-3/+6