summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_swift_auth.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* rgw/auth: perm_mask uses std::optionalCasey Bodley2021-11-051-2/+2
* rgw: build without "using namespace std"Kefu Chai2021-08-131-0/+1
* RGW Zipper - Permenant User storage APIDaniel Gryniewicz2021-04-291-3/+3
* RGW Zipper - Fix style violationsDaniel Gryniewicz2021-04-151-1/+1
* RGW Zipper - The Great RenameDaniel Gryniewicz2021-04-151-7/+7
* RGW - Fix TempURL user handlingDaniel Gryniewicz2021-03-051-4/+14
* Zipper - zipperify the Auth codeDaniel Gryniewicz2021-03-021-28/+21
* RGW - Zipper 10: Pull The ThreadDaniel Gryniewicz2021-03-021-10/+10
* rgw: Add DoutPrefixProvider to create_bucket loggingAli Maredia2021-01-271-7/+7
* rgw: No null_yield in RGWOpAdam C. Emerson2020-11-131-9/+8
* Zipper - Split RadosStore from base SALDaniel Gryniewicz2020-09-081-0/+1
* Zipper ObjectDaniel Gryniewicz2020-07-171-3/+3
* rgw: Replace boost::string_ref/view with std::string_viewPrateek Sachan2020-06-181-12/+12
* rgw: add some missed FIPS zeroization calls.Radoslaw Zarzynski2019-11-171-0/+1
* rgw: audit memset & bzero users for FIPS.Radoslaw Zarzynski2019-11-171-0/+2
* RGW - Make sure editor settings are correct for all filesDaniel Gryniewicz2019-08-191-1/+1
* Project Zipper Part 1 - Framework and RGWRadosStoreDaniel Gryniewicz2019-08-151-2/+2
* rgw: make optional_yield explicit in RGWUserCtl interfacesCasey Bodley2019-07-291-6/+6
* rgw: propagate sysobj_ctx to required bucket meta callsYehuda Sadeh2019-07-291-8/+3
* rgw: api fixes and adjustmentsYehuda Sadeh2019-07-291-7/+14
* rgw: fixes following api changesYehuda Sadeh2019-07-291-2/+4
* Merge pull request #16659 from rzarzynski/wip-rgw-20797Casey Bodley2019-06-031-1/+20
|\
| * rgw: TempURL should not allow PUTs with the X-Object-Manifest.Radoslaw Zarzynski2017-07-281-1/+20
* | rgw: add optional_yield to RGWRados::get_bucket_info()Ali Maredia2019-05-171-1/+1
* | rgw: http interfaces take optional_yieldCasey Bodley2019-03-291-1/+1
* | rgw: Remove pessimizing movesAdam C. Emerson2019-03-151-1/+1
* | rgw: Adding a new applier for Roles.Pritha Srivastava2018-12-121-2/+2
* | Merge pull request #16658 from rzarzynski/wip-rgw-20795Yuri Weinstein2018-11-201-1/+15
|\ \
| * | rgw: Swift's TempURL can handle temp_url_expires written in ISO8601.Radoslaw Zarzynski2018-09-131-1/+15
* | | rgw: svc: remove SystemObject implYehuda Sadeh2018-11-081-1/+1
* | | rgw: add DoutPrefixProvider to the Auth Identifier classesAli Maredia2018-10-091-2/+2
* | | rgw: changing logging in auth helper functionsAli Maredia2018-10-091-3/+3
* | | rgw: refactor logging in auth engines P1Ali Maredia2018-10-091-17/+19
* | | rgw: thread DoutPrefixProvider into RGW::Auth_S3::authorizeAli Maredia2018-10-091-1/+1
* | | rgw: Perm mask.Pritha Srivastava2018-09-211-2/+2
* | | rgw: Added code for auth using temp credentials returned by STS.Pritha Srivastava2018-09-211-2/+4
|/ /
* | common: move ConfigValues out of md_config_tKefu Chai2018-07-101-8/+8
* | rgw: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* | rgw: Catch exceptions at const referencesAdam C. Emerson2018-05-091-1/+1
* | rgw: tweak http client interfaceYehuda Sadeh2018-04-101-2/+2
* | rgw: Use unqualified encode/decodeAdam C. Emerson2018-01-101-6/+8
* | random: use ceph::util for non-cryptographic randomnessCasey Bodley2017-10-091-6/+2
* | rgw: fix accessing expired memory in PrefixableSignatureHelper.Radoslaw Zarzynski2017-08-241-3/+7
* | rgw: add support for Swift's TempURLs with prefix-based scope.Radoslaw Zarzynski2017-07-191-3/+66
* | rgw: switch from boost::string_ref to boost::string_view in rgw_swift_auth.cc.Radoslaw Zarzynski2017-07-181-6/+6
|/
* rgw: fix wrong error code for expired Swift TempURL's links.Radoslaw Zarzynski2017-06-221-1/+1
* rgw: clean-up error mapping in Swift's authentication strategy.Radoslaw Zarzynski2017-06-191-8/+8
* rgw/rgw_swift_auth.cc: using string::back() instead as the C++11 recommendliuyuhong2017-05-021-1/+1
* rgw: implement descriptive authentication failure reasons.Radoslaw Zarzynski2017-03-241-18/+18
* rgw: implement the rgw::auth::SysReqApplier over IdentityApplier.Radoslaw Zarzynski2017-03-241-5/+7