]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/shortlog
ceph-ci.git
2025-10-13 Matan Breizmancrimson/mon/MonClient: imitate Classic's _check_auth_ti...
2025-10-13 Matan Breizmancrimson/mon/MonClient: cleanup redundant private
2025-10-13 Patrick Donnellymon/MonClient: wipe secrets and invalidate tickets...
2025-10-13 Patrick Donnellymon/AuthMonitor: bump auth epoch when wiping service...
2025-10-13 Patrick Donnellymon/MonmapMonitor: wire up interface to bump auth epoch
2025-10-13 Patrick Donnellymon/MonMap: add auth epoch
2025-10-13 Patrick Donnellymon/AuthMonitor: add dump-keys and wipe-rotating-servic...
2025-10-13 Patrick Donnellymon/AuthMonitor: add key-type switch
2025-10-13 Patrick Donnellycommon/cmdparse: add another template cmd_getval_or...
2025-10-13 Patrick Donnellymon/Monitor: perfect forward universal ref of lambda
2025-10-13 Patrick Donnellymon/Monitor: add debugging for monmap handling
2025-10-13 Patrick Donnellymon: notify_new_monmap via MonmapMonitor::init
2025-10-13 Patrick Donnellydoc/man: document new --key-type option for ceph-authtool
2025-10-13 Patrick Donnellytools/ceph_authtool: add help message for key-type...
2025-10-13 Patrick Donnellycommon/buffer: accept "-" as stdin
2025-10-13 Patrick Donnellyauth/cephx: make some parameters const
2025-10-13 Patrick Donnellyauth: cleanup error message formatting
2025-10-13 Patrick Donnellyauth,mon: lookup ticket ttl at runtime
2025-10-13 Patrick Donnellyauth: add API to invalidate all tickets
2025-10-13 Patrick Donnellyauth: add API to wipe rotating secrets
2025-10-13 Patrick Donnellyauth/cephx: enforce sorted config keys
2025-10-13 Patrick Donnellyauth/cephx: update get_tracked_keys signature
2025-10-13 Patrick Donnellyauth: fix return type
2025-10-13 Patrick Donnellycommon: break print template into separate header
2025-10-13 Patrick Donnellycommon: remove dead option
2025-10-13 Patrick Donnellytest: fix compiler error
2025-10-13 Matan Breizmanauth,*: remove conflicting fwd declarations
2025-10-13 Matan Breizmaninclude/common_fwd: Include Crypto classes
2025-10-13 Yehuda Sadehcephx: sign messages using hmac_sha256
2025-10-13 Yehuda Sadehauth: create slice api for calculating hmac_sha256
2025-10-13 Yehuda Sadehtest/auth: more aes256krb5 tests
2025-10-13 Yehuda Sadehauth: test slice interface for aes256k
2025-10-13 Yehuda Sadehtest/crypto: more aes256krb5 tests
2025-10-13 Yehuda Sadehauth: add usage param to crypto handler
2025-10-13 Yehuda Sadehauth: aes256krb5: add confounder config for unitests
2025-10-13 Yehuda Sadehcephx: add configurable to set allowed ciphers
2025-10-13 Yehuda Sadehauth: remove unused code
2025-10-13 Yehuda Sadehauth: add a configurable to control rotating keys ciphe...
2025-10-13 Yehuda Sadehauth/cephx: session key type is set to client key type
2025-10-13 Yehuda Sadehauth/cephx: switch default cipher to AES256KRB5
2025-10-13 Yehuda Sadehauth/cephx: modify client + server challenges hashing
2025-10-13 Yehuda Sadehceph-authtool: support --key-type param
2025-10-13 Yehuda Sadehauth/crypto: add support for aes256-hmac384-192
2025-10-13 Yehuda Sadehauth: propagate ceph context to encrypt/decrypt
2025-10-13 Max Kellermannmsg/Dispatcher: simplify and optimize the `marrival...
2025-10-13 Max Kellermannmsg/async/AsyncConnection: move the writeCallback inste...
2025-10-13 Max Kellermannmsg/async/AsyncConnection: do not wrap writeCallback...
2025-10-13 Max Kellermannmsg/async/frames_v2: use zero-initialization instead...
2025-10-13 Max Kellermannmsg/async/Event: use zero-initialization instead of...
2025-10-13 Max Kellermannmsg/Message: use zero-initialization instead of memset()
2025-10-13 Max Kellermannmsg/async/ProtocolV2: eliminate redundant std::map...
2025-10-13 Max Kellermannmsg/async/ProtocolV[12]: reverse the std::map sort...
2025-10-13 Max Kellermannmsg/async/ProtocolV[12]: use `auto`
2025-10-13 Max Kellermannmsg/async/ProtocolV[12]: use range-based `for`
2025-10-13 Max Kellermannmsg/async/ProtocolV1: use zero-initialization instead...
2025-10-13 Aishwarya Mathuriamsg/async: Encode message once features are set
2025-10-10 Christopher... Merge pull request #62918 from rishabh-d-dave/wip-71018...
2025-10-10 Christopher... Merge pull request #63222 from rishabh-d-dave/wip-71276...
2025-10-10 Christopher... Merge pull request #64205 from rishabh-d-dave/wip-71854...
2025-10-09 Dan MickMerge pull request #65838 from phlogistonjohn/jjm-rmc...
2025-10-09 NitzanMordhaiMerge pull request #65444 from NitzanMordhai/wip-72919...
2025-10-09 David GallowayMerge pull request #65844 from phlogistonjohn/jjm-bwc...
2025-10-08 John Mulliganscript/build-with-container: improve error handling...
2025-10-08 John Mulliganscript/build-with-container: add debian 13 (trixie)
2025-10-08 John Mulliganscript/build-with-container: add ubuntu 20.04 (focal)
2025-10-08 John Mulliganscript/build-with-container: add a pair of fedora distr...
2025-10-08 John Mulliganscript/build-with-container: lightly organize the distr...
2025-10-08 John Mulliganscript/build-with-container: be consistent with naming...
2025-10-08 Dan Micksrc/script: add bookworm to build-with-container.py
2025-10-08 John Mulliganbuild-with-container: ensure npm dir is set up before...
2025-10-08 John Mulliganrun-make-check.sh: handle sudo and command that may...
2025-10-08 John Mulliganinstall-deps: extract SUDO variable logic into a reusab...
2025-10-06 Yuri WeinsteinMerge pull request #65462 from pdvian/wip-72853-squid
2025-10-06 Yuri WeinsteinMerge pull request #65214 from ifed01/wip-ifed-discard...
2025-10-06 Yuri WeinsteinMerge pull request #65006 from mchangir/wip-72564-squid
2025-10-05 Ilya DryomovMerge pull request #65335 from abitdrag/wip-72817-squid
2025-10-02 Yuri WeinsteinMerge pull request #64739 from VinayBhaskar-V/wip-72319...
2025-10-01 Yuri WeinsteinMerge pull request #65665 from kchheda3/wip-73055-squid
2025-09-30 Aashish SharmaMerge pull request #65709 from aaSharma14/wip-73293...
2025-09-29 Pedro Gonzalez... Merge pull request #65706 from rhcs-dashboard/wip-73274...
2025-09-29 Aashish Sharmamonitoring: fix MTU Mismatch alert rule and expr
2025-09-29 Rishabh Daverelease note: add note for change in format of name...
2025-09-29 Naman Munetmgr/dashboard: Blank entry for Storage Capacity in...
2025-09-26 Yuri WeinsteinMerge pull request #64456 from cbodley/wip-72090-squid
2025-09-26 Christopher... Merge pull request #65141 from mchangir/wip-70925-squid
2025-09-26 Aashish SharmaMerge pull request #65620 from aaSharma14/wip-73167...
2025-09-26 Aashish SharmaMerge pull request #65671 from aaSharma14/wip-73231...
2025-09-25 Rishabh Daverelease note: add a note for "snapshot getpath" command
2025-09-25 Rishabh Davedoc/cephfs: add doc for "snapshot getpath" cmd
2025-09-25 Rishabh Daveqa/cephfs: add tests for "subvolume snapshot getpath...
2025-09-25 Rishabh Davemgr/vol: add command to get snapshot path
2025-09-25 Aashish Sharmamonitoring/ceph_mixin: fix Cluster - Advanced OSD grafa...
2025-09-24 David GallowayMerge pull request #65659 from ceph/wip-squid-noble
2025-09-24 Yuri WeinsteinMerge pull request #64605 from cbodley/wip-72190-squid
2025-09-24 kchheda3rgw/account: bucket acls are not completely migrated...
2025-09-24 Casey Bodleycmake: remove _FORTIFY_SOURCE define
2025-09-24 Rishabh DaveMerge pull request #61166 from anoopcs9/wip-69306-squid
2025-09-23 Adam KingMerge pull request #65636 from adk3798/squid-cephadm...
2025-09-23 Yuri WeinsteinMerge pull request #65588 from adamemerson/wip-perfcoun...
2025-09-23 Yuri WeinsteinMerge pull request #65556 from jzhu116-bloomberg/wip...
next