OpenVPN 3 Core Library
|
#include <cstdlib>
#include <windows.h>
#include <sddl.h>
#include <aclapi.h>
#include <openvpn/common/exception.hpp>
#include <openvpn/common/hexstr.hpp>
#include <openvpn/buffer/buffer.hpp>
#include <openvpn/win/winerr.hpp>
#include <openvpn/win/scoped_handle.hpp>
#include <openvpn/win/secattr.hpp>
Go to the source code of this file.
Classes | |
struct | openvpn::Win::NamedPipeImpersonate |
struct | openvpn::Win::NamedPipePeerInfo |
struct | openvpn::Win::NamedPipePeerInfoCS |
struct | openvpn::Win::NamedPipePeerInfoClient |
struct | openvpn::Win::NamedPipePeerInfoServer |
Namespaces | |
namespace | openvpn |
Support deferred server-side state creation when client connects. | |
namespace | openvpn::Win |