s3: only include tdb headers where needed.
[nivanova/samba-autobuild/.git] / source3 / modules / vfs_acl_tdb.c
2011-05-06 Günther Deschners3: only include tdb headers where needed.
2011-04-21 Günther Deschners3-vfs: rename open function to open_fn.
2011-04-02 Jeremy AllisonFix bug #7987 - ACL can get lost when files are being...
2011-03-29 Günther Deschners3-auth: vfs modules need auth.h
2011-03-29 Günther Deschners3-vfs: include smbd/smbd.h in vfs modules.
2011-03-29 Günther Deschners3-includes: only include system/filesys.h when needed.
2010-10-16 Jeremy AllisonEnsure we have correct parameters to use Windows ACL...
2010-10-16 Jeremy AllisonAdd acl_xattr:ignore system acls boolean (normally...
2010-08-25 Günther Deschners3-build: use dbwrap.h only where needed.
2010-03-24 Jeremy AllisonFix bug #7283 - vfs_acl_tdb does not work as expected.
2010-02-18 Günther Deschners3-modules: fix get_acl_blob in the acl_tdb VFS module.
2010-02-08 Jeremy AllisonFix bug #6876 for acl_tdb module.
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-13 Jeremy AllisonFix bug #6876 - Delete of an object whose parent folder...
2009-12-07 Jeremy AllisonHopefullt final fix for 6802 - acl_xattr.c module:...
2009-12-02 Jeremy AllisonEnsure get_nt_acl_internal() only looks at the ACL...
2009-12-01 Jeremy AllisonFix bug 6938 : No hook exists to check creation rights...
2009-11-30 Jeremy AllisonRestructure the connect function code to always call
2009-11-12 Jeremy AllisonSecond part of bugfix for 6865 - acl_xattr module:...
2009-11-07 Jeremy AllisonFix bug 6865 - acl_xattr module: Has dependency that...
2009-10-17 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-10-02 Jeremy AllisonRemove lots of duplicate code and move it into one
2009-07-27 Jeremy AllisonFix the build breakage by #including modules/vfs_acl_co...
2009-07-25 Jeremy AllisonFactor out common code into vfs_acl_common.c.
2009-07-24 Jeremy AllisonMake acl_tdb match acl_xattr. Large duplication of
2009-07-24 Jeremy AllisonFix hash function in acl_xattr to be SHA256, make
2009-07-24 Volker LendeckeMake the smbd VFS typesafe
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Finish plumbing the fsp->fsp_name smb_fname convers...
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_UNLINK
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-18 Tim Proutys3: Change SMB_VFS_OPEN to take an smb_filename struct
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-04 Jeremy AllisonFix crashes when running RAW-ACLs against system with...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-25 Jeremy AllisonUse fsp->posix_open in preference if we have it.
2009-02-25 Jeremy AllisonEnsure ACL modules work with POSIX paths.
2009-02-20 Tim Proutys3: Add extid to the dev/inode pair
2009-01-16 Tim Proutys3: Remove an incorrect const
2009-01-16 Michael Adams3:vfs_acl_tdb: don't leak state_path() to talloc_tos...
2009-01-13 Steven DannemanCovert several persistant tdb files to use state_path...
2008-12-31 Volker LendeckeRename parent_dirname_talloc() to parent_dirname()
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-18 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-12-18 Jeremy AllisonComment out the parent inheritance code (this is incorr...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-19 Jeremy AllisonAdd functions to delete NTACL on posix ACL set.
2008-11-14 Jeremy AllisonMove v2 from timestamp to 16-byte hash. Got the change...
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-11 Michael Adam[s3]vfs_acl_tdb: fix the build.
2008-11-11 Jeremy AllisonFix the build (ndr_pull_struct_blob has a different...
2008-11-11 Jeremy AllisonAdded vfs_acl_tdb.c module to do ACLs completely in...