-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
-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
-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
-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