index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
modules
/
vfs_acl_xattr.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug #6876 - Delete of an object whose parent folder does not have delete ...
Jeremy Allison
2010-01-12
1
-0
/
+2
*
Hopefullt final fix for 6802 - acl_xattr.c module: A created folder does not ...
Jeremy Allison
2009-12-07
1
-35
/
+1
*
Fix bug 6938 : No hook exists to check creation rights when using acl_xattr m...
Jeremy Allison
2009-11-30
1
-0
/
+1
*
Restructure the connect function code to always call
Jeremy Allison
2009-11-30
1
-0
/
+6
*
Second part of bugfix for 6865 - acl_xattr module: Has dependency that inheri...
Jeremy Allison
2009-11-11
1
-2
/
+6
*
Fix bug 6865 - acl_xattr module: Has dependency that inherit acls = yes or xa...
Jeremy Allison
2009-11-06
1
-0
/
+12
*
Fix the build breakage by #including modules/vfs_acl_common.c
Jeremy Allison
2009-07-27
1
-3
/
+6
*
Factor out common code into vfs_acl_common.c.
Jeremy Allison
2009-07-24
1
-634
/
+8
*
Fix hash function in acl_xattr to be SHA256, make
Jeremy Allison
2009-07-24
1
-52
/
+90
*
Make the smbd VFS typesafe
Volker Lendecke
2009-07-24
1
-18
/
+10
*
s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.
Tim Prouty
2009-07-20
1
-23
/
+37
*
Add hash values to the xattr ACLS to determine when
Jeremy Allison
2009-07-10
1
-55
/
+158
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-4
/
+10
*
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
-1
/
+1
*
Use fsp->posix_open in preference if we have it.
Jeremy Allison
2009-02-25
1
-2
/
+2
*
Ensure ACL modules work with POSIX paths.
Jeremy Allison
2009-02-25
1
-2
/
+10
*
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
*
Fix the build, by some cut-and-paste error I got two versions of the same fun...
Jeremy Allison
2008-11-20
1
-50
/
+0
*
Fix build farm breakage.
Jeremy Allison
2008-11-19
1
-1
/
+1
*
Add functions to delete NTACL on posix ACL set.
Jeremy Allison
2008-11-19
1
-0
/
+100
*
Move v2 from timestamp to 16-byte hash. Got the change in before on disk form...
Jeremy Allison
2008-11-13
1
-20
/
+10
*
Added vfs_acl_tdb.c module to do ACLs completely in userspace. Passes all of ...
Jeremy Allison
2008-11-10
1
-44
/
+54
*
Fix a subtle logic bug in the adaption of se_create_child_secdesc(), pass RAW...
Jeremy Allison
2008-11-08
1
-1
/
+20
*
Start factoring out the inheritance differences.
Jeremy Allison
2008-11-06
1
-2
/
+1
*
Don't call FSET_NT_ACL on file create if there's no SD to set. Leave the defa...
Jeremy Allison
2008-11-06
1
-4
/
+0
*
Only one more issue with NULL ACL test left to solve.
Jeremy Allison
2008-11-06
1
-1
/
+1
*
Fix crash in module, get more of the NULL acl test right.
Jeremy Allison
2008-11-06
1
-14
/
+18
*
Pass all of RAW-ACLS except for inheritence. Working on that next.
Jeremy Allison
2008-11-04
1
-1
/
+1
*
Pass all the non-inherited S4 RAW-ACL tests.
Jeremy Allison
2008-11-03
1
-0
/
+4
*
Get closer to passing S4 RAW-ACLs.
Jeremy Allison
2008-10-31
1
-15
/
+76
*
Unify se_access_check with the S4 code. Will make
Jeremy Allison
2008-10-31
1
-3
/
+3
*
Start moving us closer to passing S4 RAW-ACL test using the vfs_acl_xattr mod...
Jeremy Allison
2008-10-30
1
-0
/
+51
*
Inherit Windows ACLs on a new directory.
Jeremy Allison
2008-10-30
1
-13
/
+55
*
Allow a new file to inherit the Windows ACL from its parent.
Jeremy Allison
2008-10-29
1
-82
/
+174
*
Fixed "might be uninitialized" warning
Tim Prouty
2008-10-08
1
-2
/
+2
*
Deal with inheritance from parent directory when setting Windows
Jeremy Allison
2008-10-08
1
-0
/
+16
*
Fix const warning.
Jeremy Allison
2008-10-07
1
-1
/
+1
*
Update vfs version as I've added a const to the security_descriptor paramter ...
Jeremy Allison
2008-10-07
1
-2
/
+2
*
Make map_errno_from_nt_status() a generic call, not just a cli specific one.
Jeremy Allison
2008-10-07
1
-22
/
+36
*
s3-nbt: fix remaining callers of ndr_push/pull_struct_blob.
Günther Deschner
2008-09-23
1
-2
/
+2
*
Correctly get+set the NT ACL on a file. Now to make us check it on open..
Jeremy Allison
2008-09-17
1
-3
/
+12
*
Mark module experimental, fix crash bugs.
Jeremy Allison
2008-09-17
1
-2
/
+9
*
First (incomplete) cut of this module. Based on Volker's original work.
Jeremy Allison
2008-09-16
1
-0
/
+315