summaryrefslogtreecommitdiff
path: root/libcli/smb/smb_constants.h
AgeCommit message (Collapse)AuthorFilesLines
2011-07-12libcli/smb: add NBSS message typesStefan Metzmacher1-0/+10
metze
2011-07-12libcli/smb: add PROTOCOL_SMB2_02 constantStefan Metzmacher1-1/+2
metze
2011-07-06libcli/smb move FILE_TYPE constants in commonAndrew Bartlett1-0/+8
This allows us to remove another _SAMBA_BUILD_ conditional Andrew Bartlett
2011-07-06libcli/smb move enum protocol_types to a common headerAndrew Bartlett1-0/+12
2011-04-29libcli/smb Move FILE_ATTRIBUTE defines to the top levelAndrew Bartlett1-0/+23
2011-03-25libcli: created smb_constants.hAndrew Tridgell1-0/+39
this starts the (long!) process of moving some of the SMB constants into common files. This just moves the FLAGS2_ defines, which are needed for common string routines (for FLAGS2_UNICODE_STRINGS)