summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_create.c
Commit message (Expand)AuthorAgeFilesLines
* smbd: Fix snapshot query on shares with DFS enabledChristof Schmitt2016-08-131-3/+3
* s3: smbd: Remove unneeded lp_posix_pathnames() check in SMB2 create.Jeremy Allison2016-03-241-2/+7
* s3:smbd: Move lp_posix_pathnames() out of ea_list_has_invalid_name().Jeremy Allison2016-03-241-1/+2
* smbd:smb2: remove an unnecessary !! cast.Michael Adam2016-03-141-1/+1
* smbd:smb2: move op variable into scope of use in smb2_create_sendMichael Adam2016-03-031-1/+1
* smbd:smb2: implement create replayMichael Adam2016-03-031-6/+89
* smb2:create: create replay cache when request has a create_guidMichael Adam2016-03-031-0/+10
* smbd:smb2_creat: remove outdated TODO commentsMichael Adam2016-02-281-8/+0
* s3: smbd: Fix timestamp rounding inside SMB2 create.Jeremy Allison2016-01-291-0/+8
* s3: smbd: smb2_create.c - remove all uses of lp_posix_pathnames().Jeremy Allison2015-12-231-4/+2
* s3: smbd: In smb2_create.c, add in UCF_POSIX_PATHNAMES to the ucf_flags if lp...Jeremy Allison2015-12-231-2/+4
* s3: smbd: In smb2_create.c Use ucf_flags variable instead of passing as param...Jeremy Allison2015-12-231-2/+4
* s3: smbd: If EA's are turned off on a share don't allow an SMB2 create contai...Jeremy Allison2015-11-041-0/+6
* s3:smb2_create: #if 0 unused variableStefan Metzmacher2015-08-281-0/+4
* Move the error handling for svhdx to vfswrap_create to give VFS module writer...Richard Sharpe2015-08-281-7/+0
* s3:smb2_create: treat the SVHDX_OPEN_DEVICE_CONTEXT in smb2_create (not suppo...Michael Adam2015-05-081-0/+15
* 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