Re: Passing file descriptors over a socket

2009-10-14 Thread Corinna Vinschen
On Oct 14 06:41, Dave Korn wrote: Charles Wilson wrote: If not, what sort of not is it? (a) possible, but nobody has had the time or inclination to implement (b) not possible on win32 (c) possible, but REALLY hard -- case (a) on steroids. Well, there's going to be DuplicateHandle

Re: Passing file descriptors over a socket

2009-10-14 Thread Christopher Faylor
On Wed, Oct 14, 2009 at 06:41:16AM +0100, Dave Korn wrote: Charles Wilson wrote: If not, what sort of not is it? (a) possible, but nobody has had the time or inclination to implement (b) not possible on win32 (c) possible, but REALLY hard -- case (a) on steroids. Well, there's going to be

Passing file descriptors over a socket

2009-10-13 Thread Charles Wilson
I was trying to build libassuan (one of the prerequisites for GnuPG2), and ran in to this problem on the test: fdpassing[4844.4] DBG: - OK Pleased to meet you fdpassing[4844.4] DBG: - # descriptor 4 is in flight fdpassing[4844.4] DBG: - INPUT FD fdpassing[4844]: no pending file descriptors!

Re: Passing file descriptors over a socket

2009-10-13 Thread Dave Korn
Charles Wilson wrote: If not, what sort of not is it? (a) possible, but nobody has had the time or inclination to implement (b) not possible on win32 (c) possible, but REALLY hard -- case (a) on steroids. Well, there's going to be DuplicateHandle involved in it, to copy the underlying os

Re: Passing file descriptors and ssh ControlMaster

2008-06-16 Thread Corinna Vinschen
On Jun 15 12:38, Stefanos Makris wrote: http://cygwin.com/acronyms/#TOFU Hi Corinna, I'm sorry to ask such a basic question, but id there somewhere where I can get information around these plans? I would like to give it a try if I can. --Stefanos. -Original Message- From:

RE: Passing file descriptors and ssh ControlMaster

2008-06-16 Thread Stefanos Makris
not a registered contributor for cygwin, but hey, I will gladly follow any due process to become one as needed! --Stefanos. -Original Message- From: Corinna Vinschen [mailto:[EMAIL PROTECTED] Sent: Monday, June 16, 2008 2:43 AM To: cygwin@cygwin.com Subject: Re: Passing file descriptors and ssh

RE: Passing file descriptors and ssh ControlMaster

2008-06-15 Thread Stefanos Makris
To: cygwin@cygwin.com Subject: Re: Passing file descriptors and ssh ControlMaster On Jun 13 12:38, Stefanos Makris wrote: After looking through the list archives, I am a little puzzled as to the current state of implementing the necessary functionality that will enable the file descriptor passing

Re: Passing file descriptors and ssh ControlMaster

2008-06-14 Thread Corinna Vinschen
On Jun 13 12:38, Stefanos Makris wrote: After looking through the list archives, I am a little puzzled as to the current state of implementing the necessary functionality that will enable the file descriptor passing between processes (which according to my understanding is required for a

Passing file descriptors and ssh ControlMaster

2008-06-13 Thread Stefanos Makris
After looking through the list archives, I am a little puzzled as to the current state of implementing the necessary functionality that will enable the file descriptor passing between processes (which according to my understanding is required for a functioning ControlMaster behavior of

Re: Passing file descriptors

2004-01-05 Thread Theo Verelst
Christopher Faylor wrote: On Sun, Jan 04, 2004 at 04:30:56PM +0100, Theo Verelst wrote: Anyone know wether cygwin can pass file descriptors over unix sockets (streams) so that a process can share its file descriptors with another? Nope. Sorry. -- Is it not an option because of windows

Passing file descriptors

2004-01-04 Thread Theo Verelst
Anyone know wether cygwin can pass file descriptors over unix sockets (streams) so that a process can share its file descriptors with another? Theo Verelst [EMAIL PROTECTED] latest diary page: http://195.241.128.75/Diary/ldiary15.html -- Unsubscribe info:

Re: Passing file descriptors

2004-01-04 Thread Christopher Faylor
On Sun, Jan 04, 2004 at 04:30:56PM +0100, Theo Verelst wrote: Anyone know wether cygwin can pass file descriptors over unix sockets (streams) so that a process can share its file descriptors with another? Nope. Sorry. -- Please use the resources at cygwin.com rather than sending personal email.

Passing File Descriptors

2002-03-14 Thread David E Euresti
Hello, I noticed there was some talk in January about passing file descriptors between processes. I'm in the process of porting a daemon to Windows and was wondering if there had been any progress made on this. By looking at the code I haven't seen any way of getting around passing

RE: Passing File Descriptors

2002-03-14 Thread Robert Collins
-Original Message- From: David E Euresti [mailto:[EMAIL PROTECTED]] Sent: Friday, March 15, 2002 9:44 AM To: [EMAIL PROTECTED] Subject: Passing File Descriptors Hello, I noticed there was some talk in January about passing file descriptors between processes. I'm