[Openvpn-devel] [PATCH v3 2/2] port-share: Add proxy protocol v2 support

2024-12-26 Thread corubba via Openvpn-devel
if (journal_dir) { -journal_add(journal_dir, pc, cp); +if (0 == strcmp("proxy_protocol_v2", journal_dir)) +{ +send_proxy_protocol_v2_header(pc, cp); +} +else +{ + journal_add(journal_dir, pc, cp); +} } dmsg(

Re: [Openvpn-devel] [PATCH v2 2/2] port-share: Add proxy protocol v2 support

2024-12-26 Thread corubba via Openvpn-devel
Hi, On 26.12.24 14:13, Gert Doering wrote: > On Mon, Dec 16, 2024 at 01:22:51PM +0100, corubba via Openvpn-devel wrote: >> In addition to the custom journal solution, also support the widely >> used binary PROXY protocol version 2 to convey the original client >> connect

[Openvpn-devel] [PATCH v2 3/2] port-share: Add unix-socket and udp support for proxy protocol

2024-12-16 Thread corubba via Openvpn-devel
+69,7 @@ struct openvpn_sockaddr struct sockaddr sa; struct sockaddr_in in4; struct sockaddr_in6 in6; +struct sockaddr_un un; } addr; }; -- 2.47.1 ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] [PATCH v2 1/2] port-share: Normalize IPv4-mapped IPv6 addresses

2024-12-16 Thread corubba via Openvpn-devel
const char *t = print_openvpn_sockaddr(&to, &gc); fnlen = strlen(journal_dir) + strlen(t) + 2; -- 2.47.1 ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] [PATCH v2 2/2] port-share: Add proxy protocol v2 support

