summaryrefslogtreecommitdiff
path: root/source3/ntclientpipe.c
AgeCommit message (Collapse)AuthorFilesLines
1997-10-29ipc.c ntclientpipe.c:Luke Leighton1-3/+40
response to Bind Acknowledgment needs a lookup table for the PIPE string (secondary address in RPC_HDR_BA structure). smbparse.c util.c : interesting problem, i think caused by us typecasting a uint16* buffer to char*. found on a SPARC. (This used to be commit 420408ee83902faa6cf871f26e93ad5efb483727)
1997-10-29ipc.c :Luke Leighton1-3/+22
bind ack should contain \PIPE\pipename not just pipename. ntclientpipe.c : sanity in bind ack: pipe name checks; transfer syntax checks; reason checks. (This used to be commit c2e2197e9d87795bda0198247c7bb132fe586fc1)
1997-10-29split ntclient.c down into appropriate modules.Luke Leighton1-0/+201
(This used to be commit 50d7e4d6f6b5d770742ee83523d6146cf51f8259)