Re: [Openvpn-devel] Howto duplication

2017-09-25 Thread Samuli Seppänen
On 24/09/2017 15:01, fragmentux wrote: > The HOWTO repeats itself following the last item: > > https://openvpn.net/index.php/open-source/documentation/howto.html#secnotes > > scroll down from there and below what is meant to be the last line: > > > Try our new VPN Service https://www.privatetu

Re: [Openvpn-devel] Howto duplication

2017-09-25 Thread fragmentux
On 25/09/17 09:24, Samuli Seppänen wrote: On 24/09/2017 15:01, fragmentux wrote: The HOWTO repeats itself following the last item: https://openvpn.net/index.php/open-source/documentation/howto.html#secnotes scroll down from there and below what is meant to be the last line: Try our new VP

Re: [Openvpn-devel] [PATCH 1/2] Don't throw fatal errors from create_temp_file()

2017-09-25 Thread Steffan Karger
Hi, On 21-09-17 19:15, Antonio Quartulli wrote: > On 15/09/17 05:34, Steffan Karger wrote: >> diff --git a/src/openvpn/pf.c b/src/openvpn/pf.c >> index 5cb002b..5fe1734 100644 >> --- a/src/openvpn/pf.c >> +++ b/src/openvpn/pf.c >> @@ -639,10 +639,10 @@ pf_init_context(struct context *c) >>

Re: [Openvpn-devel] [PATCH v2] pf: clean up temporary files if plugin init fails

2017-09-25 Thread Steffan Karger
Hi, On 21-09-17 23:03, David Sommerseth wrote: > On 15/09/17 08:39, Steffan Karger wrote: >> close_instance() tries to remove the file in c2.pf.filename, but that only >> works if we actually set that if we fail. So, set that filename as soon >> as we know we've created the file. >> >> Signed-off