Re: [ovs-dev] [PATCH v4] Windows: Local named pipe implementation

2016-08-01 Thread Alin Serdean
De la: Guru Shetty [mailto:g...@ovn.org] Trimis: Thursday, July 28, 2016 7:41 PM Către: Alin Serdean Cc: dev@openvswitch.org Subiect: Re: [ovs-dev] [PATCH v4] Windows: Local named pipe implementation On 26 July 2016 at 12:57, Alin Serdean mailto:aserd...@cloudbasesolutions.com>>

Re: [ovs-dev] [PATCH v4] Windows: Local named pipe implementation

2016-07-28 Thread Guru Shetty
On 26 July 2016 at 12:57, Alin Serdean wrote: > Currently in the case of command line arguments punix/unix, on Windows > we create a file, write a TCP port number to connect. This is a security > concern. > > This patch adds support for the command line arguments punix/unix trying > to mimic AF_U

[ovs-dev] [PATCH v4] Windows: Local named pipe implementation

2016-07-26 Thread Alin Serdean
Currently in the case of command line arguments punix/unix, on Windows we create a file, write a TCP port number to connect. This is a security concern. This patch adds support for the command line arguments punix/unix trying to mimic AF_UNIX behind a local named pipe. This patch drops the TCP so