]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
auth: client side protocol handler
authorYehuda Sadeh <yehuda@hq.newdream.net>
Wed, 26 Aug 2009 21:02:49 +0000 (14:02 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Wed, 26 Aug 2009 21:02:49 +0000 (14:02 -0700)
commit811276f745b7d505e82107f6505578e66cf0b5a4
treeb3ddb9138dab407eb1caacff970e116348cd8009
parentd34958ce49a643ebb074a025e09c2027e6693519
auth: client side protocol handler
13 files changed:
src/Makefile.am
src/auth/AuthClientHandler.cc [new file with mode: 0644]
src/auth/AuthManager.cc [deleted file]
src/auth/AuthManager.h [deleted file]
src/auth/AuthProtocol.h [new file with mode: 0644]
src/auth/AuthServiceManager.cc [new file with mode: 0644]
src/auth/AuthServiceManager.h [new file with mode: 0644]
src/librados.cc
src/mon/ClientMonitor.cc
src/mon/ClientMonitor.h
src/mon/MonClient.cc
src/mon/MonClient.h
src/msg/Message.cc