summaryrefslogtreecommitdiffstats
path: root/src/mds/MDSAuthCaps.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mds/Server: disallow clients that have root_squashRamana Raja2023-09-111-0/+9
* mds: send the cap_auths to clients when openning the sessionsXiubo Li2023-09-111-0/+8
* mds: add MDSCapAuth supportXiubo Li2023-09-111-0/+35
* mds: encode/decode the MDSCapMatchXiubo Li2023-09-111-0/+22
* mds: add assign operator support for MDSCapMatchXiubo Li2023-09-111-1/+10
* AuthMonitor: allow "fs authorize" to update capsRishabh Dave2023-07-301-0/+16
* mds: allow all types of MDS capsRishabh Dave2023-07-141-23/+11
* mds: use variable g_ceph_context directly in MDSAuthCapsRishabh Dave2023-06-161-4/+2
* mds: Add full caps to avoid osd full checkKotresh HR2021-05-191-1/+11
* mds: use narrower ostream header instead of sstreamPatrick Donnelly2021-01-111-1/+1
* mds: add root_squash mode in MDS auth capsRamana Raja2020-09-251-0/+7
* cephfs: add auth caps based on fs namesDouglas Fuller2020-09-101-4/+38
* mds: Build target 'common' without using namespace in headersAdam C. Emerson2020-03-071-2/+2
* crimson:common add TOPNSPC namespace for ceph and crimsonChunmei Liu2020-02-281-2/+1
* mds: Reorganize class members in MDSAuthCaps headerVarsha Rao2019-10-301-21/+18
* mds: move session setup to ms_handle_acceptPatrick Donnelly2019-01-311-7/+11
* 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