summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_acl_s3.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw/acl: always fill in DisplayName for account owners/grantsCasey Bodley2024-04-101-2/+5
* rgw/acl: create_policy_from_headers() can yieldCasey Bodley2024-04-101-5/+8
* rgw/acl: s3 CanonicalUser grants support account idsCasey Bodley2024-04-101-19/+54
* rgw/sal: add load_aclowner_by_email()Casey Bodley2024-04-101-5/+6
* rgw/acl: use rgw_owner for ACLOwnerCasey Bodley2024-04-101-5/+4
* rgw/acl: ACLGrant uses variant for grantee typesCasey Bodley2023-11-301-18/+12
* rgw/acl/s3: parse_policy() as free functionCasey Bodley2023-11-301-144/+195
* rgw/acl/s3: write_policy_xml() as free functionCasey Bodley2023-11-301-26/+32
* rgw/acl/s3: create_policy_from_headers() as free functionCasey Bodley2023-11-301-61/+34
* rgw/acl/s3: create_canned_acl() as free functionCasey Bodley2023-11-301-27/+46
* rgw/acl: add_grant() takes const refCasey Bodley2023-11-301-15/+14
* rgw/acl: remove CephContext membersCasey Bodley2023-11-301-8/+8
* rgw/acl: remove unused virtual compare_group_name()Casey Bodley2023-11-301-15/+0
* rgw: ACLOwner as raw structCasey Bodley2023-11-301-15/+16
* rgw: reorder rgw_user members for default operator<=>Casey Bodley2023-11-301-3/+3
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-11/+11
* rgw:cleanup/refactor json and xml encoders and decodersKaleb S. KEITHLEY2021-12-131-0/+10
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+2
* rgw: add DPP's to logging for most opsAli Maredia2021-05-041-5/+5
* RGW Zipper - Permenant User storage APIDaniel Gryniewicz2021-04-291-3/+3
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-7/+7
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-30/+39
* rgw: Dpp addition to create bucket logroot2021-02-071-7/+7
* rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-11/+11
* rgw: add detailed error message for PutACLsEnming Zhang2019-09-181-1/+7
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* rgw: make optional_yield explicit in RGWUserCtl interfacesCasey Bodley2019-07-291-5/+5
* rgw: acl: api adjustmentsYehuda Sadeh2019-07-291-11/+11
* rgw: fix the return type is wronghechuang2018-01-041-3/+6
* [cleanup] Remove namespace using directives for stdShinobu Kinjo2017-11-271-1/+0
* rgw: make RGWEnv return a const ref. to its mapAbhishek Lekshmanan2017-06-141-3/+3
* rgw/cleanup: add override in headersliuchang08122017-03-141-4/+4
* rgw: Ensure xmlns is consistent on S3 responses.Robin H. Johnson2016-04-111-1/+1
* rgw: remove commentsYehuda Sadeh2015-12-021-1/+1
* rgw: make APIs to work with tenantsPete Zaitcev2015-11-251-1/+1
* rgw: user has a tenant propertyYehuda Sadeh2015-11-251-8/+13
* 13207: Rados Gateway: Anonymous user is able to read bucket with authenticate...root2015-11-191-1/+1
* Removed unnecessary inclusion of iostreamMichal Jarzabek2015-06-091-0/+28
* rgw: move a bunch of stuff into rgw_dencoderSage Weil2014-07-191-10/+0
* rgw: modelinesSage Weil2014-07-101-0/+3
* rgw: don't error out on empty owner when setting aclsYehuda Sadeh2013-11-271-2/+4
* Merge remote-tracking branch 'origin/master' into wip-rgw-geoYehuda Sadeh2013-07-041-3/+1
|\
| * rgw/rgw_acl_s3.cc: remove local variable 'ret' from create_from_headers()Danny Al-Gaaf2013-05-161-3/+1
* | rgw: head acls target can be quotedYehuda Sadeh2013-06-111-2/+4
|/
* rgw/rgw_acl_s3.cc: prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-181-4/+2
* rgw/rgw_acl_s3.cc: use static_cast instead of C-Style castDanny Al-Gaaf2013-03-111-13/+13
* rgw: refactor header grantsYehuda Sadeh2013-02-201-22/+11
* rgw_acl: Support ACL grants in headers.caleb miles2013-02-201-4/+137
* Feature 3667: Support extra canned acls.caleb miles2013-02-071-4/+17
* rgw: check NULL before dereferenceYehuda Sadeh2012-10-091-0/+3