]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2016-06-02 Radoslaw Zarzynskirgw: skip printing ACLOwner in Swift's account ACLs. 8657/head
2016-06-02 Radoslaw Zarzynskirgw: RGWAnonymousAuthEngine accepts now only requests...
2016-06-02 Radoslaw Zarzynskirgw: temporarily use std::vector in place of static_vec...
2016-06-02 Radoslaw Zarzynskirgw: reuse the HTTP client of KeystoneService in RGWKey...
2016-06-02 Radoslaw Zarzynskirgw, optimization: reduce the overhead of RGWIdentityAp...
2016-06-02 Radoslaw Zarzynskirgw: improve error checking in Keystone-related code.
2016-06-02 Radoslaw Zarzynskirgw: cosmetic changes in the new auth infra.
2016-06-02 Radoslaw Zarzynskirgw, optimization: switch from std::vector to std:...
2016-06-02 Radoslaw Zarzynskirgw: int -> uint32_t transition for perm and perm_mask.
2016-06-02 Radoslaw Zarzynskirgw, optimization: switch to std::string& when possible...
2016-06-02 Radoslaw Zarzynskirgw, cmake: remove rgw/rgw_swift.cc also from CMakeList...
2016-06-02 Radoslaw Zarzynskirgw, optimization: avoid extra allocations in RGWHTTPHe...
2016-06-02 Radoslaw Zarzynskirgw, optimization: RGWAuthEngine::get_name() returns...
2016-06-02 Radoslaw Zarzynskirgw: switch from std::list to std::vector in rgw_acl_sw...
2016-06-02 Radoslaw Zarzynskirgw, optimization: further reduce allocations in RGWTem...
2016-06-02 Matt Benjaminrgw: reduce string copies in tempURL processing
2016-06-02 Radoslaw Zarzynskirgw: reuse ltstr_nocase in RGWHTTPHeadersCollector.
2016-06-02 Radoslaw Zarzynskirgw: the Keystone backend does support now Swift's...
2016-06-02 Radoslaw Zarzynskirgw: drop req_state::os_auth_token as it isn't neccessa...
2016-06-02 Radoslaw Zarzynskirgw: implement to_str() over auth appliers.
2016-06-02 Radoslaw Zarzynskirgw: drop rgw_user_is_authenticated from rgw_user....
2016-06-02 Radoslaw Zarzynskirgw: allow giving perms in Swift ACLs to an identity...
2016-06-02 Radoslaw Zarzynskirgw: fix printing of Swift's bucket ACLs.
2016-06-02 Radoslaw Zarzynskirgw: add support for HTTP Referer-based ACLs of Swift...
2016-06-02 Radoslaw Zarzynskirgw: ONLY refactor RGWAccessControlPolicy_SWIFT[Acct].
2016-06-02 Radoslaw Zarzynskirgw: refactor rgw_acl_swift.h to not inject std namespace.
2016-06-02 Radoslaw Zarzynskirgw: use account ACL for request verification.
2016-06-02 Radoslaw Zarzynskirgw: add support for putting Swift account ACLs.
2016-06-02 Radoslaw Zarzynskirgw: improve code formatting ONLY.
2016-06-02 Radoslaw Zarzynskirgw: dump account ACLs in Swift responses.
2016-06-02 Radoslaw Zarzynskirgw: add basics for Swift Account ACLs.
2016-06-02 Radoslaw Zarzynskirgw: improve const-correctness of ACL-related code.
2016-06-02 Radoslaw Zarzynskirgw: eradicate rgw_swift.{h,cc}.
2016-06-02 Radoslaw Zarzynskirgw: eradicate rgw_swift_verify_signed_token.
2016-06-02 Radoslaw Zarzynskirgw: switch to the new auth infrastructure in rgw_rest_...
2016-06-02 Radoslaw Zarzynskirgw: implement get_name() over RGWAuthEngine.
2016-06-02 Radoslaw Zarzynskirgw: introduce the Extractor concept to the auth infras...
2016-06-02 Radoslaw Zarzynskirgw: implement Swift-specific authentication engines.
2016-06-02 Radoslaw Zarzynskirgw: implement RGWKeystoneAuthEngine.
2016-06-02 Radoslaw Zarzynskirgw: infrastructure for authentication engine-dependent...
2016-06-02 Radoslaw Zarzynskirgw: share the ACL interpreter across multiple identity...
2016-06-02 Radoslaw Zarzynskirgw: infrastructure for object-based Swift authentication.
2016-06-02 Radoslaw Zarzynskirgw: use RGWIdentityApplier across ACL implementation.
2016-06-02 Radoslaw Zarzynskirgw: enable management of admin privileges.
2016-06-02 Radoslaw Zarzynskirgw: decouple system user from admin user.
2016-06-02 Radoslaw Zarzynskirgw: split account owner from identity used for authori...
2016-06-02 Radoslaw Zarzynskirgw: make use of RGWIdentityApplier as req_state::auth_...
2016-06-02 Radoslaw Zarzynskirgw: introduce RGWIdentityApplier for representing...
2016-06-02 Radoslaw Zarzynskirgw: remove get_keystone_{url,admin_token} from RGWSwift.
2016-06-02 Radoslaw Zarzynskirgw: switch from RGWSwift to KeystoneService admin_toke...
2016-06-02 Radoslaw Zarzynskirgw: naturalize the transplanted get_keystone_{url...
2016-06-02 Radoslaw Zarzynskirgw: ONLY move RGWSwift::get_keystone_{url,admin_token...
2016-06-02 Radoslaw Zarzynskirgw: rework handling of rgw_keystone_accepted_[admin_...
2016-06-02 Radoslaw Zarzynskirgw: cosmetic for RGWKeystoneTokenCache::RevokeThread.
2016-06-02 Radoslaw Zarzynskirgw: RevokeThread is now a part of RGWKeystoneTokenCache.
2016-06-02 Radoslaw Zarzynskirgw: ONLY move parts of KeystoneRevokeThread's code...
2016-06-02 Radoslaw Zarzynskirgw: implement singleton pattern over RGWKeystoneTokenC...
2016-06-02 Radoslaw Zarzynskirgw: replace RGWPostHTTPData with RGW[Keystone]HTTPTran...
2016-06-02 Radoslaw Zarzynskirgw: improve encapsulation and const-correctness in...
2016-06-02 Radoslaw Zarzynskirgw: ONLY move RGWPostHTTPData's definitions to rgw_htt...
2016-06-02 Radoslaw Zarzynskirgw: ONLY move RGWPostHTTPData to rgw_http_client.h.
2016-06-02 Radoslaw Zarzynskirgw: implement RGWHTTPHeadersCollector.
2016-06-02 Radoslaw Zarzynskirgw: rgw_user can be now explicitly initialized with...
2016-06-02 Radoslaw Zarzynskirgw: improve const-correctness of rgw_open_cms_envelope.
2016-06-02 Radoslaw Zarzynskirgw: improve const-correctness of rgw_get_user_info_by_...
2016-06-02 Radoslaw Zarzynskirgw: improve const-correctness of RGWHTTPArgs.
2016-06-02 Radoslaw Zarzynskirgw: improve const-correctness of KeystoneToken class.
2016-06-02 Radoslaw Zarzynskirgw: improve const-correctness of KeystoneToken.
2016-06-02 Radoslaw Zarzynskirgw: make rgw_get_user_info_by_uid to be const-correct.
2016-06-02 Orit WassermanMerge pull request #9037 from rzarzynski/wip-rgw-swift...
2016-06-02 Orit Wassermanrgw: reuse populate_with_generic_attrs() across rgw_op...
2016-06-02 Orit WassermanMerge pull request #9367 from Yan-waller/yj-wip-rgwfixh...
2016-06-02 Kefu ChaiMerge pull request #9438 from ceph/wip-cmake
2016-06-02 Yehuda SadehMerge pull request #9060 from mikulely/fix-rgw-multiste-doc
2016-06-02 Yehuda SadehMerge pull request #9392 from yehudasa/wip-16072 9369/head
2016-06-02 Ali Marediacmake: rbd_mirror not linking rbd_test_mock 9438/head
2016-06-01 Matt BenjaminMerge pull request #9209 from yehudasa/wip-15939
2016-06-01 Samuel JustMerge pull request #9084 from dzafman/wip-dz-misc
2016-06-01 Casey BodleyMerge pull request #9426 from linuxbox2/cmake-mds
2016-06-01 Matt Benjamincmake: restore static linkage (libmds) 9426/head
2016-06-01 Matt BenjaminMerge pull request #9385 from ceph/wip-cmake-kefu
2016-06-01 Sage WeilMerge pull request #9228 from liewegas/wip-bluestore...
2016-06-01 Nathan CutlerMerge pull request #9106 from SUSE/wip-15869
2016-06-01 Kefu Chaicmake: install cython modules 9385/head
2016-06-01 Kefu Chaicmake: install compressor plugins into ${pkglibdir...
2016-06-01 Kefu Chaicmake: install erasure plugins into ${pkglibdir}/erasur...
2016-06-01 Kefu Chaicmake: remove duplicated file from ceph-osd
2016-06-01 Kefu Chaicmake: fix dependencies on tracing headers
2016-06-01 Kefu Chaicmake: libradosstriper's OUTPUT_NAME should be radosstriper
2016-06-01 Kefu Chaicmake: install the artifacts the packaging requires
2016-06-01 Kefu Chaicmake: install init script to etc/init.d
2016-06-01 Kefu Chaicmake: add the autoconf path variables back
2016-06-01 Kefu Chaicmake: install ceph-post-file
2016-06-01 Kefu Chaicmake: add ceph-brag
2016-06-01 Kefu Chaicmake: project name should be "ceph"
2016-06-01 Kefu Chaicmake: install ceph-{detect-init,disk}
2016-06-01 Kefu Chaicmake: add ceph_rgw_{json,multi}parser
2016-06-01 Kefu Chaicmake: compile and install ceph-bluefs-tool
2016-06-01 Kefu Chaicmake: s/ceph_test_xattr_bench/ceph_xattr_bench/
2016-06-01 Kefu Chaicmake: rename ceph-psim to ceph_psim
next