2024-12-16 Thread corubba via Openvpn-devel
/* add journal entry */ if (journal_dir) { -journal_add(journal_dir, pc, cp); +if (0 == strcmp("proxy_protocol_v2", journal_dir)) +{ +send_proxy_protocol_v2_header(pc, cp); +} + else + { + journal_ad

[Openvpn-devel] [PATCH 0/2] proxy protocol v2 for port-share

2024-12-14 Thread corubba via Openvpn-devel
ournal directory" with it. [0] https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt Best regards -- Corubba _______ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] [PATCH 2/2] port-share: Add proxy protocol v2 support

2024-12-14 Thread corubba via Openvpn-devel
/* add journal entry */ if (journal_dir) { -journal_add(journal_dir, pc, cp); +if (0 == strcmp("proxy_protocol_v2", journal_dir)) +{ +send_proxy_protocol_v2_header(pc, cp); +} +else + { + journal_add

[Openvpn-devel] [PATCH 1/2] port-share: Normalize IPv4-mapped IPv6 addresses

2024-12-14 Thread corubba via Openvpn-devel
const char *t = print_openvpn_sockaddr(&to, &gc); fnlen = strlen(journal_dir) + strlen(t) + 2; -- 2.47.1 ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] [PATCH 3/2] port-share: Add unix-socket and udp support for proxy protocol

2024-12-14 Thread corubba via Openvpn-devel
578b3c3 100644 --- a/src/openvpn/socket.h +++ b/src/openvpn/socket.h @@ -69,6 +69,7 @@ struct openvpn_sockaddr struct sockaddr sa; struct sockaddr_in in4; struct sockaddr_in6 in6; +struct sockaddr_un un; } addr; }; -- 2.47.1 _____

[Openvpn-devel] [PATCH] Support IPv6 towards port-share proxy receiver

2024-12-14 Thread corubba via Openvpn-devel
+ /* * Make a socket for foreground and background processes * to communicate. -- 2.47.1 ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] [PATCH 1/2] Remove x509-username-fields uppercasing

2025-02-15 Thread corubba via Openvpn-devel
; !x509_username_field_ext_supported(s+4)) { msg(msglevel, "Unsupported x509-username-field extension: %s", s); } -- 2.48.1 ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] [PATCH 2/2] Document x509-username-fields oid usage

2025-02-15 Thread corubba via Openvpn-devel
uses the :code:`ext:` prefix to signify that the X.509 extension ``fieldname`` :code:`subjectAltName` be searched for an rfc822Name (email) field to be used as the username. In cases where there are -- 2.48.1 _______ Openvpn-devel mailin

[Openvpn-devel] [PATCH 0/2] x509-username-fields improvements

2025-02-15 Thread corubba via Openvpn-devel
+ doc/man-sections/tls-options.rst | 12 src/openvpn/options.c| 27 +-- 3 files changed, 10 insertions(+), 34 deletions(-) -- 2.48.1 ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https

[Openvpn-devel] [PATCH] multi.c: Allow floating to a new IP right after connection setup

2025-04-23 Thread walter.openvpn--- via Openvpn-devel
h_set, m2->locked_cert_hash_set)) { msg(D_MULTI_LOW, "Disallow float to an address taken by another client %s", multi_instance_string(ex_mi, false, &gc)); -- 2.34.1 _______ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] [PATCH] Fix socks_proxy_port pointing to invalid data

2017-07-07 Thread Thomas Veerman via Openvpn-devel
-- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] OVPN Interactive Service for non-admin users

2017-08-09 Thread Simon Rozman via Openvpn-devel
me.p7s Description: S/MIME cryptographic signature -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___________ Openvpn-devel

Re: [Openvpn-devel] OVPN Interactive Service for non-admin users

2017-08-09 Thread Simon Rozman via Openvpn-devel
st regards, Simon smime.p7s Description: S/MIME cryptographic signature -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot____

Re: [Openvpn-devel] OVPN Interactive Service for non-admin users

2017-08-11 Thread Simon Rozman via Openvpn-devel
he vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] LibreSSL support in OpenVPN 2.4.5

2018-03-04 Thread Mina Barret via Openvpn-devel
e latest release and the great work and have a nice sunday! https://github.com/OpenVPN/openvpn/pull/102-- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH] Do not assume that SSL_CTX_get/set_min/max_proto_version are macros

2018-03-04 Thread Mina Barret via Openvpn-devel
Great, Thank You! -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Openvpn-devel mailing

[Openvpn-devel] [PATCH] Increase TLC Control Channel Buffer Size

2018-03-14 Thread Ning Wei via Openvpn-devel
7;s most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] [PATCH] Increase TLS Control Channel Buffer Size

2018-03-16 Thread Ning Wei via Openvpn-devel
7;s most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH] Increase TLS Control Channel Buffer Size

2018-03-16 Thread Ning Wei via Openvpn-devel
Thank you for reminding this.  The reason that I have resent was there was a typo in the commit comment. Best regards,Ning On Friday, March 16, 2018, 9:46:07 AM PDT, Gert Doering wrote: Hi, On Fri, Mar 16, 2018 at 09:40:59AM -0700, Ning Wei via Openvpn-devel wrote: > Incre

Re: [Openvpn-devel] [PATCH] Increase TLS Control Channel Buffer Size

2018-03-19 Thread Ning Wei via Openvpn-devel
riday, March 16, 2018, 10:30:45 AM PDT, Selva Nair wrote: Hi, Apologies in advance if I'm misreading the intent of this patch. On Fri, Mar 16, 2018 at 12:40 PM, Ning Wei via Openvpn-devel wrote: > Increase TLS_CHANNEL_BUF_SIZE to 4096. When the build is enabled with > ENABLE_PKCS

Re: [Openvpn-devel] [PATCH] Increase TLS Control Channel Buffer Size

2018-03-26 Thread Ning Wei via Openvpn-devel
So > what's the logic behind 4096?" > > Regards, > Ning > On Friday, March 16, 2018, 10:30:45 AM PDT, Selva Nair > wrote: > > > Hi, > > Apologies in advance if I'm misreading the intent of this patch. > > On Fri, Mar 16, 2018 at 12:40 PM, Ning

[Openvpn-devel] [PATCH: tap-windows6] Fix missing PRODUCT_PUBLISHER field in installer

2018-04-27 Thread Jon Kunkee via Openvpn-devel
installer_file, -- 2.16.1.windows.4 -------------- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] OpenVPN on ARM64 Windows

2018-04-27 Thread Jon Kunkee via Openvpn-devel
-- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] OpenVPN on ARM64 Windows

2018-05-02 Thread Jon Kunkee via Openvpn-devel
/02/2018 9:36 AM To: Samuli Seppänen ; Jon Kunkee ; openvpn-devel@lists.sourceforge.net Cc: Marc Sweetgall Subject: RE: [Openvpn-devel] OpenVPN on ARM64 Windows Hi, > We intend to switch away from NSIS to MSI packages. I believe Simon > already did some work in there but he was rather busy

Re: [Openvpn-devel] OpenVPN on ARM64 Windows

2018-05-02 Thread Jon Kunkee via Openvpn-devel
k out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] Darwin tap ipv6 fix

2018-05-15 Thread Scott Shambarger via Openvpn-devel
- */ -if (tt->type == DEV_TYPE_TAP -&& !( (r6->flags & RT_METRIC_DEFINED) && r6->metric == 0 ) ) -{ -gateway_needed = true; -} - #if defined(TARGET_LINUX) #ifdef ENABLE_IPROUTE argv_printf(&argv, "%s -6 route add %s/%d dev %s", ---

Re: [Openvpn-devel] Darwin tap ipv6 fix

2018-05-16 Thread Scott Shambarger via Openvpn-devel
ck out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] tap-windows6 and AppVeyor

