[Openvpn-devel] Reviewing Korean translation of OpenVPN-GUI?

2017-04-15 Thread Samuli Seppänen
Hi all, Do we have any Korean speakers here who could review this PR? -- Samuli Seppänen Community Manager OpenVPN Technologies, Inc irc freenode net: mattock 0x40864578.asc Description: application/pgp-keys signature.asc Description: OpenP

Re: [Openvpn-devel] [PATCH] Fix broken ./configure on systems without openssl.pc

2017-04-15 Thread Gert Doering
Hi, On Thu, Apr 13, 2017 at 07:26:09PM +0200, David Sommerseth wrote: > +/* Strip out some of the version information we don't care about */ > +#define OSSLVER OPENSSL_VERSION_NUMBER >> 12 > +#if OSSLVER < 0x10001 > +#error OpneSSL too old > +#endif While this works (except for the typo) - why no

Re: [Openvpn-devel] [PATCH] Fix broken ./configure on systems without openssl.pc

2017-04-15 Thread David Sommerseth
On 15/04/17 11:16, Gert Doering wrote: > Hi, > > On Thu, Apr 13, 2017 at 07:26:09PM +0200, David Sommerseth wrote: >> +/* Strip out some of the version information we don't care about */ >> +#define OSSLVER OPENSSL_VERSION_NUMBER >> 12 >> +#if OSSLVER < 0x10001 >> +#error OpneSSL too old >> +#endi

Re: [Openvpn-devel] [PATCH] Fix broken ./configure on systems without openssl.pc

2017-04-15 Thread Gert Doering
Hi, On Sat, Apr 15, 2017 at 11:42:30AM +0200, David Sommerseth wrote: > So reviewing this now, this 12 bit shift may actually fail on big endian > machines. It would probably be better to do a full 16 bit shift. > > But if we don't want to reduce the match set to only version numbers, > I'm fine

Re: [Openvpn-devel] [PATCH v2] Delete the IPv6 route to the "connected" network on tun close

2017-04-15 Thread Selva Nair
While cleaning up my local branches this one came up.. Any comments? -- a NAK will do as well so that I can delete it :) Selva On Fri, Nov 25, 2016 at 12:21 AM, Selva Nair wrote: > This was missing on Windows when interactive service is in use. > > - Added route_ipv6_clear_host_bits(r6) to del

[Openvpn-devel] devel mailing list

2017-04-15 Thread Selva Nair
I did not get this mail https://sourceforge.net/p/openvpn/mailman/message/35789733/ Something up with the list or is it only me? Selva -- Check out the vibrant tech community on one of the world's most engaging tech site

Re: [Openvpn-devel] devel mailing list

2017-04-15 Thread debbie10t
On 15/04/17 21:08, Selva Nair wrote: > I did not get this mail > > https://sourceforge.net/p/openvpn/mailman/message/35789733/ > > Something up with the list or is it only me? > > Selva > It is not only you :( -- Chec

Re: [Openvpn-devel] devel mailing list

2017-04-15 Thread ValdikSS
Should I try to re-post it? Could it be because of 7z archive? On 15.04.2017 23:38, debbie10t wrote: > > On 15/04/17 21:08, Selva Nair wrote: > It is not only you :( > > > > -- > Check out the vibrant tech community on one

Re: [Openvpn-devel] devel mailing list

2017-04-15 Thread Selva Nair
On Sat, Apr 15, 2017 at 5:17 PM, ValdikSS wrote: > Should I try to re-post it? Could it be because of 7z archive? Possibly gmail blocked it in my case -- I thought 7z will be blocked only if contained an executable (.exe, .bat etc..) Please do post again -- the registry entry may be added as a

Re: [Openvpn-devel] devel mailing list

2017-04-15 Thread ValdikSS
It's not just gmail. I didn't get any bounce back and I can't see this message over gmane NNTP. Don't know what has happened. Reposting again. On 16.04.2017 00:19, Selva Nair wrote: > > On Sat, Apr 15, 2017 at 5:17 PM, ValdikSS > wrote: > > Possibly gmail blocked it

Re: [Openvpn-devel] devel mailing list

2017-04-15 Thread Christian Hesse
Selva Nair on Sat, 2017/04/15 16:08: > I did not get this mail > > https://sourceforge.net/p/openvpn/mailman/message/35789733/ > > Something up with the list or is it only me? I did receive the mail. Possibly anything blocked the 7z attachment for you? -- main(a){char*c=/*Schoene Gruesse

[Openvpn-devel] Windows 10 Creators Update broke --block-outside-dns

2017-04-15 Thread ValdikSS
Windows 10 Creators Update changed the way DNS works. It used to resolve DNS address using all available adapters and IP addresses in parallel, now it still resolves addresses using all available adapters but in sequence, beginning with random adapter. This interfere with how --block-outside-dns

[Openvpn-devel] Windows 10 Creators Update broke --block-outside-dns

2017-04-15 Thread ValdikSS
Windows 10 Creators Update changed the way DNS works. It used to resolve DNS address using all available adapters and IP addresses in parallel, now it still resolves addresses using all available adapters but in sequence, beginning with random adapter. This interfere with how --block-outside-dns

Re: [Openvpn-devel] devel mailing list

2017-04-15 Thread ValdikSS
Sorry, I totally forgot that OpenVPN mail list does not support DMARC. My domain has strict DMARC policy, that's why some of you didn't get and won't get my emails. On 16.04.2017 00:06, Christian Hesse wrote: > Selva Nair on Sat, 2017/04/15 16:08: > I did receive the mail. Possibly anything blo

[Openvpn-devel] Windows 10 Creators Update broke --block-outside-dns

2017-04-15 Thread ValdikSS
I hope this message would finally receive everyone. Sorry for spamming mail list. Windows 10 Creators Update changed the way DNS works. It used to resolve DNS address using all available adapters and IP addresses in parallel, now it still resolves addresses using all available adapters but in

[Openvpn-devel] Windows 10 Creators Update broke --block-outside-dns

2017-04-15 Thread ValdikSS
I hope this message would finally receive everyone. Sorry for spamming mail list. Windows 10 Creators Update changed the way DNS works. It used to resolve DNS address using all available adapters and IP addresses in parallel, now it still resolves addresses using all available adapters but in

Re: [Openvpn-devel] devel mailing list

2017-04-15 Thread Samuli Seppänen
On 15/04/2017 23:08, Selva Nair wrote: > I did not get this mail > > https://sourceforge.net/p/openvpn/mailman/message/35789733/ > > Something up with the list or is it only me? I never received that email either. It must be the 7z attachment... -- Samuli Seppänen Community Manager OpenVPN Tec