-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi,
‐‐‐ Original Message ‐‐‐
On Monday, 17 May 2021 18:16, tincantech via Openvpn-devel
wrote:
> Hi,
>
> ‐‐‐ Original Message ‐‐‐
> On Wednesday, 12 May 2021 14:15, Arne Schwabe a...@rfc2549.org wrote:
>
> > This is meant to give
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi,
‐‐‐ Original Message ‐‐‐
On Wednesday, 12 May 2021 14:15, Arne Schwabe wrote:
> This is meant to give new users a quickstart for a useable OpenVPN
> setup. Our own documentation is lacking in this regard and many often
> tutorials that
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi,
‐‐‐ Original Message ‐‐‐
On Monday, 17 May 2021 16:31, Gert Doering wrote:
> Hi,
>
> On Mon, May 17, 2021 at 02:57:32PM +, tincantech via Openvpn-devel wrote:
>
> > I think it would useful to allow comment inside the
> > markers.
Hi,
On Mon, May 17, 2021 at 02:57:32PM +, tincantech via Openvpn-devel wrote:
> I think it would useful to allow comment inside the
> markers.
I've run across this as well, and share that sentiment. It would be nice.
That said, I'm not sure how easy it is to implement (the inline-config
p
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Hi,
I think it would useful to allow comment inside the markers.
EG:
# alice
67:1F:A5:CA:26:98:BA:40:D9:EB:6A:5B:C1:64:8C:8E:66:6E:7A:22:26:73:96:6A:5E:9B:B3:17:8F:F8:C6:9C
# bob
55:B6:3F:AD:BC:A0:8C:EF:00:B3:2F:A5:46:46:83:82:6F:34:86:8D:23:2B:
Acked-by: Gert Doering
As discussed on IRC.
Your patch has been applied to the master branch.
commit f1ae83ada4f4c8bb42f40ff87d77af34f627bffa
Author: Lev Stipakov
Date: Thu May 13 17:00:39 2021 +0300
win32: add missing include header
Signed-off-by: Lev Stipakov
Acked-by: Ger
Am 17.05.21 um 01:58 schrieb David Sommerseth:
> On 16/05/2021 19:14, Arne Schwabe wrote:
>
> First of all, I do like Steffan's proposal:
>
>> Remove the option, and:
>> * if auth != none -> replay prevention is always enabled;
>> * if auth == none -> replay prevention is disabled.
>
> And wit
From: Lev Stipakov
This finally enables standalone MSVC building, without
dependency on openvpn-build/msvc. This makes MSVC build
process much simpler.
Dependencies are managed by vcpkg. To install dependencies, run:
> vcpkg --overlay-ports=\contrib\vcpkg-ports install lz4:x64-windows
lzo:x6
From: Lev Stipakov
Commit 5a571fb0 ("Move utility function from win32.c to win32-util.c")
moved some functions from win32.[ch] to a new win32-util.[ch], but missed
adding new include header, which results in compilation errors like:
>cryptoapi.c
>C:\Users\lev\Projects\openvpn\src\openvpn