2018-06-14 Thread Jon Kunkee via Openvpn-devel
ounting the ISO file. -Original Message- From: Simon Rozman Sent: Thursday, June 14, 2018 10:35 AM To: chipits...@gmail.com; Jon Kunkee Cc: Samuli Seppänen (sam...@openvpn.net) ; openvpn-devel (openvpn-devel@lists.sourceforge.net) Subject: tap-windows6 and AppVeyor Hi! Given all the recent upd

Re: [Openvpn-devel] tap-windows6 and AppVeyor

2018-06-15 Thread Jon Kunkee via Openvpn-devel
14 AM To: Samuli Seppänen Cc: Jon Kunkee ; Simon Rozman ; openvpn-devel Subject: Re: tap-windows6 and AppVeyor hi, I have some very amazing expirience with app veyor when I was playing with mingw builds. there was an issue related to mingw and I saw it between builds (mingw upgraded), so I

Re: [Openvpn-devel] Regarding tap-windows6 driver signatures and driver distribution

2018-06-18 Thread Jon Kunkee via Openvpn-devel
Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] Regarding tap-windows6 driver signatures and driver distribution

2018-06-18 Thread Jon Kunkee via Openvpn-devel
support for ARM64. This timeline is easier to work with. Cheers, Jon pgpRtBzWp6IzL.pgp Description: PGP signature -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org

Re: [Openvpn-devel] Regarding tap-windows6 driver signatures and driver distribution

2018-06-20 Thread Jon Kunkee via Openvpn-devel
on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] Regarding tap-windows6 driver signatures and driver distribution

2018-06-26 Thread Jon Kunkee via Openvpn-devel
rs, Jon pgpAnBIuyxqSB.pgp Description: PGP signature ------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] Regarding tap-windows6 driver signatures and driver distribution

2018-06-27 Thread Jon Kunkee via Openvpn-devel
gt;> the whole test suite is almost reasonable. With one node it took 10+ hours. The idea of a baseline is great. Let's avoid breaking things. :) >> I can definitely grant you access to the HLK controller so that you can >> check what is happening. If you're working to

Re: [Openvpn-devel] tap-windows6 and AppVeyor

2018-07-03 Thread Jon Kunkee via Openvpn-devel
get to it until next week at the earliest... -Original Message- From: Simon Rozman Sent: Tuesday, July 3, 2018 6:45 AM To: Jon Kunkee ; Илья Шипицин ; Samuli Seppänen Cc: openvpn-devel Subject: RE: tap-windows6 and AppVeyor Hi, I was dismissed by the AppVeyor about an image preinst

Re: [Openvpn-devel] Topics for the community meeting (Wed, 13th June 2018)

2018-07-03 Thread Jon Kunkee via Openvpn-devel
to openvpn-users asking for help since it would be quite noisy to explain on IRC.) Cheers, Jon Kunkee Software Developer Microsoft -Original Message- From: Samuli Seppänen Sent: Tuesday, July 3, 2018 10:30 AM To: openvpn-devel@lists.sourceforge.net Subject: [Openvpn-devel] Topics for the

Re: [Openvpn-devel] Topics for the community meeting (Wed, 13th June 2018)

2018-07-03 Thread Jon Kunkee via Openvpn-devel
with signatures. His work is on the usermode daemon’s crypto engine, if I understood the commit messages right, so any changes he makes aren’t related to the driver. From: Илья Шипицин Sent: Tuesday, July 3, 2018 10:50 AM To: Jon Kunkee Cc: Samuli Seppänen ; openvpn-devel Subject: Re

Re: [Openvpn-devel] Topics for the community meeting (Wed, 13th June 2018)

2018-07-03 Thread Jon Kunkee via Openvpn-devel
I don't know right off, but I will ask. -Original Message- From: Samuli Seppänen Sent: Tuesday, July 3, 2018 11:23 AM To: Jon Kunkee ; Илья Шипицин Cc: openvpn-devel Subject: Re: [Openvpn-devel] Topics for the community meeting (Wed, 13th June 2018) Hi Jon, Do you know if

Re: [Openvpn-devel] tap-windows6 and AppVeyor

2018-07-03 Thread Jon Kunkee via Openvpn-devel
man Sent: Tuesday, July 3, 2018 12:40 PM To: Jon Kunkee ; Илья Шипицин ; Samuli Seppänen Cc: openvpn-devel Subject: RE: tap-windows6 and AppVeyor Hi, > I chose the EWDK thinking it would actually be easier for CI because it was > so > similar to the Win7 DDK, but from what you are say

[Openvpn-devel] Upstreaming pqcrypto changes from microsoft/openvpn

2018-07-03 Thread Jon Kunkee via Openvpn-devel
Hi, (Retitling thread from RE: [Openvpn-devel] Topics for the community meeting (Wed, 13th June 2018)) > do you know this activity https://github.com/Microsoft/openvpn/ ? > there are interesting things There are *very* interesting things there! > Do you know if Kevin (or his man

