summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
Commit message (Expand)AuthorAgeFilesLines
* smbd: Pass "file_id" explicitly to message_to_share_mode_entry()Volker Lendecke2018-02-131-1/+3
* smbd: Pass "file_id" explicitly into share_mode_entry_to_message()Volker Lendecke2018-02-131-1/+2
* smbd: remove dptr_init_search_op()Uri Simchoni2017-11-111-1/+0
* s3/posix_acls: add default ACL style "everyone"Ralph Boehme2017-11-081-1/+1
* s3/smbd: make make_default_filesystem_acl publicRalph Boehme2017-11-081-0/+11
* S3: smbd: Finish plumbing struct smb_filename * through the check_name() stack.Jeremy Allison2017-07-011-4/+5
* s3: VFS: Change SMB_VFS_GETWD to return struct smb_filename * instead of char *.Jeremy Allison2017-07-011-1/+1
* s3: VFS: Change SMB_VFS_CHDIR to use const struct smb_filename * instead of c...Jeremy Allison2017-07-011-6/+3
* s3: VFS: Change SMB_VFS_READLINK to use const struct smb_filename * instead o...Jeremy Allison2017-06-181-2/+1
* s3: VFS: Change SMB_VFS_GETXATTR to use const struct smb_filename * instead o...Jeremy Allison2017-06-011-2/+4
* s3: VFS: Change SMB_VFS_SYS_ACL_BLOB_GET_FILE to use const struct smb_filenam...Jeremy Allison2017-05-311-1/+1
* s3: VFS: Change SMB_VFS_SYS_ACL_GET_FILE to use const struct smb_filename * i...Jeremy Allison2017-05-311-5/+14
* s3: VFS: Change SMB_VFS_SYS_ACL_DELETE_DEF_FILE to use const struct smb_filen...Jeremy Allison2017-05-311-2/+2
* s3:smbd: Pass down remote and local address to get_referred_path()Andreas Schneider2017-05-311-5/+7
* s3: smbd: We can now remove the 'bool dfs_path' parameter from filename_conve...Jeremy Allison2017-05-221-1/+0
* s3: smbd: Split out ucf_flags_from_smb_request() from filename_create_ucf_fla...Jeremy Allison2017-05-221-0/+1
* s3: smbd: Remove bool dfs_pathnames paramter from resolve_dfspath_wcard().Jeremy Allison2017-05-221-1/+0
* s3-smbd: remove some dead prototypesGünther Deschner2017-05-101-1/+0
* s3: smbd: Fix "follow symlink = no" regression part 2.Jeremy Allison2017-03-281-1/+3
* smbd: add zero_file_id flagUri Simchoni2017-03-261-0/+1
* s3: locking: Move two leases functions into a new file.Jeremy Allison2017-03-151-2/+0
* s3/smbd: add const to get_lease_type() argsRalph Boehme2017-03-101-1/+2
* smbd: Make "create_file_sids" staticVolker Lendecke2017-02-151-1/+0
* s3: smbd: Make check_parent_access() available to rename code.Jeremy Allison2016-12-071-0/+3
* s3:smbd: only pass UCF_PREP_CREATEFILE to filename_convert() if we may create...Stefan Metzmacher2016-10-251-0/+1
* smbd: get a valid file stat to disk_quotasUri Simchoni2016-08-131-9/+6
* quotas: small cleanupUri Simchoni2016-08-131-1/+0
* smbd: oplock: Factor out internals of remove_oplock() into new remove_oplock_...Jeremy Allison2016-08-111-0/+1
* smbd: Re-register notify requestsVolker Lendecke2016-07-201-0/+3
* smbd: Pass "sconn" via notify to notify_callback()Volker Lendecke2016-07-201-2/+5
* smbd: There's only one notify_callbackVolker Lendecke2016-07-201-6/+6
* smbd: Make notify_callback() publicVolker Lendecke2016-07-201-0/+2
* smbd: Add "path" to notify_removeVolker Lendecke2016-07-201-1/+2
* smbd: Add fsp_fullbasepathVolker Lendecke2016-07-201-0/+1
* s3/smbd: move make_default_filesystem_acl() to vfs_acl_common.cRalph Boehme2016-07-191-4/+0
* smbd: Allow passing notify filter from inotify and famChristof Schmitt2016-07-181-2/+4
* s3: smbd: Make setup_readX_header() externally accessibleJeremy Allison2016-06-181-0/+1
* nt-quotas: vfs_get_ntquota() return NTSTATUSUri Simchoni2016-03-311-1/+2
* s3: vfs: Add VFS functions for setting and getting DOS attributes.Richard Sharpe2016-03-271-0/+7
* s3: smbd: DFS: Pass uint32_t ucf_flags through into resolve_dfspath_wcard().Jeremy Allison2016-03-251-1/+1
* s3: smbd: Modify vfs_stat_smb_basename() to take a const struct smb_filename ...Jeremy Allison2016-03-241-1/+2
* s3:smbd: Change get_ea_names_from_file() to take a const smb_filename * param...Jeremy Allison2016-03-151-3/+6
* s3:smbd:vfs: Change posix_get_nt_acl() from const char * to const struct smb_...Jeremy Allison2016-03-141-4/+5
* s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison2016-03-071-1/+1
* s3: smbd: Change open_streams_for_delete() to static.Jeremy Allison2016-03-071-2/+0
* s3: smbd: Change delete_all_streams() to take a const struct smb_filename *.Jeremy Allison2016-03-071-1/+2
* s3: smbd: Change dptr_create() to take a const struct smb_filename * instead ...Jeremy Allison2016-03-011-2/+8
* s3: smbd: Change OpenDir() to take a struct smb_filename *, not a char *.Jeremy Allison2016-03-011-2/+5
* smbd: fix build with FAM supportRalph Boehme2016-02-141-1/+1
* make disk_norm() staticUri Simchoni2016-01-261-1/+0