summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison2016-03-2419-77/+170
* s3: smbd: Add uint32_t flags field to struct smb_filename.Jeremy Allison2016-03-241-0/+1
* s3: vfs: vfs_afsacl. refuse_symlink() means we can always use STAT here.Jeremy Allison2016-03-241-5/+7
* s3:smbd: Fix build for vfs_afsacl.c.Jeremy Allison2016-03-241-13/+6
* s3/modules/getdate: use HAVE___ATTRIBUTE__ instead of __GNUC__Douglas Bagnall2016-03-242-2/+2
* vfs_acl_common: avoid setting POSIX ACLs if "ignore system acls" is setUri Simchoni2016-03-241-48/+99
* s3/vfs:stream_depots: Parse substitutions in streams-depot-directory pathShyamsunder Rathi2016-03-181-2/+8
* s3: vfs: vfs_xattr_tdb - cleanup. Remove unneeded variable "path".Jeremy Allison2016-03-151-2/+3
* s3:vfs: Change get_acl_blob() to take a const smb_filename * parameter from c...Jeremy Allison2016-03-153-29/+31
* s3:smbd: Change get_ea_names_from_file() to take a const smb_filename * param...Jeremy Allison2016-03-151-1/+1
* s3:vfs: vfs_streams_xattr.c: Change walk_xattr_streams() to const struct smb_...Jeremy Allison2016-03-151-11/+22
* s3:vfs: vfs_streams_xattr.c - Remove duplicate code. This is exactly vfs_stat...Jeremy Allison2016-03-151-17/+4
* s3: vfs: vfs_solarisacl. refuse_symlink() means we can always use STAT here.Jeremy Allison2016-03-151-4/+12
* s3: vfs: vfs_hpuxacl. refuse_symlink() means we can always use STAT here.Jeremy Allison2016-03-151-10/+12
* s3:vfs: Change smbacl4_GetFileOwner() to take const struct smb_filename * fro...Jeremy Allison2016-03-141-5/+5
* s3:smbd:vfs: Change posix_get_nt_acl() from const char * to const struct smb_...Jeremy Allison2016-03-143-3/+3
* s3:smbd:vfs: Change smb_get_nt_acl_nfs4() to take a const struct smb_filename *.Jeremy Allison2016-03-146-8/+9
* s3:smbd: Fix build for vfs_aixacl2.c.Jeremy Allison2016-03-141-7/+16
* vfs_united_media: Fix CID 1355492 Uninitialized scalar variableVolker Lendecke2016-03-091-0/+1
* s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison2016-03-079-74/+92
* s3: VFS: vfs_fruit. If we have an fsp, use it in preference to a pathname in ...Jeremy Allison2016-03-071-1/+1
* VFS: Modify lchown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-0511-54/+121
* VFS: Modify chown to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-0514-74/+187
* VFS: vfs_netatalk. Fix wrong VFS call used inside atalk_lchown()Jeremy Allison2016-03-051-1/+1
* vfs_glusterfs: Fix use after free in AIO callback.Ira Cooper2016-03-051-8/+7
* vfs: Fix the vfs_gpfs buildVolker Lendecke2016-03-041-1/+1
* VFS: Modify chmod_acl to take a const struct smb_filename * instead of const ...Jeremy Allison2016-03-0314-62/+145
* VFS: Modify chmod to take a const struct smb_filename * instead of const char *Jeremy Allison2016-03-0318-86/+209
* vfs:zfs fix build after get_nt_acl_fn signature change.Jeremy Allison2016-03-021-7/+13
* vfs:glusterfs: fix build after opendir signature changeMichael Adam2016-03-021-3/+4
* vfs:ceph: fix build after opendir signature change.Michael Adam2016-03-021-3/+5
* vfs/time_audit: use duration we get from the async backendRalph Boehme2016-03-021-18/+6
* vfs/glusterfs: measure libglusterfs aio function call durationRalph Boehme2016-03-021-0/+9
* vfs/aio_linux: measure libaio aio function call durationRalph Boehme2016-03-021-0/+8
* vfs/aio_fork: measure async request syscall durationRalph Boehme2016-03-021-0/+9
* vfs/default: store async VFS op duration we got from libasysRalph Boehme2016-03-021-0/+1
* s3/vfs: wrap async io function args inside struct vfs_aio_stateRalph Boehme2016-03-029-107/+113
* VFS: Modify opendir to take a const struct smb_filename * instead of const ch...Jeremy Allison2016-03-0115-60/+195
* vfs_gpfs: Fix compile after change in get_nt_acl_fnChristof Schmitt2016-02-261-9/+12
* s3/vfs_btrfs.c: use sizeof() instead of ARRAY_SIZE()Aurelien Aptel2016-02-251-1/+1
* smbd: ignore SVHDX create contextUri Simchoni2016-02-251-16/+0
* VFS: Modify rmdir to take a const struct smb_filename * instead of const char *Jeremy Allison2016-02-2521-88/+181
* vfs:ceph: Fix mkdir_fn to take struct smb_filename * insted of char *Jeremy Allison2016-02-251-1/+4
* vfs:glusterfs: Fix mkdir_fn to take struct smb_filename * instead of char *Jeremy Allison2016-02-251-2/+3
* s3: VFS: Modify mkdir to take a const struct smb_filename * instead of const ...Jeremy Allison2016-02-2415-73/+185
* FIXUP: s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename *Ralph Boehme2016-02-161-6/+27
* s3: VFS: Modify SMB_VFS_GET_NT_ACL to take a const struct smb_filename * inst...Jeremy Allison2016-02-169-35/+107
* s3:vfs_fruit fix a compiler warningChristian Ambach2016-02-121-1/+1
* dlist: remove unneeded type argument from DLIST_ADD_END()Michael Adam2016-02-061-1/+1
* s3:vfs:glusterfs: fix build after quota changes.Michael Adam2016-02-011-0/+1