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
/
nfs4_acls.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix more use of VFS_STAT when posix pathnames selected.
Jeremy Allison
2009-10-02
1
-1
/
+1
*
Use defined names rather than numeric constants to make code
Jeremy Allison
2009-08-14
1
-2
/
+2
*
gpfs.so: map the file_inherit and dir_inherit flags away for files
Michael Adam
2009-08-14
1
-1
/
+15
*
s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.
Tim Prouty
2009-07-20
1
-18
/
+16
*
s3: Plumb smb_filename through dos_mode() and related funtions
Tim Prouty
2009-07-08
1
-1
/
+11
*
do not merge ACEs with different SMB_ACE4_INHERIT_ONLY_ACE flag, this leads t...
Christian Ambach
2009-07-06
1
-0
/
+7
*
Add a \n to a debug message in smbacl4_nfs42win
Volker Lendecke
2009-06-25
1
-1
/
+1
*
s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT
Tim Prouty
2009-06-24
1
-1
/
+1
*
Fix the build of nfs4_acls.c
Volker Lendecke
2009-05-27
1
-1
/
+2
*
Fix a size_t/int warning
Volker Lendecke
2009-05-27
1
-1
/
+1
*
Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT
Volker Lendecke
2009-05-26
1
-5
/
+6
*
Fix the build of nfsv4_acls.c
Volker Lendecke
2009-03-27
1
-1
/
+1
*
Quieten down a boatload of shadowed variable warnings on Solaris.
Jeremy Allison
2009-02-23
1
-42
/
+42
*
Fix bug #6133 - Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem.
Jeremy Allison
2009-02-20
1
-1
/
+7
*
Apply same logic fix for #4308 Excel save operation corrupts file ACLs
Jeremy Allison
2009-01-22
1
-47
/
+37
*
Remove SEC_ACCESS. It's a uint32_t.
Jeremy Allison
2008-10-09
1
-2
/
+2
*
Update vfs version as I've added a const to the security_descriptor paramter ...
Jeremy Allison
2008-10-07
1
-7
/
+3
*
When setting an NFSv4 ACL, map generic bits
Volker Lendecke
2008-09-08
1
-0
/
+4
*
Fix the build of nfs4_acls.c
Volker Lendecke
2008-07-11
1
-1
/
+2
*
Remove reference to current_user from modules/nfs4_acls.c .
Michael Adam
2008-06-17
1
-2
/
+1
*
Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from...
Alexander Bokovoy
2008-01-16
1
-36
/
+151
*
Remove redundant parameter fd from SMB_VFS_FSTAT().
Michael Adam
2008-01-07
1
-1
/
+1
*
Remove tiny code duplication
Volker Lendecke
2007-12-29
1
-1
/
+1
*
Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).
Michael Adam
2007-12-19
1
-9
/
+35
*
Split smbacl4_GetFileOwner into two (f- and non-f-variant).
Michael Adam
2007-12-19
1
-19
/
+29
*
Replace sid_string_static by sid_string_dbg in DEBUGs
Volker Lendecke
2007-12-15
1
-6
/
+5
*
Make [f]get_nt_acl return NTSTATUS
Volker Lendecke
2007-11-13
1
-8
/
+12
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-5
/
+5
*
r24809: Consolidate the use of temporary talloc contexts.
Volker Lendecke
2007-10-10
1
-4
/
+4
*
r23801: The FSF has moved around a lot. This fixes their Mass Ave address.
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown
Jeremy Allison
2007-10-10
1
-43
/
+22
*
r23302: Refactor vfs_gpfs module, fix problems with chmod Tridge has found du...
Alexander Bokovoy
2007-10-10
1
-35
/
+17
*
r22592: Fix TALLOC_SIZE to be consistent.
Jeremy Allison
2007-10-10
1
-7
/
+11
*
r22542: Move over to using the _strict varients of the talloc
Jeremy Allison
2007-10-10
1
-5
/
+5
*
r21885: Chown logic should be activated only if nfs4:chown=yes
Alexander Bokovoy
2007-10-10
1
-24
/
+26
*
r18785: Check in Peter Somogyis build fix
Volker Lendecke
2007-10-10
1
-5
/
+5
*
r18719: Compile fix from Peter Somogyi.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r18603: Add in the NFSv4 ACL mapping code from IBM.
Jeremy Allison
2007-10-10
1
-0
/
+668
*
r17367: Reverting the ab code. Note I'm not saying this
Jeremy Allison
2007-10-10
1
-668
/
+0
*
r17358: Re-add JFS2 NFS4 ACLs support, move readme for it into AIX-specific e...
Alexander Bokovoy
2007-10-10
1
-0
/
+668
*
r17354: Revert -r 17353 per Volker request while gpfs compatibility layer cod...
Alexander Bokovoy
2007-10-10
1
-668
/
+0
*
r17353: Add support for JFS2 NFS4/AIXC and GPFS acls based on NFSv4 ACLs.
Alexander Bokovoy
2007-10-10
1
-0
/
+668