summaryrefslogtreecommitdiffstats
path: root/src/test/osd/osdcap.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* osd/OSDCap: allow rbd.metadata_list method under rbd-read-only profileIlya Dryomov2023-05-291-0/+43
* test: : build without "using namespace std"Kefu Chai2021-08-131-0/+2
* osd/OSDCap: whitelisted -> allowedSage Weil2020-08-241-34/+34
* osd/OSDCap: remove auid from grammarSage Weil2018-08-311-3/+3
* osd/OSDCap: remove auid from is_capable() etc argsSage Weil2018-08-311-760/+760
* osd/OSDCap: enforce network restrictionSage Weil2018-08-131-0/+13
* osd/OSDCap: take addr arg to is_capableSage Weil2018-08-131-759/+795
* osd/OSDCap: parse 'network' clause in grantSage Weil2018-08-131-4/+12
* osd/OSDCap: rbd-read-only profile now permits use of clone class methodsJason Dillaman2018-02-051-0/+7
* osd: caps now support whitelisting execution of class methodsJason Dillaman2018-01-041-0/+27
* osd: track class methods when evaluating capsJason Dillaman2018-01-041-543/+543
* cephfs, mon/AuthMonitor, OSD/osdcap: make 'all' a synonym for '*'Douglas Fuller2017-11-141-1/+6
* OSD/OSDCap: Allow namespace and pool tag to be combinedDouglas Fuller2017-11-071-1/+35
* OSD/OSDCap: Namespace globbingDouglas Fuller2017-10-251-0/+22
* OSD/auth caps: Add OSD auth caps based on pool tagDouglas Fuller2017-10-251-596/+760
* mon,osd: drop the "allow" prefix for profile capsJason Dillaman2017-07-211-4/+4
* osd: new 'rbd'/'rbd-read-only' osd cap profilesJason Dillaman2017-07-211-0/+18
* osd: primitive cephx osd profile cap supportJason Dillaman2017-07-211-0/+11
* objclass: implement 'osd class default list'Noah Watkins2016-07-131-249/+667
* osd/OSDCap: handle any whitespace (not just space)Sage Weil2014-02-121-0/+1
* osd/OSDCap: allow . for unquoted stringsSage Weil2013-08-231-0/+1
* osd: Add the ability to set capabilities on namespacesDavid Zafman2013-07-091-124/+275
* osd/OSDCap: add unit test for parsing pools/objects with _ and -Sage Weil2013-02-141-1/+5
* OSD: separate class caps from normal read/writeJosh Durgin2012-10-051-121/+124
* OSDCap: add separate caps for class read and class writeJosh Durgin2012-10-031-4/+204
* OSDCap: allow runs of spaces anywhereJosh Durgin2012-10-031-5/+6
* OSDCap: parse spaces explicitlyJosh Durgin2012-10-011-5/+8
* test: remove commented out test casesJosh Durgin2012-10-011-5/+0
* OSDCap: parse 'pool=<poolname>' in addition to 'pool <poolname>'Josh Durgin2012-09-291-0/+1
* test: add more OSDCap unit testsJosh Durgin2012-09-291-2/+73
* osdcap: 'allow rwx pool foo' or 'allow pool foo rwx'Sage Weil2012-06-151-16/+33
* osdcap: move semantics of cap check into OSDCap classSage Weil2012-06-141-37/+38
* osd: reimplement OSDCap structSage Weil2012-06-131-0/+141