summaryrefslogtreecommitdiff
path: root/libcli/smb/smb2_constants.h
AgeCommit message (Collapse)AuthorFilesLines
2010-09-22s4:libcli:smb2 Rename pending_id to async_id and make 64-bitSteven Danneman1-1/+4
Match MS-SMB2 - 2.2.1.1 SMB2 Packet Header - ASYNC
2010-05-21Make DFS work over SMB2.Jeremy Allison1-0/+9
Jeremy.
2009-08-12libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher1-0/+175
This will hold code that's shared between source3 and source4. metze