summaryrefslogtreecommitdiffstats
path: root/src/client/UserPerm.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge PR #21341 into masterPatrick Donnelly2018-04-161-1/+1
|\
| * client: Fix the gid_count checkJos Collin2018-04-111-1/+1
* | client: Take reference for operator= function parameterJos Collin2018-04-121-1/+1
|/
* client: have init_gids just set alloced_gids to trueJeff Layton2018-04-021-1/+1
* client: fix UserPerm::gid_in_group()Yan, Zheng2017-05-111-3/+3
* client: allow UserPerm constructor to populate gid listJeff Layton2016-10-251-2/+3
* client: get caller's uid/gid on every libcephfs operationYan, Zheng2016-10-181-2/+2
* client: in UserPerm, correctly use delete[] and don't leak gids on copyGreg Farnum2016-10-011-12/+18
* client: do a shallow copy for MetaRequest::permsGreg Farnum2016-09-221-2/+8
* client: include UserPerm contents in may_* debug outputGreg Farnum2016-09-221-1/+0
* client: give UserPerm a move constructorGreg Farnum2016-09-221-5/+21
* client: Actually handle gid lists in UserPermGreg Farnum2016-09-221-5/+36
* UserPerm: add trivial implementation of UserGroup interface equivalentsGreg Farnum2016-09-221-0/+2
* client: move UserPerm into its own header fileGreg Farnum2016-09-221-0/+32