ceph/src/auth
Danny Al-Gaaf bbf0582342 make ctors with one argument explicit
Use explicit keyword for constructors with one argument to
prevent implicit usage as conversion functions.

Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2016-01-29 23:48:58 +01:00
..
cephx make ctors with one argument explicit 2016-01-29 23:48:58 +01:00
none make ctors with one argument explicit 2016-01-29 23:48:58 +01:00
unknown auth: make AuthClientHandler::validate_ticket() protected 2014-04-09 14:31:36 -07:00
Auth.h auth/Auth.h: mark constructor as explicit 2015-03-12 17:47:57 +01:00
AuthAuthorizeHandler.cc Temporary patch to a problem in Pipe related to monitor initialization. 2012-10-29 12:42:29 -07:00
AuthAuthorizeHandler.h auth: remove unused private var [-Wunused-private-field] 2013-11-01 16:17:22 -07:00
AuthClientHandler.cc
AuthClientHandler.h make ctors with one argument explicit 2016-01-29 23:48:58 +01:00
AuthMethodList.cc auth: add missing header for list 2013-11-05 13:26:33 -08:00
AuthMethodList.h automake cleanup: renamed inttypes.h 2013-09-07 22:41:10 +02:00
AuthServiceHandler.cc auth: AuthSupported -> AuthMethodList 2012-07-29 19:27:31 -07:00
AuthServiceHandler.h make ctors with one argument explicit 2016-01-29 23:48:58 +01:00
AuthSessionHandler.cc auth: include features in cephx SessionHandler 2012-10-29 15:47:45 -07:00
AuthSessionHandler.h make ctors with one argument explicit 2016-01-29 23:48:58 +01:00
Crypto.cc auth/Crypto.cc: close theoretical memory leak 2016-01-29 21:51:17 +01:00
Crypto.h auth: return error code from encrypt/decrypt; make error string optional 2015-04-21 17:00:27 -07:00
KeyRing.cc c++11: replace auto_ptr with unique_ptr 2015-08-03 11:16:13 -04:00
KeyRing.h mon: implement --key for --mkfs 2014-01-01 11:07:42 +01:00
Makefile.am automake cleanup: implementing non-recursive make 2013-09-08 00:11:09 +02:00
RotatingKeyRing.cc
RotatingKeyRing.h
scheme.txt