Re: [Openvpn-devel] Upstreaming pqcrypto changes from microsoft/openvpn

2018-07-03 Thread Kevin Kane via Openvpn-devel
[Resending to openvpn-devel now that I'm subscribed to it.] Hello all, Thanks to Jon for making the introduction. My team works on post-quantum (PQ) cryptography, which is algorithms used by regular computers but which are resistant to attack by a sufficiently powerful quantum computer.

Re: [Openvpn-devel] Upstreaming pqcrypto changes from microsoft/openvpn

2018-07-06 Thread Kevin Kane via Openvpn-devel
; ?? ; openvpn-devel Subject: Re: [Openvpn-devel] Upstreaming pqcrypto changes from microsoft/openvpn Hi Kevin, besides the PQ Crypto stuff (which I find less interesting than Steffan, because I'm the packet geek and he's the Man Who Understands Crypto :-) ), you also

Re: [Openvpn-devel] Upstreaming pqcrypto changes from microsoft/openvpn

2018-07-06 Thread Kevin Kane via Openvpn-devel
Sent: Friday, July 6, 2018 9:37 AM To: Kevin Kane Cc: Илья Шипицин ; Gert Doering ; openvpn-devel Subject: Re: [Openvpn-devel] Upstreaming pqcrypto changes from microsoft/openvpn Hi, Thanks for the follow up. On Fri, Jul 6, 2018 at 12:03 PM, Kevin Kane via Openvpn-devel wrote: > [Combining

[Openvpn-devel] [PATCH] [openvpn-build] Install/uninstall dialer DLL as part of Windows installer operation

2018-07-25 Thread Kevin Kane via Openvpn-devel
he vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] Incoming: patches for the dialer feature

2018-07-25 Thread Kevin Kane via Openvpn-devel
s for projects that allow that. -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://l

[Openvpn-devel] [PATCH] [openvpn-gui] Update system tray to populate Windows VPN flyout

2018-07-25 Thread Kevin Kane via Openvpn-devel
ions Copyright (C) 2018 Microsoft Corporation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -51,5 +52,6 @@ void SetMenuStatus(connection_t *, conn_state_t); void SetServiceMenuStatus(); void ShowTrayBalloon(TCHA

[Openvpn-devel] [PATCH] [openvpn] Register/unregister trusted custom dialer DLL when installing/uninstalling service

2018-07-25 Thread Kevin Kane via Openvpn-devel
es() return 1; } +if (0 != HandleDialerRegistration(1)) +{ +_tprintf(TEXT("HandleDialerRegistration uninstall failed; ignoring\n")); +} + for (i = 0; i < _service_max; i++) { openvpn_service_t *ovpn_svc = &openvpn_service[i]; -- 2.17.1.windows.2 -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH] [openvpn-gui] Update system tray to populate Windows VPN flyout

2018-07-25 Thread Kevin Kane via Openvpn-devel
tream. -Original Message- From: Selva Nair Sent: Wednesday, July 25, 2018 10:28 AM To: Kevin Kane Cc: openvpn-devel Subject: Re: [Openvpn-devel] [PATCH] [openvpn-gui] Update system tray to populate Windows VPN flyout Hi, On Wed, Jul 25, 2018 at 1:01 PM, Kevin Kane via Openvpn-devel wrote: &

Re: [Openvpn-devel] [PATCH] [openvpn-gui] Update system tray to populate Windows VPN flyout

2018-07-25 Thread Kevin Kane via Openvpn-devel
From: Gert Doering Sent: Wednesday, July 25, 2018 11:00 AM To: Kevin Kane Cc: openvpn-devel Subject: Re: [Openvpn-devel] [PATCH] [openvpn-gui] Update system tray to populate Windows VPN flyout Hi, as a side note, your mail client massacres leading whitespace, so the patch is all squeezed t

[Openvpn-devel] [PATCH v2] [openvpn] Register/unregister trusted custom dialer DLL when installing/uninstalling service

2018-07-25 Thread Kevin Kane via Openvpn-devel
ateService failed - %s\n"), GetLastErrorText()); +} } } @@ -160,6 +358,11 @@ CmdRemoveServices() return 1; } +if (0 != HandleDialerRegistration(1)) +{ +_tprintf(TEXT("HandleDialerRegistration uninstall failed; ignoring\n")); +} + for (i

[Openvpn-devel] [PATCH v2] [openvpn-build] Install/uninstall dialer DLL as part of Windows installer operation

2018-07-25 Thread Kevin Kane via Openvpn-devel
ech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] [PATCH v2] [openvpn-gui] Update system tray to populate Windows VPN flyout

