CVS update: samba/source/rpc_pipes

Luke Leighton lkcl at samba.anu.edu.au
Sun Nov 2 06:20:29 EST 1997


Date:	Sunday November 2, 1997 @ 6:20
Author:	lkcl

Update of /data/cvs/samba/source/rpc_pipes
In directory samba:/tmp/cvs-serv20583/rpc_pipes

Modified Files:
	ntclientlsa.c ntclientnet.c ntclientpipe.c 
Log Message:

client.c clientutil.c proto.h
rpc_pipes/ntclientlsa.c rpc_pipes/ntclientnet.c
rpc_pipes/ntclientpipe.c :

	added extra argument to cli_call_api() to allow specifying the length of
	the \PIPE\ name.  it appears that, like when the name of the pipe is NULL
	and OS-2 requires two extra bytes _after_ the NULL name, that NT requires
	two bytes after the NULL-terminated name "\PIPE\".  these two bytes vary,
	but values seen so far are: 0x72 0x70; 0x63 0x65; 0x44 0x65; 0x4E 0x00.

	there appears not to be much logic to this.  purpose unknown.

ntclient.c:

	put Set Named Pipe Handle State call directly after SMBopenX call.



More information about the samba-cvs mailing list