summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* s3: Remove the gpfs_hsm_notify moduleVolker Lendecke2012-08-172-118/+0
* s3: Merge vfs_gpfs_hsm_notify into vfs_gpfs.cVolker Lendecke2012-08-171-0/+190
* s3:vfs_gpfs: make sure parameters are set correctly for leasesChristian Ambach2012-08-161-0/+25
* s3:vfs_gpfs: Fix compile error in gpfs moduleChristof Schmitt2012-08-161-0/+1
* s3-vfs: Continue to make vfs_xattr_tdb non-recursiveAndrew Bartlett2012-08-161-24/+50
* s3-vfs: Add new VFS module to fake setting an ACLAndrew Bartlett2012-08-161-0/+374
* s3-vfs: Set errno in xattr emulationAndrew Bartlett2012-08-152-0/+7
* s3-vfs: Avoid loops in VFS modules: call _NEXT functions in xattr emulationAndrew Bartlett2012-08-152-8/+8
* s3-vfs: ensure we strictly free the talloc_stackframeAndrew Bartlett2012-08-151-1/+1
* librpc/idl: Make smb_acl_t public so we can pull/push it as a blobAndrew Bartlett2012-08-151-0/+9
* s3-smbd: Remove sys_acl_*() VFS wrapper functionsAndrew Bartlett2012-08-153-761/+0
* s3-smbd: Change allocation of smb_acl_t to talloc()Andrew Bartlett2012-08-157-53/+39
* s3-vfs: Put vfs_aixacl_util.c helper functions into a header fileAndrew Bartlett2012-08-143-3/+24
* s3-nfs4acls: Remove lookup_sid and sidmap from NFSv4 ACL mapping and check gi...Andrew Bartlett2012-08-111-115/+13
* Correctly check for errors in strlower_m() returns.Jeremy Allison2012-08-091-1/+3
* Check error returns on strnorm().Jeremy Allison2012-08-091-1/+3
* Check error returns from strupper_m() (in all reasonable places).Jeremy Allison2012-08-092-2/+7
* vfs_dirsort: Remove unnecessary return; statementBjörn Jacke2012-08-081-2/+0
* vfs_afsacl.c: Remove some unnecessary return; statementsBjörn Jacke2012-08-081-5/+0
* vfs_full_audit: Remove some unnecessary return; statementsBjörn Jacke2012-08-081-9/+0