mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-02-22 00:00:06 +08:00
275cf80efb mac/tuncli: Don't take address of temporary error. 1406187bfc tun/win/tunutil: Don't auto& a temporary iterator. fe7f984c5d ip/ping6: Use _WIN32, not _MSC_VER (to fix MinGW). 03a906771e win: add OpenSSL as solution configuration 89cc11b300 win: enable building Windows client with OpenSSL febb24e7d9 openssl/compat.hpp: remove functions already defined in OpenSSL 0833eb1f76 linux/tunsetup: Fix missing asio/errinfo declaration d54b742910 linux: Improve cpu_time() using glibc/kernel methods a55fe2b554 tests: Added unit test for linux/cputime.hpp e33a00e6de [OVPN3-431] agent: Wintun support for agent 42592eb1b1 appveyor: initial commit 3e3f2078e6 win: rename env var in project file a2496a3616 Wintun: experimental support 58a7866b45 build script: added OPENSSL_DIST parameter to specify a custom OpenSSL build 288ea0277e OpenSSLContext: SSL_CTX_set_ecdh_auto() becomes a no-op in OpenSSL 1.1, so #ifdef out to avoid compiler warnings 3ef5059fa6 TLSSessionTicketBase: removed the ERROR symbol from a local enum in case it conflicts with a global preprocessor symbol 3364ed76b8 TLSSessionTicketBase: removed trailing comma from Status enum 025c7bad88 mbedtls/sslctx: Fix missing override in virtual methods 6cb3243681 mbedTLS: ssl() method accepting hostname should check if it is null ca31da7d28 bio_memq_stream.hpp: fixed multi-thread race (introduced with OpenSSL 1.1 support) using init_static() approach 2deb402223 OpenSSLContext::tls_ticket_key_callback: get self with SSL_get_ex_data instead of ssl->ctx->app_verify_arg eec139a100 MSF::find: renamed template type names to avoid conflict with preprocessor symbol (ITER) in test/ssl/proto.cpp 1024d37f33 str_neq: fixed bug where neq was not initialized c00b6f6302 Listen::List: refactored and extended expand_ports() 448c549a0b cpu_time(): added bool thread parameter to return CPU time of current thread (instead of process) 868801d7d9 Linux library: added cpu_time() method to return the CPU time of the current process 964d2cd428 SSL layer: added did_full_handshake() method and implemented for OpenSSL dd18d6c806 crypto::str_neq: use atomic_thread_fence(std::memory_order_acq_rel) instead of OPENVPN_COMPILER_FENCE 6a30af9528 OpenSSLSessionCache: use map instead of unordered_map 3ecbcbc81b OptionList: fixed compile errors that occur when get_num<T>() is used with a const type 72e9f858e4 SSL: added SSLConst::PEER_CERT_OPTIONAL flag and implemented for OpenSSL 33f15c8840 OpenSSL: use OPENSSL_VERSION_NUMBER instead of SSLEAY_VERSION_NUMBER cadb712ea9 ProfileMerge: added "static-key" to is_fileref_directive() 85befa316a TLS session tickets: work around an issue in OpenSSL session ticket keying callback f43c4c1440 TLSSessionTicketBase: misc fixes/enhancements c5f4d59d39 OpenSSLContext: added missing X509_free() to rebuild_authcert() 658fcc50eb OptionList: added get_num methods with min/max but no default 162eeaa485 SSL layer: added RFC 5077 TLS session resumption ticket support e0a821ddd6 OpenSSLContext: use C++11 member initializers 1ea5acce3c OpenSSLContext: minor changes to handshake_details() 74c0a4f995 string: added copy_fill() method 3e5921c06d AuthCert: added is_uninitialized() method 3d6b6b2319 library: added convenience method MSF::find() for maps/sets 18f5f4d1b5 SSLConfigAPI: remove set_enable_renegotiation() 18dcfd616c Added crypto::str_neq() function for securely comparing variable-length strings 4fc5725b9e RunContext: added get_servers() method ae22f155fd server: determine when server-side session ID should be preserved on soon-to-be-closed connections 5e34759d50 client: HALT/RESTART message was not properly purging the Session ID when required e1647eb407 Fix builds with GCC 4.8 compilers b55f78dd1d test_sitnl.cpp: account for old iptools output 236d39258b Allow overriding DEP_DIR by environment variable d56e049ea4 Refactor dependencies to be in a cmake script e9dc75ec90 sitnl: add unit tests faad8454be sitnl: pick the best gw by longest prefix and lowest metric dfcc4bc437 [OVPN3-354] cli.cpp: support for round-robin DNS and redirect gw 8a502f3b61 [OVPN3-354] tun linux: support for round-robin DNS and redirect gw c9315c7dc1 gwnetlink.hpp: specify destination when looking for gateway 89f091daf0 sitnl: implement interface filtering when looking for gateway 220de072a2 sitnl: support for multipart messages 5771dfc0ee transport: remove ip_hole_punch API d448b4a7db tun/builder/client.hpp: use "override" method specifier d85e92621d Make reproducible builds possible 7150f72e09 tun: remove code duplications in Linux tun implementations 8112f0cd7c [OVPN3-378] cli: support for TunBuilder API 6f0e9f6388 Fix Asio 0003 patch. 964662bacb Add /bigobj to build.py 74e40a8907 Upgrade ASIO to 0.13.0 a2713ce1f6 PureTLS: enable SNI by default when configuring client 19a44dbdda Merge branch 'qa' a5fdf43726 InitProcess: comment clarification that crypto_init declaration causes SSL library init when instantiated dec3bc140e OpenSSL: Revert a commit that breaks OpenSSL initialization 16a4e3d4a7 [OVPN3-405] asio: A quick fix for incorrect error message encoding aa785c30c1 Fix Base64::UCharWrap compiler warnings 51a1469e6b Merge various fixes 218cfa39cb Explicitly disable TAP support when parsing configurations 3a0e768ecd Explicitly disable any potential TAP support aba98471fc Fix base64 unit test with mbedtls and windows 9f84174f0b Add unit tests for Base64 017bc545ce Add base64 decode for void* data 452a353b2d Fix lzo build script to use it as dependency for the unit tests dfdd528dc1 Convert unit test to Googletest bd9ee482e6 Add copyright header to test_comp 059f20f2b2 Move compression unit test from common to core repository 5a024cde5c Added Snappy corpus for testing compression/decompression. ec4d400933 Add compatibility functions for OpenSSL 1.1.0 9768562a01 OpenSSL 1.1: Add argument to external sign to specify algorithm 1bbd2cc78c OpenSSL 1.1: Replace RSA_F_RSA_EAY_PRIVATE_ENCRYPT with Openssl variant c959a3cff0 OpenSSL 1.1: Replace remaining direct access to members 4307f024ca OpenSSL 1.1: And missing remaining compat implementations 3385c45151 OpenSSL 1.1: Use opaque pointer for HMAC_CTX f29453f4ca OpenSSL 1.1: Add compat includes for HMAC c107a1f6ab OpenSSL 1.1: Remove support for OpenSSL older than 1.0.0 024a10adc2 OpenSSL 1.1: Use EVP_MD_ctx as opaque pointer 35d82906c4 OpenSSL 1.1: Change EVP_CIPHER ctx field to pointer ebf4b7e87d OpenSSL 1.1: Use X509_digest to get certificate digest 7d3e5d02f2 OpenSSL 1.1: Use SSL_get_ex_data instead of direct access 8717f822ca OpenSSL 1.1: Replace ctx->current with X509_STORE_CTX_get_current_cert 67fbe1ab3f OpenSSL 1.1: Use X509_check_purpose to check certificate types 7b5a92d58e OpenSSL 1.1: Change OpenSSL TLS version logic to match mbed TLS c28b7d1893 OpenSSL 1.1: Adjust default OpenSSL cipher suites f108044a09 OpenSSL 1.1: Add defines for TLS 1.3 in tlsver.hpp ee1308b505 OpenSSL 1.1: Replace initialisation of RSA_meth with access method 905d681af1 OpenSSL 1.1: Use standard tls methods cf28e4600c OpenSSL 1.1: Change BIO wrappers around to use access methods 5e6571163d OpenSSL 1.1: Implement compat methods for new BIO methods in 1.0.2 8837539a73 Use std::nothrow as argument for new e6ec025932 Merge branch 'qa' 752a38c067 [OVPN3-397] size.hpp: wrap typedef in guards d4e50f8c54 Merge branch 'qa' d8d14e1991 [UCONNECT-1027] implement ResolveThread and ensure it is properly detachable 525a9a88a6 Merge branch qa 30ea53cb92 Replace custom memcpy implementation de7c672ee7 Workaround for compiler bug in memneq 84fcecd5e7 Fix missing override annotation in udp/tcp/httpcli 1a3a69a496 [UCONNECT-1027] use one AsioWork object for the whole pre-resolve opertation c4cbf93f9b Revert "[UCONNECT-1027] remotelist: create standalone object for resolve thread" 6ef089164e Allow unit tests to be also compiled with mbed TLS and on Windows 7c67bf7f50 Add unit tests for route emulation and establish common test suite 64a7b2f124 Add build file for core unit tests 0a0d080a49 Implement allowing local LAN access 2105b4b7c0 Fix Android route exclusion emulation git-subtree-dir: Sources/OpenVPNAdapter/Libraries/Vendors/openvpn git-subtree-split: 275cf80efb7a08adc920f7ca49075c776e596b08
623 lines
15 KiB
C++
623 lines
15 KiB
C++
// OpenVPN -- An application to securely tunnel IP networks
|
|
// over a single port, with support for SSL/TLS-based
|
|
// session authentication and key exchange,
|
|
// packet encryption, packet authentication, and
|
|
// packet compression.
|
|
//
|
|
// Copyright (C) 2012-2017 OpenVPN Inc.
|
|
//
|
|
// This program is free software: you can redistribute it and/or modify
|
|
// it under the terms of the GNU Affero General Public License Version 3
|
|
// as published by the Free Software Foundation.
|
|
//
|
|
// This program is distributed in the hope that it will be useful,
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
// GNU Affero General Public License for more details.
|
|
//
|
|
// You should have received a copy of the GNU Affero General Public License
|
|
// along with this program in the COPYING file.
|
|
// If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
// General purpose string-manipulation functions.
|
|
|
|
#ifndef OPENVPN_COMMON_STRING_H
|
|
#define OPENVPN_COMMON_STRING_H
|
|
|
|
#include <string>
|
|
#include <vector>
|
|
#include <cstring>
|
|
#include <cctype>
|
|
#include <algorithm>
|
|
|
|
#include <openvpn/common/platform.hpp>
|
|
#include <openvpn/common/size.hpp>
|
|
|
|
namespace openvpn {
|
|
namespace string {
|
|
// case insensitive compare functions
|
|
|
|
inline int strcasecmp(const char *s1, const char *s2)
|
|
{
|
|
#ifdef OPENVPN_PLATFORM_WIN
|
|
return ::_stricmp(s1, s2);
|
|
#else
|
|
return ::strcasecmp(s1, s2);
|
|
#endif
|
|
}
|
|
|
|
inline int strcasecmp(const std::string& s1, const char *s2)
|
|
{
|
|
return strcasecmp(s1.c_str(), s2);
|
|
}
|
|
|
|
inline int strcasecmp(const char *s1, const std::string& s2)
|
|
{
|
|
return strcasecmp(s1, s2.c_str());
|
|
}
|
|
|
|
inline int strcasecmp(const std::string& s1, const std::string& s2)
|
|
{
|
|
return strcasecmp(s1.c_str(), s2.c_str());
|
|
}
|
|
|
|
// Like strncpy but makes sure dest is always null terminated
|
|
inline void strncpynt (char *dest, const char *src, size_t maxlen)
|
|
{
|
|
strncpy (dest, src, maxlen);
|
|
if (maxlen > 0)
|
|
dest[maxlen - 1] = 0;
|
|
}
|
|
|
|
// Copy string to dest, make sure dest is always null terminated,
|
|
// and fill out trailing chars in dest with '\0' up to dest_size.
|
|
inline void copy_fill (void *dest, const std::string& src, const size_t dest_size)
|
|
{
|
|
if (dest_size > 0)
|
|
{
|
|
const size_t ncopy = std::min(dest_size - 1, src.length());
|
|
std::memcpy(dest, src.c_str(), ncopy);
|
|
std::memset(static_cast<unsigned char *>(dest) + ncopy, 0, dest_size - ncopy);
|
|
}
|
|
}
|
|
|
|
inline bool is_true(const std::string& str)
|
|
{
|
|
return str == "1" || !strcasecmp(str.c_str(), "true");
|
|
}
|
|
|
|
inline bool starts_with(const std::string& str, const std::string& prefix)
|
|
{
|
|
const size_t len = str.length();
|
|
const size_t plen = prefix.length();
|
|
if (plen <= len)
|
|
return std::memcmp(str.c_str(), prefix.c_str(), plen) == 0;
|
|
else
|
|
return false;
|
|
}
|
|
|
|
inline bool starts_with(const std::string& str, const char *prefix)
|
|
{
|
|
const size_t len = str.length();
|
|
const size_t plen = std::strlen(prefix);
|
|
if (plen <= len)
|
|
return std::memcmp(str.c_str(), prefix, plen) == 0;
|
|
else
|
|
return false;
|
|
}
|
|
|
|
inline bool ends_with(const std::string& str, const std::string& suffix)
|
|
{
|
|
const size_t len = str.length();
|
|
const size_t slen = suffix.length();
|
|
if (slen <= len)
|
|
return std::memcmp(str.c_str() + (len-slen), suffix.c_str(), slen) == 0;
|
|
else
|
|
return false;
|
|
}
|
|
|
|
inline bool ends_with(const std::string& str, const char *suffix)
|
|
{
|
|
const size_t len = str.length();
|
|
const size_t slen = std::strlen(suffix);
|
|
if (slen <= len)
|
|
return std::memcmp(str.c_str() + (len-slen), suffix, slen) == 0;
|
|
else
|
|
return false;
|
|
}
|
|
|
|
// return true if string ends with char c
|
|
inline bool ends_with(const std::string& str, const char c)
|
|
{
|
|
return str.length() && str.back() == c;
|
|
}
|
|
|
|
// return true if string ends with a newline
|
|
inline bool ends_with_newline(const std::string& str)
|
|
{
|
|
return ends_with(str, '\n');
|
|
}
|
|
|
|
// return true if string ends with a CR or LF
|
|
inline bool ends_with_crlf(const std::string& str)
|
|
{
|
|
if (str.length())
|
|
{
|
|
const char c = str.back();
|
|
return c == '\n' || c == '\r';
|
|
}
|
|
else
|
|
return false;
|
|
}
|
|
|
|
// make sure that string ends with char c, if not append it
|
|
inline std::string add_trailing_copy(const std::string& str, const char c)
|
|
{
|
|
if (ends_with(str, c))
|
|
return str;
|
|
else
|
|
return str + c;
|
|
}
|
|
|
|
// make sure that string ends with char c, if not append it
|
|
inline void add_trailing(std::string& str, const char c)
|
|
{
|
|
if (!ends_with(str, c))
|
|
str += c;
|
|
}
|
|
|
|
// make sure that string ends with CRLF, if not append it
|
|
inline void add_trailing_crlf(std::string& str)
|
|
{
|
|
if (ends_with(str, "\r\n"))
|
|
;
|
|
else if (ends_with(str, '\r'))
|
|
str += '\n';
|
|
else if (ends_with(str, '\n'))
|
|
{
|
|
str.pop_back();
|
|
str += "\r\n";
|
|
}
|
|
else
|
|
str += "\r\n";
|
|
}
|
|
|
|
// make sure that string ends with CRLF, if not append it
|
|
inline std::string add_trailing_crlf_copy(std::string str)
|
|
{
|
|
add_trailing_crlf(str);
|
|
return str;
|
|
}
|
|
|
|
// make sure that string ends with char c, if not append it (unless the string is empty)
|
|
inline std::string add_trailing_unless_empty_copy(const std::string& str, const char c)
|
|
{
|
|
if (str.empty() || ends_with(str, c))
|
|
return str;
|
|
else
|
|
return str + c;
|
|
}
|
|
|
|
// remove trailing \r or \n chars
|
|
inline void trim_crlf(std::string& str)
|
|
{
|
|
while (ends_with_crlf(str))
|
|
str.pop_back();
|
|
}
|
|
|
|
// remove trailing \r or \n chars
|
|
inline std::string trim_crlf_copy(std::string str)
|
|
{
|
|
trim_crlf(str);
|
|
return str;
|
|
}
|
|
|
|
// return true if str of size len contains an embedded null
|
|
inline bool embedded_null(const char *str, size_t len)
|
|
{
|
|
while (len--)
|
|
if (!*str++)
|
|
return true;
|
|
return false;
|
|
}
|
|
|
|
// return the length of a string, omitting trailing nulls
|
|
inline size_t len_without_trailing_nulls(const char *str, size_t len)
|
|
{
|
|
while (len > 0 && str[len-1] == '\0')
|
|
--len;
|
|
return len;
|
|
}
|
|
|
|
// return true if string contains at least one newline
|
|
inline bool is_multiline(const std::string& str)
|
|
{
|
|
return str.find_first_of('\n') != std::string::npos;
|
|
}
|
|
|
|
// return the first line (without newline) of a multi-line string
|
|
inline std::string first_line(const std::string& str)
|
|
{
|
|
const size_t pos = str.find_first_of('\n');
|
|
if (pos != std::string::npos)
|
|
return str.substr(0, pos);
|
|
else
|
|
return str;
|
|
}
|
|
|
|
// Define a common interpretation of what constitutes a space character.
|
|
// Return true if c is a space char.
|
|
inline bool is_space(const char c)
|
|
{
|
|
return std::isspace(static_cast<unsigned char>(c)) != 0;
|
|
}
|
|
|
|
inline bool is_digit(const char c)
|
|
{
|
|
return std::isdigit(static_cast<unsigned char>(c)) != 0;
|
|
}
|
|
|
|
inline bool is_alpha(const char c)
|
|
{
|
|
return std::isalpha(static_cast<unsigned char>(c)) != 0;
|
|
}
|
|
|
|
inline bool is_alphanumeric(const char c)
|
|
{
|
|
return std::isalnum(static_cast<unsigned char>(c)) != 0;
|
|
}
|
|
|
|
inline bool is_printable(const char c)
|
|
{
|
|
return std::isprint(static_cast<unsigned char>(c)) != 0;
|
|
}
|
|
|
|
inline bool is_printable(const unsigned char c)
|
|
{
|
|
return std::isprint(c) != 0;
|
|
}
|
|
|
|
inline bool is_ctrl(const char c)
|
|
{
|
|
return std::iscntrl(static_cast<unsigned char>(c)) != 0;
|
|
}
|
|
|
|
inline bool is_ctrl(const unsigned char c)
|
|
{
|
|
return std::iscntrl(c) != 0;
|
|
}
|
|
|
|
// return true if string conforms to regex \w*
|
|
inline bool is_word(const std::string& str)
|
|
{
|
|
for (auto &c : str)
|
|
if (!(is_alphanumeric(c) || c == '_'))
|
|
return false;
|
|
return true;
|
|
}
|
|
|
|
// return true if all string characters are printable (or if string is empty)
|
|
inline bool is_printable(const std::string& str)
|
|
{
|
|
for (auto &c : str)
|
|
if (!is_printable(c))
|
|
return false;
|
|
return true;
|
|
}
|
|
|
|
// return true if str contains at least one non-space control char
|
|
inline bool contains_non_space_ctrl(const std::string& str)
|
|
{
|
|
for (auto &c : str)
|
|
if ((!is_space(c) && is_ctrl(c)) || c == 127)
|
|
return true;
|
|
return false;
|
|
}
|
|
|
|
// return true if str contains at least one space char
|
|
inline bool contains_space(const std::string& str)
|
|
{
|
|
for (std::string::const_iterator i = str.begin(); i != str.end(); ++i)
|
|
if (is_space(*i))
|
|
return true;
|
|
return false;
|
|
}
|
|
|
|
// remove all spaces in string
|
|
inline std::string remove_spaces(const std::string& str)
|
|
{
|
|
std::string ret;
|
|
for (std::string::const_iterator i = str.begin(); i != str.end(); ++i)
|
|
{
|
|
char c = *i;
|
|
if (!is_space(c))
|
|
ret += c;
|
|
}
|
|
return ret;
|
|
}
|
|
|
|
// replace all spaces in string with rep
|
|
inline std::string replace_spaces(const std::string& str, const char rep)
|
|
{
|
|
std::string ret;
|
|
for (std::string::const_iterator i = str.begin(); i != str.end(); ++i)
|
|
{
|
|
char c = *i;
|
|
if (is_space(c))
|
|
c = rep;
|
|
ret += c;
|
|
}
|
|
return ret;
|
|
}
|
|
|
|
// replace all spaces in string with rep, reducing instances of multiple
|
|
// consecutive spaces to a single instance of rep and removing leading
|
|
// and trailing spaces
|
|
inline std::string reduce_spaces(const std::string& str, const char rep)
|
|
{
|
|
std::string ret;
|
|
bool last_space = true;
|
|
for (std::string::const_iterator i = str.begin(); i != str.end(); ++i)
|
|
{
|
|
char c = *i;
|
|
const bool space = is_space(c);
|
|
if (is_space(c))
|
|
c = rep;
|
|
if (!(space && last_space))
|
|
ret += c;
|
|
last_space = space;
|
|
}
|
|
if (last_space && !ret.empty())
|
|
ret.pop_back();
|
|
return ret;
|
|
}
|
|
|
|
// generate a string with spaces
|
|
inline std::string spaces(int n)
|
|
{
|
|
std::string ret;
|
|
ret.reserve(n);
|
|
while (n-- > 0)
|
|
ret += ' ';
|
|
return ret;
|
|
}
|
|
|
|
// indent a multiline string
|
|
inline std::string indent(const std::string& str, const int first, const int remaining)
|
|
{
|
|
std::string ret = spaces(first);
|
|
for (auto &c : str)
|
|
{
|
|
ret += c;
|
|
if (c == '\n')
|
|
ret += spaces(remaining);
|
|
}
|
|
return ret;
|
|
}
|
|
|
|
// replace instances of char 'from' in string with char 'to'
|
|
inline std::string replace_copy(const std::string& str, const char from, const char to)
|
|
{
|
|
std::string ret;
|
|
ret.reserve(str.length());
|
|
for (auto &c : str)
|
|
ret.push_back(c == from ? to : c);
|
|
return ret;
|
|
}
|
|
|
|
// return true if str is empty or contains only space chars
|
|
inline bool is_empty(const std::string& str)
|
|
{
|
|
for (const auto& c : str)
|
|
if (!is_space(c))
|
|
return false;
|
|
return true;
|
|
}
|
|
|
|
// return true if str is empty or contains only space chars
|
|
inline bool is_empty(const char *str)
|
|
{
|
|
if (!str)
|
|
return true;
|
|
char c;
|
|
while ((c = *str++) != '\0')
|
|
if (!is_space(c))
|
|
return false;
|
|
return true;
|
|
}
|
|
|
|
// convert \n to \r\n
|
|
inline std::string unix2dos(const std::string& str, const bool force_eol=false)
|
|
{
|
|
std::string ret;
|
|
bool last_char_was_cr = false;
|
|
|
|
ret.reserve(str.length() + str.length() / 8);
|
|
for (std::string::const_iterator i = str.begin(); i != str.end(); ++i)
|
|
{
|
|
const char c = *i;
|
|
if (c == '\n' && !last_char_was_cr)
|
|
ret += '\r';
|
|
ret += c;
|
|
last_char_was_cr = (c == '\r');
|
|
}
|
|
if (force_eol)
|
|
add_trailing_crlf(ret);
|
|
return ret;
|
|
}
|
|
|
|
// Split a string on sep delimiter. The size of the
|
|
// returned string list will be at most maxsplit + 1.
|
|
inline std::vector<std::string> split(const std::string& str,
|
|
const char sep,
|
|
const int maxsplit = -1)
|
|
{
|
|
std::vector<std::string> ret;
|
|
int nterms = 0;
|
|
std::string term;
|
|
|
|
for (auto &c : str)
|
|
{
|
|
if (c == sep && (maxsplit < 0 || nterms < maxsplit))
|
|
{
|
|
ret.push_back(std::move(term));
|
|
++nterms;
|
|
term = "";
|
|
}
|
|
else
|
|
term += c;
|
|
}
|
|
ret.push_back(std::move(term));
|
|
return ret;
|
|
}
|
|
|
|
inline std::string join(const std::vector<std::string>& strings,
|
|
const std::string& delim,
|
|
const bool tail=false)
|
|
{
|
|
std::string ret;
|
|
bool first = true;
|
|
for (const auto &s : strings)
|
|
{
|
|
if (!first)
|
|
ret += delim;
|
|
ret += s;
|
|
first = false;
|
|
}
|
|
if (tail && !ret.empty())
|
|
ret += delim;
|
|
return ret;
|
|
}
|
|
|
|
inline std::vector<std::string> from_argv(int argc, char *argv[], const bool skip_first)
|
|
{
|
|
std::vector<std::string> ret;
|
|
for (int i = (skip_first ? 1 : 0); i < argc; ++i)
|
|
ret.emplace_back(argv[i]);
|
|
return ret;
|
|
}
|
|
|
|
inline std::string trim_left_copy(const std::string& str)
|
|
{
|
|
for (size_t i = 0; i < str.length(); ++i)
|
|
{
|
|
if (!is_space(str[i]))
|
|
return str.substr(i);
|
|
}
|
|
return std::string();
|
|
}
|
|
|
|
inline std::string trim_copy(const std::string& str)
|
|
{
|
|
for (size_t i = 0; i < str.length(); ++i)
|
|
{
|
|
if (!is_space(str[i]))
|
|
{
|
|
size_t last_nonspace = i;
|
|
for (size_t j = i + 1; j < str.length(); ++j)
|
|
{
|
|
if (!is_space(str[j]))
|
|
last_nonspace = j;
|
|
}
|
|
return str.substr(i, last_nonspace - i + 1);
|
|
}
|
|
}
|
|
return std::string();
|
|
}
|
|
|
|
inline std::string to_upper_copy(const std::string& str)
|
|
{
|
|
std::string ret;
|
|
ret.reserve(str.length()+1);
|
|
for (const auto &c : str)
|
|
ret.push_back(std::toupper(static_cast<unsigned char>(c)));
|
|
return ret;
|
|
}
|
|
|
|
inline std::string to_lower_copy(const std::string& str)
|
|
{
|
|
std::string ret;
|
|
ret.reserve(str.length()+1);
|
|
for (const auto &c : str)
|
|
ret.push_back(std::tolower(static_cast<unsigned char>(c)));
|
|
return ret;
|
|
}
|
|
|
|
inline void trim(std::string& str)
|
|
{
|
|
str = trim_copy(str);
|
|
}
|
|
|
|
inline void trim_left(std::string& str)
|
|
{
|
|
str = trim_left_copy(str);
|
|
}
|
|
|
|
inline void to_lower(std::string& str)
|
|
{
|
|
str = to_lower_copy(str);
|
|
}
|
|
|
|
inline void to_upper(std::string& str)
|
|
{
|
|
str = to_upper_copy(str);
|
|
}
|
|
|
|
// Replace any subsequence of consecutive space chars containing
|
|
// at least one newline with a single newline char. If string
|
|
// is non-empty and doesn't include a trailing newline, add one.
|
|
inline std::string remove_blanks(const std::string& str)
|
|
{
|
|
std::string ret;
|
|
ret.reserve(str.length()+1);
|
|
|
|
std::string spaces;
|
|
bool in_space = false;
|
|
bool has_nl = false;
|
|
|
|
for (auto &c : str)
|
|
{
|
|
const bool s = is_space(c);
|
|
reprocess:
|
|
if (in_space)
|
|
{
|
|
if (s)
|
|
{
|
|
if (c == '\n')
|
|
has_nl = true;
|
|
spaces += c;
|
|
}
|
|
else
|
|
{
|
|
if (has_nl)
|
|
ret += '\n';
|
|
else
|
|
ret += spaces;
|
|
in_space = false;
|
|
has_nl = false;
|
|
spaces.clear();
|
|
goto reprocess;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (s)
|
|
{
|
|
in_space = true;
|
|
goto reprocess;
|
|
}
|
|
else
|
|
ret += c;
|
|
}
|
|
}
|
|
if (!ret.empty() && !ends_with_newline(ret))
|
|
ret += '\n';
|
|
return ret;
|
|
}
|
|
|
|
} // namespace string
|
|
|
|
} // namespace openvpn
|
|
|
|
#endif // OPENVPN_COMMON_STRING_H
|