[Openvpn-devel] [PATCH 1/1] man: fix formatting for alternative option

2016-12-27 Thread Christian Hesse
From: Christian Hesse This looked like... --server-poll-timeout n --connect-timeout n when connecting to [...] ... and this patch changes this to... --server-poll-timeout n, --connect-timeout n When connecting to [...] ... preserving correct

Re: [Openvpn-devel] OpenVPN 2.4.0 released

2016-12-27 Thread Matthias Andree
On 27.12.2016 15:16, Samuli Seppänen wrote: > The OpenVPN community project team is proud to release OpenVPN 2.4.0. It > can be downloaded from here: > > > > Compared to OpenVPN 2.3 this is a major update with a large number of > new

Re: [Openvpn-devel] OpenVPN 2.4.0 released

2016-12-27 Thread Alberto Gonzalez Iniesta
On Tue, Dec 27, 2016 at 04:16:15PM +0200, Samuli Seppänen wrote: > The OpenVPN community project team is proud to release OpenVPN 2.4.0. It > can be downloaded from here: > > > And it's been uploaded to Debian unstable now. If all goes

[Openvpn-devel] [PATCH v2 1/1] Clean up plugin path handling

2016-12-27 Thread Christian Hesse
From: Christian Hesse Drop --with-plugindir, instead use an environment variable PLUGINDIR to specify the plugin directory. This generates a header file src/openvpn/plugindir.h which contains a define for the plugindir. v2: The configure script can not evaluate the final $libdir

[Openvpn-devel] [PATCH v2 1/1] add more security feature for systemd units

2016-12-27 Thread Christian Hesse
From: Christian Hesse ProtectSystem=true mounts the /usr and /boot directories read-only. ProtectHome=true makes the directories /home, /root and /run/user inaccessible and empty for the process. See systemd.exec(5) [0] for details. v2: Replace ProtectSystem=strict with

[Openvpn-devel] [PATCH 2/2] do not race on RuntimeDirectory

2016-12-27 Thread Christian Hesse
From: Christian Hesse Different unit instances create and destroy the same RuntimeDirectory. This leads to running instances where the status file (and possibly more runtime data) is no longer accessible. So do not handle this in unit files but provide a tmpfiles.d configuration

[Openvpn-devel] [PATCH 1/2] use automake tools to install systemd files

2016-12-27 Thread Christian Hesse
From: Christian Hesse If systemd is enabled we install unit files to $libdir/systemd/system (or the path specified by SYSTEMD_UNIT_DIR). The unit files are generated on the fly with matching $sbindir. Signed-off-by: Christian Hesse --- configure.ac

Re: [Openvpn-devel] OpenVPN 2.4.0 released

2016-12-27 Thread Steffan Karger
On 27-12-16 15:16, Samuli Seppänen wrote: > Compared to OpenVPN 2.3 this is a major update with a large number of > new features, improvements and fixes. Changes compared to the previous > OpenVPN 2.4 release are very minor. A summary of these changes is > available here: > >

[Openvpn-devel] OpenVPN 2.4.0 released

2016-12-27 Thread Samuli Seppänen
The OpenVPN community project team is proud to release OpenVPN 2.4.0. It can be downloaded from here: Compared to OpenVPN 2.3 this is a major update with a large number of new features, improvements and fixes. Changes compared to the

[Openvpn-devel] [PATCH v2] convert *_inline attributes to bool

2016-12-27 Thread Antonio Quartulli
Carrying around the INLINE_TAG is not really efficient, because it requires a strcmp() to be performed every time we want to understand if the data is stored inline or not. Convert all the *_inline attributes to bool to make the logic easier and checks more efficient. Cc: Steffan Karger

Re: [Openvpn-devel] [PATCH] build: Ensure Changes.rst is shipped and installed as a doc file

2016-12-27 Thread Arne Schwabe
Am 27.12.16 um 10:52 schrieb David Sommerseth: > Signed-off-by: David Sommerseth > --- > Makefile.am | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Makefile.am b/Makefile.am > index d1a72da..1197aad 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -60,6 +60,7 @@

[Openvpn-devel] [PATCH] build: Ensure Changes.rst is shipped and installed as a doc file

2016-12-27 Thread David Sommerseth
Signed-off-by: David Sommerseth --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index d1a72da..1197aad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,6 +60,7 @@ dist_doc_DATA = \ README \ README.IPv6 \

Re: [Openvpn-devel] [PATCH applied] Textual fixes for Changes.rst

2016-12-27 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ACK. I have applied these changes, incoroprating Selva's comments and done a couple of additional minor adjustments. - - In "providing IPv6 DNS servers" section, changed: ... pushed to clients and `` --up`` scripts and ``--plugin`` to