Revert "smbd: implement smbd_impersonate_{conn_vuid,conn_sess,root,guest}_create...
[samba.git] / source3 / smbd / smb2_create.c
2018-11-27 Ralph Boehmes3:smbd: pass down twrp from SMB2_CREATE to filename_co...
2018-11-27 Ralph Boehmes3:smbd: add twrp args to filename_convert()
2018-07-17 Ralph Boehmes3: smbd: fix path check in smbd_smb2_create_durable_le...
2018-06-18 Stefan Metzmachersmbd: add an effective {smb,smbd_smb2}_request->ev_ctx...
2018-03-22 Jeremy Allisons3: debug: smb2: Create a new DBGC_SMB2 debug class...
2017-10-21 Ralph Boehmes3/smbd: update some more DEBUG macros in smbd_smb2_cre...
2017-10-21 Ralph Boehmes3/smbd: use early returns in smbd_smb2_create_send
2017-10-21 Ralph Boehmes3/smbd: factor out smbd_smb2_create_after_exec from...
2017-10-21 Ralph Boehmes3/smbd: factor out smbd_smb2_create_before_exec from...
2017-10-21 Ralph Boehmes3/smbd: remove all stack variables of smbd_smb2_create...
2017-10-21 Ralph Boehmes3/smbd: move create ctx extraction and validation...
2017-10-21 Ralph Boehmes3/smbd: move create contexts into smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: remove unneeded args from smbd_smb2_create_finish
2017-10-21 Ralph Boehmes3/smbd: move info into smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: add in_create_disposition to smbd_smb2_create_...
2017-10-21 Ralph Boehmes3/smbd: add in_oplock_level to smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: move requested_oplock_level into smbd_smb2_cre...
2017-10-21 Ralph Boehmes3/smbd: move replay_operation into smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: move result into smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: leverage early return added in the previous...
2017-10-21 Ralph Boehmes3/smbd: factor out smbd_smb2_create_finish from smbd_s...
2017-10-21 Ralph Boehmes3/smbd: modernize a DEBUG statement
2017-10-21 Ralph Boehmes3/smbd: move some setup code in smbd_smb2_create_send...
2017-10-21 Ralph Boehmes3/smbd: add tevent context to smbd_smb2_create_state
2017-10-21 Ralph Boehmes3/smbd: use struct initializer for smbd_smb2_create_state
2017-06-27 Stefan Metzmachers3:smb2_create: remove unused timer pointer from smbd_s...
2017-06-27 Stefan Metzmachers3:smb2_create: avoid reusing the 'tevent_req' within...
2017-05-22 Jeremy Allisons3: smbd: Add UCF_GMT_PATHNAME, which represents FLAGS2...
2017-05-22 Jeremy Allisons3: smbd: We can now remove the 'bool dfs_path' paramet...
2017-02-22 Chris LambCorrect "succeded" typos.
2016-10-25 Stefan Metzmachers3:smbd: only pass UCF_PREP_CREATEFILE to filename_conv...
2016-08-13 Christof Schmittsmbd: Fix snapshot query on shares with DFS enabled
2016-03-24 Jeremy Allisons3: smbd: Remove unneeded lp_posix_pathnames() check...
2016-03-24 Jeremy Allisons3:smbd: Move lp_posix_pathnames() out of ea_list_has_i...
2016-03-14 Michael Adamsmbd:smb2: remove an unnecessary !! cast.
2016-03-03 Michael Adamsmbd:smb2: move op variable into scope of use in smb2_c...
2016-03-03 Michael Adamsmbd:smb2: implement create replay
2016-03-03 Michael Adamsmb2:create: create replay cache when request has a...
2016-02-28 Michael Adamsmbd:smb2_creat: remove outdated TODO comments
2016-01-29 Jeremy Allisons3: smbd: Fix timestamp rounding inside SMB2 create.
2015-12-23 Jeremy Allisons3: smbd: smb2_create.c - remove all uses of lp_posix_p...
2015-12-23 Jeremy Allisons3: smbd: In smb2_create.c, add in UCF_POSIX_PATHNAMES...
2015-12-23 Jeremy Allisons3: smbd: In smb2_create.c Use ucf_flags variable inste...
2015-11-04 Jeremy Allisons3: smbd: If EA's are turned off on a share don't allow...
2015-08-28 Stefan Metzmachers3:smb2_create: #if 0 unused variable
2015-08-28 Richard SharpeMove the error handling for svhdx to vfswrap_create...
2015-05-08 Michael Adams3:smb2_create: treat the SVHDX_OPEN_DEVICE_CONTEXT...
2014-12-04 Ralph Boehmes3:vfs: add create tags to SMB_VFS_CREATEFILE
2014-12-04 Ralph Boehmes3:smbd: allocate out_context_blobs with talloc
2014-12-04 Volker Lendeckes3:smb2_create: support leases and pass them down to...
2014-12-04 Volker Lendeckes3:smb2_create: validate durable reconnects with leases
2014-12-04 Volker Lendeckes3:smb2_create: allow durable handles with SMB2_LEASE_H...
2014-11-27 Stefan Metzmachers3:smb2_create: send interim responses after 0.5 millis...
2014-11-19 Stefan Metzmachers3:smb2_server: use async smbprofile macros
2014-09-19 Stefan Metzmachers3:smb2_create: pass smbXsrv_connection to *deferred...
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to open_was_deferred()
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...
next