]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
auth/AuthServiceHandler: drop unused start_session() args
authorIlya Dryomov <idryomov@gmail.com>
Tue, 9 Mar 2021 13:25:39 +0000 (14:25 +0100)
committerIlya Dryomov <idryomov@gmail.com>
Mon, 12 Apr 2021 19:59:41 +0000 (21:59 +0200)
commit5c156c88d113ceb022568663ff678281b15a6c4c
tree611733bfbe5467cffe3df4157ec50cd5148fcd9e
parentfd8cdf64c6a840fa2588edadffb0c14ff264cb99
auth/AuthServiceHandler: drop unused start_session() args

session_key, connection_secret and connection_secret_required_length
aren't material for start_session() across all three implementations.

Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
(cherry picked from commit c151c9659bdb71f30b520bbd62f91cc009ec51cd)

Conflicts:
src/auth/AuthServiceHandler.h [ bufferlist vs
  ceph::buffer::list ]
src/auth/cephx/CephxServiceHandler.h [ ditto ]
src/auth/none/AuthNoneServiceHandler.h [ ditto ]
src/auth/AuthServiceHandler.h
src/auth/cephx/CephxServiceHandler.cc
src/auth/cephx/CephxServiceHandler.h
src/auth/krb/KrbServiceHandler.cpp
src/auth/krb/KrbServiceHandler.hpp
src/auth/none/AuthNoneServiceHandler.h
src/mon/AuthMonitor.cc
src/mon/Monitor.cc