]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/shortlog
ceph-ci.git
2026-01-26 Patrick Donnellyauth/cephx: use defines for magic usage values
2026-01-26 Patrick Donnellyauth/Crypto: refactor class definition
2026-01-26 Patrick Donnellydoc/dev/cephx: clarify which session key is used
2026-01-26 Patrick Donnellydoc/dev/cephx: use consistent capitalization
2026-01-26 Patrick Donnellyauth/cephx: fix typo
2026-01-26 Marcus Wattsauth: CryptoKey, use dynamic usage keys for sts too
2026-01-26 Marcus Wattsauth: CryptoKey, use dynamic usage keys
2026-01-26 Marcus Wattsauth: CryptoKey, dynamic usage keys
2026-01-26 Marcus Wattstools/monmaptool: allow monmap ciphers to be modified...
2026-01-26 Marcus Wattsauth: CryptoKey, use secret in CryptoKeyHandler
2026-01-26 Pritha Srivastavargw/sts: changing sts key to be compliant with AES256KRB5
2026-01-26 Pritha Srivastavargw/sts: changes for using new AES256KRB5 cryptohandler
2026-01-26 Yehuda Sadehauth: extend crypto API to support multiple usages...
2026-01-26 Patrick Donnellyauth: remove superfluous error log message
2026-01-26 Patrick Donnellymon/MonClient: add assertions for monc lock in MonConne...
2026-01-26 Patrick Donnellyauth: add debugging for client cephx methods
2026-01-26 Patrick Donnellyauth: add debugging for keyring methods
2026-01-26 Patrick Donnellyauth: use explicit default destructor
2026-01-26 Patrick Donnellymsg/async: move v1 member init to header
2026-01-26 Patrick Donnellymsg: use MessageRef to manage pointer lifetime
2026-01-26 Patrick Donnellymsg/DispatchQueue: add debugging for queue discard
2026-01-26 Patrick Donnellymsg/Connection: move destructor to object file
2026-01-26 Patrick Donnellymds: move messages to be sent
2026-01-26 Patrick DonnellyPendingReleaseNotes: add note for cephx upgrade
2026-01-26 Patrick Donnellydoc: update cephx details for upgrade procedure
2026-01-26 Patrick Donnellyauth/AuthRegistry: refresh config on startup
2026-01-26 Patrick Donnellycommon/options: remove auth_supported
2026-01-26 Patrick Donnellyqa: check health warnings in cephx upgrade
2026-01-26 Patrick Donnellyqa/tasks/ceph: allow configuring key settings for initi...
2026-01-26 Patrick Donnellyqa/tasks/ceph.key_rotate: provide mechanism to rotate...
2026-01-26 Patrick Donnellyqa/tasks/ceph.healthy: indicate expected failing checks
2026-01-26 Patrick Donnellyqa/tasks/ceph: add key pruning task
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
next