Age | Commit message (Expand) | Author | Files | Lines |
2012-09-14 | s3: Fix the vfs_solarisacl module to compile. | Ira Cooper | 1 | -5/+5 |
2012-09-12 | In vfs modules, don't use 'conn->origpath' when we really mean 'conn->cwd'. | Jeremy Allison | 4 | -10/+10 |
2012-09-12 | smbd: Add extra VFS hooks to get the posix ACL as a blob | Andrew Bartlett | 3 | -0/+153 |
2012-09-12 | smbd: Remove pre-allocation of ACL array in sys_acl_init() | Andrew Bartlett | 1 | -1/+1 |
2012-09-12 | smbd-posix_acls: Use a IDL union to store the ACL entry | Andrew Bartlett | 1 | -4/+4 |
2012-09-11 | smbd: Print ACL used to create hash in vfs_xattr_common | Andrew Bartlett | 1 | -0/+10 |
2012-09-10 | s3:vfs/time_audit: Add back pointer for sys_acl_delete_def_file_fn | Christof Schmitt | 1 | -0/+1 |
2012-09-10 | s3:vfs/time_audit: add path names to log messages | Ralph Wuerthner | 1 | -80/+170 |
2012-09-09 | s3: fix wrong invocations of talloc_realloc | Björn Jacke | 1 | -2/+2 |
2012-09-08 | s3:vfs_default: add basic support for durable handle request and reconnect | Michael Adam | 1 | -3/+6 |
2012-09-08 | s3:vfs: add durable VFS operations | Michael Adam | 1 | -1/+34 |
2012-09-06 | s3: Fix 64-bit warnings in vfs_media_harmony | Volker Lendecke | 1 | -1/+1 |
2012-09-05 | build: Remove unused deps from vfs modules | Andrew Bartlett | 1 | -2/+2 |
2012-09-04 | build: Remove references to charset modules - we no longer have these | Andrew Bartlett | 1 | -0/+1 |
2012-09-04 | build: vfs_fake_acls does not need the acl lib | Andrew Bartlett | 1 | -1/+1 |
2012-09-01 | s3: Fix warnings in aio_fork.c | Volker Lendecke | 1 | -2/+4 |
2012-08-31 | s3: Fix a few "warning: ISO C90 forbids mixed declarations and code" | Volker Lendecke | 1 | -154/+234 |
2012-08-29 | s3:vfs_gpfs: Use directory not file to get fileset id | Christof Schmitt | 2 | -5/+35 |
2012-08-29 | vfs_media_harmony: fix some compile warnings with llvm | Björn Jacke | 1 | -66/+66 |
2012-08-28 | s3-vfs: Try to be consistent about localtime vs GMT handling in vfs_shadow_copy2 | Andrew Bartlett | 1 | -12/+19 |
2012-08-28 | s3-vfs_shadow_copy2: Also accept a sscanf result | Andrew Bartlett | 1 | -18/+46 |
2012-08-22 | s3-vfs: Remove extra calls to SMB_VFS_HANDLE_GET_DATA | Andrew Bartlett | 1 | -6/+0 |
2012-08-21 | s3-vfs: Make vfs_aio_fork erratic timing behaviour a run-time option | Andrew Bartlett | 1 | -5/+44 |
2012-08-21 | build: Remove special case for the build farm | Andrew Bartlett | 1 | -3/+3 |
2012-08-20 | s3-vfs: Add lstat and lchown hooks to the vfs_fake_acls module | Andrew Bartlett | 1 | -0/+63 |
2012-08-20 | s3-vfs: Correct the implementation of fake_acls_sys_acl_delete_def_file() | Andrew Bartlett | 1 | -1/+31 |
2012-08-20 | s3-vfs: Use the system. namespace for fake ACLs | Andrew Bartlett | 1 | -4/+4 |
2012-08-20 | s3-vfs: Allow vfs_xattr_tdb to work without a connected share | Andrew Bartlett | 1 | -19/+99 |
2012-08-17 | s3:vfs_tsmsm only send notifications when file was offline before | Christian Ambach | 1 | -2/+6 |
2012-08-17 | s3: Adapt the tsmsm module to the new aio routines | Volker Lendecke | 1 | -8/+120 |
2012-08-17 | s3-vfs: Fix calls of lp_parm_talloc_string | Volker Lendecke | 1 | -6/+9 |
2012-08-17 | s3: Remove the gpfs_hsm_notify module | Volker Lendecke | 2 | -118/+0 |
2012-08-17 | s3: Merge vfs_gpfs_hsm_notify into vfs_gpfs.c | Volker Lendecke | 1 | -0/+190 |
2012-08-16 | s3:vfs_gpfs: make sure parameters are set correctly for leases | Christian Ambach | 1 | -0/+25 |
2012-08-16 | s3:vfs_gpfs: Fix compile error in gpfs module | Christof Schmitt | 1 | -0/+1 |
2012-08-16 | s3-vfs: Continue to make vfs_xattr_tdb non-recursive | Andrew Bartlett | 1 | -24/+50 |
2012-08-16 | s3-vfs: Add new VFS module to fake setting an ACL | Andrew Bartlett | 1 | -0/+374 |
2012-08-15 | s3-vfs: Set errno in xattr emulation | Andrew Bartlett | 2 | -0/+7 |
2012-08-15 | s3-vfs: Avoid loops in VFS modules: call _NEXT functions in xattr emulation | Andrew Bartlett | 2 | -8/+8 |
2012-08-15 | s3-vfs: ensure we strictly free the talloc_stackframe | Andrew Bartlett | 1 | -1/+1 |
2012-08-15 | librpc/idl: Make smb_acl_t public so we can pull/push it as a blob | Andrew Bartlett | 1 | -0/+9 |
2012-08-15 | s3-smbd: Remove sys_acl_*() VFS wrapper functions | Andrew Bartlett | 3 | -761/+0 |
2012-08-15 | s3-smbd: Change allocation of smb_acl_t to talloc() | Andrew Bartlett | 7 | -53/+39 |
2012-08-14 | s3-vfs: Put vfs_aixacl_util.c helper functions into a header file | Andrew Bartlett | 3 | -3/+24 |
2012-08-11 | s3-nfs4acls: Remove lookup_sid and sidmap from NFSv4 ACL mapping and check gi... | Andrew Bartlett | 1 | -115/+13 |
2012-08-09 | Correctly check for errors in strlower_m() returns. | Jeremy Allison | 1 | -1/+3 |
2012-08-09 | Check error returns on strnorm(). | Jeremy Allison | 1 | -1/+3 |
2012-08-09 | Check error returns from strupper_m() (in all reasonable places). | Jeremy Allison | 2 | -2/+7 |
2012-08-08 | vfs_dirsort: Remove unnecessary return; statement | Björn Jacke | 1 | -2/+0 |
2012-08-08 | vfs_afsacl.c: Remove some unnecessary return; statements | Björn Jacke | 1 | -5/+0 |