summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2016-05-05vfs_fruit: add an option that allows disabling POSIX rename behaviourRalph Boehme1-1/+5
2016-05-03Fix formatting issue on 32bit with _FILE_OFFSET_BITS == 64Douglas Bagnall1-3/+2
2016-04-11vfs_catia: Fix bug 11827, memleakVolker Lendecke1-3/+3
2016-04-11vfs_catia: Align loop index with terminatorVolker Lendecke1-1/+1
2016-04-06vfs_time_audit: Assert that all VFS functions are implementedChristof Schmitt1-0/+2
2016-04-06vfs_full_audit: Assert that all VFS functions are implementedChristof Schmitt1-3/+7
2016-04-05s3: vfs: time_audit. Add missing audit_file().Jeremy Allison1-1/+31
2016-04-05s3: vfs: time_audit: Add get/fget/set/fset dos_attributes functions.Jeremy Allison1-6/+95
2016-04-05s3: vfs: time_audit. Add missing fsctl().Jeremy Allison1-1/+38
2016-04-05s3: vfs: time_audit. Add missing get_dfs_referrals().Jeremy Allison1-1/+21
2016-04-05s3: vfs: Sort vfs function entries in vfs_time_audit.Jeremy Allison1-8/+17
2016-04-05s3: vfs: full_audit. Implement missing durable_XXX functions.Jeremy Allison1-18/+76
2016-04-05s3: vfs: full_audit. Add audit_file_fn().Jeremy Allison1-5/+23
2016-04-05s3: vfs: full_audit. Add missing fsctl_fn().Jeremy Allison1-5/+32
2016-04-05s3: vfs: full_audit. Add missing get_dfs_referrals_fn().Jeremy Allison1-6/+17
2016-04-05s3: vfs: full_audit. Sort vfs fn list and add comments on missing entries.Jeremy Allison1-16/+53
2016-04-01vfs_gpfs: Remove xattr functionsChristof Schmitt1-160/+0
2016-04-01vfs_gpfs: Implement new dos_attributes vfs functionsChristof Schmitt1-0/+184
2016-03-29vfs_glusterfs: call clock_gettime_mono() only on profile-enabled buildUri Simchoni1-4/+5
2016-03-28vfs_aio_fork: call clock_gettime_mono() only on profile-enabled buildUri Simchoni1-2/+3
2016-03-28vfs_aio_linux: call clock_gettime_mono() only on profile-enabled buildUri Simchoni1-4/+5
2016-03-27s3: vfs: Add VFS functions for setting and getting DOS attributes.Richard Sharpe2-0/+126
2016-03-24s3: smbd: Modify vfs_stat_smb_basename() to take a const struct smb_filename ...Jeremy Allison5-6/+6
2016-03-24s3: vfs: vfs_acl_tdb. Remove use of vfs_stat_smb_basename().Jeremy Allison1-3/+5
2016-03-24s3: vfs: recycle. Remove use of vfs_stat_smb_basename().Jeremy Allison1-3/+5
2016-03-24s3: smbd: Remove many common uses of lp_posix_pathnames().Jeremy Allison7-10/+10
2016-03-24s3: vfs: Remove use of lp_posix_pathnames() below the VFS.Jeremy Allison1-3/+10
2016-03-24s3: Filenames: Add uint32_t flags parameter to synthetic_smb_fname().Jeremy Allison19-77/+170
2016-03-24s3: smbd: Add uint32_t flags field to struct smb_filename.Jeremy Allison1-0/+1
2016-03-24s3: vfs: vfs_afsacl. refuse_symlink() means we can always use STAT here.Jeremy Allison1-5/+7
2016-03-24s3:smbd: Fix build for vfs_afsacl.c.Jeremy Allison1-13/+6
2016-03-24s3/modules/getdate: use HAVE___ATTRIBUTE__ instead of __GNUC__Douglas Bagnall2-2/+2
2016-03-24vfs_acl_common: avoid setting POSIX ACLs if "ignore system acls" is setUri Simchoni1-48/+99
2016-03-18s3/vfs:stream_depots: Parse substitutions in streams-depot-directory pathShyamsunder Rathi1-2/+8
2016-03-15s3: vfs: vfs_xattr_tdb - cleanup. Remove unneeded variable "path".Jeremy Allison1-2/+3
2016-03-15s3:vfs: Change get_acl_blob() to take a const smb_filename * parameter from c...Jeremy Allison3-29/+31
2016-03-15s3:smbd: Change get_ea_names_from_file() to take a const smb_filename * param...Jeremy Allison1-1/+1
2016-03-15s3:vfs: vfs_streams_xattr.c: Change walk_xattr_streams() to const struct smb_...Jeremy Allison1-11/+22
2016-03-15s3:vfs: vfs_streams_xattr.c - Remove duplicate code. This is exactly vfs_stat...Jeremy Allison1-17/+4
2016-03-15s3: vfs: vfs_solarisacl. refuse_symlink() means we can always use STAT here.Jeremy Allison1-4/+12
2016-03-15s3: vfs: vfs_hpuxacl. refuse_symlink() means we can always use STAT here.Jeremy Allison1-10/+12
2016-03-14s3:vfs: Change smbacl4_GetFileOwner() to take const struct smb_filename * fro...Jeremy Allison1-5/+5
2016-03-14s3:smbd:vfs: Change posix_get_nt_acl() from const char * to const struct smb_...Jeremy Allison3-3/+3
2016-03-14s3:smbd:vfs: Change smb_get_nt_acl_nfs4() to take a const struct smb_filename *.Jeremy Allison6-8/+9
2016-03-14s3:smbd: Fix build for vfs_aixacl2.c.Jeremy Allison1-7/+16
2016-03-09vfs_united_media: Fix CID 1355492 Uninitialized scalar variableVolker Lendecke1-0/+1
2016-03-07s3: smbd: Change open_streams_for_delete() to take a struct smb_filename *.Jeremy Allison9-74/+92
2016-03-07s3: VFS: vfs_fruit. If we have an fsp, use it in preference to a pathname in ...Jeremy Allison1-1/+1
2016-03-05VFS: Modify lchown to take a const struct smb_filename * instead of const char *Jeremy Allison11-54/+121
2016-03-05VFS: Modify chown to take a const struct smb_filename * instead of const char *Jeremy Allison14-74/+187