]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2017-06-07 Radoslaw Zarzynskirgw: handle the Boto2 compatibility of AWSv4 in an... 14885/head
2017-06-07 Radoslaw Zarzynskirgw: introduce rgw::auth::Strategy::apply() to deduplic...
2017-06-07 Radoslaw Zarzynskirgw: introduce string_to_sign_t abstraction to the...
2017-06-07 Radoslaw Zarzynskirgw: only rename AWSv2AuthStrategy -> AWSAuthStrategy.
2017-06-07 Radoslaw Zarzynskirgw: optimize AWSv4 parsing with Boost's small_vector.
2017-06-07 Radoslaw Zarzynskirgw: switch to Ceph's sstring in AWS signature generati...
2017-06-07 Radoslaw Zarzynskicommon/backport14: add the constexpr-capable variant...
2017-06-07 Radoslaw Zarzynskicommon/sstring: switch to boost::string_view as string_...
2017-06-07 Radoslaw Zarzynskirgw: replace magic strings in the AWSv4 code.
2017-06-07 Radoslaw Zarzynskirgw: use preallocated std::strings when concatenating...
2017-06-07 Radoslaw Zarzynskirgw: rework the implementation of rgw::auth::s3::get_v4...
2017-06-07 Radoslaw Zarzynskirgw; rework interface and implementation of url_decode.
2017-06-07 Radoslaw Zarzynskirgw: rework and optimise crafting of AWSv4's canonical...
2017-06-07 Radoslaw Zarzynskirgw: drop 'using ceph::crypto::SHA256' from rgw_common.h.
2017-06-07 Radoslaw Zarzynskirgw: remove the duplicative trim_whitespace from rgw_co...
2017-06-07 Radoslaw Zarzynskirgw: switch from boost::string_ref to string_view in...
2017-06-07 Radoslaw Zarzynskirgw: switch from boost::string_ref to string_view in...
2017-06-07 Radoslaw Zarzynskirgw: introduce rgw::auth::s3::AWS4_HMAC_SHA256_STR...
2017-06-07 Radoslaw Zarzynskirgw: optimize and clean-up the AWSv4 signature processing.
2017-06-07 Radoslaw Zarzynskirgw: clean-up AWSv4's Canonical QS crafting.
2017-06-07 Radoslaw Zarzynskirgw: use std::make_shared for AWSv4 completers creation.
2017-06-07 Radoslaw Zarzynskirgw: clean-up rgw::auth::s3::get_v4_signature().
2017-06-07 Radoslaw Zarzynskirgw: handle AWSv4 in Browser Upload using the new auth...
2017-06-07 Radoslaw Zarzynskirgw: add support for HTTP_X_AMZ_DECODED_CONTENT_LENGTH.
2017-06-07 Radoslaw Zarzynskirgw: split the AWSv4Completer and clean-up the code.
2017-06-07 Radoslaw Zarzynskirgw: remove the old AWS v4 streaming mode's implementation.
2017-06-07 Radoslaw Zarzynskirgw: the AWSv4 completer verifies chunks' signatures...
2017-06-07 Radoslaw Zarzynskirgw: implement calc_hash_sha256_restart_stream().
2017-06-07 Radoslaw Zarzynskirgw: AWSv4Completer dechunks data in the streaming...
2017-06-07 Radoslaw Zarzynskirgw: drop aws4_auth_needs_complete from req_state.
2017-06-07 Radoslaw Zarzynskirgw: turn AWSv4Completer into a filter over rgw::io...
2017-06-07 Radoslaw Zarzynskirgw: extend RGWRestfulIO to cover dynamic filter injection.
2017-06-07 Radoslaw Zarzynskirgw: ONLY move AWSv4Completer from rgw_rest_s3.cc to...
2017-06-07 Radoslaw Zarzynskirgw: implement rgw::auth::s3::is_v4_payload_empty.
2017-06-07 Radoslaw Zarzynskirgw: drop the old AWSv4 code.
2017-06-07 Radoslaw Zarzynskirgw: implement the rgw::auth::Completer for AWSv4.
2017-06-07 Radoslaw Zarzynskirgw: extend rgw::auth::Completer to handle commiting...
2017-06-07 Radoslaw Zarzynskirgw: switch to the Completer interface for the AWSv4...
2017-06-07 Radoslaw Zarzynskirgw: make AWS_AUTHv4_IO const-friendly and const-correct.
2017-06-07 Radoslaw Zarzynskirgw: integrate AWSv4 auth schema with the new auth...
2017-06-07 Radoslaw Zarzynskirgw: AWSv4's completer_factory takes the secret_key...
2017-06-07 Radoslaw Zarzynskirgw: dissect AWSv4's expected payload extraction into...
2017-06-07 Radoslaw Zarzynskirgw: make the get_v4_canonical_request_hash identified...
2017-06-07 Radoslaw Zarzynskirgw: rgw::auth::s3::parse_credentials() extracts access...
2017-06-07 Radoslaw Zarzynskirgw: all S3 auth engines are able to use AWSv4 now.
2017-06-07 Radoslaw Zarzynskirgw: ONLY change names due to AWSv4 adoption in the...
2017-06-07 Radoslaw Zarzynskirgw: extend Version2ndEngine::Extractor to handle AWSv4...
2017-06-07 Radoslaw Zarzynskirgw: decompose rgw::auth::s3::parse_credentials regardi...
2017-06-07 Radoslaw Zarzynskirgw: AWSv4 completion verifies the payload's fingerprin...
2017-06-07 Radoslaw Zarzynskirgw: clean up the AWSv4 completion calls across RGWOps.
2017-06-07 Radoslaw Zarzynskirgw: further minimise the req_state::aws4_auth shared...
2017-06-07 Radoslaw Zarzynskirgw: decouple AWSv4 signature verification and payload...
2017-06-07 Radoslaw Zarzynskirgw: eradicate req_state::aws4_auth::credential.
2017-06-07 Radoslaw Zarzynskirgw: eradicate req_state::aws4_auth::signed_hdrs.
2017-06-07 Radoslaw Zarzynskirgw: clean up rgw::auth::s3::get_v4_signing_key.
2017-06-07 Radoslaw Zarzynskirgw: refactor buf_to_hex and improve its const-correctness.
2017-06-07 Radoslaw Zarzynskirgw: split generation AWSv4's SigningKey into a separat...
2017-06-07 Radoslaw Zarzynskirgw: add std::array-aware variants of calc_hmac_sha256...
2017-06-07 Radoslaw Zarzynskirgw: minimise the number of parameters of rgw::auth...
2017-06-07 Radoslaw Zarzynskirgw: drop req_state::aws4_auth::payload_hash as it...
2017-06-07 Radoslaw Zarzynskirgw: rgw::auth::s3::get_v4_signature doesn't depend...
2017-06-07 Radoslaw Zarzynskirgw: dissect basic AWSv4's credentials parsing into...
2017-06-07 Radoslaw Zarzynskirgw: eradicate req_state::http_auth.
2017-06-07 Radoslaw Zarzynskirgw: dissect AWSv4's Canonical Headers crafting into...
2017-06-07 Radoslaw Zarzynskirgw: dissect AWSv4's Canonical QS crafting into a separ...
2017-06-07 Radoslaw Zarzynskirgw: dissect AWSv4's Canonical URI crafting into a...
2017-06-07 Radoslaw Zarzynskirgw: get_v4_canonical_request_hash doesn't depend on...
2017-06-07 Radoslaw Zarzynskirgw: rework interfaces of AWSv4 helper primitives.
2017-06-07 Javier M. Mellidrgw: aws4: add AWS4 auth support for S3 Post Object API
2017-06-07 Kefu ChaiMerge pull request #15530 from tchaikov/wip-jq-without...
2017-06-07 Kefu ChaiMerge pull request #15423 from liewegas/wip-fix-indent
2017-06-07 Kefu ChaiMerge pull request #15497 from liewegas/wip-log-last
2017-06-07 Kefu ChaiMerge pull request #15522 from liewegas/wip-19901
2017-06-07 Sage WeilMerge pull request #15422 from liewegas/wip-osd-rotational
2017-06-07 Sage WeilMerge pull request #15517 from liewegas/wip-20197
2017-06-07 Sage WeilMerge pull request #15523 from ceph/wip-16674
2017-06-07 Kefu Chaiqa/workunits/ceph-helpers.sh: use syntax understood... 15530/head
2017-06-07 Jason DillamanMerge pull request #14745 from trociny/wip-18789
2017-06-07 Haomai WangMerge pull request #15243 from yuyuyu101/wip-20049
2017-06-07 Yehuda SadehMerge pull request #14117 from zhangsw/fix-rgw-getobjec...
2017-06-06 Josh DurginMerge pull request #15386 from ivancich/wip-add-readme...
2017-06-06 Yuri WeinsteinMerge pull request #15392 from dillaman/wip-20049
2017-06-06 Sage WeilMerge pull request #15513 from Fabian-Gruenbichler...
2017-06-06 Sage WeilMerge pull request #15375 from ivancich/wip-fix-dmclock...
2017-06-06 Sage WeilMerge pull request #15378 from Liuchang0812/print_ret_c...
2017-06-06 Sage WeilMerge pull request #15496 from wjwithagen/wip-wjw-host...
2017-06-06 Sage WeilMerge pull request #15500 from liewegas/wip-20135
2017-06-06 Sage WeilMerge pull request #15502 from xiexingguo/wip-fix-overl...
2017-06-06 Sage Weilqa/suites/rados/upgrade: restart mds 15517/head
2017-06-06 Boris Rantoselinux: Allow read on var_run_t 15523/head
2017-06-06 Sage Weilceph_test_rados_api_misc: fix LibRadosMiscConnectFailur... 15522/head
2017-06-06 J. Eric Ivancichosd/dmclock/testing: reorganize testing, building now... 15375/head
2017-06-06 J. Eric IvancichMerge commit '5c612d7e32a07a01b3b97f9cf58f2a3cef0e2e73'
2017-06-06 J. Eric IvancichSquashed 'src/dmclock/' changes from d6586d7..64bcc6e
2017-06-06 Sage Weilqa/workunits/cephtool/test.sh: test 'log last [n]' 15497/head
2017-06-06 Sage Weilcommon/LogEntry: make LogEntryKey opaque and cache...
2017-06-06 Sage WeilMerge pull request #15390 from liewegas/wip-osdmap...
2017-06-06 Dan MickMerge pull request #15515 from tchaikov/wip-crc32-aarch64
2017-06-06 Kefu Chaicrc32c: include acconfig.h to fix ceph_crc32c_aarch64() 15515/head
2017-06-06 Kefu ChaiMerge pull request #15511 from tchaikov/wip-doc-cartesi...
next