Re: [Openvpn-devel] Default gateway can't be determined on illumos/solaris

2014-12-02 Thread Alexander Pyhalov
On 10/13/2014 13:47, Alexander Pyhalov wrote: Hello. In openvpn 2.3.4 on illumos/Solaris clients gateway for client can't be determined, because default stub is used instead of get_default_gateway() function. This means that the following push route option in server config is not working: push "r

Re: [Openvpn-devel] Default gateway can't be determined on illumos/solaris

2014-12-02 Thread Gert Doering
Hi, On Tue, Dec 02, 2014 at 06:48:44PM +0300, Alexander Pyhalov wrote: > I've sent two patches (from apyha...@gmail.com address) against 2.3 and > master branch), correcting to the list, implementing > get_default_gateway() for Solaris / illumos platforms. Are there any > issues with them? So

[Openvpn-devel] [PATCH] Include systemd units in the source tarball (make dist)

2014-12-02 Thread Mike Gilbert
--- distro/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/distro/Makefile.am b/distro/Makefile.am index 2dd6a6e..bd65b79 100644 --- a/distro/Makefile.am +++ b/distro/Makefile.am @@ -13,3 +13,5 @@ MAINTAINERCLEANFILES = \ $(srcdir)/Makefile.in SUBDIRS = rpm + +EXTRA_DIS

[Openvpn-devel] [PATCH] Really fix '--cipher none' regression

2014-12-02 Thread Steffan Karger
... by not incorrectly hinting to the compiler the function argument of cipher_kt_mode_{cbc,ofb_cfb}() is nonnull, since that no longer is the case. Verified the fix on Debian Wheezy, one of the platforms the reporter in trac #473 mentions with a compiler that would optimize out the required check

Re: [Openvpn-devel] [PATCH applied] Include systemd units in the source tarball (make dist)

2014-12-02 Thread David Sommerseth
From: David Sommerseth -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ACK. Tested with 'make dist' and the systemd unit files are included in the resulting tarball. Your patch has been applied to the master and release/2.3 branches. commit 6ece60c6dc7a3cda58f4dfea4e6cd3016023234f (master) co

[Openvpn-devel] [PATCH applied] Re: Really fix '--cipher none' regression

2014-12-02 Thread Gert Doering
ACK. Your patch has been applied to the master and release/2.3 branches. commit 98156e90e1e83133a6a6a020db8e7333ada6156b (master) commit 785838614afc20d362b64907b0212e9a779e2287 (release/2.3) Author: Steffan Karger List-Post: openvpn-devel@lists.sourceforge.net Date: Tue Dec 2 21:42:00 2014 +0