summaryrefslogtreecommitdiff
path: root/src/osd/OSDCap.cc
Commit message (Expand)AuthorAgeFilesLines
* osd/OSDCap: tweak unquoted_word parsing in osd capsSage Weil2013-02-141-1/+1
* OSD: separate class caps from normal read/writeJosh Durgin2012-10-041-12/+10
* OSDCap: add separate caps for class read and class writeJosh Durgin2012-10-021-7/+19
* OSDCap: allow runs of spaces anywhereJosh Durgin2012-10-021-9/+16
* OSDCap: parse spaces explicitlyJosh Durgin2012-10-011-22/+23
* OSDCap: parse 'pool=<poolname>' in addition to 'pool <poolname>'Josh Durgin2012-09-281-2/+2
* OSDCap: fix output operators for capsJosh Durgin2012-09-281-13/+4
* OSDCap: fix typo in commentJosh Durgin2012-09-281-1/+1
* OSDCap: remove grants added during failed parsingJosh Durgin2012-09-281-0/+3
* osdcap: make grammar build on spirit 2.2/boost 1.42Sage Weil2012-06-191-1/+3
* osdcap: 'allow rwx pool foo' or 'allow pool foo rwx'Sage Weil2012-06-141-1/+2
* osdcap: make caps additiveSage Weil2012-06-141-3/+5
* osdcap: move semantics of cap check into OSDCap classSage Weil2012-06-131-4/+12
* osdcap: whitespace to make grammar more readableSage Weil2012-06-131-7/+7
* osdcap: drop unused 'auid' arg from get_cap(), is_match()Sage Weil2012-06-131-3/+3
* osd: reimplement OSDCap structSage Weil2012-06-121-0/+202