summaryrefslogtreecommitdiff
path: root/source/pipentlsa.c
Commit message (Collapse)AuthorAgeFilesLines
* pipentlsa.c :Luke Leighton1997-10-141-8/+14
| | | | | | | | lsa close odd bug. smbparse.c : smb_io_dom_sid() _does_ need 4-byte alignment before it.
* byteorder.h:Luke Leighton1997-10-141-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!
* credentials, query info reply.Luke Leighton1997-10-141-5/+4
|
* split pipes.c down into util, netlog and ntlsa.Luke Leighton1997-10-131-0/+408