summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
* s3: Check for serverid_exists in find_oplock_typesVolker Lendecke2012-05-171-0/+20
* s3: Check for serverid_exists in smb_posix_unlinkVolker Lendecke2012-05-171-0/+3
* s3: Check for serverid_exists in open_mode_checkVolker Lendecke2012-05-171-0/+5
* s3: Check for serverid_exists in notify_deferred_opensVolker Lendecke2012-05-171-2/+8
* s3:smb2_sesssetup: make use of nt_status_squash() in smbd_smb2_session_setup_...Stefan Metzmacher2012-05-171-1/+1
* s3-smbd: Avoid creating a UID ACL entry for SIDs that are mapped as ID_TYPE_B...Andrew Bartlett2012-05-171-0/+35
* s3-smbd: Consider a group with the same SID as sufficient duplicationAndrew Bartlett2012-05-171-0/+7
* s3-smbd: Handle ID_TYPE_BOTH by mapping to both a group ACL entry and file ow...Andrew Bartlett2012-05-171-39/+109
* We need to split things up into a new helper function add_current_ace_to_acl(...Andrew Bartlett2012-05-171-172/+184
* This covers a case where an ID_TYPE_BOTH mapping creates group permissions, b...Jeremy Allison2012-05-171-2/+5
* s3-smbd: Do not merge UID ACE values with GID ACE values for posix ACLAndrew Bartlett2012-05-171-5/+12
* s3:onefs: remove all onefs related code as it not maintained anymoreStefan Metzmacher2012-05-163-740/+0
* s3: Fix a likely cut&paste errorVolker Lendecke2012-05-151-1/+1
* s3-auth: Rename to init_system_session_info().Andreas Schneider2012-05-151-1/+1
* s3:smb2_close: make the top level code async usingStefan Metzmacher2012-05-141-39/+66
* s3:smb2_close: add add smbd_smb2_close_send/recv as wrapperStefan Metzmacher2012-05-141-0/+99
* s3:smb2_close: don't do any marshalling in smbd_smb2_close() let the caller t...Stefan Metzmacher2012-05-141-19/+71
* s3:smb2_tcon: make the top level code async usingStefan Metzmacher2012-05-141-24/+58
* s3:smb2_tcon: add smbd_smb2_tree_connect_send/recv as wrapperStefan Metzmacher2012-05-141-0/+79
* s3: Make SMB_QUERY_FILE_UNIX_BASIC's devno work for filesVolker Lendecke2012-05-141-2/+9
* s3:smb2_sesssetup: make the top level code async usingStefan Metzmacher2012-05-131-30/+62
* s3:smb2_sesssetup: add smbd_smb2_session_setup_send/recv as wrapperStefan Metzmacher2012-05-131-0/+105
* s3:smb2_sesssetup: pass down in_flags to smbd_smb2_session_setup()Stefan Metzmacher2012-05-131-1/+5
* s3:smb2_sesssetup: pass down in_previous_session_id to all layersStefan Metzmacher2012-05-131-2/+15
* s3:smb2_ioctl: implement FSCTL_VALIDATE_NEGOTIATE_INFOStefan Metzmacher2012-05-121-0/+86
* s3:smb2_ioctl: implement FSCTL_VALIDATE_NEGOTIATE_INFO_224Stefan Metzmacher2012-05-121-0/+73
* s3:smbd: introduce struct smbXsrv_connectionStefan Metzmacher2012-05-124-7/+122
* s3:smb2_negprot: setup the protocol at the end of the negprot with a real dia...Stefan Metzmacher2012-05-121-7/+8
* s3:smb2_ioctl: allow functions to disconnect the smb connectionStefan Metzmacher2012-05-111-3/+18
* s3:smb2_ioctl: FSCTL_SRV_ENUMERATE_SNAPSHOTS is handles in SMB_VFS_FSCTL()Stefan Metzmacher2012-05-111-125/+0
* s3:smb2_ioctl: call SMB_VFS_FSCTL() as fallback for non SMB2 specific functionsStefan Metzmacher2012-05-111-4/+33
* s3-smbd: Fix the creation of duplicate SMB_ACL_GROUP entriesAndrew Bartlett2012-05-091-2/+2
* s3:smbd fix some compiler warningsChristian Ambach2012-05-081-2/+2
* s3-python: Add python bindings for posix ACL layerAndrew Bartlett2012-05-081-0/+203
* s3:smb2_negprot: add support for PROTOCOL_SMB3_00Stefan Metzmacher2012-05-061-0/+15
* s3:smbd: comment the lp_load call in reload_services()Michael Adam2012-05-051-1/+5
* s3: Remove an unused extern declarationVolker Lendecke2012-05-041-2/+0
* s3: Remove an unused parameter from check_parent_access()Volker Lendecke2012-05-041-10/+3
* s3: In mkdir_internal, don't retrieve parent_dir from check_parent_accessVolker Lendecke2012-05-041-1/+1
* s3: Fix a typoVolker Lendecke2012-05-041-1/+1
* s3-smbd: Use security_session_user_level() rather than nt_token_check_sid()Andrew Bartlett2012-05-021-13/+1
* Add an audit file VFS routine so we can handle auditing with SACLs.Richard Sharpe2012-04-281-0/+14
* s3: oplock_timeout is a talloc child of fspVolker Lendecke2012-04-261-3/+0
* s3: Remove code TALLOC_FREE already doesVolker Lendecke2012-04-261-5/+1
* s3: Simplify check_reduced_name a bitVolker Lendecke2012-04-241-9/+5
* s3: Fix a typoVolker Lendecke2012-04-241-1/+1
* s3: Introduce variable "indyniov" for easier readingVolker Lendecke2012-04-241-8/+10
* Fix bug #8882 - Broken processing of %U with vfs_full_audit when force user i...Jeremy Allison2012-04-231-0/+11
* s3:id_cache: do not use the in-memory idmap cache (it is going to be removed)Michael Adam2012-04-201-13/+0
* s3: Fix Coverity ID 2747: FORWARD_NULLVolker Lendecke2012-04-191-1/+1