aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon-nm/nm/nm_service.c
Commit message (Expand)AuthorAgeFilesLines
* ike: Add an additional but separate AEAD proposal to CHILD configMartin Willi2014-05-161-0/+1
* ike: Add an additional but separate AEAD proposal to IKE config, if supportedMartin Willi2014-05-161-0/+1
* nm: Fix NULL-pointer dereference when handling TUN device failureTobias Brunner2014-04-091-1/+0
* charon-nm: No additional secrets are required once a password has been enteredTobias Brunner2014-03-181-0/+4
* nm: Handle PSK option in NM backendTobias Brunner2013-11-271-4/+12
* ike: support multiple addresses, ranges and subnets in IKE address configMartin Willi2013-09-041-2/+2
* peer-cfg: add a pull/push mode option to use with mode configMartin Willi2013-09-041-1/+1
* charon-nm: Prevent NM from changing the default routeTobias Brunner2013-03-191-0/+8
* charon-nm: Use VIP (if any) as local addressTobias Brunner2013-03-191-1/+10
* charon-nm: Pass a dummy TUN device to NetworkManagerTobias Brunner2013-03-191-5/+37
* Add a DSCP configuration value to IKE configsMartin Willi2013-02-061-2/+1
* Added an option that allows to force IKEv1 fragmentationTobias Brunner2013-01-121-1/+2
* Use a connection specific option to en-/disable IKEv1 fragmentationTobias Brunner2012-12-241-1/+1
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-241-1/+1
* Remove version argument on peer_cfg constructor, use ike_cfg version insteadMartin Willi2012-10-241-1/+1
* Add IKE version information to ike_cfg_tMartin Willi2012-10-241-1/+1
* Make streq() and strcaseeq() static inline functions so they can be used as c...Tobias Brunner2012-09-211-1/+1
* Use AUTH_RULE_IDENTITY_LOOSE in NetworkManager backendTobias Brunner2012-09-181-1/+3
* Support multiple address pools configured on a peer_cfgMartin Willi2012-08-301-1/+1
* Support multiple virtual IPs on peer_cfg and ike_sa classesMartin Willi2012-08-301-1/+4
* Replaced usages of CHARON_*_PORT with calls to get_port().Tobias Brunner2012-08-081-1/+2
* Make the UDP ports charon listens for packets on (and uses as source ports) c...Tobias Brunner2012-08-081-1/+1
* Pass "lo" as faked tundev to NM, as it now needs a valid interface since 0.9Martin Willi2012-06-291-3/+4
* implemented the right|leftallowany featureAndreas Steffen2012-06-081-2/+2
* make IKEv1 DPD timeout configurable in charonAndreas Steffen2012-05-171-1/+2
* Integrate nm plugin directly in charon-nm.Tobias Brunner2012-05-031-0/+712