Age | Commit message (Expand) | Author | Files | Lines |
2010-06-03 | s3: Fix the build of the nfsv4 acl code | Volker Lendecke | 1 | -1/+2 |
2010-06-03 | s3-security: use shared "Standard access rights.". | Günther Deschner | 1 | -1/+1 |
2010-06-03 | s3-security: use shared "File Object specific access rights". | Günther Deschner | 1 | -1/+1 |
2010-06-03 | s3-security: use shared SECINFO_DACL define. | Günther Deschner | 1 | -2/+2 |
2010-06-03 | s3-security: use shared SECINFO_GROUP define. | Günther Deschner | 1 | -2/+2 |
2010-06-03 | s3-security: use shared SECINFO_OWNER define. | Günther Deschner | 1 | -2/+2 |
2010-05-21 | s3:dom_sid Global replace of DOM_SID with struct dom_sid | Andrew Bartlett | 1 | -8/+8 |
2010-05-18 | s3-secdesc: use SD_REVISION from security.idl. | Günther Deschner | 1 | -1/+1 |
2010-05-18 | s3-secdesc: remove "typedef struct security_descriptor SEC_DESC". | Günther Deschner | 1 | -4/+4 |
2010-05-18 | s3-secdesc: remove "typedef struct security_acl SEC_ACL". | Günther Deschner | 1 | -2/+2 |
2010-05-18 | s3-secdesc: remove "typedef struct security_ace SEC_ACE". | Günther Deschner | 1 | -5/+5 |
2010-03-15 | Pass "connection_struct *conn" into functions that currently use "current_use... | Jeremy Allison | 1 | -1/+1 |
2010-03-15 | Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s... | Jeremy Allison | 1 | -1/+1 |
2010-03-12 | Remove more uses of "extern struct current_user current_user;". | Jeremy Allison | 1 | -1/+1 |
2009-10-02 | Fix more use of VFS_STAT when posix pathnames selected. | Jeremy Allison | 1 | -1/+1 |
2009-08-14 | Use defined names rather than numeric constants to make code | Jeremy Allison | 1 | -2/+2 |
2009-08-14 | gpfs.so: map the file_inherit and dir_inherit flags away for files | Michael Adam | 1 | -1/+15 |
2009-07-20 | s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules. | Tim Prouty | 1 | -18/+16 |
2009-07-08 | s3: Plumb smb_filename through dos_mode() and related funtions | Tim Prouty | 1 | -1/+11 |
2009-07-06 | do not merge ACEs with different SMB_ACE4_INHERIT_ONLY_ACE flag, this leads t... | Christian Ambach | 1 | -0/+7 |
2009-06-25 | Add a \n to a debug message in smbacl4_nfs42win | Volker Lendecke | 1 | -1/+1 |
2009-06-24 | s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTAT | Tim Prouty | 1 | -1/+1 |
2009-05-27 | Fix the build of nfs4_acls.c | Volker Lendecke | 1 | -1/+2 |
2009-05-27 | Fix a size_t/int warning | Volker Lendecke | 1 | -1/+1 |
2009-05-26 | Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STAT | Volker Lendecke | 1 | -5/+6 |
2009-03-27 | Fix the build of nfsv4_acls.c | Volker Lendecke | 1 | -1/+1 |
2009-02-23 | Quieten down a boatload of shadowed variable warnings on Solaris. | Jeremy Allison | 1 | -42/+42 |
2009-02-20 | Fix bug #6133 - Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem. | Jeremy Allison | 1 | -1/+7 |
2009-01-22 | Apply same logic fix for #4308 Excel save operation corrupts file ACLs | Jeremy Allison | 1 | -47/+37 |
2008-10-09 | Remove SEC_ACCESS. It's a uint32_t. | Jeremy Allison | 1 | -2/+2 |
2008-10-07 | Update vfs version as I've added a const to the security_descriptor paramter ... | Jeremy Allison | 1 | -7/+3 |
2008-09-08 | When setting an NFSv4 ACL, map generic bits | Volker Lendecke | 1 | -0/+4 |
2008-07-11 | Fix the build of nfs4_acls.c | Volker Lendecke | 1 | -1/+2 |
2008-06-17 | Remove reference to current_user from modules/nfs4_acls.c . | Michael Adam | 1 | -2/+1 |
2008-01-16 | Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from... | Alexander Bokovoy | 1 | -36/+151 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSTAT(). | Michael Adam | 1 | -1/+1 |
2007-12-29 | Remove tiny code duplication | Volker Lendecke | 1 | -1/+1 |
2007-12-19 | Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant). | Michael Adam | 1 | -9/+35 |
2007-12-19 | Split smbacl4_GetFileOwner into two (f- and non-f-variant). | Michael Adam | 1 | -19/+29 |
2007-12-15 | Replace sid_string_static by sid_string_dbg in DEBUGs | Volker Lendecke | 1 | -6/+5 |
2007-11-13 | Make [f]get_nt_acl return NTSTATUS | Volker Lendecke | 1 | -8/+12 |
2007-10-18 | RIP BOOL. Convert BOOL -> bool. I found a few interesting | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r24809: Consolidate the use of temporary talloc contexts. | Volker Lendecke | 1 | -4/+4 |
2007-10-10 | r23801: The FSF has moved around a lot. This fixes their Mass Ave address. | Andrew Tridgell | 1 | -2/+1 |
2007-10-10 | r23779: Change from v2 or later to v3 or later. | Jeremy Allison | 1 | -1/+1 |
2007-10-10 | r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chown | Jeremy Allison | 1 | -43/+22 |
2007-10-10 | r23302: Refactor vfs_gpfs module, fix problems with chmod Tridge has found du... | Alexander Bokovoy | 1 | -35/+17 |
2007-10-10 | r22592: Fix TALLOC_SIZE to be consistent. | Jeremy Allison | 1 | -7/+11 |
2007-10-10 | r22542: Move over to using the _strict varients of the talloc | Jeremy Allison | 1 | -5/+5 |
2007-10-10 | r21885: Chown logic should be activated only if nfs4:chown=yes | Alexander Bokovoy | 1 | -24/+26 |