summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* 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
* libcli/smb: move smb_seal.c to the toplevelStefan Metzmacher2011-10-211-1/+1
* s3-seal Remove struct smb_srv_trans_enc_ctxAndrew Bartlett2011-10-213-104/+54
* s3-ntlmssp Remove references to auth_ntlmssp_context from the smb sealing codeAndrew Bartlett2011-10-211-15/+24
* s3-ntlmssp Remove auth_ntlmssp_want_feature()Andrew Bartlett2011-10-213-7/+7
* s3-ntlmssp Remove auth_ntlmssp_negotiated_sign() and auth_ntlmssp_negotiated_...Andrew Bartlett2011-10-211-2/+2
* s3-ntlmssp Remove auth_ntlmssp_update wrapperAndrew Bartlett2011-10-214-27/+29
* s3-auth remove auth_ntlmssp_session_info()Andrew Bartlett2011-10-212-8/+9
* s3:smbd/seal: pass talloc_tos() auth_ntlmssp_update(), because we free a few ...Stefan Metzmacher2011-10-211-1/+1
* Refactor to create check_parent_access() which can be called for file creatio...Jeremy Allison2011-10-201-23/+64
* Make mkdir_internal() check the parent ACL for SEC_DIR_ADD_SUBDIR rights.Jeremy Allison2011-10-201-2/+33
* Fix error return to be NT_STATUS_NOT_A_DIRECTORY.Jeremy Allison2011-10-201-2/+2
* Make use of the "dir_exists" we already have on directory open.Jeremy Allison2011-10-201-8/+28
* s3: Remove duplicate fsctl function definitionsDavid Disseldorp2011-10-191-1/+0
* s3-smbd Give the nt error string when failing to set up encrypted transportAndrew Bartlett2011-10-181-3/+5
* ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett2011-10-183-3/+3
* First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm2011-10-177-13/+33
* s3: remove some dead prototypes.Günther Deschner2011-10-141-2/+0
* Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm2011-10-145-10/+10
* lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett2011-10-131-2/+11
* libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett2011-10-131-1/+4
* s3:smb2_server: get/set info are limited by max_trans size (bug #8473)Stefan Metzmacher2011-10-132-0/+11
* s3:smb2_server: reject writes larger then the negotiated max_write size (bug ...Stefan Metzmacher2011-10-131-2/+0
* s3:smb2_server: remember the max_{trans,read,write} sizes we negotiated (bug ...Stefan Metzmacher2011-10-136-8/+12
* s3:smbcontrol: let smbd pass the idmap msg to its children for convenienceGregor Beck2011-10-123-4/+36
* s3: factor out messaging_send_to_children()Gregor Beck2011-10-122-8/+19
* s3: fix id_cache_kill to delete the the id-mappig from cachesGregor Beck2011-10-121-0/+1