summaryrefslogtreecommitdiffstats
path: root/xlators/system/posix-acl/src/posix-acl.c
Commit message (Expand)AuthorAgeFilesLines
* Removing unused memory allocationRinku Kothiya2021-01-181-1/+1
* multiple xlators: wording - replace blacklist, whitelistYaniv Kaul2020-07-161-5/+5
* system/posix-acl: update ctx only if iatt is non-NULLHomma2019-07-051-0/+8
* multiple files: another attempt to remove includesYaniv Kaul2019-06-091-2/+0
* posix-acl: remove default functions, and use library fn insteadAmar Tumballi2019-04-011-165/+18
* all: add xlator_api to many translatorsAmar Tumballi2018-11-281-3/+16
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-11-291-2/+2
* Land part 2 of clang-format changesGluster Ant2018-09-121-1746/+1627
* posix-acl: skip acl_permits check when the owner setting GF_POSIX_ACL_xxxxKinglong Mee2018-08-071-9/+10
* features/acl: Fix a possible null dereferenceVijay Bellur2018-08-131-2/+3
* glusterfsd: Memleak in glusterfsd process while brick mux is onMohit Agrawal2018-02-101-1/+3
* posix-acl: Whitelist virtual ACL xattrsSoumya Koduri2017-06-081-0/+4
* Remove unused conditionnalMichael Scherer2017-02-221-15/+0
* access_control : address O_TRUNC and O_APPEND flag properly in posix_acl_openJiffin Tony Thottan2016-11-171-2/+3
* system/posix-acl: Log reason for EACCESPranith Kumar K2016-11-131-14/+102
* posix-acl: check dictionary before using itRajesh Joseph2016-11-031-0/+3
* system/posix-acl: Unwind with NULL xdata on errorPranith Kumar K2016-09-081-17/+19
* __inode_ctx_put: fix mem leak on failurePrasanna Kumar Kalever2016-05-231-0/+4
* posix_acl: create inode ctx for posix_acl_getvmallika2016-04-111-10/+26
* posix_acl: skip acl_permits for special clientsvmallika2016-04-021-11/+28
* storage/posix: send proper iatt attributes for the root inodeRaghavendra Bhat2016-03-141-12/+46
* access-control : remove spurious error message from the posix_setxattr_cbkJiffin Tony Thottan2016-02-011-1/+3
* dict: dict_set_bin() should never free the pointer on errorNiels de Vos2015-07-121-0/+2
* access_control : avoid double unrefing of acl variable in its context.Jiffin Tony Thottan2015-07-111-15/+16
* access-control : validating context of access control translatorJiffin Tony Thottan2015-06-101-4/+117
* gNFS: Allow reading ACLs even without read permissions on the file.Meghana Madhusudhan2014-11-101-0/+2
* gNFS: allow truncate() from SETATTR over NFS for ownerNiels de Vos2014-09-291-5/+16
* posix-acl: Fix crash resulting from GF_FREE() done on a CALLOC'd objectKrutika Dhananjay2013-11-281-7/+28
* posix-acl: fixup extended ACL entries properlyAnand Avati2013-09-151-1/+45
* system/posix-acl: check for the sticky bit of the parent directoryRaghavendra Bhat2013-05-021-0/+5
* posix-acl: fetch ACLs in readdirplusAnand Avati2013-04-271-0/+6
* posix-acl: disable permission checks for fd based opsshishir gowda2013-03-141-4/+4
* system/posix-acl: prevent NULL pointer dereference of group_ceVarun Shastry2012-12-211-1/+1
* All: License message changeVarun Shastry2012-09-111-1/+1
* License change to 2 additional files.Varun Shastry2012-08-301-15/+5
* posix-acl: make use of 'umask' flag passed as argument in fopAmar Tumballi2012-08-221-8/+13
* acl: enable handling of FMODE_EXEC flagAmar Tumballi2012-07-261-0/+7
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-4/+2
* core: adding extra data for fopsAmar Tumballi2012-03-201-121/+137
* system/posix-acl: fix reference counting in posix_acl_readdirp_cbkBrian Foster2012-03-081-12/+21
* system/posix-acl: fix acl inode assignment in posix_acl_readdirp_cbkBrian Foster2012-03-071-9/+7
* core: add an extra flag to readv()/writev() APIAmar Tumballi2012-02-061-4/+4
* core: get xattrs also as part of readdirpAmar Tumballi2012-01-181-3/+74
* posix-acl: properly process umask in case client sent itLubomir Rintel2011-12-191-1/+17
* features/posix-acl: handle fini for features/posix-aclshishir gowda2011-12-211-0/+24
* build: warning suppression (round n)Amar Tumballi2011-10-181-7/+13
* posix-acl: configurable super user IDAnand Avati2011-08-311-7/+60
* Save the mode flags set by the application when ACLs are in usePavan T C2011-09-071-1/+2
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-3/+0
* posix-acl: disable permission checks for fd based opsAnand Avati2011-08-101-0/+2