[Openvpn-devel] [PATCH applied] Re: Fix frame size calculation for non-CBC modes.

2015-02-27 Thread Gert Doering
ACK, after discussion on #openvpn-devel. For CBC (which are the default modes so far) this is only refactoring, so no compatibility issues are to be expected. Your patch has been applied to the master and release/2.3 branches. commit 669f898b8fcaf7a8d43825fa0255c2791cc0ef89 (master) commit

[Openvpn-devel] [PATCH] Notify clients about server's restart/shutdown

2015-02-27 Thread Lev Stipakov
When server gets shutdown signal (SIGUSR1, SIGTERM, SIGHUP, SIGINT), it broadcasts new OCC_SHUTTING_DOWN command to all clients and reschedules received signal in 2 secs. When client receives OCC_SHUTTING_DOWN, it fires SIGUSR1 and switches to the next remote. --- src/openvpn/multi.c | 63

[Openvpn-devel] [PATCH applied] Re: New approach to handle peer-id related changes to link-mtu.

2015-02-27 Thread Gert Doering
Patch has been applied to the release/2.3 branch. commit 089d63b2d7ffa98bd40ed1d7eb0e625d37b63c1c (release/2.3) Author: Gert Doering List-Post: openvpn-devel@lists.sourceforge.net Date: Sun Feb 8 11:18:45 2015 +0100 New approach to handle peer-id related changes to link-mtu.

Re: [Openvpn-devel] [PATCH v4] Mac OS X Keychain management client

2015-02-27 Thread Gert Doering
Hi, On Wed, Feb 25, 2015 at 07:07:18PM +0300, Vasily Kulikov wrote: > The patch is against commit 3341a98c2852d1d0c1eafdc70a3bdb218ec29049. > > v4: > - added '--management-external-cert' argument > - keychain-mcd now parses NEED-CERTIFICATE argument if 'auto' is passed >as cmdline's

Re: [Openvpn-devel] [PATCH v4] Mac OS X Keychain management client

2015-02-27 Thread Vasily Kulikov
Hi Gert, On Fri, Feb 27, 2015 at 19:28 +0100, Gert Doering wrote: > On Wed, Feb 25, 2015 at 07:07:18PM +0300, Vasily Kulikov wrote: > > The patch is against commit 3341a98c2852d1d0c1eafdc70a3bdb218ec29049. > > > > v4: > > - added '--management-external-cert' argument > > - keychain-mcd now

Re: [Openvpn-devel] [PATCH v4] Mac OS X Keychain management client

2015-02-27 Thread Gert Doering
Hi, On Fri, Feb 27, 2015 at 10:27:46PM +0300, Vasily Kulikov wrote: > > Sorry to be nagging... something in your patch was garbled, it contained > > stuff like > > > > --- > > only in patch2: > > unchanged: > > --- a/doc/management-notes.txt > > +++

Re: [Openvpn-devel] [PATCH v4] Mac OS X Keychain management client

2015-02-27 Thread Arne Schwabe
>>> (the diff for doc/management-notes.txt is in there twice), and there >>> is a patch for .gitignore in it as well. >> I've included .gitignore changes as my patch adds Makefile changes. It >> would be rather uncomfortable for openvpn developers to see Makefile and >> be not able to change it.