summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2011-10-31s3:smbd: also the parent smbd needs FLAG_MSG_PRINT_GENERAL (bug #8553)Stefan Metzmacher1-0/+1
2011-10-28Remove the order dependency in parent_override_delete(), just check for & not...Jeremy Allison1-2/+2
2011-10-28Remove unused "struct security_descriptor" parameter from check_parent_access()Jeremy Allison1-8/+2
2011-10-28Finally do all the open checks inside open_file(). Checks insideJeremy Allison1-0/+30
2011-10-28Simplify smbd_check_open_rights() and move all the special casing inside it.Jeremy Allison1-101/+72
2011-10-28Move parent_override_delete() to before I need to use it.Jeremy Allison1-19/+19
2011-10-28Make smbd_check_open_rights() static.Jeremy Allison2-5/+1
2011-10-27s3: Include uid_wrapper where it is missing.Andreas Schneider1-0/+1
2011-10-27Include uid_wrapper correctly.Andreas Schneider1-1/+1
2011-10-26Factor out the code checking if a parent should override DELETE_ACCESS into a...Jeremy Allison1-9/+31
2011-10-26Remove another level of indentation - deal with !NT_STATUS_OK individually.Jeremy Allison1-65/+63
2011-10-26Add early return on stat open without O_CREAT if file doesn't exist.Jeremy Allison1-71/+74
2011-10-25libcli/smb: move smb_signing.[ch] to the toplevelStefan Metzmacher1-1/+1
2011-10-22Third part of fix for bug #8541 - readlink() on Linux clients fails if the sy...Jeremy Allison1-2/+1
2011-10-22Second part of fix for bug #8541 - readlink() on Linux clients fails if the s...Jeremy Allison3-2/+12
2011-10-22Fix bug #8541 - readlink() on Linux clients fails if the symlink target is ou...Jeremy Allison3-11/+42
2011-10-21libcli/smb: move smb_seal.c to the toplevelStefan Metzmacher1-1/+1
2011-10-21s3-seal Remove struct smb_srv_trans_enc_ctxAndrew Bartlett3-104/+54
2011-10-21s3-ntlmssp Remove references to auth_ntlmssp_context from the smb sealing codeAndrew Bartlett1-15/+24
2011-10-21s3-ntlmssp Remove auth_ntlmssp_want_feature()Andrew Bartlett3-7/+7
2011-10-21s3-ntlmssp Remove auth_ntlmssp_negotiated_sign() and auth_ntlmssp_negotiated_...Andrew Bartlett1-2/+2
2011-10-21s3-ntlmssp Remove auth_ntlmssp_update wrapperAndrew Bartlett4-27/+29
2011-10-21s3-auth remove auth_ntlmssp_session_info()Andrew Bartlett2-8/+9
2011-10-21s3:smbd/seal: pass talloc_tos() auth_ntlmssp_update(), because we free a few ...Stefan Metzmacher1-1/+1
2011-10-20Refactor to create check_parent_access() which can be called for file creatio...Jeremy Allison1-23/+64
2011-10-20Make mkdir_internal() check the parent ACL for SEC_DIR_ADD_SUBDIR rights.Jeremy Allison1-2/+33
2011-10-20Fix error return to be NT_STATUS_NOT_A_DIRECTORY.Jeremy Allison1-2/+2
2011-10-20Make use of the "dir_exists" we already have on directory open.Jeremy Allison1-8/+28
2011-10-19s3: Remove duplicate fsctl function definitionsDavid Disseldorp1-1/+0
2011-10-18s3-smbd Give the nt error string when failing to set up encrypted transportAndrew Bartlett1-3/+5
2011-10-18ntlmssp: Move ntlmssp code to auth/ntlmsspAndrew Bartlett3-3/+3
2011-10-17First part of fix for bug #8419 - Make VFS op "streaminfo" stackable.Frank Lahm7-13/+33
2011-10-14s3: remove some dead prototypes.Günther Deschner1-2/+0
2011-10-14Add support for VFS op streaminfo chaining in all relevant VFS modules.Frank Lahm5-10/+10
2011-10-13lib/util: Add back control of mmap and hash size in tdb for top level buildAndrew Bartlett1-2/+11
2011-10-13libcli/auth: Provide a struct loadparm_context to schannel callsAndrew Bartlett1-1/+4
2011-10-13s3:smb2_server: get/set info are limited by max_trans size (bug #8473)Stefan Metzmacher2-0/+11
2011-10-13s3:smb2_server: reject writes larger then the negotiated max_write size (bug ...Stefan Metzmacher1-2/+0
2011-10-13s3:smb2_server: remember the max_{trans,read,write} sizes we negotiated (bug ...Stefan Metzmacher6-8/+12
2011-10-12s3:smbcontrol: let smbd pass the idmap msg to its children for convenienceGregor Beck3-4/+36
2011-10-12s3: factor out messaging_send_to_children()Gregor Beck2-8/+19
2011-10-12s3: fix id_cache_kill to delete the the id-mappig from cachesGregor Beck1-0/+1
2011-10-11s3:smbd: convert notify db to use dbwrap wrapper functionsMichael Adam1-28/+30
2011-10-11s3:smbd: convert session.c to use dbwrap wrapper functions onlyMichael Adam1-6/+12
2011-10-11s3:smbd: convert connections.c to use only dbrwap wrapper functionsMichael Adam1-3/+3
2011-10-11s3:sessionid: use dbwrap_travers_read() in sessionid_travers_read()Michael Adam1-3/+3
2011-10-10s3:smb2_create: fix allocation size return value when opening existing filesChristian Ambach1-2/+2
2011-10-08s3:msdfs: removed unused variablesStefan Metzmacher1-209/+0
2011-10-08s3:msdfs: implement setup_dfs_referral() on top of SMB_VFS_GET_DFS_REFERRALS()Stefan Metzmacher1-85/+31
2011-10-08s3:vfs: add SMB_VFS_GET_DFS_REFERRAL() hooksStefan Metzmacher1-0/+7