8000 Tags · nikohpng/openvpn3 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: nikohpng/openvpn3

Tags

release/3.7.1

Toggle release/3.7.1's commit message

Verified

This tag was signed with the committer’s verified signature.
dsommers David Sommerseth
OpenVPN 3 Core library version 3.7.1

pg-2.2.43

Toggle pg-2.2.43's commit message
AuthCert: support up to 160 bit serial numbers

Previously, we only supported int64 serial numbers.

This change renames get_sn() method to serial_number_as_int64()
for code that cares about 64-bit serial numbers.

Signed-off-by: James Yonan <james@openvpn.net>

pg-2.2.42

Toggle pg-2.2.42's commit message
Allow to disable route exclusion emulation

This allows disabling the route emulation for Andorid API 33
(Tiramisu/API 33) or if the app implements its own emulation (ics-openvpn)

Signed-off-by: Arne Schwabe <arne@openvpn.net>

pg-2.2.40

Toggle pg-2.2.40's commit message
WS::ClientSet: interpret max_retries == 0 as infinite retries

Signed-off-by: James Yonan <james@openvpn.net>

pg-2.2.39

Toggle pg-2.2.39's commit message
SetUserGroupRetainCap: added a new constructor for user/group paramet…

…ers provided as const char *

This follows the organization of SetUserGroup (the base
class), and solves a potential null pointer dereference
issue cited by Coverity.

Signed-off-by: James Yonan <james@openvpn.net>

pg-2.2.38

Toggle pg-2.2.38's commit message
AsioTimer/AsioTimerSafe: added convenience typedef UPtr

Signed-off-by: James Yonan <james@openvpn.net>

pg-2.2.37

Toggle pg-2.2.37's commit message
WS::ClientSet: it seems more logical for SyncPersistState to be insid…

…e of HTTPStateContainer

HTTPStateContainer contains the current HTTP client session
state, and can be retained for multiple HTTP transactions
over a persistent HTTP session.

Since SyncPersistState can optionally contain the Asio
io_context for synchronous operations, it seems logical
to colocate this object with HTTPStateContainer.

Signed-off-by: James Yonan <james@openvpn.net>

release/3.6.7

Toggle release/3.6.7's commit message

Verified

This tag was signed with the committer’s verified signature.
dsommers David Sommerseth
OpenVPN 3 Core library version 3.6.7

release/3.7

Toggle release/3.7's commit message

Verified

This tag was signed with the committer’s verified signature.
dsommers David Sommerseth
OpenVPN 3 Core library version 3.7

release/3.6.6

Toggle release/3.6.6's commit message

Verified

This tag was signed with the committer’s verified signature.
dsommers David Sommerseth
OpenVPN 3 Core library version 3.6.6

0