summaryrefslogtreecommitdiffstats
path: root/source3/modules
Commit message (Expand)AuthorAgeFilesLines
...
* s3:streams_xattr: recheck fsp->fsp_name after a renameStefan Metzmacher2008-12-011-0/+65
* s3:streams_depot: add an option to disable the xattr checksStefan Metzmacher2008-12-011-4/+18
* s3:streams_depot: fix valgrind bug lp_parm_const_string() doesn't talloc the ...Stefan Metzmacher2008-12-011-1/+0
* s3:streams_depot: add support for stream renamesStefan Metzmacher2008-12-011-0/+74
* s3:streams_depot: map 'file::$DATA' to just 'file'Stefan Metzmacher2008-12-011-1/+12
* s3:streams_xattr: add support for renaming streamsStefan Metzmacher2008-12-011-1/+142
* s3:vfs_tsmsm: fix potential segfault (freeing uninitialized buffer)Michael Adam2008-12-011-1/+1
* [s3]zfsacl: "return" is not a function.Michael Adam2008-11-251-3/+3
* [s3]zfsacl: Prevent calling POSIX ACL vfs methods on zfs share.Nils Goroll2008-11-251-0/+83
* Search for gpfs functions in both libgpfs_gpl.so an libgpfs.soMathias Dietz2008-11-241-47/+45
* Fix a C90 error.Jeremy Allison2008-11-211-2/+3
* Rever 83ff6979f504d50caf725ee62549604630b69be7 - "Fix the logic bug that caus...Jeremy Allison2008-11-211-34/+34
* Fix the logic bug that caused us to run into kernel oplocks on an open for a ...Jeremy Allison2008-11-211-34/+34
* Merge branch 'master' of ssh://jra@git.samba.org/data/git/sambaJeremy Allison2008-11-211-1/+1
|\
| * [s3]nfs4_acls: make prototype header match definition for smb_set_nt_acl_nfs4()Michael Adam2008-11-221-1/+1
* | Use fxattr calls whenever possible (trying to work around the strange Linux k...Jeremy Allison2008-11-211-19/+51
|/
* Second part of the fix for bug #5903 - vfs_streams_xattr breaks contents of t...Jeremy Allison2008-11-211-1/+60
* Fix the build, by some cut-and-paste error I got two versions of the same fun...Jeremy Allison2008-11-201-50/+0
* Fix build farm breakage.Jeremy Allison2008-11-191-1/+1
* Add functions to delete NTACL on posix ACL set.Jeremy Allison2008-11-192-77/+235
* Fix bug #5900 reported by monyo@samba.gr.jp - vfs_readonly.so does not work.Jeremy Allison2008-11-171-0/+13
* Fix bug 5901: Default for streams_depot locationTAKAHASHI Motonobu2008-11-161-1/+9
* Move v2 from timestamp to 16-byte hash. Got the change in before on disk form...Jeremy Allison2008-11-132-40/+20
* [s3]vfs_acl_tdb: fix the build.Michael Adam2008-11-111-1/+1
* Fix the build (ndr_pull_struct_blob has a different signature in master).Jeremy Allison2008-11-101-1/+1
* Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of ...Jeremy Allison2008-11-102-44/+897
* Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass RAW...Jeremy Allison2008-11-081-1/+20
* Start factoring out the inheritance differences.Jeremy Allison2008-11-061-2/+1
* Don't call FSET_NT_ACL on file create if there's no SD to set. Leave the defa...Jeremy Allison2008-11-061-4/+0
* Only one more issue with NULL ACL test left to solve.Jeremy Allison2008-11-061-1/+1
* Fix crash in module, get more of the NULL acl test right.Jeremy Allison2008-11-061-14/+18
* Pass all of RAW-ACLS except for inheritence. Working on that next.Jeremy Allison2008-11-041-1/+1
* Pass all the non-inherited S4 RAW-ACL tests.Jeremy Allison2008-11-031-0/+4
* Remove sys_dl*() - stubs are already provided by libreplace.Jelmer Vernooij2008-11-011-8/+8
* Move sys_realpath() to libreplace.Jelmer Vernooij2008-11-011-1/+1
* Move sys_lchown() to libreplace.Jelmer Vernooij2008-11-012-2/+2
* Move sys_symlink() to libreplace.Jelmer Vernooij2008-11-011-2/+2
* Move sys_link to libreplace.Jelmer Vernooij2008-11-011-1/+1
* Use 'regular' chown, libreplace will provide (dummy) replacement if necessary.Jelmer Vernooij2008-11-011-1/+1
* Get closer to passing S4 RAW-ACLs.Jeremy Allison2008-10-311-15/+76
* Unify se_access_check with the S4 code. Will makeJeremy Allison2008-10-311-3/+3
* Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...Jeremy Allison2008-10-301-0/+51
* Inherit Windows ACLs on a new directory.Jeremy Allison2008-10-301-13/+55
* Fix CID 606 - failed to return -1 after socket() fail.Jeremy Allison2008-10-291-0/+1
* Allow a new file to inherit the Windows ACL from its parent.Jeremy Allison2008-10-291-82/+174
* Share xattr implementation.Jelmer Vernooij2008-10-151-32/+32
* Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2008-10-143-14/+14
* Whitespace tidyup and an optimization to remove a talloc.Jeremy Allison2008-10-131-7/+5
* Enable optional anonymization of user names,Holger Hetterich2008-10-131-1/+24
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-092-6/+4