aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon-nm
Commit message (Expand)AuthorAgeFilesLines
* 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
* Reload logger configuration on SIGHUPTobias Brunner2012-10-181-23/+5
* Make syslog and file loggers configurable at runtimeTobias Brunner2012-10-181-1/+1
* Make streq() and strcaseeq() static inline functions so they can be used as c...Tobias Brunner2012-09-211-1/+1
* Use random ports in NetworkManager backendTobias Brunner2012-09-181-0/+4
* Use AUTH_RULE_IDENTITY_LOOSE in NetworkManager backendTobias Brunner2012-09-181-1/+3
* Pass a list instead of a single virtual IP to attribute enumeratorsMartin Willi2012-08-301-7/+9
* 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
* Proper fallback if capability dropping is not availableTobias Brunner2012-07-271-0/+2
* Refactored heavily #ifdefd capability code to its own libstrongswan classMartin Willi2012-07-042-55/+7
* Add charon-nm to .gitignoreMartin Willi2012-07-031-0/+1
* Pass "lo" as faked tundev to NM, as it now needs a valid interface since 0.9Martin Willi2012-06-291-3/+4
* Use static plugin features in libcharon to define essential dependenciesTobias Brunner2012-06-271-0/+1
* Use static plugin features in charon-nmTobias Brunner2012-06-273-22/+37
* Centralized thread cancellation in processor_tTobias Brunner2012-06-251-10/+18
* implemented the right|leftallowany featureAndreas Steffen2012-06-081-2/+2
* make IKEv1 DPD timeout configurable in charonAndreas Steffen2012-05-171-1/+2
* Store the name of the binary using libcharon to enable specific settings.Tobias Brunner2012-05-031-1/+1
* Integrate nm plugin directly in charon-nm.Tobias Brunner2012-05-0310-4/+1808
* Added a small libcharon wrapper intended to directly host the nm plugin.Tobias Brunner2012-05-032-0/+328