2018-07-25 Thread Kevin Kane via Openvpn-devel
5 +52,6 @@ void SetMenuStatus(connection_t *, conn_state_t); void SetServiceMenuStatus(); void ShowTrayBalloon(TCHAR *, TCHAR *); void CheckAndSetTrayIcon(); +void ClearNetworkFlyout(); #endif -- 2.17.1.windows.2 -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH] [openvpn-gui] Update system tray to populate Windows VPN flyout

2018-07-25 Thread Kevin Kane via Openvpn-devel
Alright, I found the SMTP server and sent the patches out again with git send-email. Let me know how those look. -Original Message- From: Gert Doering Sent: Wednesday, July 25, 2018 11:18 AM To: Kevin Kane Cc: Gert Doering ; openvpn-devel Subject: Re: [Openvpn-devel] [PATCH

Re: [Openvpn-devel] Slow outbound network speed for Windows Server 2016 only via the OpenVPN tunnel

2018-10-05 Thread Jon Kunkee via Openvpn-devel
ing. My 2c, Jon _______ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] Slow outbound network speed for Windows Server 2016 only via the OpenVPN tunnel

2018-10-08 Thread Jon Kunkee via Openvpn-devel
fied.) If you're feeling daring, you could try rebuilding the driver with this extremely hacky change and see if the perf changes: https://github.com/jkunkee/tap-windows6/commit/2706c9a98bd25a0fee6559ac132d75622475c26e HTH, Jon ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH 1/5] Set output name to libopenvpnmsica.dll in MSVC builds too

2018-11-08 Thread Jon Kunkee via Openvpn-devel
This looks pretty straightforward to me. -Original Message- From: Simon Rozman Sent: Tuesday, October 16, 2018 3:26 AM To: openvpn-devel@lists.sourceforge.net Subject: [Openvpn-devel] [PATCH 1/5] Set output name to libopenvpnmsica.dll in MSVC builds too On MinGW builds, the Libtool

Re: [Openvpn-devel] [PATCH 5/5] Detect TAP interfaces with root-enumerated hardware ID

2018-11-08 Thread Jon Kunkee via Openvpn-devel
Samuli, LGTM. -Original Message- From: Simon Rozman Sent: Tuesday, October 16, 2018 3:26 AM To: openvpn-devel@lists.sourceforge.net Subject: [Openvpn-devel] [PATCH 5/5] Detect TAP interfaces with root-enumerated hardware ID This patch extends the TAP interface enumerating to detect

Re: [Openvpn-devel] [PATCH 4/5] Add MSI custom action for reliable Windows 10 detection

2018-11-08 Thread Jon Kunkee via Openvpn-devel
UCH more convenient to use the CustomAction debugging facility built into the MSI service itself: https://docs.microsoft.com/en-us/windows/desktop/Msi/debugging-custom-actions Thanks, Jon -Original Message- From: Simon Rozman Sent: Tuesday, October 16, 2018 3:26 AM To: openv

Re: [Openvpn-devel] [PATCH 2/5] Prevent __stdcall name mangling of MSVC

2018-11-08 Thread Jon Kunkee via Openvpn-devel
spx This is why the names don't get mangled. Of course, it's then inconsistent. Export name consistency is needed so CustomActions can reference the export symbol name, right? Jon -Original Message- From: Simon Rozman Sent: Tuesday, October 16, 2018 3:26 AM To: openvpn-devel

Re: [Openvpn-devel] [PATCH 3/5] Define _WIN32_WINNT=_WIN32_WINNT_VISTA in MSVC

2018-11-08 Thread Jon Kunkee via Openvpn-devel
LGTM, Samuli. -Original Message- From: Simon Rozman Sent: Tuesday, October 16, 2018 3:26 AM To: openvpn-devel@lists.sourceforge.net Subject: [Openvpn-devel] [PATCH 3/5] Define _WIN32_WINNT=_WIN32_WINNT_VISTA in MSVC This makes MSVC and MinGW build environments more alike. --- src

Re: [Openvpn-devel] [PATCH 2/5] Prevent __stdcall name mangling of MSVC

2018-11-09 Thread Jon Kunkee via Openvpn-devel
27;m glad there's something that works. > I had to pick my poison, and I choose to fix issues as close to the source > as possible. Understood. Thanks for the explanation. Samuli, LGTM. Jon _______ Openvpn-devel mailing list Openvpn-devel@list

Re: [Openvpn-devel] [PATCH 4/5] Add MSI custom action for reliable Windows 10 detection

2018-11-09 Thread Jon Kunkee via Openvpn-devel
an-executable-using-mt-exe The parent installer could then call GetVersionEx without being lied to and pass it in to your CustomAction DLL through msiexec: https://www.codeproject.com/articles/16767/how-to-pass-command-line-arguments-to-msi-installe Let me know if that doesn't make sense or

