summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_acl_swift.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw/acl: use ACLOwners for create_default()Casey Bodley2024-04-101-4/+3
* rgw/acl/swift: remove RGWAccessControlPolicy subclassesCasey Bodley2023-11-301-15/+4
* rgw/acl/swift: format_account_acl() as free functionCasey Bodley2023-11-301-3/+5
* rgw/acl/swift: create_account_policy() as free functionCasey Bodley2023-11-301-5/+8
* rgw/acl/swift: add_grants() as static free functionCasey Bodley2023-11-301-2/+0
* rgw/acl/swift: format_container_acls() as free functionCasey Bodley2023-11-301-2/+4
* rgw/acl/swift: merge_policy() as free functionCasey Bodley2023-11-301-1/+5
* rgw/acl/swift: create_container_policy() as free functionCasey Bodley2023-11-301-7/+15
* rgw/acl/swift: parse_grant() as static functionCasey Bodley2023-11-301-3/+0
* rgw/acl/swift: parse acl header with ceph::split()Casey Bodley2023-11-301-7/+4
* rgw/acl: remove CephContext membersCasey Bodley2023-11-301-8/+0
* rgw/acl: remove unused virtual compare_group_name()Casey Bodley2023-11-301-2/+0
* rgw: refactor selected files for better above- vs below-the-lineKaleb S. KEITHLEY2023-01-231-3/+1
* RGW - Zipper - Rename rgw::sal::Store to rgw::sal::DriverDaniel Gryniewicz2022-12-081-4/+4
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-4/+4
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-7/+7
* rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-4/+7
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* rgw: api adjustments and other issues fixedYehuda Sadeh2019-07-291-4/+6
* misc: mark constructors as explicitDanny Al-Gaaf2018-05-021-1/+1
* Allow swift acls to be deleted.Marcus Watts2018-02-181-2/+2
* rgw: omit X-Account-Access-Control if there is no grant to serialize.Radoslaw Zarzynski2017-06-231-1/+3
* rgw: swift: ability to update swift read and write acls separately.Marcus Watts2017-04-221-1/+3
* rgw/cleanup: add override in headersliuchang08122017-03-141-2/+2
* rgw: improve handling of illformed Swift's container ACLs.Radoslaw Zarzynski2017-02-071-10/+11
* rgw: int -> uint32_t transition for perm and perm_mask.Radoslaw Zarzynski2016-06-021-2/+2
* rgw: switch from std::list to std::vector in rgw_acl_swift.{cc,h}.Radoslaw Zarzynski2016-06-021-3/+7
* rgw: ONLY refactor RGWAccessControlPolicy_SWIFT[Acct].Radoslaw Zarzynski2016-06-021-10/+12
* rgw: refactor rgw_acl_swift.h to not inject std namespace.Radoslaw Zarzynski2016-06-021-9/+11
* rgw: add basics for Swift Account ACLs.Radoslaw Zarzynski2016-06-021-0/+15
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1
* rgw: make APIs to work with tenantsPete Zaitcev2015-11-251-2/+1
* rgw: user has a tenant propertyYehuda Sadeh2015-11-251-3/+4
* Removed unnecessary inclusion of iostreamMichal Jarzabek2015-06-091-1/+0
* rgw: modelinesSage Weil2014-07-101-0/+3
* rgw_acl_swift.h: fix #define header guardDanny Al-Gaaf2014-05-071-1/+1
* rgw: rgwstore is not globalYehuda Sadeh2012-08-291-2/+2
* rgw: get rid of references to g_ceph_context where requiredYehuda Sadeh2012-03-131-1/+1
* rgw: show swift ACLsYehuda Sadeh2012-02-231-0/+1
* rgw: can use swift to set bucket permissionsYehuda Sadeh2012-02-231-0/+24