Re: [Openvpn-devel] [PATCHv2 4/4] Allow passing extra arguments to fping/fping6 in t_client.rc

2016-11-10 Thread debbie10t
On 08/11/16 13:50, sam...@openvpn.net wrote: > From: Samuli Seppänen > + $cmd -b $bytes -C 20 -p 250 -q $FPING_EXTRA_ARGS $targetlist > >>$LOGDIR/$SUF:fping.out 2>&1 This allows $FPING_EXTRA_ARGS to take precedence over previous arguments eg: $FPING_EXTRA_ARGS = "-C 1000 -p 1000 -i 1000"

Re: [Openvpn-devel] [PATCH 7/7] Add gc_arena to struct argv to save allocations

2016-11-10 Thread David Sommerseth
On 28/10/16 18:42, Heiko Hund wrote: > With the private gc_arena we do not have to allocate the strings > found during parsing again, since we know the arena they are > allocated in is valid as long as the argv vector is. > > Signed-off-by: Heiko Hund > --- > src/openvpn/argv.c

Re: [Openvpn-devel] [PATCH] systemd: Improve the systemd unit files

2016-11-10 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 10/11/16 02:11, debbie10t wrote: > > > On 20/10/16 21:42, David Sommerseth wrote: > >> [Service] PrivateTmp=true +RuntimeDirectory=openvpn >> +RuntimeDirectoryMode=0710 +WorkingDirectory=/etc/openvpn/server >> +ExecStart=/usr/sbin/openvpn --sta

[Openvpn-devel] new PGP key

2016-11-10 Thread Gert Doering
binhSLbmmWjZf.bin Description: PGP Key 0xB62E6A2B4E56570B7BDC6BE01D829EFECA562812. signature.asc Description: PGP signature -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-ba

[Openvpn-devel] [PATCH] Replace WIN32 by _WIN32

2016-11-10 Thread Gert Doering
With c99, "WIN32" is no longer automatically defined when (cross-)building for Windows, and proper compilation relies on including , before checking the macro. "_WIN32" is the official define that is guaranteed to be defined by the compiler itself, no includes are needed. So, mechanically change