Re: [Openvpn-devel] [PATCH 4/5] Add MSI custom action for reliable Windows 10 detection

2018-11-13 Thread Jon Kunkee via Openvpn-devel
s missing in MSI should we need > any down the road. Smart! I hadn't followed the function to its callers, so I missed this. Samuli, LGTM. Thanks, Jon pgpzFq0Ys__sT.pgp Description: PGP signature _______ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH 4/5] Add MSI custom action for reliable Windows 10 detection

2018-11-13 Thread Jon Kunkee via Openvpn-devel
s are. :) > Anyway, I have extended the debug pop-up dialogs to be more informative and > include PID. Patch follows... I took a look and it looks good to me, though I agree it's not strictly necessary. Thanks, Jon ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH] Fix various spelling mistakes

2019-01-22 Thread Simon Matter via Openvpn-devel
reposone */ > +size_t response_len; /**< Length the of the user reposone */ response Regards, Simon _______ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH 0/4] Transport API: offload traffic manipulation to plugins

2019-01-28 Thread Justin Henck via Openvpn-devel
; create mode 100644 src/plugins/obfs-test/obfs-test-args.c > create mode 100644 src/plugins/obfs-test/obfs-test-munging.c > create mode 100644 src/plugins/obfs-test/obfs-test-posix.c > create mode 100644 src/plugins/obfs-test/obfs-test-win32.c > create mode 100644 src/plugins/obfs-test/obfs-test.c > create mode 100644 src/plugins/obfs-test/obfs-test.exports > create mode 100644 src/plugins/obfs-test/obfs-test.h > > -- > 2.19.2 > > ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH 4/4] transport-plugin: add sample obfs-test plugin

2019-01-28 Thread Justin Henck via Openvpn-devel
obfs_test_socket_vtab.recvfrom = obfs_test_win32_recvfrom; > +obfs_test_socket_vtab.sendto = obfs_test_win32_sendto; > +obfs_test_socket_vtab.close = obfs_test_win32_close; > +} > diff --git a/src/plugins/obfs-test/obfs-test.c > b/src/plugins/obfs-test/obfs-test.c > new file mode 100644 > index

[Openvpn-devel] [PATCH] Fix documentation of tls-verify script argument

2019-02-01 Thread openvpn-devel=lists . sourceforge . net
the peer you want to trust has a certificate which was signed by a certificate authority who also signed many -- 2.11.0 ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH 1/1] man: correct the description of --capath and --crl-verify regarding CRLs

2019-06-13 Thread Michal Soltys via Openvpn-devel
eeen a bit since that thread - any chance to update the docs about this ? I can redo/rebase the patch as necessary. _______ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] Deferred mode auth_control_file not removed

2019-07-26 Thread Chang Im via Openvpn-devel
result is failure. The auth result is success, then the file is deleted when the connection is closed. Any suggestion is appreciated. Thanks. -chang _______ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/list

[Openvpn-devel] Patch: Export NotBefore and NotAfter items to the environment in client-connect

2019-08-16 Thread Rolf Fokkens via Openvpn-devel
_notBefore(peer_cert)); + +setenv_ASN1_TIME(es, envname, sizeof(envname), "tls_notafter", cert_depth, + X509_get_notAfter(peer_cert)); + gc_free(&gc); } smime.p7s Description: S/MIME cryptographic signature ___ Openvpn-devel mail

Re: [Openvpn-devel] ***UNCHECKED*** Patch: Export NotBefore and NotAfter items to the environment in client-connect

2019-08-17 Thread Rolf Fokkens via Openvpn-devel
tures to those releases. I started off by creating a pull request: https://github.com/OpenVPN/openvpn/pull/129 During creation of the pull request I was pointed to the openvpn-devel list, so I attached the patch there too. That one was based on 2.4, because that's what we're

[Openvpn-devel] [PATCH] openssl: alternative names support for --verify-x509-name CN checks

