summaryrefslogtreecommitdiffstats
path: root/source3/smbd/smb2_create.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3:smb2_create: add usefull DEBUG() messageStefan Metzmacher2012-06-281-0/+3
* s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher2012-06-251-2/+2
* s3: Fix a typoVolker Lendecke2012-06-251-2/+2
* s3:smbd: use fsp_persistent_id() as persistent_file_id part for SMB2 (bug #8995)Stefan Metzmacher2012-06-141-1/+1
* s3:smbd: explain parameters to filename_convert call in smbd_smb2_create_send()Michael Adam2012-06-111-2/+2
* s3:smb2_create: do not remove leading backslash from pipe namesStefan Metzmacher2012-05-281-5/+0
* s3: Introduce variable "indyniov" for easier readingVolker Lendecke2012-04-241-8/+10
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-181-4/+0
* s3-smb2: Use the correct indicator if a request was deferredVolker Lendecke2012-02-101-1/+1
* s3-smb2: Make sure we have a subreq setVolker Lendecke2012-02-101-0/+1
* s3: Remove the unused "file_existed" parameter from smbd_calculate_access_maskVolker Lendecke2012-01-031-5/+0
* s3:smbd: avoid using sconn_server_id()Stefan Metzmacher2011-12-161-1/+2
* s3:smb2_server: use sconn->ev_ctx instead of sconn->smb2.event_ctxStefan Metzmacher2011-12-121-3/+3
* s3:smb2_create: defer STATUS_PENDING for 2 seconds as beforeStefan Metzmacher2011-11-151-1/+7
* s3:smb2_server: pass explicit defer_times to smbd_smb2_request_pending_queue()Stefan Metzmacher2011-11-151-1/+1
* s3:smb2_server: always send STATUS_PENDING responses, but delayed by 0.5 mill...Stefan Metzmacher2011-11-151-32/+2
* s3:smb2_create: fix allocation size return value when opening existing filesChristian Ambach2011-10-101-2/+2
* s3:smb2_server: return OBJECT_NAME_INVALID if the path is terminated in SMB2_...Stefan Metzmacher2011-09-071-0/+8
* s3:smb2_server: use smbd_smb2_request_verify_sizes() in smb2_create.cStefan Metzmacher2011-09-071-11/+4
* s3:smb2 fix Bug 8428 - wrong reply to DHnC (durable handle reconnect)Christian Ambach2011-08-301-6/+6
* s3: Pass sconn explicitly to open_was_deferredVolker Lendecke2011-08-021-1/+1
* s3:smb2_create: use smbd_calculate_access_mask() instead of smbd_check_open_r...Stefan Metzmacher2011-07-111-1/+6
* s3:smb2_create: call 'return' after smbd_server_connection_terminate()Stefan Metzmacher2011-07-041-0/+1
* s3-tevent: only include ../lib/util/tevent wrappers where needed.Günther Deschner2011-04-291-0/+1
* s3: include smbd/smbd.h where needed.Günther Deschner2011-03-301-0/+1
* charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...Andrew Tridgell2011-03-241-1/+1
* Add uint32_t name_hash argument (currently unused) to get_file_infos().Jeremy Allison2011-01-251-1/+1
* 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