]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
auth: kill CephXPremable, put trans_id in msg
authorSage Weil <sage@newdream.net>
Thu, 22 Oct 2009 22:09:11 +0000 (15:09 -0700)
committerSage Weil <sage@newdream.net>
Thu, 22 Oct 2009 22:09:11 +0000 (15:09 -0700)
commit61bd2ee7e6112a44e3ad7a037658b6198feed193
tree6997c40f3ed2a0e8b77ec4209cec6cbc22ac6e33
parent84483b9203fcd27fb192c25af532625007a04e51
auth: kill CephXPremable, put trans_id in msg

The preamble just identifies different conversations; it's
not really part of the cephx protocol.  This simplifies
the code a bit.
src/auth/AuthClientHandler.cc
src/auth/AuthClientHandler.h
src/auth/AuthProtocol.h
src/messages/MAuth.h
src/messages/MAuthReply.h
src/messages/MAuthorize.h
src/mon/AuthMonitor.cc
src/mon/MonClient.cc
src/mon/Monitor.cc