summaryrefslogtreecommitdiff
path: root/source3/modules
AgeCommit message (Expand)AuthorFilesLines
2012-11-05Fix bug #7781 (Samba transforms "ShareName" to lowercase when adding new shar...Jeremy Allison1-2/+1
2012-10-31Revert "Fix bug #7781 (Samba transforms "ShareName" to lowercase when adding ...Karolin Seeger1-1/+2
2012-09-28Fix bug #7781 (Samba transforms "ShareName" to lowercase when adding new shar...Jeremy Allison1-2/+1
2012-07-06s3:vfs_gpfs: be less verbose in get/set_xattr functionsStefan Metzmacher1-2/+2
2012-06-30s3-vfs_gpfs: Fix bug #9003, posix acl on gpfsVolker Lendecke1-2/+2
2012-06-30Fix bug #8974 - Kernel oplocks are broken when uid(file) != uid(process).Jeremy Allison1-5/+0
2012-01-23Fix bug 8636 - When returning an ACL without SECINFO_DACL requested, we still...Jeremy Allison1-2/+6
2012-01-21First part of fix for bug #8673 - NT ACL issue.Jeremy Allison1-18/+34
2012-01-04Fix bug #8644 - vfs_acl_xattr and vfs_acl_tdb modules can fail to add inherit...Jeremy Allison1-1/+1
2011-12-01s3: Attempt to fix the vfs_commit moduleVolker Lendecke1-1/+1
2011-09-28Fix bug 8480 - acl_xattr can free an invalid pointer if no blob is loaded.David Disseldorp1-1/+1
2011-08-30Fix bug Bug 8422 - Infinite loop in ACL module code.Jeremy Allison1-1/+1
2011-08-20s3-vfs: Fix vfs_chown_fsp.Jeremy Allison1-2/+11
2011-06-10Fix re-opened bug 8083 - "inherit owner = yes" doesn't interact correctly wit...Jeremy Allison1-4/+17
2011-05-30Fix bug #8083 - "inherit owner = yes" doesn't interact correctly with vfs_acl...Jeremy Allison1-3/+27
2011-04-19Fix bug 8072 - PANIC: create_file_acl_common frees handle two times.Jeremy Allison1-57/+54
2011-04-14Fix bug #7987 - ACL can get lost when files are being renamed.Jeremy Allison3-1/+49
2011-04-11s3-modules: Fix debug message (bug #8074)Björn Baumbach1-1/+1
2011-04-07Fix bug #6762 - ctdb on gpfs error with MS Office.Martin Vogt3-2/+30
2011-04-07s3/vfs_gpfs: s/syncops/gpfsBjörn Jacke1-1/+1
2011-04-07s3:vfs:gpfs convert sharemodes/leases parameterChristian Ambach2-20/+64
2011-03-23s3: Attempt to fix bug 8016 -- gpfs_get_xattr brokenVolker Lendecke1-2/+5
2011-03-17s3: Fix the talloc hierarchy in shadow_copy2_connectpathVolker Lendecke1-2/+9
2011-03-01s3:vfs:gpfs: fix logic when gpfs:winattr is false (the default!)Rusty Russell1-1/+11
2011-03-01Fix bug 7950 - Samba 3.5.x fails BASE-CREATEX_SHAREMODES_DIR smbtorture4 testJeremy Allison1-1/+3
2011-02-05s3: Fix bug 7940 -- fall back for utimes callsVolker Lendecke1-4/+14
2010-11-24switch from mtime to ctime which is more reliable if files can be accessed ou...olivier1-4/+4
2010-11-24Fix bug #7812 - vfs_acl_xattr/vfs_acl_tdb: ACL inheritance cannot be disabledJeremy Allison1-0/+6
2010-11-24Ensure we have correct parameters to use Windows ACL modules.Jeremy Allison2-7/+12
2010-11-24Add acl_xattr:ignore system acls boolean (normally false) to allow Samba ACL ...Jeremy Allison3-11/+38
2010-11-24Add debug message to get_nt_acl_internal() to see what we got.Jeremy Allison1-0/+7
2010-11-24Fix valgrind "uninitialized read" error on "info" when returning !NT_STATUS_OK.Jeremy Allison1-1/+5
2010-11-24Fix bug #7734 - When creating files with "inherit ACLs" set to true, we negle...Jeremy Allison1-1/+1
2010-11-24Make the vfs_acl_xattr and other modules work with NULL SD's. Fix the "protec...Jeremy Allison1-41/+29
2010-08-23Fix bug 7581 - Users in "admin users" in smb.conf file are unable to read/wri...Jeremy Allison1-2/+4
2010-06-17s3:vfs_scannedonly: fix a build issue on IRIX and HP-UXBjörn Jacke1-0/+6
2010-06-11s3: fix calculation of st_blocks in streams_xattrBjörn Jacke1-3/+3
2010-05-02s3: Fix bug 7398 -- rename problems with full_auditVolker Lendecke1-1/+1
2010-03-30Fix bug #7283 - vfs_acl_tdb does not work as expected.Jeremy Allison1-34/+14
2010-03-24Fix bug 7075 - bug in vfs_scannedonly rmdir implementation.Jeremy Allison1-1/+5
2010-03-11vfs_netatalk: Segfault if hide files or veto files has no ".AppleDouble"SATOH Fumiyasu1-1/+1
2010-03-02s3:vfs_aixacl2: add missing semicolonBjörn Jacke1-1/+1
2010-02-18s3-modules: fix get_acl_blob in the acl_tdb VFS module.Günther Deschner1-1/+1
2010-02-09Fix bug #6876 for acl_tdb module.Jeremy Allison1-2/+1
2010-02-08s3: fix build issue on Tru64Björn Jacke1-7/+7
2010-02-04s3: Simplify the code a bit: Catch (len==0) earlyVolker Lendecke1-7/+4
2010-02-04Fix bug 7081 - vfs_expand_msdfs doesn't work correctly (with fix identified)Jeremy Allison1-3/+16
2010-02-04s3/vfs_scannedonly: AIX doesn't have MSG_DONTWAITolivier1-1/+1
2010-01-18Modification of fix for bug 6876 - Delete of an object whose parent folder do...Jeremy Allison1-8/+5
2010-01-18Fix bug #6876 - Delete of an object whose parent folder does not have delete ...Jeremy Allison3-1/+131