Re: [Patch] pinfo.cc: second CreatePipe, not first.

2004-10-05 Thread Bas van Gompel
Op Mon, 4 Oct 2004 22:10:43 -0400 schreef Christopher Faylor in <[EMAIL PROTECTED]>: : On Tue, Oct 05, 2004 at 03:49:20AM +0200, Bas van Gompel wrote: [...] : > * pinfo.cc (_pinfo::commune_send): Make debugging output less ambiguous. : : I've applied this patch. Thanks. : : I used a slig

Re: [Patch] has_security

2004-10-05 Thread Corinna Vinschen
On Oct 4 22:31, Christopher Faylor wrote: > On Mon, Oct 04, 2004 at 10:16:45PM -0400, Pierre A. Humblet wrote: > >Another cleanup, following the changes in environ.cc. > > > >Pierre > > > >2004-10-05 Pierre Humblet <[EMAIL PROTECTED]> > > > > * external.cc (check_ntsec): Do not call wincap.ha

Re: [Patch] cygcheck: warn about empty path-components

2004-10-05 Thread Corinna Vinschen
On Oct 5 07:15, Bas van Gompel wrote: > Hi, > > This little patch makes cygcheck warn about empty path-components > (leading/trailing/double ':'/';' in $PATH). > > > ChangeLog-entry: > > 2004-10-05 Bas van Gompel <[EMAIL PROTECTED]> > > * cygcheck.cc (dump_sysinfo): Warn about empty p

Re: [Patch] cygcheck: warn about empty path-components

2004-10-05 Thread Brian Ford
On Tue, 5 Oct 2004, Corinna Vinschen wrote: > Chris, I might be missing something but that looks like a bug in > conv_path_list to me. Why is conv_fn called with "." for empty > strings instead of ignoring the empty path? > > Is an empty path component a windowzism I don't know about? I don't kn

Re: [Patch] cygcheck: warn about empty path-components

2004-10-05 Thread Christopher Faylor
On Tue, Oct 05, 2004 at 09:09:31AM -0500, Brian Ford wrote: >On Tue, 5 Oct 2004, Corinna Vinschen wrote: > >> Chris, I might be missing something but that looks like a bug in >> conv_path_list to me. Why is conv_fn called with "." for empty >> strings instead of ignoring the empty path? >> >> Is a

Re: [Patch] pinfo.cc: second CreatePipe, not first.

2004-10-05 Thread Christopher Faylor
On Tue, Oct 05, 2004 at 09:45:53AM +0200, Bas van Gompel wrote: >Op Mon, 4 Oct 2004 22:10:43 -0400 schreef Christopher Faylor >in <[EMAIL PROTECTED]>: >: On Tue, Oct 05, 2004 at 03:49:20AM +0200, Bas van Gompel wrote: > >[...] > >: >* pinfo.cc (_pinfo::commune_send): Make debugging output less

Re: [Patch] cygcheck: warn about empty path-components

2004-10-05 Thread Corinna Vinschen
On Oct 5 10:34, Christopher Faylor wrote: > On Tue, Oct 05, 2004 at 09:09:31AM -0500, Brian Ford wrote: > >The current directory is specified by a null path name, which can appear > >immediately after the equal sign, between two colon delimiters anywhere in > >the path list, or at the end of the p

Re: More pipe problems (was Re: [Fwd: 1.5.11-1: sftp performance problem])

2004-10-05 Thread Bob Byrnes
I've been working on this, and I think I now understand the underlying problem, but I don't yet have a fix. The problem is that NtQueryInformationFile is stranger than I ever imagined. First, some background, to be sure we're all speaking the same language: Windows pipes actually seem more simila

Re: More pipe problems (was Re: [Fwd: 1.5.11-1: sftp performance problem])

2004-10-05 Thread Christopher Faylor
On Tue, Oct 05, 2004 at 12:26:33PM -0400, Bob Byrnes wrote: >I hope to have more info to report soon. Thanks for the interesting summary of the problem, Bob. cgf

RE: More pipe problems (was Re: [Fwd: 1.5.11-1: sftp performance problem])

2004-10-05 Thread Gary R. Van Sickle
[snip] > But there is a strange twist: When a read is pending on an > empty pipe, then WriteQuotaAvailable is also decremented! I > can't imagine why this would be the case, but it is easy to > demonstrate using a pair of small test programs that I wrote > to experiment with pipe buffering. >