summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_create.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-03s3:smbd: implement a simple version of SMB2 CreateStefan Metzmacher1-0/+274
It only work on file shares and just ignores any additional Create Context Values. metze