index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_acl_tdb.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-11-22
Remove the setting of the inherited ACL on new files/directories. This is
Jeremy Allison
1
-1
/
+0
2011-11-02
Remove opendir() VFS code from ACL modules.
Jeremy Allison
1
-1
/
+0
2011-10-28
Remove the mkdir and open functions from the ACL modules - main code paths no...
Jeremy Allison
1
-2
/
+0
2011-10-11
s3:vfs: convert the acl_tdb module to use dbwrap wrapper functions.
Michael Adam
1
-13
/
+14
2011-09-27
These modules are no longer experimental but production-ready (especially
Jeremy Allison
1
-2
/
+0
2011-07-29
s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/
Michael Adam
1
-1
/
+1
2011-07-29
s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.
Michael Adam
1
-0
/
+1
2011-06-20
tdb_compat: Higher level API fixes.
Rusty Russell
1
-1
/
+1
2011-05-06
s3: only include tdb headers where needed.
Günther Deschner
1
-0
/
+1
2011-04-21
s3-vfs: rename open function to open_fn.
Günther Deschner
1
-1
/
+1
2011-04-02
Fix bug #7987 - ACL can get lost when files are being renamed.
Jeremy Allison
1
-1
/
+5
2011-03-30
s3-auth: vfs modules need auth.h
Günther Deschner
1
-0
/
+1
2011-03-30
s3-vfs: include smbd/smbd.h in vfs modules.
Günther Deschner
1
-0
/
+1
2011-03-30
s3-includes: only include system/filesys.h when needed.
Günther Deschner
1
-0
/
+1
2010-10-16
Ensure we have correct parameters to use Windows ACL modules.
Jeremy Allison
1
-2
/
+5
2010-10-16
Add acl_xattr:ignore system acls boolean (normally false) to allow
Jeremy Allison
1
-0
/
+1
2010-08-26
s3-build: use dbwrap.h only where needed.
Günther Deschner
1
-0
/
+1
2010-03-24
Fix bug #7283 - vfs_acl_tdb does not work as expected.
Jeremy Allison
1
-34
/
+14
2010-02-18
s3-modules: fix get_acl_blob in the acl_tdb VFS module.
Günther Deschner
1
-1
/
+1
2010-02-08
Fix bug #6876 for acl_tdb module.
Jeremy Allison
1
-2
/
+1
2010-01-12
Fix bug #6876 - Delete of an object whose parent folder does not have delete ...
Jeremy Allison
1
-1
/
+2
2009-12-07
Hopefullt final fix for 6802 - acl_xattr.c module: A created folder does not ...
Jeremy Allison
1
-50
/
+1
2009-12-02
Ensure get_nt_acl_internal() only looks at the ACL blobs, not
Jeremy Allison
1
-1
/
+1
2009-11-30
Fix bug 6938 : No hook exists to check creation rights when using acl_xattr m...
Jeremy Allison
1
-0
/
+1
2009-11-30
Restructure the connect function code to always call
Jeremy Allison
1
-5
/
+4
2009-11-11
Second part of bugfix for 6865 - acl_xattr module: Has dependency that inheri...
Jeremy Allison
1
-2
/
+4
2009-11-06
Fix bug 6865 - acl_xattr module: Has dependency that inherit acls = yes or xa...
Jeremy Allison
1
-0
/
+6
2009-10-02
Remove lots of duplicate code and move it into one
Jeremy Allison
1
-32
/
+18
2009-07-27
Fix the build breakage by #including modules/vfs_acl_common.c
Jeremy Allison
1
-3
/
+5
2009-07-24
Factor out common code into vfs_acl_common.c.
Jeremy Allison
1
-638
/
+8
2009-07-24
Make acl_tdb match acl_xattr. Large duplication of
Jeremy Allison
1
-68
/
+225
2009-07-24
Fix hash function in acl_xattr to be SHA256, make
Jeremy Allison
1
-10
/
+10
2009-07-24
Make the smbd VFS typesafe
Volker Lendecke
1
-24
/
+13
2009-07-20
s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.
Tim Prouty
1
-53
/
+45
2009-07-06
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
1
-9
/
+18
2009-06-24
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
1
-18
/
+28
2009-06-17
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
1
-5
/
+15
2009-05-26
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
1
-2
/
+2
2009-03-04
Fix crashes when running RAW-ACLs against system with tdb ACL modules
Jeremy Allison
1
-2
/
+2
2009-02-25
Use fsp->posix_open in preference if we have it.
Jeremy Allison
1
-5
/
+5
2009-02-25
Ensure ACL modules work with POSIX paths.
Jeremy Allison
1
-20
/
+69
2009-02-19
s3: Add extid to the dev/inode pair
Tim Prouty
1
-0
/
+6
2009-01-15
s3: Remove an incorrect const
Tim Prouty
1
-1
/
+1
2009-01-16
s3:vfs_acl_tdb: don't leak state_path() to talloc_tos() in acl_tdb_init()
Michael Adam
1
-0
/
+2
2009-01-12
Covert several persistant tdb files to use state_path() instead of lock_path()
Steven Danneman
1
-1
/
+1
2008-12-31
Rename parent_dirname_talloc() to parent_dirname()
Volker Lendecke
1
-4
/
+1
2008-12-18
Comment out the parent inheritance code (this is incorrect) as was
Jeremy Allison
1
-0
/
+2
2008-11-19
Add functions to delete NTACL on posix ACL set.
Jeremy Allison
1
-77
/
+135
2008-11-13
Move v2 from timestamp to 16-byte hash. Got the change in before on disk form...
Jeremy Allison
1
-20
/
+10
2008-11-11
[s3]vfs_acl_tdb: fix the build.
Michael Adam
1
-1
/
+1
[next]