0
0
mirror of https://github.com/OpenVPN/openvpn3.git synced 2024-09-20 12:12:15 +02:00
openvpn3/openvpn
Frank Lichtenheld 73624b8331 TunBuilderCapture: avoid -Wconversion warning for prefix_length
For some reason RouteBase uses unsigned char for prefix_length
while all other code uses int or unsigned int. For now just
cast it, prefix_length should be <= 128 anyway.

Signed-off-by: Frank Lichtenheld <frank@lichtenheld.com>
2023-10-11 12:28:55 +02:00
..
acceptor Remove support for pre-Vista Windows versions 2023-04-20 17:44:14 +02:00
addr Use uint64_t for hash values 2023-09-28 11:33:39 +02:00
apple maclife.hpp: synchronize start and stop of lifecycle thread 2023-07-19 22:13:00 +02:00
applecrypto Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
asio Use openvpn_io::detail::socket_type instead of "int" 2023-09-28 11:33:41 +02:00
auth Addressed 2nd set of -Wconversion warnings 2023-08-21 13:51:50 +00:00
aws aws: support for IMDSv2 2023-07-05 09:05:45 +00:00
buffer Eliminate some conversion warnings 2023-03-08 15:21:50 +00:00
client Merge OpenVPN 3 Core v3.8.2 into master 2023-09-13 16:46:05 +02:00
common Avoid some -Wconversion warnings by changing parameter types 2023-10-11 12:28:55 +02:00
compress Using new numeric conversion tools 2023-08-23 18:44:29 +02:00
crypto Port the psid cookie defense from ovpn2 2023-10-03 12:42:29 -07:00
dco Addressed 2nd set of -Wconversion warnings 2023-08-21 13:51:50 +00:00
error digestapi.hpp: pass libctx to digest api 2023-06-07 17:09:49 +02:00
frame Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
http Eliminate some conversion warnings 2023-03-08 15:21:50 +00:00
init Remove OPENVPN_EXTERN 2023-04-27 23:35:41 +02:00
io copyright: Update to 2022 2022-09-29 12:00:26 +02:00
ip Using new numeric conversion tools 2023-08-23 18:44:29 +02:00
legal Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
linux Eliminate some conversion warnings 2023-03-08 15:21:50 +00:00
log OpenVPN 3 Core library version 3.8 2023-06-28 09:13:00 +02:00
mbedtls Do not enforce DH parameters in TLS server mode 2023-08-01 14:28:51 +02:00
netconf Add IPv6 support to "get best gateway" Windows logic 2023-04-24 13:07:36 +02:00
omi Use openvpn_io::detail::socket_type instead of "int" 2023-09-28 11:33:41 +02:00
openssl xkey_helper: fix indentation of openvpn_msg_xkey_compat 2023-09-28 11:33:49 +02:00
options remove some unused variables in catch clauses 2023-06-28 14:22:31 +02:00
ovpnagent WriteFile takes DWORD, not size_t 2023-09-28 11:33:46 +02:00
pki Reformatting source code to new coding style 2023-01-18 19:24:15 +01:00
proxy Addressed 2nd set of -Wconversion warnings 2023-08-21 13:51:50 +00:00
random Addressed 2nd set of -Wconversion warnings 2023-08-21 13:51:50 +00:00
reliable Port the psid cookie defense from ovpn2 2023-10-03 12:42:29 -07:00
server Port the psid cookie defense from ovpn2 2023-10-03 12:42:29 -07:00
ssl Port the psid cookie defense from ovpn2 2023-10-03 12:42:29 -07:00
time Time::delta_str(): if time delta can be represented as an integer, format as such 2023-09-26 11:00:09 -06:00
transport Port the psid cookie defense from ovpn2 2023-10-03 12:42:29 -07:00
tun TunBuilderCapture: avoid -Wconversion warning for prefix_length 2023-10-11 12:28:55 +02:00
win WriteFile takes DWORD, not size_t 2023-09-28 11:33:46 +02:00
ws httpcommon.hpp: Add missing cast from CONTENT_LENGTH_TYPE to size_t 2023-09-28 11:33:40 +02:00