Fix bug #6529 - Offline files conflict with Vista and Office 2003.
[samba.git] / source3 / smbd / smb2_create.c
2009-07-24 Tim Proutys3: Allow filename_convert() to pass through unix_conve...
2009-07-24 Volker LendeckeFix a few uninitialized variable warnings
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Remove the now unused fname parameter from filename...
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-09 Tim Proutys3: Plumb smb_filename through dos_mode() and related...
2009-07-06 Tim Proutys3: Change some filename_convert to pass in NULL for...
2009-07-02 Stefan Metzmachers3:smbd: allow the offset to the path being 0 in SMB2...
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