summaryrefslogtreecommitdiff
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
* vfs:glusterfs: preallocate result for glfs_realpathMichael Adam2016-11-071-1/+14
* s3: vfs: streams_depot. Use conn->connectpath not conn->cwd.Jeremy Allison2016-10-311-1/+2
* s3: vfs: Remove files/directories after the streams are deleted.Jeremy Allison2016-10-311-4/+14
* vfs_glusterfs: Fix a memory leak in connect pathAnoop C S2016-10-201-2/+1
* glusterfs: Avoid tevent_internal.hVolker Lendecke2016-10-201-1/+0
* vfs_acl_xattr|tdb: enforced settings when ignore system acls=yesRalph Boehme2016-09-072-0/+42
* vfs_acl_common: use DBG_LEVEL and remove function prefixes in DEBUG statementsRalph Boehme2016-09-071-42/+33
* vfs_acl_common: Windows style default ACLRalph Boehme2016-09-071-0/+76
* vfs_acl_xattr|tdb: add option to control default ACL styleRalph Boehme2016-09-071-6/+42
* vfs_acl_common: check for ignore_system_acls before fetching filesystem ACLRalph Boehme2016-09-071-44/+55
* vfs_acl_common: move stat stuff to a helper functionRalph Boehme2016-09-071-31/+48
* vfs_acl_tdb|xattr: use a config handleRalph Boehme2016-09-073-10/+54
* vfs_acl_common: move the ACL blob validation to a helper functionRalph Boehme2016-09-071-89/+127
* vfs_acl_common: simplify ACL logic, cleanup and talloc hierarchyRalph Boehme2016-09-071-70/+61
* vfs_acl_common: remove redundant NULL assignmentRalph Boehme2016-09-071-2/+0
* vfs_acl_common: rename pdesc_next to psd_fsRalph Boehme2016-09-071-17/+17
* vfs_acl_common: rename psd to psd_blob in get_nt_acl_internal()Ralph Boehme2016-09-071-29/+29
* Revert "vfs_acl_xattr: objects without NT ACL xattr"Ralph Boehme2016-09-071-4/+39
* s3: vfs: Fix compilation error on Solaris.Jeremy Allison2016-08-281-1/+1
* vfs_shadow_copy: handle non-existant files and wildcardsUri Simchoni2016-08-281-1/+30
* s3: vfs: snapper: Fix snapper_gmt_strip_snapshot() function to strip @GMT tok...Jeremy Allison2016-08-281-2/+20
* s3: vfs: snapper: Add and use len_before_gmt, calculated as (p-name).Jeremy Allison2016-08-281-3/+5
* s3: vfs: shadow_copy2: Replace all uses of (p-name) with len_before_gmt.Jeremy Allison2016-08-281-3/+3
* s3: vfs: shadow_copy2. Remove any trailing slash when stripping @GMT-YYYY... ...Jeremy Allison2016-08-281-0/+7
* s3: vfs: shadow_copy2: Re-use an existing variable already set to the right v...Jeremy Allison2016-08-281-1/+2
* smbd: get a valid file stat to disk_quotasUri Simchoni2016-08-242-6/+4
* buildscripts: Fix the regression with --without-acl-support.Ira Cooper2016-08-101-0/+1
* shadow_copy2: Fix error handling in shadow_copy2_get_shadow_copy_dataRajesh Joseph2016-07-281-18/+16
* shadow_copy2: allow configurable prefix for snapshot nameRajesh Joseph2016-07-281-7/+303
* shadow_copy2: create structure to store module specific informationRajesh Joseph2016-07-281-23/+57
* shadow_copy2: Fix shadow_copy2_posix_gmt_string return typeRajesh Joseph2016-07-281-6/+6
* AddressSanitizer: Initialize for vfs_fruit.cGarming Sam2016-07-251-1/+1
* vfs_gpfs: Retry getacl with DAC capability if necessaryChristof Schmitt2016-07-251-2/+28
* s3: vfs: ceph: Add posix acl supportYan, Zheng2016-07-242-47/+9
* s3: vfs: generalize functions that set/get posix acl through xattrYan, Zheng2016-07-244-517/+559
* s3: smbd: vfs: Remove any stale xattr values during file/directory create in ...Jeremy Allison2016-07-231-0/+101
* vfs_acl_xattr: objects without NT ACL xattrRalph Boehme2016-07-191-39/+5
* s3/smbd: move make_default_filesystem_acl() to vfs_acl_common.cRalph Boehme2016-07-191-0/+108
* s3-vfs/snapper: Fix compiler errors when building with --address-sanitizerAndrew Bartlett2016-06-161-4/+4
* lib: Move msghdr to lib/util/Volker Lendecke2016-06-071-1/+1
* Efficient xattr handling for VxFS Signed-off-by: Abhidnya Joshi <Abhidnya.Jos...Abhidnya Joshi2016-06-034-14/+415
* vfs_fake_dfq - remove support for generating EDQUOTUri Simchoni2016-06-011-5/+0
* vfs_fake_dfq: add more mocking optionsUri Simchoni2016-05-271-1/+14
* s3: VFS: Map process-associated lock operation to open file description lock ...Jeremy Allison2016-05-211-0/+16
* s3: lib: Add 'int op' parameter to fcntl_getlock().Jeremy Allison2016-05-211-1/+2
* vfs_fruit: Fix a few signed/unsigned mixupsVolker Lendecke2016-05-191-6/+8
* vfs_fileid: Fix a signed/unsigned mixupVolker Lendecke2016-05-191-1/+1
* s3:modules/vfs_snapper squelch -O3 compile warningChristian Ambach2016-05-131-1/+1
* s3:vfs:preopen: fix O3 error unused result of writeMichael Adam2016-05-131-1/+2
* s3:vfs:aio_fork: fix O3 error unused result of writeMichael Adam2016-05-131-1/+1