2020-02-10 Thread Mateusz Markowicz via Openvpn-devel
bool match = strcmp(host, altname_cstr) == 0; +OPENSSL_free(altname_cstr); +if (match) +{ +return true; +} + } + } +} +return false; +} /* * x509-track implementation -- save X509 fields to environment, -- 2.20.1___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH] Fix broken async push with NCP is used

2020-03-27 Thread Spencer Maxfield via Openvpn-devel
supplied options. Does nothing if keys are already > + * generated. > * > * @param session The TLS session to update. > * @param options The options to use when updating session. > @@ -482,7 +483,7 @@ void tls_update_remote_addr(struct tls_multi

Re: [Openvpn-devel] OpenVPN 2.4.9 released

2020-04-18 Thread Simon Matter via Openvpn-devel
loading OpenVPN and the PGP stuff doesn't work or is not used by the person downloading it. Regards, Simon ___________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] is anybody running tests on Fedora ?

2020-05-04 Thread Simon Matter via Openvpn-devel
don't know about the EPEL packages but with recent fping builds, there is no such thing like an fping6 - it's gone. Regards, Simon _______ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH] tap.c: fix adapter renaming

2020-07-06 Thread Simon Rozman via Openvpn-devel
ards, Simon _______ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH] openvpnmsica: remove adapter renaming

2020-09-02 Thread Simon Rozman via Openvpn-devel
Stipakov ; openvpn-devel Subject: Re: [Openvpn-devel] [PATCH] openvpnmsica: remove adapter renaming Hi, I would suggest to keep this renaming but make it not fatal. A descriptive name is nice to have and we could even make the name configurable at some point in future. Selva

Re: [Openvpn-devel] [PATCH v2] openvpnmsica: make adapter renaming non-fatal

2020-09-03 Thread Simon Rozman via Openvpn-devel
Hi, > -Original Message- > From: Lev Stipakov > Sent: Wednesday, September 2, 2020 11:37 PM > To: openvpn-devel@lists.sourceforge.net > Cc: Lev Stipakov > Subject: [Openvpn-devel] [PATCH v2] openvpnmsica: make adapter renaming > non-fatal > > From: Lev St

[Openvpn-devel] [PATCH] Update the replay-window backtrack log message

2022-06-10 Thread Martin Janů via Openvpn-devel
ktrack seen thus far increases. This can be used to calibrate ``n``. -- 2.36.1 _______ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] [PATCH] ovpn-dco: introduce FreeBSD data-channel offload support

2022-06-28 Thread Kristof Provost via Openvpn-devel
"/dev/%s%d", dev, i); openvpn_snprintf(dynamic_name, sizeof(dynamic_name), "%s%d", dev, i); -#if defined(TARGET_LINUX) +#if defined(TARGET_LINUX) || defined(TARGET_FREEBSD) if (!tt->options.disable_dco) { if (open_tun_dco(tt, ctx, dynamic_name) == 0) @@ -1832,7 +1832,7 @@ open_tun_generic(const char *dev, const char *dev_type, const char *dev_node, } } -#if defined(TARGET_LINUX) +#if defined(TARGET_LINUX) || defined(TARGET_FREEBSD) if (!tt->options.disable_dco) { if (!dynamic_opened) @@ -2006,7 +2006,7 @@ open_tun(const char *dev, const char *dev_type, const char *dev_node, struct tun { open_null(tt); } -#if defined(TARGET_LINUX) +#if defined(TARGET_LINUX) || defined(TARGET_FREEBSD) else if (!tt->options.disable_dco) { open_tun_generic(dev, dev_type, dev_node, true, tt, ctx); @@ -2262,7 +2262,7 @@ close_tun(struct tuntap *tt, openvpn_net_ctx_t *ctx) net_ctx_reset(ctx); } -#ifdef TARGET_LINUX +#if defined(TARGET_LINUX) || defined(TARGET_FREEBSD) if (!tt->options.disable_dco) { close_tun_dco(tt, ctx); diff --git a/src/openvpn/tun.h b/src/openvpn/tun.h index c4a61316..be126862 100644 --- a/src/openvpn/tun.h +++ b/src/openvpn/tun.h @@ -145,6 +145,12 @@ struct tuntap_options { bool disable_dco; }; +#elif defined(TARGET_FREEBSD) + +struct tuntap_options { +bool disable_dco; +}; + #else /* if defined(_WIN32) || defined(TARGET_ANDROID) */ struct tuntap_options { -- 2.36.1 ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] [PATCH DCO]: FreeBSD DCO support

2022-06-28 Thread Kristof Provost via Openvpn-devel
commit/?id=ab91feabcc6f9da21d5c75028153af16d06e679a Best regards, Kristof _______ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH DCO]: FreeBSD DCO support

2022-06-28 Thread Kristof Provost via Openvpn-devel
On 28 Jun 2022, at 21:05, Antonio Quartulli wrote: > On 28/06/2022 18:28, Kristof Provost via Openvpn-devel wrote: >> Hi, >> >> Here's the most recent version of the FreeBSD DCO patch. >> This is based on top of the dco branch, at >> 480fa1c983aba9b0790ea9

Re: [Openvpn-devel] [PATCH DCO]: FreeBSD DCO support

2022-06-29 Thread Kristof Provost via Openvpn-devel
On 29 Jun 2022, at 17:15, Arne Schwabe wrote: > Am 28.06.22 um 18:28 schrieb Kristof Provost via Openvpn-devel: >> Hi, >> >> Here's the most recent version of the FreeBSD DCO patch. >> This is based on top of the dco branch, at >> 480fa1c983aba9b0790ea94d

Re: [Openvpn-devel] [PATCH DCO]: FreeBSD DCO support

