Displaying 9 results from an estimated 9 matches similar to: "Network Named Pipes supported under Wine ?"
2001 Apr 24
1
Create/Wait NamedPipeA ?
Is anybody working on implementing CreateNamedPipeA/WaitNamedPipeA
(KERNEL32.168 , KERNEL32.725) or can anybody comment on how much
needs to be done to implement these ? Some applications seem to
use this to communicate with a license manager process - even
freely available product catalogs that apparently create a pro forma
license file during the installation process.
Martin
--
Dr. Martin
2025 May 20
2
can function sftp_upload return OK even if an error message is received?
On Tue, 13 May 2025, Graziano Stefani (Nokia) via openssh-unix-dev wrote:
> Hi,
>
> With reference to the latest version of the portable OpenSSH, in
> file sftp-client.c, it looks to me there may be a bug in function
> sftp_upload.
>
> My understanding is that, when variable "len" is equal to 0, no more
> SSH_FXP_WRITE messages are sent out and you start draining
2023 Jan 12
2
Fwd: Can Samba just store ACL information (without interpreting it) without AD?
Hi,
I read several articles on the internet, but I fail to understand how
ACL storage technically works. Of course in almost any case, ACL
should not only be stored but also evaluated, and for this this Samba
server needs to be a member of the AD domain. I think I understand
this, but I have a different use case. I hope someone can help and
possibly has a link or such.
I have a samba instance
2009 Jul 22
1
Problem with aov
theliver wrote:
>
> I'm currently doing simple, one way ANOVA using R.
>
> I'm analyzing a count based upon an Hour value (0-23) in which it occurs.
> The count varies greatly over the entire day (usually with a range of 400
> or so), but certain hour groupings could be useful for later data
> processing.
>
> So I've loaded my data:
> data.nas <-
2025 May 13
1
can function sftp_upload return OK even if an error message is received?
Hi,
With reference to the latest version of the portable OpenSSH, in file sftp-client.c, it looks to me there may be a bug in function sftp_upload.
My understanding is that, when variable "len" is equal to 0, no more SSH_FXP_WRITE messages are sent out and you start draining the queue of pending responses. Variable "len" is set to 0 either when the upload is interrupted, or
2019 Jan 14
6
[PATCH nbdkit incomplete 0/5] Port to Windows.
This is an incomplete port to Windows. Currently the server compiles
and starts up successfully, but goes into an infinite loop when you
connect to it. Nevertheless I think the approach is ready for
feedback. This being Windows the changes go quite deep.
Rich.
2008 Oct 17
2
problem usrmgr Version 3.2.4
hi , i have
a few problems with usmgr on Version 3.2.4
( Version 3.2.4-8.1-1931-SUSE-SL11.0 )
samba pdc ldap
the download version from ms
http://www.microsoft.com/Downloads/details.aspx?FamilyID=c0011ab8-3178-4701-a791-eafba0f42de2&displaylang=en
doesnt work
giving
"device attached to the system is not functioning"
whatever i do
a old version from usermgr works partially
but magic
2005 Feb 16
0
Outbound calling timeout
I am running asterisk 1.0.1 with OH323 compiled in.
We have a 323 trunk to CallManager with a mgcp controlled pri router.
When using sip phones (directly registered with asterisk) to call out
the 323 trunnk to PSTN, calls timeout after 3 rings. If I answer b4 3
rings - no problem, otherwise I get "no one is available to answer at
this time" on the consoel and it redirects to an
2007 Jul 05
2
[LLVMdev] PATCH (rest of code changes) "bytecode" --> "bitcode"
Here is the bulk of the sanitizing.
My residual doubts center around the question
whether we still do/want to support (un)compressed *byte*code
in 2.0/2.1.
I need a definitive word on this to proceed.
My understanding is that bytecode is already gone, but there are
still some functions/enums that really deal with *byte*code
(instead of *bit*code).
I did not touch those areas, so the attached