]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
auth: define authorize callbacks for different auth protocols
authorYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 30 Oct 2009 20:20:53 +0000 (13:20 -0700)
committerYehuda Sadeh <yehuda@hq.newdream.net>
Fri, 30 Oct 2009 20:21:36 +0000 (13:21 -0700)
commit2f19cc8da8d16a76fd3ef5057109a57a195e0115
tree433d5d7584f81c038080b3c32d37dbb9dc323fc5
parent61216cdd7f06e3454ec5dd27b3ba4381f45d84d4
auth: define authorize callbacks for different auth protocols
src/Makefile.am
src/auth/AuthAuthorizeHandler.cc [new file with mode: 0644]
src/auth/AuthAuthorizeHandler.h [new file with mode: 0644]
src/auth/AuthServiceHandler.h
src/auth/cephx/CephxAuthorizeHandler.cc [new file with mode: 0644]
src/auth/cephx/CephxAuthorizeHandler.h [new file with mode: 0644]
src/auth/none/AuthNoneAuthorizeHandler.cc [new file with mode: 0644]
src/auth/none/AuthNoneAuthorizeHandler.h [new file with mode: 0644]
src/auth/none/AuthNoneProtocol.h
src/osd/OSD.cc
src/osd/OSD.h