aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/dco.c
AgeCommit message (Expand)Author
2023-09-26Remove all traces of the previous MSVC build systemFrank Lichtenheld
2023-09-10dco: fix crash when --multihome is used with --proto tcpAntonio Quartulli
2023-03-13dco: don't use NetLink to exchange control packetsAntonio Quartulli
2023-02-27Avoid management log loop with verb >= 6Lev Stipakov
2023-01-10Update copyright year to 2023Frank Lichtenheld
2022-12-25Move dco_installed back to link_socket from link_socket.info.actualArne Schwabe
2022-12-14Set DCO_NOT_INSTALLED also for keys not in the get_key_scan rangeArne Schwabe
2022-12-14Trigger a USR1 if dco_update_keys failsArne Schwabe
2022-12-14Improve debug logging of DCO swap key message and Linux dco_new_peerArne Schwabe
2022-12-12Disable DCO when TLS mode is not usedArne Schwabe
2022-12-07disable DCO if --secret is specifiedAntonio Quartulli
2022-12-01dco: disable dco on Windows if --remote is not definedLev Stipakov
2022-12-01Allow reconnecting in p2p mode work under FreeBSDArne Schwabe
2022-11-27Use dedicated multi->dco_peer_id for DCO instead of multi->peer_idArne Schwabe
2022-11-24Move dco_installed from sock->info to sock->info.lsa.actualArne Schwabe
2022-09-20dco-win: support for --persist-tunLev Stipakov
2022-09-16Use DCO on Windows by defaultLev Stipakov
2022-09-11dco.c: check certain options only on startupLev Stipakov
2022-08-25DCO: require valid netbits setting for non-primary iroutes.Gert Doering
2022-08-25dco-win: implement ovpn-dco support in P2P Windows code pathAntonio Quartulli
2022-08-20Support creating iroute route entries on FreeBSDKristof Provost
2022-08-19dco-win: check for incompatible optionsAntonio Quartulli
2022-08-18dco-win: introduce low-level code for handling ovpn-dco-win in WindowsAntonio Quartulli
2022-08-18dco: move availability check to the end of check_option_conflict() functionAntonio Quartulli
2022-08-18dco: turn platform config checks into separate functionTimo Rothenpieler
2022-08-17dco: don't pass VPN IPs to NEW_PEER API in P2P modeAntonio Quartulli
2022-08-17dco: disable DCO if --user specified but unable to retain capabilitiesTimo Rothenpieler
2022-08-14dco: properly name variablesAntonio Quartulli
2022-08-13ovpn-dco: introduce FreeBSD data-channel offload supportKristof Provost
2022-08-07dco: turn supported ciphers list into a functionAntonio Quartulli
2022-08-07dco: disable DCO if --allow-compress yes/asym was specifiedAntonio Quartulli
2022-08-05dco: implement dco support for p2mp/server code pathAntonio Quartulli
2022-08-04dco: implement dco support for p2p/client code pathAntonio Quartulli
2022-08-04dco: check that pulled options are compatibleAntonio Quartulli
2022-08-03dco: periodically check and possibly rotate/delete keysAntonio Quartulli
2022-08-01disable DCO if no --dev was specifiedAntonio Quartulli
2022-08-01dco: configure keys in DCO right after generating themAntonio Quartulli
2022-07-19dco: add option check - disable DCO if conflict is detectedAntonio Quartulli