]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
auth: introduce AuthClient and AuthServer handlers
authorSage Weil <sage@redhat.com>
Sun, 20 Jan 2019 23:03:18 +0000 (17:03 -0600)
committerSage Weil <sage@redhat.com>
Thu, 7 Feb 2019 12:53:03 +0000 (06:53 -0600)
commitcfe7f4992be3c2180f6649c4960342ab4b288f1f
tree1e608670868e33fac7d3ff1808d16863df5d33b7
parentf152b4aae181002a3a8834877e06e8db05fdf33f
auth: introduce AuthClient and AuthServer handlers

These will be the primary interfaces consumed by the messenger and
implemented by either MonClient (regular client, or service daemon) or
Monitor for doing authentication.

Signed-off-by: Sage Weil <sage@redhat.com>
src/auth/Auth.h
src/auth/AuthClient.h [new file with mode: 0644]
src/auth/AuthServer.cc [new file with mode: 0644]
src/auth/AuthServer.h [new file with mode: 0644]
src/auth/CMakeLists.txt