summaryrefslogtreecommitdiffstats
path: root/source3/modules/nfs4_acls.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: Support NFS control flags in nfs4_acls.c.Alexander Werth2014-04-051-1/+23
* smbd: Fix CID 1035478 Negative array index readVolker Lendecke2013-11-111-6/+19
* s3:modules: nfs4_acls ACLs with zero entries are fine.Alexander Werth2013-10-301-6/+6
* s3:modules: Fix realloc with zero sized ACLsAlexander Werth2013-10-301-5/+7
* s3: fix missing braces in nfs4_acls.cAbhidnya Joshi2013-08-281-1/+2
* s3: Remove old mode special substitution.Alexander Werth2013-07-161-13/+2
* Use existing "acl map full control" parameter to control the adding of the DE...Jeremy Allison2013-06-241-2/+17
* smbd: Fix a ISO C90 forbids mixed declarations and code warningVolker Lendecke2013-05-181-1/+1
* Tidy up old bool usage. False -> false, True -> true.Jeremy Allison2013-05-091-13/+13
* s3: Use mode bits in some cases in mode simple.Alexander Werth2013-05-091-0/+46
* s3: Add changes that keep nfs4:mode special behavior.Alexander Werth2013-05-091-1/+41
* s3: Mapping of cifs creator owner to nfs owner@ ace.Alexander Werth2013-05-091-0/+24
* s3: Mapping of special entries to creator owner in mode simple.Alexander Werth2013-05-091-6/+60
* s3: Add params parameter to smbacl4_nfs42win function.Alexander Werth2013-05-091-12/+27
* s3: Change smbacl4_get_vfs_params to use connection_struct instead of fsp.Alexander Werth2013-05-091-5/+6
* s3: Move up declaration of params struct and related function.Alexander Werth2013-05-091-49/+49
* vfs: Allocate SMB4ACL_T on an explict memory contextAndrew Bartlett2013-05-091-8/+25
* vfs: Add vfs_handle_struct argument to smb_set_nt_acl_nfs4 and the callbackAndrew Bartlett2013-05-091-2/+2
* s3:modules:nfs4_acls remove unused mem_ctx parameter to smbacl4_fill_ace4Christian Ambach2012-11-171-3/+1
* s3:modules:nfs4_acls fix memory hierarchy in smb_create_smb4aclChristian Ambach2012-11-161-2/+1
* smbd: Add mem_ctx to {f,}get_nt_acl VFS callAndrew Bartlett2012-10-111-5/+13
* s3: Pass down smb_filename to smbacl4_fill_ace4Volker Lendecke2012-10-091-6/+6
* s3:nfs4acls filter away inheritance flags on filesChristian Ambach2012-09-271-0/+11
* s3:nfs4acls pass down fsp instead of just the filenameChristian Ambach2012-09-271-4/+6
* s3-nfs4acls: Remove lookup_sid and sidmap from NFSv4 ACL mapping and check gi...Andrew Bartlett2012-08-111-115/+13
* s3:Really ignore unknown special ids in NFSv4 ACLs.Alexander Werth2012-07-181-0/+1
* s3: Add a "lock_order" argument to db_openVolker Lendecke2012-01-181-1/+2
* s3:vfs: convert nfs4_acls sidmap db code to use dbwrap_wrapper functionsMichael Adam2011-10-111-2/+4
* s3: Trim lines in nfs4_acls.cVolker Lendecke2011-09-161-41/+75
* s3: Fix some nonempty blank linesVolker Lendecke2011-09-161-17/+17
* Tidy up previous patch for bug #8442 - NFSv4 DENY ACLs always include SYNCHRO...Jeremy Allison2011-09-081-5/+4
* Fix bug #8442 - NFSv4 DENY ACLs always include SYNCHRONIZE flag - blocking re...Ira Cooper2011-09-071-1/+7
* s3:dbwrap: move all .c and .h files of dbwrap to lib/dbwrap/Michael Adam2011-07-291-1/+1
* s3:dbwrap: move db_open() to a file dbwrap_open.c of its own.Michael Adam2011-07-291-0/+1
* s3:modules:nfs4_acls: fix the include of dbwrap.h to not include "include/"Michael Adam2011-07-291-1/+1
* s3:modules:nfs4_acls: improve fix for bug #8330Michael Adam2011-07-281-4/+2
* s3:modules fix Bug 8330 NFSv4 ACL merging logic is brokenChristian Ambach2011-07-271-2/+1
* param: Merge param headers into lib/param/loadparm.hAndrew Bartlett2011-06-291-0/+1
* tdb_compat: Higher level API fixes.Rusty Russell2011-06-201-1/+1
* Split the ACE flag mapping between nfs4 and WindowsJeremy Allison2011-06-011-14/+59
* nfs4_acls: pass ACE_FLAG_INHERITED_ACE down from the clientGregor Beck2011-05-301-0/+3
* nfs4_acls: pass ACE_FLAG_INHERITED_ACE up to the clientGregor Beck2011-05-301-0/+3
* s3:modules properly terminate enums in nfs4 acl codeChristian Ambach2011-05-241-1/+3
* s3: only include tdb headers where needed.Günther Deschner2011-05-061-0/+1
* s3-vfs: include smbd/smbd.h in vfs modules.Günther Deschner2011-03-301-0/+1
* s3-passdb: use passdb headers where needed.Günther Deschner2011-03-301-0/+1
* s3-includes: only include system/filesys.h when needed.Günther Deschner2011-03-301-0/+1
* If possible (O_DIRECTORY exists) open an fd for a directory open.Jeremy Allison2011-02-081-1/+1
* Fix try_chown code. Use new vfs_chown_fsp() which always trys fd first.Jeremy Allison2011-02-051-4/+4
* Fix bug #7909 - map SYNCHRONIZE acl permission statically in zfs_acl vfs module.Paul B. Henson2011-01-131-1/+3