]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
auth: separate authenticate and authorize messages and handling
authorYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 2 Oct 2009 21:31:04 +0000 (14:31 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 2 Oct 2009 21:31:04 +0000 (14:31 -0700)
commit8a11a563abe2cd3ceed2d239551f5f68735921d1
treed6bbd1cbcc7948634b8d1848891b53a4e224d5f4
parent17ac2cea99dfdd2eac02798cd4ff257833530f8b
auth: separate authenticate and authorize messages and handling
18 files changed:
src/Makefile.am
src/auth/Auth.cc
src/auth/Auth.h
src/auth/AuthClientHandler.cc
src/auth/AuthClientHandler.h
src/auth/AuthServiceManager.cc
src/auth/AuthorizeServer.cc [new file with mode: 0644]
src/auth/AuthorizeServer.h [new file with mode: 0644]
src/auth/KeyRing.cc
src/auth/KeyRing.h
src/auth/KeysServer.h
src/include/ceph_fs.h
src/librados.cc
src/messages/MAuthorize.h [new file with mode: 0644]
src/mon/MonClient.h
src/mon/Monitor.cc
src/mon/Monitor.h
src/msg/Message.cc