2022-06-29 Thread Kristof Provost via Openvpn-devel
On 29 Jun 2022, at 21:08, Arne Schwabe wrote: > Am 29.06.2022 um 19:40 schrieb Kristof Provost: >> On 29 Jun 2022, at 17:15, Arne Schwabe wrote: >>> Am 28.06.22 um 18:28 schrieb Kristof Provost via Openvpn-devel: >>>> Hi, >>>> >>>> Here's

Re: [Openvpn-devel] [PATCH] Fix auth-token usage with management-def-auth

2022-07-04 Thread Connor Edwards via Openvpn-devel
ot the intended recipient you are notified that disclosing, copying, distributing or taking any action in reliance on the contents of this information is strictly prohibited.* ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net

[Openvpn-devel] [PATCH]: Handle exceeding max-clients

2022-07-13 Thread Kristof Provost via Openvpn-devel
r: Arne Schwabe Date: Mon May 2 17:43:10 2022 +0200 Implement stateless HMAC-based sesssion-id three-way-handshake Best regards, Kristof _______ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.source

[Openvpn-devel] [PATCH] Handle exceeding 'max-clients'

2022-07-13 Thread Kristof Provost via Openvpn-devel
m->top.c2.from); +} } } else -- 2.37.0 _______ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] [PATCH 2/2] Support creating iroute route entries on FreeBSD

2022-08-08 Thread Kristof Provost via Openvpn-devel
n, gw, iface, table, metric); +} + +int +net_route_v6_del(openvpn_net_ctx_t *ctx, const struct in6_addr *dst, + int prefixlen, const struct in6_addr *gw, const char *iface, + uint32_t table, int metric) +{ +return net_route_v6("del", dst, prefixlen, gw, iface, table, metric); +} + +#endif -- 2.37.1 ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] [PATCH 1/2] ovpn-dco: introduce FreeBSD data-channel offload support

2022-08-08 Thread Kristof Provost via Openvpn-devel
T_LINUX || TARGET_FREEBSD*/ #if !defined(_WIN32) static void @@ -2296,7 +2296,7 @@ close_tun(struct tuntap *tt, openvpn_net_ctx_t *ctx) net_ctx_reset(ctx); } -#ifdef TARGET_LINUX +#if defined(TARGET_LINUX) || defined(TARGET_FREEBSD) if (tun_dco_enabled(tt)) {

[Openvpn-devel] [PATCH] Handle exceeding 'max-clients'

2022-08-08 Thread Kristof Provost via Openvpn-devel
m->top.c2.from); +} } } else -- 2.37.0 _______ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

[Openvpn-devel] [PATCH]: FreeBSD DCO support

2022-08-08 Thread Kristof Provost via Openvpn-devel
Hi, Now that the Linux DCO support has landed in the master tree I've re-based the FreeBSD DCO support code. This patch series also includes a patch to support adding iroutes on FreeBSD. Best regards, Kristof ___ Openvpn-devel mailing list Op

Re: [Openvpn-devel] [PATCH] Handle exceeding 'max-clients'

2022-08-08 Thread Kristof Provost via Openvpn-devel
_multi->session[TM_ACTIVE]; > + session_skip_to_pre_start(session, &state, > &m->top.c2.from); > + } > } > } > else > -- > 2.37.0 ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH 1/2] ovpn-dco: introduce FreeBSD data-channel offload support

2022-08-10 Thread Kristof Provost via Openvpn-devel
to agreed > convention... inline (things I do not comment could go in "as is"). > I’ll fix those once I’ve dealt with the panic and fragmentation issues. Thanks for the review. Kristof ___ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel

Re: [Openvpn-devel] [PATCH 1/2] ovpn-dco: introduce FreeBSD data-channel offload support

2022-08-11 Thread Kristof Provost via Openvpn-devel
gt; 194.97.140.5 > 199.102.77.82: ip-proto-17 > 17:28:37.342300 IP (tos 0x0, ttl 64, id 50761, offset 0, flags [none], proto > UDP (17), length 132) > 194.97.140.5.15738 > 199.102.77.82.51197: UDP, length 104 > > > ... this *does* look correct, but there is never a r

[Openvpn-devel] [PATCH 1/2] ovpn-dco: introduce FreeBSD data-channel offload support

2022-08-12 Thread Kristof Provost via Openvpn-devel
dev, NULL); } } -#endif /* TARGET_LINUX */ +#endif /* TARGET_LINUX || TARGET_FREEBSD*/ #if !defined(_WIN32) static void @@ -2294,7 +2294,7 @@ close_tun(struct tuntap *tt, openvpn_net_ctx_t *ctx) net_ctx_reset(ctx); } -#ifdef TARGET_LINUX +#if defined(TARGET_LINUX) || defined(TARG

<    1   2   3   4   >