s3:smbd: send SMB2 interim responses for async calls
[metze/samba/wip.git] / source3 / smbd / smb2_create.c
2009-06-24 Stefan Metzmachers3:smbd: send SMB2 interim responses for async calls
2009-06-18 Jeremy AllisonReplace the boilerplate calls to :
2009-06-17 Jeremy AllisonFix msdfs after the change to smb_filename struct....
2009-06-12 Tim Proutys3: Plumb smb_filename through SMB_VFS_CREATE_FILE
2009-06-10 Tim Proutys3: Make all callers of SMB_VFS_CREATEFILE call unix_co...
2009-06-05 Stefan Metzmachers3:smbd: split smbd_smb2_create() into a tevent_req...
2009-06-05 Stefan Metzmachers3:smbd: keep the chain_fsp for SMB2 requests
2009-06-05 Stefan Metzmachers3:smbd: add support for SMB2 Create on IPC$
2009-06-05 Stefan Metzmachers3:smbd: add support for printers to SMB2 Create
2009-06-04 Stefan Metzmachers3:smbd: ignore NTCREATEX_OPTIONS_SYNC_ALERT and NTCREA...
2009-06-03 Stefan Metzmachers3:smbd: implement a simple version of SMB2 Create