summaryrefslogtreecommitdiffstats
path: root/source3/modules/nfs4_acls.c
Commit message (Expand)AuthorAgeFilesLines
* s3: fix the build of idmap_adex, idmap_tdb2, idmap_hash and several vfs modules.Günther Deschner2010-10-181-0/+1
* s3-vfs: fix the build of nfs4_acls.cGünther Deschner2010-09-261-1/+2
* s3: Fix the build of the nfs4_acl moduleVolker Lendecke2010-08-301-0/+1
* s3: Fix the build of the nfsv4 acl codeVolker Lendecke2010-06-031-1/+2
* s3-security: use shared "Standard access rights.".Günther Deschner2010-06-031-1/+1
* s3-security: use shared "File Object specific access rights".Günther Deschner2010-06-031-1/+1
* s3-security: use shared SECINFO_DACL define.Günther Deschner2010-06-031-2/+2
* s3-security: use shared SECINFO_GROUP define.Günther Deschner2010-06-031-2/+2
* s3-security: use shared SECINFO_OWNER define.Günther Deschner2010-06-031-2/+2
* s3:dom_sid Global replace of DOM_SID with struct dom_sidAndrew Bartlett2010-05-211-8/+8
* s3-secdesc: use SD_REVISION from security.idl.Günther Deschner2010-05-181-1/+1
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-4/+4
* s3-secdesc: remove "typedef struct security_acl SEC_ACL".Günther Deschner2010-05-181-2/+2
* s3-secdesc: remove "typedef struct security_ace SEC_ACE".Günther Deschner2010-05-181-5/+5
* Pass "connection_struct *conn" into functions that currently use "current_use...Jeremy Allison2010-03-151-1/+1
* Rever e80ceb1d7355c8c46a2ed90d5721cf367640f4e8 "Remove more uses of "extern s...Jeremy Allison2010-03-151-1/+1
* Remove more uses of "extern struct current_user current_user;".Jeremy Allison2010-03-121-1/+1
* Fix more use of VFS_STAT when posix pathnames selected.Jeremy Allison2009-10-021-1/+1
* Use defined names rather than numeric constants to make codeJeremy Allison2009-08-141-2/+2
* gpfs.so: map the file_inherit and dir_inherit flags away for filesMichael Adam2009-08-141-1/+15
* s3: Finish plumbing the fsp->fsp_name smb_fname conversion through the modules.Tim Prouty2009-07-201-18/+16
* s3: Plumb smb_filename through dos_mode() and related funtionsTim Prouty2009-07-081-1/+11
* do not merge ACEs with different SMB_ACE4_INHERIT_ONLY_ACE flag, this leads t...Christian Ambach2009-07-061-0/+7
* Add a \n to a debug message in smbacl4_nfs42winVolker Lendecke2009-06-251-1/+1
* s3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS_LSTATTim Prouty2009-06-241-1/+1
* Fix the build of nfs4_acls.cVolker Lendecke2009-05-271-1/+2
* Fix a size_t/int warningVolker Lendecke2009-05-271-1/+1
* Introduce "struct stat_ex" as a replacement for SMB_STRUCT_STATVolker Lendecke2009-05-261-5/+6
* Fix the build of nfsv4_acls.cVolker Lendecke2009-03-271-1/+1
* Quieten down a boatload of shadowed variable warnings on Solaris.Jeremy Allison2009-02-231-42/+42
* Fix bug #6133 - Cannot delete non-ACL files on Solaris/ZFS/NFSv4 ACL filesystem.Jeremy Allison2009-02-201-1/+7
* Apply same logic fix for #4308 Excel save operation corrupts file ACLsJeremy Allison2009-01-221-47/+37
* Remove SEC_ACCESS. It's a uint32_t.Jeremy Allison2008-10-091-2/+2
* Update vfs version as I've added a const to the security_descriptor paramter ...Jeremy Allison2008-10-071-7/+3
* When setting an NFSv4 ACL, map generic bitsVolker Lendecke2008-09-081-0/+4
* Fix the build of nfs4_acls.cVolker Lendecke2008-07-111-1/+2
* Remove reference to current_user from modules/nfs4_acls.c .Michael Adam2008-06-171-2/+1
* Merge latest fixes to vfs_gpfs and NFS4 ACLs from Samba 3.0 CTDB branch (from...Alexander Bokovoy2008-01-161-36/+151
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-071-1/+1
* Remove tiny code duplicationVolker Lendecke2007-12-291-1/+1
* Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).Michael Adam2007-12-191-9/+35
* Split smbacl4_GetFileOwner into two (f- and non-f-variant).Michael Adam2007-12-191-19/+29
* Replace sid_string_static by sid_string_dbg in DEBUGsVolker Lendecke2007-12-151-6/+5
* Make [f]get_nt_acl return NTSTATUSVolker Lendecke2007-11-131-8/+12
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-5/+5
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-4/+4
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23620: Convert set_nt_acl to return NTSTATUS. Also fix the chownJeremy Allison2007-10-101-43/+22
* r23302: Refactor vfs_gpfs module, fix problems with chmod Tridge has found du...Alexander Bokovoy2007-10-101-35/+17