|
OpenVPN 3 Core Library
|
#include <iostream>#include <string>#include <vector>#include <memory>#include <utility>#include <openvpn/io/io.hpp>#include <openvpn/common/stringize.hpp>#include <openvpn/log/logbase.hpp>#include <openvpn/common/exception.hpp>#include <openvpn/common/size.hpp>#include <openvpn/common/string.hpp>#include <openvpn/common/rc.hpp>#include <openvpn/common/path.hpp>#include <openvpn/common/file.hpp>#include <openvpn/common/splitlines.hpp>#include <openvpn/common/wstring.hpp>#include <openvpn/log/logbasesimple.hpp>#include <openvpn/buffer/buflist.hpp>#include <openvpn/buffer/bufhex.hpp>#include <openvpn/init/initprocess.hpp>#include <openvpn/ssl/sslchoose.hpp>#include <openvpn/ws/httpserv.hpp>#include <openvpn/win/winerr.hpp>#include <openvpn/client/win/agentconfig.hpp>#include <openvpn/win/scoped_handle.hpp>#include <openvpn/win/winsvc.hpp>#include <openvpn/win/logfile.hpp>#include <openvpn/tun/win/client/tunsetup.hpp>#include <openvpn/win/npinfo.hpp>#include <openvpn/win/handlecomm.hpp>#include <openvpn/win/cancelable_handle.hpp>Go to the source code of this file.
Classes | |
| struct | MyConfig |
| class | MySessionStats |
| class | MyListener |
| class | MyClientInstance |
| class | MyClientFactory |
| class | MyService |
Macros | |
| #define | HTTP_SERVER_VERSION "0.1.0" |
| #define | OVPNAGENT_NAME_STRING "ovpnagent" |
Functions | |
| void | log_version () |
| OPENVPN_SIMPLE_EXCEPTION (usage) | |
| int | main (int argc, char *argv[]) |
| #define HTTP_SERVER_VERSION "0.1.0" |
Definition at line 27 of file ovpnagent.cpp.
| #define OVPNAGENT_NAME_STRING "ovpnagent" |
Definition at line 35 of file ovpnagent.cpp.
| void log_version | ( | ) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 981 of file ovpnagent.cpp.
| OPENVPN_SIMPLE_EXCEPTION | ( | usage | ) |