summaryrefslogtreecommitdiffstats
path: root/src/mds/MDSAuthCaps.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mds/MDSAuthCaps: parse and enforce network restrictionSage Weil2018-08-131-2/+16
* mds/MDSAuthCaps: pass addr to is_capableSage Weil2018-08-131-1/+2
* mds: add MAY_SNAPSHOT in MDSAuthCapsYan, Zheng2018-06-191-20/+41
* src: Added const references to various function parametersWilson E. Alvarez2018-04-061-2/+2
* mds: convert to allocator agnostic string_viewPatrick Donnelly2018-02-071-7/+9
* mds: extend 'p' auth cap to cover all vxattr stuffJohn Spray2017-03-081-7/+7
* mds: pass full gid list to MDSAuthCap checks, when presentGreg Farnum2016-09-221-3/+4
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-3/+3
* mds: add docstring for MDSAuthCaps::path_capableJohn Spray2016-01-051-0/+6
* mds: add MDSAuthCaps.maybe_capable(path)John Spray2016-01-051-0/+3
* mds: add MAY_SET_POOL in MDSAuthCapsJohn Spray2015-11-131-3/+13
* mds: drop MAY_CREATESage Weil2015-10-011-1/+0
* mds/MDSAuthCap: verify the caller_gid is validSage Weil2015-10-011-1/+5
* mds: fix chown/chgrp check and testsSage Weil2015-10-011-1/+2
* mds/Server: add chown and chgrp check access to setattrNishtha Rai2015-10-011-1/+3
* MDSAuthCaps: validate create accessNishtha Rai2015-10-011-1/+2
* mds/MDSAuthCaps: fix allow_allSage Weil2015-10-011-1/+1
* mds/MDSAuthCaps: add cct for debug contextSage Weil2015-10-011-3/+11
* mds/MDSAuthCaps: normalize path, drop useless constant.Sage Weil2015-10-011-8/+13
* mds/MDSAuthCaps: pass down inode uid.gid and modeSage Weil2015-10-011-1/+3
* mds/MDSAuthCap: fix uid and gid typesSage Weil2015-10-011-7/+8
* mds/MDSAuthCaps: cosmeticSage Weil2015-10-011-4/+2
* mds/MDSAuthCaps: use bitmask for is_capable()Sage Weil2015-10-011-3/+8
* mds/MDSAuthCap: fix path matchSage Weil2015-10-011-6/+1
* mds/MDSAuthCaps: move allows() into MDSCapSpecSage Weil2015-10-011-0/+9
* mds/MDSAuthCaps: parse optional gid listSage Weil2015-10-011-4/+8
* mds/MDSAuthCaps: whitespaceSage Weil2015-10-011-15/+23
* mds: MDSAuthCaps: init "read" param in default constructorGreg Farnum2014-10-091-1/+1
* mds: fix MDSAuthCap when cephx is disabledJohn Spray2014-10-081-0/+1
* mds: introduce MDS auth capsJohn Spray2014-10-081-0/+86