summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
...
* vfs: Use posix_sys_acl_blob_get_file in vfs_aixaclAndrew Bartlett2012-10-111-0/+2
* vfs: Use a blocking function in vfs_afsacl for system ACL blobsAndrew Bartlett2012-10-111-1/+17
* vfs: Remove type parameter from sys_acl_blob_get_{fd,file}Andrew Bartlett2012-10-112-4/+2
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-1113-68/+139
* smbd: Add mem_ctx to sys_acl_init() and all callersAndrew Bartlett2012-10-1116-73/+104
* build: Add vfs_media_harmony to the waf buildAndrew Bartlett2012-10-111-0/+9
* s3: Pass down smb_filename to smbacl4_fill_ace4Volker Lendecke2012-10-091-6/+6
* s3: vfs_streams_depot: add delete_lost optionBjörn Baumbach2012-10-011-23/+42
* vfs: check full_audit enum->str mapping on startupDavid Disseldorp2012-09-281-3/+4
* vfs: add missing pwrite ops to full_auditDavid Disseldorp2012-09-281-0/+2
* s3:nfs4acls filter away inheritance flags on filesChristian Ambach2012-09-271-0/+11
* s3:nfs4acls pass down fsp instead of just the filenameChristian Ambach2012-09-271-4/+6
* s3:vfs_fake_acls fix a compiler warningChristian Ambach2012-09-231-1/+1
* vfs: fix acl_blob_get* in vfs_full_auditDavid Disseldorp2012-09-201-9/+11
* vfs: fix lock logging in vfs_full_auditDavid Disseldorp2012-09-201-4/+4
* s3:vfs_gpfs: fix buildChristian Ambach2012-09-161-5/+5
* s3: fix the hpux acl moduleBjörn Jacke2012-09-141-5/+5
* s3: fix the tru64 acl moduleBjörn Jacke2012-09-141-5/+5
* s3: fix the aix acl moduleBjörn Jacke2012-09-141-9/+9
* s3: Fix the vfs_solarisacl module to compile.Ira Cooper2012-09-141-5/+5
* In vfs modules, don't use 'conn->origpath' when we really mean 'conn->cwd'.Jeremy Allison2012-09-124-10/+10
* smbd: Add extra VFS hooks to get the posix ACL as a blobAndrew Bartlett2012-09-123-0/+153
* smbd: Remove pre-allocation of ACL array in sys_acl_init()Andrew Bartlett2012-09-121-1/+1
* smbd-posix_acls: Use a IDL union to store the ACL entryAndrew Bartlett2012-09-121-4/+4
* smbd: Print ACL used to create hash in vfs_xattr_commonAndrew Bartlett2012-09-111-0/+10
* s3:vfs/time_audit: Add back pointer for sys_acl_delete_def_file_fnChristof Schmitt2012-09-101-0/+1
* s3:vfs/time_audit: add path names to log messagesRalph Wuerthner2012-09-101-80/+170
* s3: fix wrong invocations of talloc_reallocBjörn Jacke2012-09-091-2/+2
* s3:vfs_default: add basic support for durable handle request and reconnectMichael Adam2012-09-081-3/+6
* s3:vfs: add durable VFS operationsMichael Adam2012-09-081-1/+34
* s3: Fix 64-bit warnings in vfs_media_harmonyVolker Lendecke2012-09-061-1/+1
* build: Remove unused deps from vfs modulesAndrew Bartlett2012-09-051-2/+2
* build: Remove references to charset modules - we no longer have theseAndrew Bartlett2012-09-041-0/+1
* build: vfs_fake_acls does not need the acl libAndrew Bartlett2012-09-041-1/+1
* s3: Fix warnings in aio_fork.cVolker Lendecke2012-09-011-2/+4
* s3: Fix a few "warning: ISO C90 forbids mixed declarations and code"Volker Lendecke2012-08-311-154/+234
* s3:vfs_gpfs: Use directory not file to get fileset idChristof Schmitt2012-08-292-5/+35
* vfs_media_harmony: fix some compile warnings with llvmBjörn Jacke2012-08-291-66/+66
* s3-vfs: Try to be consistent about localtime vs GMT handling in vfs_shadow_copy2Andrew Bartlett2012-08-281-12/+19
* s3-vfs_shadow_copy2: Also accept a sscanf resultAndrew Bartlett2012-08-281-18/+46
* s3-vfs: Remove extra calls to SMB_VFS_HANDLE_GET_DATAAndrew Bartlett2012-08-221-6/+0
* s3-vfs: Make vfs_aio_fork erratic timing behaviour a run-time optionAndrew Bartlett2012-08-211-5/+44
* build: Remove special case for the build farmAndrew Bartlett2012-08-211-3/+3
* s3-vfs: Add lstat and lchown hooks to the vfs_fake_acls moduleAndrew Bartlett2012-08-201-0/+63
* s3-vfs: Correct the implementation of fake_acls_sys_acl_delete_def_file()Andrew Bartlett2012-08-201-1/+31
* s3-vfs: Use the system. namespace for fake ACLsAndrew Bartlett2012-08-201-4/+4
* s3-vfs: Allow vfs_xattr_tdb to work without a connected shareAndrew Bartlett2012-08-201-19/+99
* s3:vfs_tsmsm only send notifications when file was offline beforeChristian Ambach2012-08-171-2/+6
* s3: Adapt the tsmsm module to the new aio routinesVolker Lendecke2012-08-171-8/+120
* s3-vfs: Fix calls of lp_parm_talloc_stringVolker Lendecke2012-08-171-6/+9