summaryrefslogtreecommitdiff
path: root/source3/pipentlsa.c
AgeCommit message (Collapse)AuthorFilesLines
1997-10-14pipentlsa.c :Luke Leighton1-8/+14
lsa close odd bug. smbparse.c : smb_io_dom_sid() _does_ need 4-byte alignment before it. (This used to be commit 93879ac8a533ad8cc175275cf1fc9a8f152f4b5a)
1997-10-14byteorder.h:Luke Leighton1-3/+3
created a RW_PIVAL macro which was missing. smbparse.c: smb_io_dom_sid() was storing its sub-authorities as uint16s instead of uint32s. used the DBG_RW_PIVAL macro instead of DBG_RW_PSVAL. pipentlsa.c: not sure. something to do with the Query Info reply. pipeutil.c: make_rpc_reply() had the packed representation field set to 0x0100 0000 instead of 0x1000 0000, which had the interesting result of turning all uint32 and uint16 field byte ordering the other way round! (This used to be commit eafd6e9e797c5badb07059d7eddabd6a8947c830)
1997-10-14credentials, query info reply.Luke Leighton1-5/+4
(This used to be commit 9b095887df204393090d7da9a47508685ddd5163)
1997-10-13split pipes.c down into util, netlog and ntlsa.Luke Leighton1-0/+408
(This used to be commit 8fe02c239d70497af449ed0cdf1a32de10021ba1)