index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rgw
/
rgw_iam_policy.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
rgw: add object lock feature.
zhang Shaowen
2019-06-12
1
-0
/
+8
*
rgw: pubsub support s3 records. refactor ARN
Yuval Lifshitz
2019-03-21
1
-333
/
+0
*
rgw: delete some unused code about std::regex
baixueyu78@126.com
2019-02-19
1
-4
/
+0
*
rgw: Extending Policy Engine for STS Auth Condition Key.
Pritha Srivastava
2019-01-30
1
-0
/
+4
*
rgw: Initial commit for AssumeRoleWithWebIdentity.
Pritha Srivastava
2019-01-29
1
-5
/
+42
*
rgw: Don't treat colons specially in resource part of ARN
Adam C. Emerson
2018-11-16
1
-1
/
+1
*
Merge pull request #23504 from pritha-srivastava/wip-sts-authentication
Matt Benjamin
2018-10-05
1
-0
/
+32
|
\
|
*
rgw: Policy code for STS.
Pritha Srivastava
2018-09-21
1
-0
/
+6
|
*
rgw: Minor Fixes.
Pritha Srivastava
2018-09-21
1
-0
/
+26
*
|
rgw: policy: fix NotPricipal, NotResource does not take effect
xiangxiang
2018-09-14
1
-12
/
+20
|
/
*
rgw: Corrected code for ARNs for entities that have a path.
Pritha Srivastava
2018-07-02
1
-2
/
+3
*
rgw: Adding unittests for User policies.
Pritha Srivastava
2018-07-02
1
-1
/
+7
*
rgw: Using bitset for Actions to allow for more action op codes.
Pritha Srivastava
2018-07-02
1
-10
/
+18
*
rgw: Permission evaluation for Roles.
Pritha Srivastava
2018-07-02
1
-1
/
+12
*
rgw: Permission evaluation for User Policies.
Pritha Srivastava
2018-06-29
1
-0
/
+39
*
rgw: User Policy evaluation for bucket/object/user permission.
Pritha Srivastava
2018-06-29
1
-0
/
+10
*
rgw: Initial commit for User Policy REST APIs.
Pritha Srivastava
2018-06-29
1
-5
/
+12
*
rgw: policy: modify s3:ListBucketMultiPartUploads to s3:ListBucketMultipartUp...
xiangxiang
2018-03-21
1
-3
/
+3
*
Revert "rgw: Support certain archaic and antiquated distributions"
Kefu Chai
2018-01-09
1
-15
/
+18
*
common: Remove backport_std.h entirely
Adam C. Emerson
2018-01-08
1
-4
/
+5
*
common: Remove backported C++17 functions
Adam C. Emerson
2018-01-08
1
-5
/
+5
*
build: Bump language to C++17
Adam C. Emerson
2018-01-08
1
-19
/
+17
*
Merge pull request #19687 from qrGitHub/wip-rgw-bucketPolicy-invalidEffect
Yuri Weinstein
2018-01-08
1
-1
/
+1
|
\
|
*
rgw: put bucket policy panics RGW process
Bingyin Zhang
2017-12-26
1
-1
/
+1
*
|
rgw: Fixed several bugs in policies related to IPv6 addresses.
John Gibson
2017-12-26
1
-25
/
+25
*
|
rgw: Fixed several bugs in policies related to IP Addresses.
John Gibson
2017-12-26
1
-6
/
+23
|
/
*
common: Get rid of artifact filename
Adam C. Emerson
2017-12-14
1
-1
/
+1
*
build: Uplevel to C++14
Adam C. Emerson
2017-12-14
1
-1
/
+1
*
rgw: implement ipv4 aws:SourceIp condition for bucket policy
yuliyang
2017-11-30
1
-4
/
+5
*
Merge pull request #18961 from tchaikov/wip-rgw-print-iam-policy
Kefu Chai
2017-11-26
1
-16
/
+17
|
\
|
*
rgw: do not print the leading "{" for Condition
Kefu Chai
2017-11-16
1
-2
/
+2
|
*
rgw: print dict-like IAM Policy element as a dict
Kefu Chai
2017-11-16
1
-3
/
+12
|
*
rgw: use ostream_joiner to print arrays
Kefu Chai
2017-11-16
1
-11
/
+3
*
|
rgw.iam: change '1' to '1ULL' in function print_actions
Bingyin Zhang
2017-11-13
1
-4
/
+4
|
/
*
Merge pull request #18522 from C2python/cleanup_to_string
Casey Bodley
2017-11-03
1
-24
/
+0
|
\
|
*
rgw: Delete to_string functions. stringify defined in include/stringify.h can...
zhangwen
2017-10-25
1
-24
/
+0
*
|
rgw: Fix dereference of empty optional
Adam C. Emerson
2017-10-28
1
-53
/
+30
|
/
*
rgw: Remove assertions in IAM Policy
Adam C. Emerson
2017-10-10
1
-3
/
+9
*
rgw: Rename variables to consistent with ceph naming convention
zhangwen
2017-09-15
1
-5
/
+5
*
rgw: Return Error if Bucket Policy Contians Undefined Action
zhangwen
2017-09-03
1
-0
/
+8
*
rgw: Fix the last policy use-after-free
Adam C. Emerson
2017-08-07
1
-1
/
+2
*
rgw: Fix another use after free
Adam C. Emerson
2017-08-07
1
-26
/
+36
*
rgw: Fix use after free in IAM policy parser
Adam C. Emerson
2017-08-07
1
-1
/
+2
*
rgw: policy uses ceph::not_fn instead of std::not2
Casey Bodley
2017-08-01
1
-6
/
+7
*
rgw: match wildcards in StringLike policy conditions
Casey Bodley
2017-08-01
1
-4
/
+3
*
rgw: split match into match_policy, match_wildcards
Casey Bodley
2017-08-01
1
-4
/
+4
*
rgw: Fix for Policy Parse exception in case of multiple statements.
Pritha Srivastava
2017-07-31
1
-8
/
+33
*
rgw: consider IfExists when evaluating policy conditions
Casey Bodley
2017-07-21
1
-1
/
+1
*
rgw: policy can parse IfExists conditions
Casey Bodley
2017-07-21
1
-2
/
+13
*
Merge pull request #15997 from pritha-srivastava/wip-rgw-assert-correction
Casey Bodley
2017-07-07
1
-1
/
+1
|
\
[prev]
[next]