vfs3: Pass "lease" through SMB_VFS_CREATE_FILE
[metze/samba/wip.git] / source3 / smbd / smb2_create.c
2014-08-11 Volker Lendeckevfs3: Pass "lease" through SMB_VFS_CREATE_FILE
2014-08-06 Stefan Metzmachers3:smb2_server: pass smbXsrv_connection to smbd_server_...
2014-08-06 Stefan Metzmachers3:smb2_*: make use of smb2req->xconn where possible
2014-08-06 Stefan Metzmachers3:smb2_server: move sconn->smb2.requests to xconn...
2014-06-30 Volker Lendeckelib: Align unix_timespec_to_nt_time with nt_time_to_uni...
2014-06-21 Volker Lendeckesmbd: Store "struct deferred_open_record" instead of...
2014-06-18 Jeremy Allisons3: smb2 - strictly obey file name restrictions w.r...
2014-06-18 Jeremy Allisons3: smb2 - Check supplied impersonation level on SMB2_C...
2014-05-23 Jeremy Allisons3: smb2: Move from using SBVAL to put NTTIMEs on the...
2014-03-05 Stefan Metzmachers3:smb2_create: make use of smbd_smb2_generate_outbody()
2013-12-09 Jeremy Allisonsmbd: Always use UCF_PREP_CREATEFILE for filename_conve...
2013-12-09 Jeremy Allisonsmbd: change flag name from UCF_CREATING_FILE to UCF_PR...
2013-11-22 Volker Lendeckesmbd: Pull mtime handling into open_file_ntcreate
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-14 Volker Lendeckesmbd: Remove some FAKE_LEVEL_II comments
2013-10-05 Michael Adamsmbd:smb2: clarify and comment code treating dh2c blob...
2013-10-05 Michael Adamsmbd:smb2: ignore an dhnq blob along with a dhnc in...
2013-10-05 Michael Adamsmbd:smb2_create: fix return code for durable handle...
2013-10-05 Michael Adamsmbd:smb2: successfully answer a DHnC request when...
2013-10-05 Michael Adamsmbd:smb2_create: add comment about validity of check...
2013-07-19 Jeremy AllisonEnsure we can't create a file using SMB2_CREATE with...
2013-07-09 Volker Lendeckesmbd: Fix a profile problem
2013-06-04 Michael Adams3:smbd: explain parameters in call to SMB_VFS_DURABLE_...
2013-06-04 Michael Adams3:smbd: remove code duplication in smb2_create_send()
2013-04-26 Volker Lendeckesmbd: We don't use DEFERRED_OPEN_ENTRY anymore
2013-04-26 Volker Lendeckesmbd: Remove unused smb2_deferred_open_timer
2013-04-26 Volker Lendeckesmbd: Ignore OPEN_RETRY and BREAK_RESPONSE
2013-04-18 Michael Adams3:smbd:smb2: fix setting of scavenge timeout when...
2013-02-19 Stefan Metzmachers3:smbd: s/struct timed_event/struct tevent_timer
2013-02-19 Stefan Metzmachers3:smbd: s/struct event_context/struct tevent_context
2012-12-18 Jeremy AllisonFix bug #9196 - defer_open is triggered multiple times...
2012-09-26 Stefan Metzmachers3:smb2_create: don't take 'state->te' as indication...
2012-09-22 Michael Adams3:smbd: remove struct member smbd_smb2_request.cancell...
2012-09-22 Stefan Metzmachers3:smb2_lock: let smbd_smb2_create_cancel() trigger...
2012-09-14 Jeremy AllisonAdd 'bool use_privs' to smbd_calculate_access_mask().
2012-09-08 Michael Adams3:smbd: add basic support for durable handle v2 reques...
2012-09-08 Michael Adams3:smbd: add basic support for durable handle request...
2012-09-05 Stefan Metzmachers3:smb2_create: check for SMB2_CREATE_TAG_DHNC first
2012-08-05 Stefan Metzmachers3:smb2_create: make use of SMBD_SMB2_* macros
2012-06-30 Jeremy AllisonDon't allow asynchronous creates to be canceled in...
2012-06-30 Jeremy AllisonMake schedule_deferred_open_message_smb2() return an...
2012-06-29 Stefan Metzmachers3:smbd: make use of smbXsrv_open for smb1/2/3
2012-06-28 Stefan Metzmachers3:smb2_create: add usefull DEBUG() message
2012-06-25 Stefan Metzmachers3:smbd: make use of smbXsrv_tcon and smbXsrv_session...
2012-06-25 Volker Lendeckes3: Fix a typo
2012-06-14 Stefan Metzmachers3:smbd: use fsp_persistent_id() as persistent_file_id...
2012-06-11 Michael Adams3:smbd: explain parameters to filename_convert call...
2012-05-28 Stefan Metzmachers3:smb2_create: do not remove leading backslash from...
2012-04-24 Volker Lendeckes3: Introduce variable "indyniov" for easier reading
2012-02-18 Jeremy AllisonFix a bunch of "unused variable" warnings.
2012-02-10 Volker Lendeckes3-smb2: Use the correct indicator if a request was...
2012-02-10 Volker Lendeckes3-smb2: Make sure we have a subreq set
2012-01-03 Volker Lendeckes3: Remove the unused "file_existed" parameter from...
2011-12-16 Stefan Metzmachers3:smbd: avoid using sconn_server_id()
2011-12-12 Stefan Metzmachers3:smb2_server: use sconn->ev_ctx instead of sconn...
2011-11-15 Stefan Metzmachers3:smb2_create: defer STATUS_PENDING for 2 seconds...
2011-11-15 Stefan Metzmachers3:smb2_server: pass explicit defer_times to smbd_smb2_...
2011-11-15 Stefan Metzmachers3:smb2_server: always send STATUS_PENDING responses...
2011-10-10 Christian Ambachs3:smb2_create: fix allocation size return value when...
2011-09-07 Stefan Metzmachers3:smb2_server: return OBJECT_NAME_INVALID if the path...
2011-09-07 Stefan Metzmachers3:smb2_server: use smbd_smb2_request_verify_sizes...
2011-08-30 Christian Ambachs3:smb2 fix Bug 8428 - wrong reply to DHnC (durable...
2011-08-02 Volker Lendeckes3: Pass sconn explicitly to open_was_deferred
2011-07-11 Stefan Metzmachers3:smb2_create: use smbd_calculate_access_mask() instea...
2011-07-04 Stefan Metzmachers3:smb2_create: call 'return' after smbd_server_connect...
2011-06-24 Stefan MetzmacherMerge commit 'release-4-0-0alpha15' into master4-tmp
2011-06-24 Andrew BartlettMerge 2610c05b5b95cc7036b3d6dfb894c6cfbdb68483 as Samba... samba-upstream/tags/samba-4.0.0alpha16
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...
next