On Sun, Nov 20, 2016 at 2:47 AM, Gert Doering wrote:
> commit 35be7e0d5 removed most references to compat-stdbool.h but
> overlooked configure and "make dist"
>
> Signed-off-by: Gert Doering
> ---
> configure.ac | 2 +-
> src/compat/Makefile.am | 1 -
> 2 files changed, 1 insertion(+)
Patch has been applied to the master branch.
commit e5fc56a77ee08d10974ab7a245ceb94e13761a1b
Author: Gert Doering
Date: Sun Nov 20 08:47:40 2016 +0100
Remove remaining traces of compat-stdbool.h
Signed-off-by: Gert Doering
Acked-by: Selva Nair
Message-Id: <1479628060-3267
Allows non-NCP clients (<= 2.3, or 2.4+ with --ncp-disable) to specify a
--cipher that is different from the one in the server config, as long as
the new cipher value is allowed (i.e. in --ncp-ciphers at the server side).
This patch was inspired by Gert's "Poor man's NCP for 2.3 clients" patch,
bu
Allows non-NCP clients (<= 2.3, or 2.4+ with --ncp-disable) to specify a
--cipher that is different from the one in the server config, as long as
the new cipher value is allowed (i.e. in --ncp-ciphers at the server side).
This patch was inspired by Gert's "Poor man's NCP for 2.3 clients" patch,
bu
This defines a new DHCP suboption "DNS6", but does not actually
implement anything but "document the option and understand it".
If received, it will be put into an "foreign_option_" environment
variable where an --up script or plugin could receive and act upon it.
On non-Windows platforms, all "d
Allows non-NCP clients (<= 2.3, or 2.4+ with --ncp-disable) to specify a
--cipher that is different from the one in the server config, as long as
the new cipher value is allowed (i.e. in --ncp-ciphers at the server side).
This patch was inspired by Gert's "Poor man's NCP for 2.3 clients" patch,
bu
On 18/11/16 20:14, debbie10t wrote:
> Hi,
>
> On 18/11/16 13:29, Samuli Seppänen wrote:
>> Hi,
>>
>> OpenVPN 2.4_rc1[1] will be bundled as a combined installer[2] that works
>> on both 32-bit and 64-bit Windows versions (Vista and above). A preview
>> installer based on 2.4_beta1 is available her
This also applies to --ifconfig-noexec.
Resolves Trac #723
Signed-off-by: Selva Nair
---
src/openvpn/tun.c | 13 +++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/src/openvpn/tun.c b/src/openvpn/tun.c
index 77ae72f..36e0b15 100644
--- a/src/openvpn/tun.c
+++ b/src/ope
TODO: set dns servers using the interactive service
Signed-off-by: Selva Nair
---
doc/openvpn.8 | 5 ++---
src/openvpn/options.c | 22 ++
src/openvpn/tun.c | 30 ++
src/openvpn/tun.h | 3 +++
4 files changed, 49 insertions(+), 11
Note: This is supposed to be applied on top of the 'Stub implementation
of "--dhcp-option DNS6 "' patch (
https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13140.html
)
--
___
Hi,
On Sun, Nov 20, 2016 at 04:18:54PM -0500, Selva Nair wrote:
> This also applies to --ifconfig-noexec.
>
> Resolves Trac #723
>
> Signed-off-by: Selva Nair
The patch is fine code-wise, but I'm not sure if it is the best approach.
We have this funny bit of special-case code:
options.c, aro
HI,
On Sun, Nov 20, 2016 at 04:41:52PM -0500, Selva Nair wrote:
> Note: This is supposed to be applied on top of the 'Stub implementation
> of "--dhcp-option DNS6 "' patch (
> https://www.mail-archive.com/openvpn-devel@lists.sourceforge.net/msg13140.html
> )
Now that was quick :-) - someone nee
On Sun, Nov 20, 2016 at 4:48 PM, Gert Doering wrote:
> HI,
>
> On Sun, Nov 20, 2016 at 04:41:52PM -0500, Selva Nair wrote:
> > Note: This is supposed to be applied on top of the 'Stub implementation
> > of "--dhcp-option DNS6 "' patch (
> > https://www.mail-archive.com/openvpn-devel@lists.
> so
On Sun, Nov 20, 2016 at 11:45 AM, Gert Doering wrote:
> This defines a new DHCP suboption "DNS6", but does not actually
> implement anything but "document the option and understand it".
>
> If received, it will be put into an "foreign_option_" environment
> variable where an --up script or plugin
---
doc/android.txt | 3 ++-
src/openvpn/tun.c | 8 ++--
2 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/doc/android.txt b/doc/android.txt
index 5f4ee95..e287be0 100644
--- a/doc/android.txt
+++ b/doc/android.txt
@@ -47,7 +47,8 @@ ROUTE network netmask
To tell the UI which
Am 20.11.16 um 22:38 schrieb Selva Nair:
> TODO: set dns servers using the interactive service
>
I was playing with ANdroid/IPv6 and this. For Android, the resolver
takes the DNS server always in the order that I give it. Since there are
now seperate lists for DNS and DNS6 I have to prefer always
Hi,
On Sun, Nov 20, 2016 at 4:53 PM, Selva Nair wrote:
>
>
> On Sun, Nov 20, 2016 at 11:45 AM, Gert Doering
> wrote:
>
>> This defines a new DHCP suboption "DNS6", but does not actually
>> implement anything but "document the option and understand it".
>>
>> If received, it will be put into an
hello,
due to dns filter, 2.4 (and future 2.3.14) requires at least windows vista.
how should we handle unsupported windows versions? is there cerrtain link
to older installer, which we can provide?
should we download that installer from newer installer or just provide link?
https://github.com/Op
Hi,
On Sun, Nov 20, 2016 at 9:22 PM, Илья Шипицин wrote:
> due to dns filter, 2.4 (and future 2.3.14) requires at least windows vista.
2.3.x will continue to work on WindowsXP -- block-outside-dns in 2.3 branch
is handled using runtime loading of the library so the option is just
ignored with
Hi,
On Sun, Nov 20, 2016 at 5:29 PM, Arne Schwabe wrote:
> Am 20.11.16 um 22:38 schrieb Selva Nair:
> > TODO: set dns servers using the interactive service
> >
>
> I was playing with ANdroid/IPv6 and this. For Android, the resolver
> takes the DNS server always in the order that I give it. Since
Hi,
On Sun, Nov 20, 2016 at 11:02:33PM -0500, Selva Nair wrote:
> As for 2.4 installer, if run on XP, showing a link to the latest 2.3.x
> before bailing out is a nice thing to do. If its not too much work, I would
> vote for offering to download the installer as well.
This sounds good, yes.
ge
21 matches
Mail list logo