ceph/src/auth
Sage Weil dc40b37403 auth: move AuthAuthorizeHandler registry into class
Static classes with constructors and destructors are dangerous.  Explicitly
manage these as part of the server components (OSD, MDS).

Fixes: #1608
Signed-off-by: Sage Weil <sage@newdream.net>
2011-10-07 16:47:35 -07:00
..
cephx auth: fix authorizer leak fix 2011-10-06 16:17:14 -07:00
none AuthNone: encode entity name in authorizer 2011-06-21 11:16:11 -07:00
Auth.h auth: const cleanup 2011-04-20 15:16:00 -07:00
AuthAuthorizeHandler.cc auth: move AuthAuthorizeHandler registry into class 2011-10-07 16:47:35 -07:00
AuthAuthorizeHandler.h auth: move AuthAuthorizeHandler registry into class 2011-10-07 16:47:35 -07:00
AuthClientHandler.cc auth: de-globalize AuthClientHandler and friends 2011-06-20 16:22:27 -07:00
AuthClientHandler.h auth: de-globalize AuthClientHandler and friends 2011-06-20 16:22:27 -07:00
AuthServiceHandler.cc auth: AuthSupported: deglobalize 2011-06-20 16:41:42 -07:00
AuthServiceHandler.h auth: de-globalize AuthServiceHandler and pals 2011-06-20 16:22:27 -07:00
AuthSupported.cc auth: use set<> instead of map<,bool> 2011-08-10 08:46:49 -07:00
AuthSupported.h auth: AuthSupported: deglobalize 2011-06-20 16:41:42 -07:00
Crypto.cc assert: use our assert 2011-08-31 10:00:51 -07:00
Crypto.h fix utime.h #include recursion 2011-08-26 09:11:16 -07:00
KeyRing.cc auth: keyring: whitespace 2011-09-21 09:35:03 -07:00
KeyRing.h auth: more deglobalization 2011-06-20 16:41:43 -07:00
RotatingKeyRing.cc auth: KeyRing, RotatingKeyRing: deglobalize 2011-06-20 16:35:18 -07:00
RotatingKeyRing.h auth: KeyRing, RotatingKeyRing: deglobalize 2011-06-20 16:35:18 -07:00
scheme.txt