summaryrefslogtreecommitdiff
path: root/source3/smbd/smb2_create.c
Commit message (Expand)AuthorAgeFilesLines
* s3-smbd: Migrated to new spoolss functions for printing.Simo Sorce2010-07-271-5/+3
* s3: Remove procid_self() from fill_deferred_open_entry()Volker Lendecke2010-07-051-1/+2
* s3: Explicitly pass sconn to [remove|schedule]_deferred_open_message_smb2Volker Lendecke2010-06-121-4/+6
* s3: Explicitly pass sconn to open_was_deferred_smb2Volker Lendecke2010-06-121-2/+2
* s3: Explicitly pass sconn to find_open_smb2reqVolker Lendecke2010-06-121-5/+11
* s3-build: only use ndr_security.h where needed.Günther Deschner2010-05-311-0/+1
* If using fake oplocks, use the correct SMB2 type code for "no oplock".Jeremy Allison2010-05-211-1/+1
* Don't forget brackets around bitwise tests.Jeremy Allison2010-05-211-1/+1
* Make DFS work over SMB2.Jeremy Allison2010-05-211-5/+12
* s3: added support for fake oplocks in SMB2.Ira Cooper2010-05-211-2/+14
* Fix bug #7410 - samba sends "raw" inode number as uniqueid with unix extensi...Jeremy Allison2010-05-201-3/+8
* After talking with Microsoft engineers, immediately replyingJeremy Allison2010-05-191-1/+6
* (Finally) fix bug #7158 - SMB2 connection resets during IOZone tests from 64-...Jeremy Allison2010-05-191-1/+9
* s3: Remove use of iconv_convenience.Jelmer Vernooij2010-05-181-1/+1
* Fix more SMB2-OPLOCK bugs. Only 3 more issues to address then we're good to g...Jeremy Allison2010-05-111-1/+6
* SMB2 always have level2 oplock capability. Correct mapping from break message...Jeremy Allison2010-05-101-1/+1
* Stop us crashing in SMB2-OPLOCK test. Don't allow more than one outstanding i...Jeremy Allison2010-05-101-5/+33
* Update (C) for 2010.Jeremy Allison2010-04-281-0/+1
* When walking the SMB2 requests queue, ensure the request is still "in flight"Jeremy Allison2010-04-261-1/+10
* Fix crash when rescheduling oplock open.Jeremy Allison2010-04-261-0/+9
* Implement oplocks within SMB2. Plumb into the existing SMB1 oplock system.Jeremy Allison2010-04-241-2/+41
* Allow smb2 create requests to be cancelled.Jeremy Allison2010-04-231-11/+69
* At simo's request return struct tevent_req *treq -> treq. For consistency :-(.Jeremy Allison2010-04-231-80/+80
* Rename - no functional change. Stop all variables being called "req".Jeremy Allison2010-04-231-130/+129
* Make deferred opens (NT_STATUS_SHARING_VIOLATION) work over SMB2.Jeremy Allison2010-04-221-33/+331
* Fix for bug #7189 - Open txt files with notepad on samba shares creates problem.Jeremy Allison2010-03-051-0/+1
* Remove "store create time" code, cause create time to be storedJeremy Allison2009-11-171-14/+26
* We now pass the Microsoft SMB2 fileio test with EA's and streams...Jeremy Allison2009-09-171-3/+7
* s3:smbd: implement all SMB2 Create contexts except "ExtA"Stefan Metzmacher2009-08-191-8/+217
* s3:smbd: parse context blobs in SMB2 CreateStefan Metzmacher2009-08-191-48/+150
* s3:smbd: implement SMB2 Cancel correctly.Stefan Metzmacher2009-08-171-5/+1
* libcli: move some common SMB and SMB2 stuff into libcli/smb/Stefan Metzmacher2009-08-121-1/+1
* s3:smbd: as check_path_syntax() changes the string, we need to copy the strin...Stefan Metzmacher2009-08-121-2/+8
* s3:smbd: avoid 'goto out' in smbd_smb2_create_send()Stefan Metzmacher2009-08-121-20/+15
* s3:smbd: convert '\\' into '/' in SMB2 CreateStefan Metzmacher2009-08-081-0/+8
* s3:smbd: rename conn => sconn for smbd_server_connection structsStefan Metzmacher2009-08-081-4/+4
* s3: Allow filename_convert() to pass through unix_convert_flags and let the c...Tim Prouty2009-07-241-0/+2
* Fix a few uninitialized variable warningsVolker Lendecke2009-07-241-10/+10
* s3: Remove the now unused fname parameter from filename_convert()Tim Prouty2009-07-211-2/+1
* s3: Change fsp->fsp_name to be an smb_filename struct!Tim Prouty2009-07-201-13/+6
* s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty2009-07-081-2/+11
* s3: Change some filename_convert to pass in NULL for char **fname argumentTim Prouty2009-07-061-3/+1
* s3:smbd: allow the offset to the path being 0 in SMB2 createStefan Metzmacher2009-07-021-1/+3
* s3:smbd: send SMB2 interim responses for async callsStefan Metzmacher2009-06-241-0/+5
* Replace the boilerplate calls to :Jeremy Allison2009-06-181-8/+2
* Fix msdfs after the change to smb_filename struct. We must *always*Jeremy Allison2009-06-161-1/+14
* s3: Plumb smb_filename through SMB_VFS_CREATE_FILETim Prouty2009-06-121-11/+2
* s3: Make all callers of SMB_VFS_CREATEFILE call unix_convert firstTim Prouty2009-06-101-9/+26
* s3:smbd: split smbd_smb2_create() into a tevent_req based _send()/_recv() pairStefan Metzmacher2009-06-051-99/+199
* s3:smbd: keep the chain_fsp for SMB2 requestsStefan Metzmacher2009-06-051-0/+2