summaryrefslogtreecommitdiffstats
path: root/source3/modules/nfs4_acls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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