index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rgw
/
rgw_keystone.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rgw/async: use optional_yield for keystone and kms requests
Casey Bodley
2023-09-26
1
-4
/
+4
*
RGW: Add a reader feature
Pete Zaitcev
2023-02-28
1
-0
/
+11
*
rgw: refactor selected files for better above- vs below-the-line
Kaleb S. KEITHLEY
2023-01-23
1
-4
/
+1
*
Merge pull request #45395 from tobias-urdin/rgw-keystone-service-token
Marcus Watts
2022-10-11
1
-3
/
+16
|
\
|
*
rgw/auth: Cache service tokens separately
Tobias Urdin
2022-09-21
1
-3
/
+15
|
*
rgw/auth: Add set_expires to token entry
Tobias Urdin
2022-09-21
1
-0
/
+1
*
|
rgw: Prefer ssize or safe comparison to casts
Adam C. Emerson
2022-09-30
1
-3
/
+4
|
/
*
src/rgw: DPP addition to rgw_keystone.cc
Kalpesh Pandya
2021-10-11
1
-5
/
+8
*
rgw: build without "using namespace std"
Kefu Chai
2021-08-13
1
-18
/
+18
*
rgw: Replace boost::string_ref/view with std::string_view
Prateek Sachan
2020-06-18
1
-9
/
+9
*
RGW - Make sure editor settings are correct for all files
Daniel Gryniewicz
2019-08-19
1
-1
/
+1
*
rgw: s/Mutex/ceph::mutex/
Kefu Chai
2019-08-03
1
-3
/
+2
*
rgw: drop the helpers for CMS handling.
Radoslaw Zarzynski
2019-06-26
1
-6
/
+0
*
rgw: drop the Keystone's token revocation thread.
Radoslaw Zarzynski
2019-06-26
1
-45
/
+1
*
rgw: drop unused rgw_decode_pki_token().
Radoslaw Zarzynski
2019-03-19
1
-3
/
+0
*
rgw: move keystone secrets from ceph.conf to files
Matt Benjamin
2018-11-05
1
-8
/
+6
*
Merge pull request #21637 from ceph/wip-da-SCA-20180423
Kefu Chai
2018-05-06
1
-5
/
+5
|
\
|
*
misc: mark constructors as explicit
Danny Al-Gaaf
2018-05-02
1
-5
/
+5
*
|
misc: mark functions with 'override' specifier
Danny Al-Gaaf
2018-05-02
1
-2
/
+2
|
/
*
rgw: tweak http client interface
Yehuda Sadeh
2018-04-10
1
-1
/
+3
*
rgw: stop/join TokenCache revoke thread only if started.
Karol Mroz
2017-10-04
1
-2
/
+5
*
rgw: fix segfault in RevokeThread during its shutdown procedure.
Radoslaw Zarzynski
2017-07-25
1
-2
/
+4
*
rgw: migrate atomic_t to std::atomic<>
Jesse Williamson
2017-04-28
1
-2
/
+4
*
Merge pull request #14501 from mdw-at-linuxbox/wip-rgw-rvk
Marcus Watts
2017-04-21
1
-2
/
+10
|
\
|
*
rgw: swift: disable revocation thread if sleep == 0 || cache_size == 0
Marcus Watts
2017-04-13
1
-2
/
+10
*
|
Added aws:kms mode to get/put/post operations.
Adam Kupczyk
2017-04-05
1
-0
/
+26
|
/
*
rgw: refactor error handling in rgw::auth::keystone.
Radoslaw Zarzynski
2017-03-24
1
-0
/
+8
*
rgw: make rgw::keystone::TokenEnvelope::expired() to be const-correct.
Radoslaw Zarzynski
2017-03-24
1
-3
/
+3
*
rgw: Keystone implementation can support multiple instances now.
Radoslaw Zarzynski
2017-03-24
1
-22
/
+98
*
rgw: only move Keystone-related things into rgw::keystone namespace.
Radoslaw Zarzynski
2017-03-24
1
-35
/
+50
*
rgw/cleanup: add override in headers
liuchang0812
2017-03-14
1
-3
/
+3
*
common: Unskew clock
Adam C. Emerson
2016-12-22
1
-1
/
+1
*
Got rid of recursive mutex.
Adam Kupczyk
2016-08-03
1
-1
/
+5
*
rgw: reuse the HTTP client of KeystoneService in RGWKeystoneAuthEngine.
Radoslaw Zarzynski
2016-06-02
1
-3
/
+4
*
rgw, optimization: switch to std::string& when possible in the new auth.
Radoslaw Zarzynski
2016-06-02
1
-6
/
+6
*
rgw: implement RGWKeystoneAuthEngine.
Radoslaw Zarzynski
2016-06-02
1
-0
/
+7
*
rgw: naturalize the transplanted get_keystone_{url,admin_token} in KeystoneSe...
Radoslaw Zarzynski
2016-06-02
1
-0
/
+27
*
rgw: RevokeThread is now a part of RGWKeystoneTokenCache.
Radoslaw Zarzynski
2016-06-02
1
-4
/
+38
*
rgw: implement singleton pattern over RGWKeystoneTokenCache.
Radoslaw Zarzynski
2016-06-02
1
-6
/
+12
*
rgw: improve const-correctness of rgw_open_cms_envelope.
Radoslaw Zarzynski
2016-06-02
1
-1
/
+3
*
rgw: improve const-correctness of KeystoneToken class.
Radoslaw Zarzynski
2016-06-02
1
-7
/
+7
*
rgw: improve const-correctness of KeystoneToken.
Radoslaw Zarzynski
2016-06-02
1
-1
/
+1
*
rgw: change naming of utility functions in rgw_keystone.cc.
Radoslaw Zarzynski
2016-02-26
1
-5
/
+9
*
rgw: add support for caching of Keystone admin token.
Radoslaw Zarzynski
2016-02-25
1
-8
/
+17
*
rgw: ONLY move PKI-related things from rgw_swift to rgw_keystone.
Radoslaw Zarzynski
2016-02-22
1
-0
/
+6
*
rgw: Keystone token parsing doesn't need to know API version.
Radoslaw Zarzynski
2016-02-19
1
-5
/
+1
*
rgw: handle Keystone API version with dedicated enum.
Radoslaw Zarzynski
2016-02-19
1
-3
/
+14
*
rgw: rework serialization in token retrieval for Keystone's admin.
Radoslaw Zarzynski
2016-02-19
1
-0
/
+25
*
rgw: basic data structures for Keystone v3.
Radoslaw Zarzynski
2016-02-19
1
-41
/
+33
*
rgw: modelines
Sage Weil
2014-07-10
1
-0
/
+3
[next]