s3-tevent: only include ../lib/util/tevent wrappers where needed.
[nivanova/samba-autobuild/.git] / source3 / smbd / smb2_create.c
2011-04-29 Günther Deschners3-tevent: only include ../lib/util/tevent wrappers...
2011-03-29 Günther Deschners3: include smbd/smbd.h where needed.
2011-03-24 Andrew Tridgellcharcnv: removed the allow_badcharcnv and allow_bad_con...
2011-01-25 Jeremy AllisonAdd uint32_t name_hash argument (currently unused)...
2010-07-27 Simo Sorces3-smbd: Migrated to new spoolss functions for printing.
2010-07-05 Volker Lendeckes3: Remove procid_self() from fill_deferred_open_entry()
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to [remove|schedule]_deferred...
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to open_was_deferred_smb2
2010-06-12 Volker Lendeckes3: Explicitly pass sconn to find_open_smb2req
2010-05-31 Günther Deschners3-build: only use ndr_security.h where needed.
2010-05-22 Jeremy AllisonIf using fake oplocks, use the correct SMB2 type code...
2010-05-22 Jeremy AllisonDon't forget brackets around bitwise tests.
2010-05-21 Jeremy AllisonMake DFS work over SMB2.
2010-05-21 Ira Coopers3: added support for fake oplocks in SMB2.
2010-05-20 Jeremy AllisonFix bug #7410 - samba sends "raw" inode number as...
2010-05-20 Jeremy AllisonAfter talking with Microsoft engineers, immediately...
2010-05-20 Jeremy Allison(Finally) fix bug #7158 - SMB2 connection resets during...
2010-05-18 Jelmer Vernooijs3: Remove use of iconv_convenience.
2010-05-11 Jeremy AllisonFix more SMB2-OPLOCK bugs. Only 3 more issues to addres...
2010-05-10 Jeremy AllisonSMB2 always have level2 oplock capability. Correct...
2010-05-10 Jeremy AllisonStop us crashing in SMB2-OPLOCK test. Don't allow more...
2010-04-28 Jeremy AllisonUpdate (C) for 2010.
2010-04-26 Jeremy AllisonWhen walking the SMB2 requests queue, ensure the reques...
2010-04-26 Jeremy AllisonFix crash when rescheduling oplock open.
2010-04-24 Jeremy AllisonImplement oplocks within SMB2. Plumb into the existing...
2010-04-23 Jeremy AllisonAllow smb2 create requests to be cancelled.
2010-04-23 Jeremy AllisonAt simo's request return struct tevent_req *treq -...
2010-04-23 Jeremy AllisonRename - no functional change. Stop all variables being...
2010-04-23 Jeremy AllisonMake deferred opens (NT_STATUS_SHARING_VIOLATION) work...
2010-03-05 Jeremy AllisonFix for bug #7189 - Open txt files with notepad on...
2009-11-17 Jeremy AllisonRemove "store create time" code, cause create time...
2009-09-17 Andrew TridgellMerge branch 'master' of /home/tridge/samba/git/combined
2009-09-17 Jeremy AllisonWe now pass the Microsoft SMB2 fileio test with EA...
2009-08-19 Stefan Metzmachers3:smbd: implement all SMB2 Create contexts except...
2009-08-19 Stefan Metzmachers3:smbd: parse context blobs in SMB2 Create
2009-08-17 Stefan Metzmachers3:smbd: implement SMB2 Cancel correctly.
2009-08-12 Stefan Metzmacherlibcli: move some common SMB and SMB2 stuff into libcli...
2009-08-12 Stefan Metzmachers3:smbd: as check_path_syntax() changes the string...
2009-08-12 Stefan Metzmachers3:smbd: avoid 'goto out' in smbd_smb2_create_send()
2009-08-08 Stefan Metzmachers3:smbd: convert '\\' into '/' in SMB2 Create
2009-08-08 Stefan Metzmachers3:smbd: rename conn => sconn for smbd_server_connectio...
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