summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_create.c
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: allow the offset to the path being 0 in SMB2 createStefan Metzmacher2009-07-021-1/+3
* s3:smbd: send SMB2 interim responses for async callsStefan Metzmacher2009-06-241-0/+5
* Replace the boilerplate calls to :Jeremy Allison2009-06-181-8/+2
* Fix msdfs after the change to smb_filename struct. We must *always*Jeremy Allison2009-06-161-1/+14
* s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty2009-06-121-11/+2
* s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert firstTim Prouty2009-06-101-9/+26
* s3:smbd: split smbd_smb2_create() into a tevent_req based _send()/_recv() pairStefan Metzmacher2009-06-051-99/+199
* s3:smbd: keep the chain_fsp for SMB2 requestsStefan Metzmacher2009-06-051-0/+2
* s3:smbd: add support for SMB2 Create on IPC$Stefan Metzmacher2009-06-051-1/+17
* s3:smbd: add support for printers to SMB2 CreateStefan Metzmacher2009-06-051-38/+41
* s3:smbd: ignore NTCREATEX_OPTIONS_SYNC_ALERT and NTCREATEX_OPTIONS_ASYNC_ALER...Stefan Metzmacher2009-06-041-0/+4
* s3:smbd: implement a simple version of SMB2 CreateStefan Metzmacher2009-06-031-0/+274