index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_acl_tdb.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the build breakage by #including modules/vfs_acl_common.c
Jeremy Allison
2009-07-27
1
-3
/
+5
*
Factor out common code into vfs_acl_common.c.
Jeremy Allison
2009-07-24
1
-638
/
+8
*
Make acl_tdb match acl_xattr. Large duplication of
Jeremy Allison
2009-07-24
1
-68
/
+225
*
Fix hash function in acl_xattr to be SHA256, make
Jeremy Allison
2009-07-24
1
-10
/
+10
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
1
-24
/
+13
*
s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.
Tim Prouty
2009-07-20
1
-53
/
+45
*
s3: Plumb smb_filename through SMB_VFS_UNLINK
Tim Prouty
2009-07-06
1
-9
/
+18
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-18
/
+28
*
s3: Change SMB_VFS_OPEN to take an smb_filename struct
Tim Prouty
2009-06-17
1
-5
/
+15
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-2
/
+2
*
Fix crashes when running RAW-ACLs against system with tdb ACL modules
Jeremy Allison
2009-03-04
1
-2
/
+2
*
Use fsp->posix_open in preference if we have it.
Jeremy Allison
2009-02-25
1
-5
/
+5
*
Ensure ACL modules work with POSIX paths.
Jeremy Allison
2009-02-25
1
-20
/
+69
*
s3: Add extid to the dev/inode pair
Tim Prouty
2009-02-19
1
-0
/
+6
*
s3: Remove an incorrect const
Tim Prouty
2009-01-15
1
-1
/
+1
*
s3:vfs_acl_tdb: don't leak state_path() to talloc_tos() in acl_tdb_init()
Michael Adam
2009-01-16
1
-0
/
+2
*
Covert several persistant tdb files to use state_path() instead of lock_path()
Steven Danneman
2009-01-12
1
-1
/
+1
*
Rename parent_dirname_talloc() to parent_dirname()
Volker Lendecke
2008-12-31
1
-4
/
+1
*
Comment out the parent inheritance code (this is incorrect) as was
Jeremy Allison
2008-12-18
1
-0
/
+2
*
Add functions to delete NTACL on posix ACL set.
Jeremy Allison
2008-11-19
1
-77
/
+135
*
Move v2 from timestamp to 16-byte hash. Got the change in before on disk form...
Jeremy Allison
2008-11-13
1
-20
/
+10
*
[s3]vfs_acl_tdb: fix the build.
Michael Adam
2008-11-11
1
-1
/
+1
*
Fix the build (ndr_pull_struct_blob has a different signature in master).
Jeremy Allison
2008-11-10
1
-1
/
+1
*
Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of ...
Jeremy Allison
2008-11-10
1
-0
/
+843