Re: [Openvpn-devel] [PATCH] adding support for systemd tty console wrapper

2012-01-10 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/12 15:32, Frederic Crozat wrote: > Le vendredi 06 janvier 2012 à 18:19 +0100, David Sommerseth a écrit : >> On 06/01/12 17:40, Frederic Crozat wrote: >>> Le vendredi 06 janvier 2012 à 17:22 +0100, David Sommerseth a >>> écrit : On 12/12/1

Re: [Openvpn-devel] [PATCH] Fix a couple of issues in openvpn_execve()

2012-01-10 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 09/01/12 18:11, David Sommerseth wrote: > If openvpn_execve() is not able to fork(), it would make any noise > about it. So this patch adds a log notification if this happens. > > In addition, if openvpn_execve() is called with an empty argv arra

Re: [Openvpn-devel] [PATCH v3] Move away from openvpn_basename() over to platform provided basename()

2012-01-10 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/12/11 16:24, David Sommerseth wrote: > This kicks out the openvpn_basename() function from misc.[ch] and puts > glibc equivalents into compat.[ch]. This is to provide the same > functionality on platforms not having a native basename() function

Re: [Openvpn-devel] [PATCH] Enable access() when building in Visual Studio

2012-01-10 Thread David Sommerseth
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/12/11 12:38, David Sommerseth wrote: > Visual Studio does not enable certiain standard Unix functions, such > as access(). By defining _CRT_NONSTDC_NO_WARNINGS and > _CRT_SECURE_NO_WARNINGS, these functions are enabled. > > This patch also ad