summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smb2_ioctl: STATUS_PENDING is defered by 1 millisecond for SMB2_IOCTLStefan Metzmacher2011-11-151-1/+1
* 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-1513-14/+15
* s3:smb2_server: always send STATUS_PENDING responses, but delayed by 0.5 mill...Stefan Metzmacher2011-11-155-152/+125
* s3:smb2_flush: outbody only needs 4 bytesStefan Metzmacher2011-11-141-1/+1
* s3: Avoid a race with the async echo handlerVolker Lendecke2011-11-101-33/+28
* s3:smbd: don't limit the number of open dptrs for smb2 (bug #8592)Stefan Metzmacher2011-11-101-3/+12
* s3:smbd: fully construct the dptr before allocating a dnum in the bitmapStefan Metzmacher2011-11-101-27/+29
* s3:smbd: avoid string_set() in dir.cStefan Metzmacher2011-11-101-2/+9
* s3:smb2_server: grant credits in async interim responses (bug #8357)Stefan Metzmacher2011-11-091-1/+3
* Add the SEC_DIR_LIST check to dptr_create().Jeremy Allison2011-11-071-0/+27
* Move the SEC_DIR_LIST check into dptr_create for SMB2 and now for SMB1.Jeremy Allison2011-11-052-5/+6
* can_write_to_file() does now take share permissions into account. Fix comment.Jeremy Allison2011-11-041-1/+0
* No longer do the pre-check on DELETE_ACCESS - we're correctly checking the AC...Jeremy Allison2011-11-041-22/+0
* Remove can_access_file_acl(). We no longer need this duplicate code (hurrah!).Jeremy Allison2011-11-044-56/+9
* Remove can_access_file_data() - make it use the standard smbd_check_access_ri...Jeremy Allison2011-11-042-58/+5
* Add const to the smb_filename argument of smbd_check_access_rights().Jeremy Allison2011-11-043-17/+9
* Expose smbd_check_access_rights() to other modules.Jeremy Allison2011-11-042-1/+4
* Rename smbd_check_open_rights() to smbd_check_access_rights() as we're going ...Jeremy Allison2011-11-041-15/+15
* Replace smb1_file_se_access_check() with just se_access_check().Jeremy Allison2011-11-041-30/+21
* Move root check out of smb1_file_se_access_check() in preparation for deletin...Jeremy Allison2011-11-041-13/+25
* smb1_file_se_access_check() is now static to smbd/open.cJeremy Allison2011-11-042-6/+1
* Revert "Change function signature of check_parent_access() to take char * ins...Jeremy Allison2011-11-042-10/+6
* Revert "Call check_parent_access() on readdir."Jeremy Allison2011-11-041-13/+0
* s3:smbd increase a debug levelChristian Ambach2011-11-041-5/+6
* s3:smbd: also send the server name in the negprot responseStefan Metzmacher2011-11-041-0/+8
* s3:smbd: make use of SMB_SIGNING_* constantsStefan Metzmacher2011-11-034-10/+12
* s3:param: the behavior of "client/server signing = auto" is the same as "true"Stefan Metzmacher2011-11-031-2/+0
* s3:smb2_server: remove unused outhdr variablesDavid Disseldorp2011-11-021-2/+0
* Call check_parent_access() on readdir.Jeremy Allison2011-11-011-0/+13
* Change function signature of check_parent_access() to take char * instead of ...Jeremy Allison2011-11-012-6/+10
* s3:smb2_server: FLAG_CHAINED means we always use the last session_id and tidStefan Metzmacher2011-10-312-33/+20
* s3:smb2_server: don't reset the tid and session id in the out hdr of compound...Stefan Metzmacher2011-10-311-14/+0
* s3:smb2_server: echo the SMB2_HDR_CREDIT_CHARGE and SMB2_HDR_SIGNATURE fieldsStefan Metzmacher2011-10-311-2/+4
* s3:smbd: also the parent smbd needs FLAG_MSG_PRINT_GENERAL (bug #8553)Stefan Metzmacher2011-10-311-0/+1
* Remove the order dependency in parent_override_delete(), just check for & not...Jeremy Allison2011-10-281-2/+2
* Remove unused "struct security_descriptor" parameter from check_parent_access()Jeremy Allison2011-10-281-8/+2
* Finally do all the open checks inside open_file(). Checks insideJeremy Allison2011-10-281-0/+30
* Simplify smbd_check_open_rights() and move all the special casing inside it.Jeremy Allison2011-10-281-101/+72
* Move parent_override_delete() to before I need to use it.Jeremy Allison2011-10-281-19/+19
* Make smbd_check_open_rights() static.Jeremy Allison2011-10-282-5/+1
* s3: Include uid_wrapper where it is missing.Andreas Schneider2011-10-271-0/+1
* Include uid_wrapper correctly.Andreas Schneider2011-10-271-1/+1
* Factor out the code checking if a parent should override DELETE_ACCESS into a...Jeremy Allison2011-10-261-9/+31
* Remove another level of indentation - deal with !NT_STATUS_OK individually.Jeremy Allison2011-10-261-65/+63
* Add early return on stat open without O_CREAT if file doesn't exist.Jeremy Allison2011-10-261-71/+74
* libcli/smb: move smb_signing.[ch] to the toplevelStefan Metzmacher2011-10-251-1/+1
* Third part of fix for bug #8541 - readlink() on Linux clients fails if the sy...Jeremy Allison2011-10-221-2/+1
* Second part of fix for bug #8541 - readlink() on Linux clients fails if the s...Jeremy Allison2011-10-223-2/+12
* Fix bug #8541 - readlink() on Linux clients fails if the symlink target is ou...Jeremy Allison2011-10-223-11/+42