summaryrefslogtreecommitdiffstats
path: root/source3/modules/nfs4_acls.h
Commit message (Collapse)AuthorAgeFilesLines
* nfs4_acls: pass ACE_FLAG_INHERITED_ACE up to the clientGregor Beck2011-05-301-1/+2
| | | | Signed-off-by: Michael Adam <obnox@samba.org>
* s3-secdesc: remove "typedef struct security_descriptor SEC_DESC".Günther Deschner2010-05-181-3/+3
| | | | Guenther
* Quieten down a boatload of shadowed variable warnings on Solaris.Jeremy Allison2009-02-231-5/+5
| | | | | Makes real problems easier to spot. Jeremy.
* [s3]nfs4_acls: make prototype header match definition for smb_set_nt_acl_nfs4()Michael Adam2008-11-221-1/+1
| | | | | | | Add the const from nfs4_acls.c to nfs4_acls.h This fixes my build of the zfsacl module on solaris. Michael
* Split smb_get_nt_acl_nfs4 into two (f- and non-f-variant).Michael Adam2007-12-191-1/+6
| | | | | | | This is the next step in preparation of a get_nt_acl prototype change. Michael (This used to be commit 7afeb1c6cb1bdb58d1e61c54ae215d947d8dc3ea)
* Fix the build: correct prototype.Michael Adam2007-11-131-1/+1
| | | | | | | Adapt prototype of smb_get_nt_acl_nfs4() in the header file, too. Michael (This used to be commit a2949fd7a567ba3357024c9e4a8429733009dde4)
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-1/+1
| | | | | | | | bugs in various places whilst doing this (places that assumed BOOL == int). I also need to fix the Samba4 pidl generation (next checkin). Jeremy. (This used to be commit f35a266b3cbb3e5fa6a86be60f34fe340a3ca71f)
* r24013: merge from http://samba.org/~tridge/samba_3_2_ctdb/:Stefan Metzmacher2007-10-101-1/+1
| | | | | | | fixed prototype metze (This used to be commit 0add4e9478afd9b20205f572a485b450a669c275)
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
| | | | (This used to be commit 87c91e4362c51819032bfbebbb273c52e203b227)
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
| | | | | Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
* r18603: Add in the NFSv4 ACL mapping code from IBM.Jeremy Allison2007-10-101-0/+146
| | | | | | Sorry for the delay :-). Jeremy. (This used to be commit a52fa218952ffcd784ea31e947aa4d17dfdc8ee0)
* r17367: Reverting the ab code. Note I'm not saying thisJeremy Allison2007-10-101-146/+0
| | | | | | | | | code is wrong or bad or anything, just that it needs to be discussed & reviewed on the samba-technical list before we add a platform-specific NFSv4 mapping. That way lies a lot of future pain :-). Jeremy. (This used to be commit 330899ec30ffceb798e3a8362d20e103e20b2897)
* r17358: Re-add JFS2 NFS4 ACLs support, move readme for it into AIX-specific ↵Alexander Bokovoy2007-10-101-0/+146
| | | | | | examples directory. (This used to be commit c085355c323c65ee782516859eed8a76b53e6035)
* r17354: Revert -r 17353 per Volker request while gpfs compatibility layer ↵Alexander Bokovoy2007-10-101-146/+0
| | | | | | code will be released. (This used to be commit 5b1db0151461af18d994359e86c649922fc6de65)
* r17353: Add support for JFS2 NFS4/AIXC and GPFS acls based on NFSv4 ACLs.Alexander Bokovoy2007-10-101-0/+146
(This used to be commit 72312cb2e255301f978455a559461ad83b13b6cb)