summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_create.c
Commit message (Expand)AuthorAgeFilesLines
* s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme2014-12-041-1/+3
* s3:smbd: allocate out_context_blobs with tallocRalph Boehme2014-12-041-16/+21
* s3:smb2_create: support leases and pass them down to the VFS layer.Volker Lendecke2014-12-041-4/+87
* s3:smb2_create: validate durable reconnects with leasesVolker Lendecke2014-12-041-0/+63
* s3:smb2_create: allow durable handles with SMB2_LEASE_HANDLEVolker Lendecke2014-12-041-1/+1
* s3:smb2_create: send interim responses after 0.5 millisecondsStefan Metzmacher2014-11-271-7/+1
* s3:smb2_server: use async smbprofile macrosStefan Metzmacher2014-11-191-0/+1
* s3:smb2_create: pass smbXsrv_connection to *deferred*_smb2Stefan Metzmacher2014-09-191-8/+7
* s3:smbd: pass smbXsrv_connection to open_was_deferred()Stefan Metzmacher2014-09-191-1/+1
* vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke2014-08-111-0/+1
* s3:smb2_server: pass smbXsrv_connection to smbd_server_connection_terminate*()Stefan Metzmacher2014-08-061-7/+7
* s3:smb2_*: make use of smb2req->xconn where possibleStefan Metzmacher2014-08-061-1/+1
* s3:smb2_server: move sconn->smb2.requests to xconn->smb2.requestsStefan Metzmacher2014-08-061-1/+2
* lib: Align unix_timespec_to_nt_time with nt_time_to_unix_timespecVolker Lendecke2014-06-301-1/+1
* smbd: Store "struct deferred_open_record" instead of anonymous data on pmlVolker Lendecke2014-06-211-12/+7
* s3: smb2 - strictly obey file name restrictions w.r.t. the SMB2 protocol spec.Jeremy Allison2014-06-181-0/+16
* s3: smb2 - Check supplied impersonation level on SMB2_CREATE.Jeremy Allison2014-06-181-0/+18
* s3: smb2: Move from using SBVAL to put NTTIMEs on the wire to put_long_date_t...Jeremy Allison2014-05-231-42/+43
* s3:smb2_create: make use of smbd_smb2_generate_outbody()Stefan Metzmacher2014-03-051-1/+1
* smbd: Always use UCF_PREP_CREATEFILE for filename_convert calls to resolve a ...Jeremy Allison2013-12-091-2/+1
* smbd: change flag name from UCF_CREATING_FILE to UCF_PREP_CREATEFILEJeremy Allison2013-12-091-1/+1
* smbd: Pull mtime handling into open_file_ntcreateVolker Lendecke2013-11-231-8/+0
* smbd: Remove some FAKE_LEVEL_II commentsVolker Lendecke2013-10-151-5/+0
* smbd:smb2: clarify and comment code treating dh2c blob check.Michael Adam2013-10-051-6/+22
* smbd:smb2: ignore an dhnq blob along with a dhnc in createMichael Adam2013-10-051-6/+26
* smbd:smb2_create: fix return code for durable handle create blob combinationsMichael Adam2013-10-051-8/+16
* smbd:smb2: successfully answer a DHnC request when the initial create was DH2QMichael Adam2013-10-051-4/+7
* smbd:smb2_create: add comment about validity of check reconnect blob being on...Michael Adam2013-10-051-0/+4
* Ensure we can't create a file using SMB2_CREATE with an invalid EA list.Jeremy Allison2013-07-191-0/+5
* smbd: Fix a profile problemVolker Lendecke2013-07-091-1/+2
* s3:smbd: explain parameters in call to SMB_VFS_DURABLE_RECONNECT()Michael Adam2013-06-041-2/+3
* s3:smbd: remove code duplication in smb2_create_send()Michael Adam2013-06-041-51/+25
* smbd: We don't use DEFERRED_OPEN_ENTRY anymoreVolker Lendecke2013-04-261-2/+0
* smbd: Remove unused smb2_deferred_open_timerVolker Lendecke2013-04-261-59/+0
* smbd: Ignore OPEN_RETRY and BREAK_RESPONSEVolker Lendecke2013-04-261-0/+2
* s3:smbd:smb2: fix setting of scavenge timeout when reconnecting durable handlesMichael Adam2013-04-181-5/+4
* s3:smbd: s/struct timed_event/struct tevent_timerStefan Metzmacher2013-02-191-2/+2
* s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher2013-02-191-1/+1
* Fix bug #9196 - defer_open is triggered multiple times on the same request.Jeremy Allison2012-12-181-3/+3
* s3:smb2_create: don't take 'state->te' as indication for "was_deferred" (bug ...Stefan Metzmacher2012-09-261-1/+4
* s3:smbd: remove struct member smbd_smb2_request.cancelled - it was only writtenMichael Adam2012-09-221-1/+0
* s3:smb2_lock: let smbd_smb2_create_cancel() trigger NT_STATUS_CANCELEDStefan Metzmacher2012-09-221-14/+2
* Add 'bool use_privs' to smbd_calculate_access_mask().Jeremy Allison2012-09-151-0/+1
* s3:smbd: add basic support for durable handle v2 request and reconnectMichael Adam2012-09-081-2/+129
* s3:smbd: add basic support for durable handle request and reconnectMichael Adam2012-09-081-46/+203
* s3:smb2_create: check for SMB2_CREATE_TAG_DHNC firstStefan Metzmacher2012-09-051-43/+14
* s3:smb2_create: make use of SMBD_SMB2_* macrosStefan Metzmacher2012-08-051-5/+4
* Don't allow asynchronous creates to be canceled in SMB2.Jeremy Allison2012-06-301-0/+5
* Make schedule_deferred_open_message_smb2() return an indication of success.Jeremy Allison2012-06-301-6/+8
* s3:smbd: make use of smbXsrv_open for smb1/2/3Stefan Metzmacher2012-06-291-2/+2