summaryrefslogtreecommitdiffstats
path: root/src/auth/AuthClientHandler.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* auth: Update AuthClientHandler.h to work without using namespaceAdam C. Emerson2019-03-291-4/+4
* auth: make connection_secret a std::stringSage Weil2019-02-071-1/+1
* auth/AuthClientHandler: add build_initial_request hookSage Weil2019-02-071-0/+3
* auth/AuthClientHandler: pass in session_key, connection_secret pointersSage Weil2019-02-071-1/+3
* auth,common: switch to ceph::mutex, etcKefu Chai2018-09-271-5/+2
* auth: drop the RWLock in AuthClientHandlerKefu Chai2018-08-231-7/+3
* auth: switch to LockPolicy templatized alternativesKefu Chai2018-08-161-7/+10
* auth: move get_auth_client_handler() into AuthClientHandlerKefu Chai2018-08-161-4/+3
* core: use const_iterator for decodeKefu Chai2018-05-171-1/+1
* auth: AuthClientHandler::init() pass parameter by const refKefu Chai2017-02-141-1/+1
* auth/AuthClientHandler.h: remove unneeded forward declarationLi Wang2016-12-011-1/+0
* auth/cephx: kill dead codexie xingguo2016-06-121-5/+0
* AUTH: optimize header file dependency.shawn2016-05-201-5/+0
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1
* auth: remove unused get_global_id() methodJosh Durgin2014-04-091-1/+0
* auth: make AuthClientHandler::validate_ticket() protectedJosh Durgin2014-04-091-2/+2
* auth: AuthClientHandler const cleanupJosh Durgin2014-04-091-4/+4
* auth: separate writes of build_request() into prepare_build_request()Josh Durgin2014-04-091-0/+1
* auth: remove unused tick() methodJosh Durgin2014-04-091-1/+0
* auth: add rwlock to AuthClientHandler to prevent racesJosh Durgin2014-04-091-11/+6
* Fix compilation -Wmismatched-tags warningsChristophe Courtaut2013-08-091-1/+1
* auth: fix uninit varsSage Weil2012-08-311-1/+1
* auth: de-globalize AuthClientHandler and friendsColin Patrick McCabe2011-06-211-2/+6
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* cephx: separate KeyRing and RotatingKeyRingSage Weil2010-02-041-1/+2
* auth: reuse global_id when requesting ticketsYehuda Sadeh2009-11-171-0/+1
* auth: verify global_id with the one on the ticketYehuda Sadeh2009-11-091-0/+3
* auth: fix 'auth none' authenticationYehuda Sadeh2009-10-311-1/+1
* auth: send request for tickets when neededYehuda Sadeh2009-10-271-0/+1
* auth: cephx handler verifies keys expirationYehuda Sadeh2009-10-261-2/+9
* auth: move auth rotating interaction into auth handlersSage Weil2009-10-241-1/+1
* auth: move most Auth.h stuff into cephx/CephxProtocol.hSage Weil2009-10-231-4/+1
* msgr: put AuthAuthorizer on heap, set protocol field during connectSage Weil2009-10-231-1/+1
* auth: simplify AuthClientHandler interfaceSage Weil2009-10-231-44/+13
* auth: better encapsulate cephx protocolSage Weil2009-10-231-79/+27
* auth: return bool from build_authorizerSage Weil2009-10-231-1/+1
* auth: merge envelope, cephx handshakeSage Weil2009-10-231-11/+0
* auth: remove (unused) addr field from authenticate, ticketSage Weil2009-10-231-1/+0
* auth: kill some unused AuthClientHandler fieldsSage Weil2009-10-231-15/+0
* auth: kill client side timeoutsSage Weil2009-10-231-27/+3
* auth: kill dead codeSage Weil2009-10-231-3/+0
* auth: kill CephXPremable, put trans_id in msgSage Weil2009-10-231-1/+1
* auth: some cleanupSage Weil2009-10-221-1/+1
* auth: authorize keeps stateYehuda Sadeh2009-10-221-2/+2
* auth: fix several issues with system initYehuda Sadeh2009-10-081-7/+11
* auth: authorize on the connect messageYehuda Sadeh2009-10-071-0/+2
* auth: separate authenticate and authorize messages and handlingYehuda Sadeh2009-10-021-3/+7
* auth: librados requests for osd and mon keysYehuda Sadeh2009-10-011-0/+3
* auth: protocol fixes, keys tool changes, keys initYehuda Sadeh2009-09-251-0/+1
* auth: reuse authorize request handling for service tickets requestsYehuda Sadeh2009-09-241-1/+1