summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_iam_policy.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* Revert "rgw: Support certain archaic and antiquated distributions"Kefu Chai2018-01-091-15/+18
* common: Remove backport_std.h entirelyAdam C. Emerson2018-01-081-4/+5
* common: Remove backported C++17 functionsAdam C. Emerson2018-01-081-5/+5
* build: Bump language to C++17Adam C. Emerson2018-01-081-19/+17
* Merge pull request #19687 from qrGitHub/wip-rgw-bucketPolicy-invalidEffectYuri Weinstein2018-01-081-1/+1
|\
| * rgw: put bucket policy panics RGW processBingyin Zhang2017-12-261-1/+1
* | rgw: Fixed several bugs in policies related to IPv6 addresses.John Gibson2017-12-261-25/+25
* | rgw: Fixed several bugs in policies related to IP Addresses.John Gibson2017-12-261-6/+23
|/
* common: Get rid of artifact filenameAdam C. Emerson2017-12-141-1/+1
* build: Uplevel to C++14Adam C. Emerson2017-12-141-1/+1
* rgw: implement ipv4 aws:SourceIp condition for bucket policyyuliyang2017-11-301-4/+5
* Merge pull request #18961 from tchaikov/wip-rgw-print-iam-policyKefu Chai2017-11-261-16/+17
|\
| * rgw: do not print the leading "{" for ConditionKefu Chai2017-11-161-2/+2
| * rgw: print dict-like IAM Policy element as a dictKefu Chai2017-11-161-3/+12
| * rgw: use ostream_joiner to print arraysKefu Chai2017-11-161-11/+3
* | rgw.iam: change '1' to '1ULL' in function print_actionsBingyin Zhang2017-11-131-4/+4
|/
* Merge pull request #18522 from C2python/cleanup_to_stringCasey Bodley2017-11-031-24/+0
|\
| * rgw: Delete to_string functions. stringify defined in include/stringify.h can...zhangwen2017-10-251-24/+0
* | rgw: Fix dereference of empty optionalAdam C. Emerson2017-10-281-53/+30
|/
* rgw: Remove assertions in IAM PolicyAdam C. Emerson2017-10-101-3/+9
* rgw: Rename variables to consistent with ceph naming conventionzhangwen2017-09-151-5/+5
* rgw: Return Error if Bucket Policy Contians Undefined Actionzhangwen2017-09-031-0/+8
* rgw: Fix the last policy use-after-freeAdam C. Emerson2017-08-071-1/+2
* rgw: Fix another use after freeAdam C. Emerson2017-08-071-26/+36
* rgw: Fix use after free in IAM policy parserAdam C. Emerson2017-08-071-1/+2
* rgw: policy uses ceph::not_fn instead of std::not2Casey Bodley2017-08-011-6/+7
* rgw: match wildcards in StringLike policy conditionsCasey Bodley2017-08-011-4/+3
* rgw: split match into match_policy, match_wildcardsCasey Bodley2017-08-011-4/+4
* rgw: Fix for Policy Parse exception in case of multiple statements.Pritha Srivastava2017-07-311-8/+33
* rgw: consider IfExists when evaluating policy conditionsCasey Bodley2017-07-211-1/+1
* rgw: policy can parse IfExists conditionsCasey Bodley2017-07-211-2/+13
* Merge pull request #15997 from pritha-srivastava/wip-rgw-assert-correctionCasey Bodley2017-07-071-1/+1
|\
| * rgw: Correcting the condition in ceph_assert while parsing an AWS Principal.Pritha Srivastava2017-06-291-1/+1
* | radosgw: fix compilation with cryptoppAdam Kupczyk2017-06-271-0/+1
|/
* rgw: support IAM policies for object taggingAbhishek Lekshmanan2017-06-211-0/+24
* rgw: fix rgw bucket policy IfExists positionyuliyang2017-06-111-1/+2
* rgw: Support certain archaic and antiquated distributionsAdam C. Emerson2017-06-071-14/+19
* rgw: Add basic support for IAM policiesAdam C. Emerson2017-05-171-0/+1514