summaryrefslogtreecommitdiffstats
path: root/xlators/system/posix-acl/src/posix-acl.c
Commit message (Expand)AuthorAgeFilesLines
* all: add xlator_api to many translatorsAmar Tumballi2018-12-061-3/+16
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-051-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-271-9/+10
* features/acl: Fix a possible null dereferenceVijay Bellur2018-08-171-2/+3
* glusterfsd: Memleak in glusterfsd process while brick mux is onMohit Agrawal2018-02-271-1/+3
* posix-acl: Whitelist virtual ACL xattrsSoumya Koduri2017-06-091-0/+4
* Remove unused conditionnalMichael Scherer2017-02-261-15/+0
* access_control : address O_TRUNC and O_APPEND flag properly in posix_acl_openJiffin Tony Thottan2016-12-141-2/+3
* system/posix-acl: Log reason for EACCESPranith Kumar K2016-11-171-14/+102
* posix-acl: check dictionary before using itRajesh Joseph2016-11-041-0/+3
* system/posix-acl: Unwind with NULL xdata on errorPranith Kumar K2016-09-131-17/+19
* __inode_ctx_put: fix mem leak on failurePrasanna Kumar Kalever2016-06-011-0/+4
* posix_acl: create inode ctx for posix_acl_getvmallika2016-04-111-10/+26
* posix_acl: skip acl_permits for special clientsvmallika2016-04-061-11/+28
* storage/posix: send proper iatt attributes for the root inodeRaghavendra Bhat2016-03-261-12/+46
* access-control : remove spurious error message from the posix_setxattr_cbkJiffin Tony Thottan2016-02-091-1/+3
* dict: dict_set_bin() should never free the pointer on errorNiels de Vos2015-07-241-0/+2
* access_control : avoid double unrefing of acl variable in its context.Jiffin Tony Thottan2015-07-121-15/+16
* access-control : validating context of access control translatorJiffin Tony Thottan2015-07-021-4/+117
* gNFS: Allow reading ACLs even without read permissions on the file.Meghana Madhusudhan2014-11-131-0/+2
* gNFS: allow truncate() from SETATTR over NFS for ownerNiels de Vos2014-10-021-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-251-1/+45
* system/posix-acl: check for the sticky bit of the parent directoryRaghavendra Bhat2013-06-031-0/+5
* posix-acl: fetch ACLs in readdirplusAnand Avati2013-05-021-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-261-1/+1
* All: License message changeVarun Shastry2012-09-131-1/+1
* License change to 2 additional files.Varun Shastry2012-09-051-15/+5
* posix-acl: make use of 'umask' flag passed as argument in fopAmar Tumballi2012-08-231-8/+13
* acl: enable handling of FMODE_EXEC flagAmar Tumballi2012-07-271-0/+7
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-4/+2
* core: adding extra data for fopsAmar Tumballi2012-03-221-121/+137
* system/posix-acl: fix reference counting in posix_acl_readdirp_cbkBrian Foster2012-03-141-12/+21
* system/posix-acl: fix acl inode assignment in posix_acl_readdirp_cbkBrian Foster2012-03-141-9/+7
* core: add an extra flag to readv()/writev() APIAmar Tumballi2012-02-141-4/+4
* core: get xattrs also as part of readdirpAmar Tumballi2012-01-251-3/+74
* posix-acl: properly process umask in case client sent itLubomir Rintel2012-01-121-1/+17
* features/posix-acl: handle fini for features/posix-aclshishir gowda2011-12-261-0/+24
* build: warning suppression (round n)Amar Tumballi2011-10-201-7/+13
* posix-acl: configurable super user IDAnand Avati2011-09-081-7/+60
* Save the mode flags set by the application when ACLs are in usePavan T C2011-09-081-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
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* posix-acl: perform access checks on read/write/truncate for NFS callsAnand Avati2011-07-131-3/+108
* access-control: Handle F_OK in perm check, and O_APPEND, O_TRUNC in openshishir gowda2011-07-131-0/+5
* access-control: NFS access control expects a return of valid modeshishir gowda2011-07-131-13/+29
* access-control: Save group permissions returned from backendshishir gowda2011-07-131-1/+8