index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
rgw
/
rgw_auth.cc
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
rgw: fix typo signle to single
Bingyin Zhang
2017-12-14
1
-1
/
+1
*
rgw: move the S3 anonymous auth handling to a dedicated engine.
Radoslaw Zarzynski
2017-07-21
1
-3
/
+3
*
rgw: clean-up error mapping in Swift's authentication strategy.
Radoslaw Zarzynski
2017-06-19
1
-1
/
+1
*
rgw: introduce rgw::auth::Strategy::apply() to deduplicate code.
Radoslaw Zarzynski
2017-06-07
1
-0
/
+48
*
rgw: Add is_identity to AuthApplier class
Adam C. Emerson
2017-05-17
1
-2
/
+55
*
rgw: implement SwiftAnonymousEngine.
Radoslaw Zarzynski
2017-03-24
1
-1
/
+1
*
rgw: parametrize the implicit tenancy of rgw::auth::RemoteApplier.
Radoslaw Zarzynski
2017-03-24
1
-3
/
+3
*
rgw: fix appending '\0' in the rgw::auth::LocalApplier::to_str().
Radoslaw Zarzynski
2017-03-24
1
-1
/
+1
*
rgw: improve logs in rgw::auth::Strategy.
Radoslaw Zarzynski
2017-03-24
1
-7
/
+21
*
rgw: implement descriptive authentication failure reasons.
Radoslaw Zarzynski
2017-03-24
1
-29
/
+105
*
rgw: remove the parts of auth framework that aren't necessary anymore.
Radoslaw Zarzynski
2017-03-24
1
-421
/
+0
*
rgw: move ACL Strategies to the newer auth framework.
Radoslaw Zarzynski
2017-03-24
1
-1
/
+1
*
rgw: replace RGWDummyIdentityApplier with rgw::auth::DummyIdentityApplier.
Radoslaw Zarzynski
2017-03-24
1
-13
/
+19
*
rgw: implement the rgw::auth::SysReqApplier over IdentityApplier.
Radoslaw Zarzynski
2017-03-24
1
-1
/
+1
*
rgw: add Control::FALLBACK mode to rgw::auth::AuthStrategy.
Radoslaw Zarzynski
2017-03-24
1
-2
/
+5
*
rgw: implement rgw::auth::AnonymousEngine.
Radoslaw Zarzynski
2017-03-24
1
-0
/
+17
*
rgw: implement rgw::auth::LocalApplier.
Radoslaw Zarzynski
2017-03-24
1
-0
/
+54
*
rgw: Keystone implementation can support multiple instances now.
Radoslaw Zarzynski
2017-03-24
1
-8
/
+14
*
rgw: only move Keystone-related things into rgw::keystone namespace.
Radoslaw Zarzynski
2017-03-24
1
-15
/
+18
*
rgw: introduce the rgw::auth::RemoteApplier interface.
Radoslaw Zarzynski
2017-03-24
1
-0
/
+119
*
rgw: implement the rgw::auth::Strategy.
Radoslaw Zarzynski
2017-03-24
1
-0
/
+47
*
Merge pull request #12264 from cbodley/wip-rgw-print-is-admin
Casey Bodley
2017-03-13
1
-1
/
+1
|
\
|
*
rgw: print is_admin as int instead of __u8
Casey Bodley
2016-12-01
1
-1
/
+1
*
|
rgw: add override in rgw subsystem
liuchang0812
2017-02-15
1
-5
/
+5
*
|
dout: Use dout_context
Adam C. Emerson
2016-12-22
1
-0
/
+1
*
|
rgw: make RGWLocalAuthApplier::is_admin_of() aware about system users.
Radoslaw Zarzynski
2016-12-02
1
-1
/
+1
|
/
*
rgw: improve handling account privilege level in the auth infrastructure.
Radoslaw Zarzynski
2016-08-12
1
-3
/
+5
*
rgw: Rework of s3 LDAP Authentication code.
Pritha Srivastava
2016-08-01
1
-0
/
+5
*
rgw: reuse the HTTP client of KeystoneService in RGWKeystoneAuthEngine.
Radoslaw Zarzynski
2016-06-02
1
-23
/
+2
*
rgw, optimization: reduce the overhead of RGWIdentityApplier::to_str().
Radoslaw Zarzynski
2016-06-02
1
-27
/
+15
*
rgw: improve error checking in Keystone-related code.
Radoslaw Zarzynski
2016-06-02
1
-2
/
+17
*
rgw: cosmetic changes in the new auth infra.
Radoslaw Zarzynski
2016-06-02
1
-3
/
+3
*
rgw, optimization: switch from std::vector to std::array in auth infra.
Radoslaw Zarzynski
2016-06-02
1
-1
/
+3
*
rgw: int -> uint32_t transition for perm and perm_mask.
Radoslaw Zarzynski
2016-06-02
1
-8
/
+9
*
rgw, optimization: switch to std::string& when possible in the new auth.
Radoslaw Zarzynski
2016-06-02
1
-12
/
+12
*
rgw: the Keystone backend does support now Swift's cross-tenant ACLs.
Radoslaw Zarzynski
2016-06-02
1
-0
/
+47
*
rgw: implement to_str() over auth appliers.
Radoslaw Zarzynski
2016-06-02
1
-0
/
+35
*
rgw: implement RGWKeystoneAuthEngine.
Radoslaw Zarzynski
2016-06-02
1
-1
/
+196
*
rgw: infrastructure for authentication engine-dependent ACL checks.
Radoslaw Zarzynski
2016-06-02
1
-0
/
+6
*
rgw: share the ACL interpreter across multiple identity appliers.
Radoslaw Zarzynski
2016-06-02
1
-22
/
+33
*
rgw: infrastructure for object-based Swift authentication.
Radoslaw Zarzynski
2016-06-02
1
-0
/
+154
*
rgw: decouple system user from admin user.
Radoslaw Zarzynski
2016-06-02
1
-0
/
+2
*
rgw: make use of RGWIdentityApplier as req_state::auth_identity.
Radoslaw Zarzynski
2016-06-02
1
-0
/
+68