]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/shortlog
ceph-ci.git
2026-01-26 Patrick Donnellymsg: constify getter
2026-01-26 Patrick Donnellyauth/cephx: do not special case caps for mons
2026-01-26 Patrick Donnellytools/monmaptool: enable configuring monmap ciphers
2026-01-26 Patrick Donnellymon: provide emergency mechanism to rescue allowed_ciphers
2026-01-26 Patrick Donnellymon: convert auth configs to monmap settings
2026-01-26 Patrick Donnellydoc: add new cephx health warnings
2026-01-26 Patrick Donnellyqa: add upgrade suite for cephx
2026-01-26 Patrick Donnellyqa/tasks/ceph: add task to rotate entity keys
2026-01-26 Patrick Donnellyqa/tasks/ceph: allow cluster to be brought up with...
2026-01-26 Patrick Donnellyqa/tasks/radosbench: add extra_args conf
2026-01-26 Patrick Donnellyqa/tasks/radosbench: add auth_exit_on_failure arg
2026-01-26 Patrick Donnellyqa: add sequential_yield task
2026-01-26 Patrick Donnellyinclude/encoding: add encoder helpers for sized ints
2026-01-26 Patrick Donnellymon: add health checks for insecure keys
2026-01-26 Patrick Donnellymon: cleanup for loop
2026-01-26 Patrick Donnellymon/HealthMonitor: refactor quorum_checks/leader_checks...
2026-01-26 Patrick Donnellymon: refactor health check map through PaxosMap
2026-01-26 Patrick Donnellymon/PaxosMap: add map template for managing Paxos struc...
2026-01-26 Patrick Donnellyauth: improve programmability of key dumps
2026-01-26 Patrick Donnellycommon/entity_name: dump type name as string
2026-01-26 Patrick Donnellycommon/entity_name: remove dead method
2026-01-26 Patrick Donnellycommon/entity_name: cleanup entity_name::type
2026-01-26 Patrick Donnellycephx: add note to address technical debt
2026-01-26 Patrick Donnellyauth: check service key is valid before decryption
2026-01-26 Patrick Donnellyauth: add more debugging for service tickets
2026-01-26 Patrick Donnellyauth/cephx: set error message when decryption fails
2026-01-26 Patrick Donnellyauth/cephx: provide more debugging when sig checks...
2026-01-26 Patrick Donnellymon: provide emergency mechanism to use mon keyring
2026-01-26 Patrick Donnellymon: cycle through keyring or key_server for auth with...
2026-01-26 Patrick Donnellymon: use key_server for looking up mon key
2026-01-26 Patrick Donnellymon: dout chosen addrs after startup
2026-01-26 Patrick Donnellymon/MonClient: improve error message when failing to...
2026-01-26 Patrick Donnellyauth,mon: add _exit config when auth fails
2026-01-26 Patrick Donnellytools/ceph_authtool: allow configuring a preferred...
2026-01-26 Patrick Donnellymon/AuthMonitor: shutdown session connection on auth...
2026-01-26 Patrick Donnellymsg: add interface to shutdown Connection
2026-01-26 Matan Breizmancrimson/mon/MonClient: call _wipe_secrets_and_tickets...
2026-01-26 Matan Breizmancrimson/mon/MonClient: refacor Client::handle_monmap
2026-01-26 Matan Breizmancrimson/mon/MonClient: introduce handle_auth_failure
2026-01-26 Matan Breizmancrimson/mon/MonClient: add asock TODO comment
2026-01-26 Matan Breizmancrimson/osd/MonClient: Introduce Client::_wipe_secrets_...
2026-01-26 Matan Breizmancrimson/mon/MonClient: imitate Classic's _check_auth_ti...
2026-01-26 Matan Breizmancrimson/mon/MonClient: cleanup redundant private
2026-01-26 Patrick Donnellymon/MonClient: wipe secrets and invalidate tickets...
2026-01-26 Patrick Donnellymon/AuthMonitor: bump auth epoch when wiping service...
2026-01-26 Patrick Donnellymon/MonmapMonitor: wire up interface to bump auth epoch
2026-01-26 Patrick Donnellymon/MonMap: add auth epoch
2026-01-26 Patrick Donnellymon/AuthMonitor: add dump-keys and wipe-rotating-servic...
2026-01-26 Patrick Donnellymon/AuthMonitor: add key-type switch
2026-01-26 Patrick Donnellycommon/cmdparse: add another template cmd_getval_or...
2026-01-26 Patrick Donnellymon/Monitor: perfect forward universal ref of lambda
2026-01-26 Patrick Donnellymon/Monitor: add debugging for monmap handling
2026-01-26 Patrick Donnellymon: notify_new_monmap via MonmapMonitor::init
2026-01-26 Patrick Donnellydoc/man: document new --key-type option for ceph-authtool
2026-01-26 Patrick Donnellytools/ceph_authtool: add help message for key-type...
2026-01-26 Patrick Donnellycommon/buffer: accept "-" as stdin
2026-01-26 Patrick Donnellyauth/cephx: make some parameters const
2026-01-26 Patrick Donnellyauth: cleanup error message formatting
2026-01-26 Patrick Donnellyauth,mon: lookup ticket ttl at runtime
2026-01-26 Patrick Donnellyauth: add API to invalidate all tickets
2026-01-26 Patrick Donnellyauth: add API to wipe rotating secrets
2026-01-26 Patrick Donnellyauth/cephx: enforce sorted config keys
2026-01-26 Patrick Donnellyauth/cephx: update get_tracked_keys signature
2026-01-26 Patrick Donnellyauth: fix return type
2026-01-26 Patrick Donnellycommon: break print template into separate header
2026-01-26 Patrick Donnellycommon: remove dead option
2026-01-26 Patrick Donnellytest: fix compiler error
2026-01-26 Matan Breizmanauth,*: remove conflicting fwd declarations
2026-01-26 Matan Breizmaninclude/common_fwd: Include Crypto classes
2026-01-26 Yehuda Sadehcephx: sign messages using hmac_sha256
2026-01-26 Yehuda Sadehauth: create slice api for calculating hmac_sha256
2026-01-26 Yehuda Sadehtest/auth: more aes256krb5 tests
2026-01-26 Yehuda Sadehauth: test slice interface for aes256k
2026-01-26 Yehuda Sadehtest/crypto: more aes256krb5 tests
2026-01-26 Yehuda Sadehauth: add usage param to crypto handler
2026-01-26 Yehuda Sadehauth: aes256krb5: add confounder config for unitests
2026-01-26 Yehuda Sadehcephx: add configurable to set allowed ciphers
2026-01-26 Yehuda Sadehauth: remove unused code
2026-01-26 Yehuda Sadehauth: add a configurable to control rotating keys ciphe...
2026-01-26 Yehuda Sadehauth/cephx: session key type is set to client key type
2026-01-26 Yehuda Sadehauth/cephx: switch default cipher to AES256KRB5
2026-01-26 Yehuda Sadehauth/cephx: modify client + server challenges hashing
2026-01-26 Yehuda Sadehceph-authtool: support --key-type param
2026-01-26 Yehuda Sadehauth/crypto: add support for aes256-hmac384-192
2026-01-26 Yehuda Sadehauth: propagate ceph context to encrypt/decrypt
2026-01-25 Matan BreizmanMerge pull request #66740 from xxhdx1985126/wip-seastor... wip-kdhaduk-testing-3-2026-01-27-1359
2026-01-24 Ilya DryomovMerge pull request #67063 from idryomov/wip-74529
2026-01-24 Ilya DryomovMerge pull request #67048 from idryomov/wip-74513
2026-01-23 J. Eric IvancichMerge pull request #66622 from ivancich/wip-max-max... xxh-main-test
2026-01-23 J. Eric IvancichMerge pull request #66673 from ivancich/wip-fix-radosgw...
2026-01-23 J. Eric Ivancichrgw: enforce max max for reshard logs listings
2026-01-23 J. Eric IvancichMerge pull request #66623 from ivancich/wip-fix-bi...
2026-01-23 Sridhar SeshasayeeMerge pull request #67058 from sseshasa/wip-fix-iops...
2026-01-23 bluikkoMerge pull request #67006 from bluikko/wip-doc-radosgw...
2026-01-23 Ilya Dryomovqa: don't assume that /dev/sda or /dev/vda is present...
2026-01-23 Afreen MisbahMerge pull request #66914 from afreen23/productive...
2026-01-23 Sridhar Seshasayeeqa: Disable OSD benchmark from running for tests.
2026-01-22 David GallowayMerge pull request #67041 from Matan-B/wip-matanb-debug... wip-kdhaduk-testing-2026-01-23-1229
2026-01-22 Ilya Dryomovqa: krbd_blkroset.t: eliminate a race in the open_count...
2026-01-22 Casey BodleyMerge pull request #66625 from kshtsk/wip-dnsmasq-prese...
next