Re: [Openvpn-devel] [PATCH] Provide an access() wrapper for Windows

2011-12-03 Thread Gert Doering
Hi, On Fri, Dec 02, 2011 at 12:02:35PM +0100, David Sommerseth wrote: > Commit 0f2bc0dd92f43c91e33bba8a66b06b98f281efc1 adds extra file and > directory checks at startup. However, this patch makes use of some > features not directly available in Windows. > > This patch avoids #include on Windows

Re: [Openvpn-devel] [PATCH] Don't look for 'stdin' file when using --auth-user-pass

2011-12-03 Thread Gert Doering
Hi, On Fri, Dec 02, 2011 at 04:34:24PM +0100, David Sommerseth wrote: > This argument allows the keyword 'stdin' to indicate that the input > is to be read from the stdin. Don't check for file existence if the > file name is set to 'stdin' ACK. gert -- USENET is *not* the non-clickable part of

Re: [Openvpn-devel] [PATCH] Provide an access() wrapper for Windows

2011-12-03 Thread Gert Doering
Hi, On Sat, Dec 03, 2011 at 11:09:26AM +0100, Gert Doering wrote: > On Fri, Dec 02, 2011 at 12:02:35PM +0100, David Sommerseth wrote: > > Commit 0f2bc0dd92f43c91e33bba8a66b06b98f281efc1 adds extra file and > > directory checks at startup. However, this patch makes use of some > > features not dir