ceph/src/auth
Dan Mick e904018872 mon, osd: Clean up "flush(stringstream); bl.append(stringstream.str())
Also: One redundant flush in AuthMonitor, two in PGMonitor, and
a ds << that should have been conditional in Monitor.

Signed-off-by: Dan Mick <dan.mick@inktank.com>
Reviewed-by: Sage Weil <sage@inktank.com>
2013-08-06 06:28:45 -07:00
..
cephx mon: include some (basic) auth info in report 2013-07-14 16:20:54 -07:00
none Various cleanup changes to session authentication code. 2012-10-26 08:57:29 -07:00
unknown Various cleanup changes to session authentication code. 2012-10-26 08:57:29 -07:00
Auth.h auth/Auth.h: prefer prefix ++operator for non-primitive types 2013-03-12 16:59:44 +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
AuthClientHandler.cc
AuthClientHandler.h
AuthMethodList.cc auth/AuthMethodList.cc: fix remove_supported_auth() 2013-03-18 14:08:22 +01:00
AuthMethodList.h auth: use none auth if keyring not found 2012-12-21 12:19:41 -08:00
AuthServiceHandler.cc
AuthServiceHandler.h
AuthSessionHandler.cc auth: include features in cephx SessionHandler 2012-10-29 15:47:45 -07:00
AuthSessionHandler.h auth: include features in cephx SessionHandler 2012-10-29 15:47:45 -07:00
Crypto.cc auth: Crypto: add encode_formatted/plaintext() functions 2013-07-10 19:02:30 -07:00
Crypto.h auth: Crypto: add encode_formatted/plaintext() functions 2013-07-10 19:02:30 -07:00
KeyRing.cc mon, osd: Clean up "flush(stringstream); bl.append(stringstream.str()) 2013-08-06 06:28:45 -07:00
KeyRing.h mon,auth: AuthMonitor, KeyRing: add Formatter-dumps of auth info 2013-07-10 19:02:31 -07:00
RotatingKeyRing.cc
RotatingKeyRing.h
scheme.txt