summaryrefslogtreecommitdiffstats
path: root/src/auth/AuthServiceHandler.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* mon: fail fast when unauthorized global_id (re)use is disallowedIlya Dryomov2021-04-061-0/+3
* auth/cephx: option to disallow unauthorized global_id (re)useIlya Dryomov2021-04-061-1/+18
* auth/AuthServiceHandler: keep track of global_id and whether it is newIlya Dryomov2021-04-061-7/+15
* auth/AuthServiceHandler: drop unused start_session() argsIlya Dryomov2021-04-061-4/+1
* crimson:common add TOPNSPC namespace for ceph and crimsonChunmei Liu2020-02-281-1/+1
* auth: Update AuthServiceHandler.h to work without using namespaceAdam C. Emerson2019-03-291-4/+4
* auth: make connection_secret a std::stringSage Weil2019-02-071-2/+4
* auth/AuthServiceHandler: take session_key and connection_secret as argsSage Weil2019-02-071-2/+7
* auth: clean up AuthServiceHandler::handle_request() argsSage Weil2019-02-071-1/+4
* auth: clean up AuthServiceHandler::start_session()Sage Weil2019-02-071-1/+3
* auth: remove auid args from handle_request and verify_authorizerSage Weil2018-08-311-1/+1
* core: use const_iterator for decodeKefu Chai2018-05-171-2/+2
* common: Remove redundant includesBrad Hubbard2017-05-131-2/+5
* AUTH: optimize header file dependency.shawn2016-05-201-1/+0
* make ctors with one argument explicitDanny Al-Gaaf2016-01-291-1/+1
* auth: remove global instance of auth_supportedSage Weil2011-10-131-2/+1
* auth: de-globalize AuthServiceHandler and palsColin Patrick McCabe2011-06-211-2/+7
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-171-2/+2
* types: standardize on uint64_tSage Weil2010-05-071-1/+1
* auth: Add an auid parameter to verify_authorizer and handle_requestGreg Farnum2010-03-061-1/+1
* auth: change server side negotiation a bitSage Weil2009-11-181-1/+1
* auth: reuse global_id when requesting ticketsYehuda Sadeh2009-11-171-2/+2
* auth: verify global_id with the one on the ticketYehuda Sadeh2009-11-091-1/+4
* auth: define authorize callbacks for different auth protocolsYehuda Sadeh2009-10-301-2/+2
* auth: CEPH_AUTH_NONE auth and caps workingYehuda Sadeh2009-10-291-3/+6
* auth: mon does not filter messages that come from monYehuda Sadeh2009-10-281-0/+2
* auth: pass mon caps to the sessionYehuda Sadeh2009-10-241-1/+1
* auth: move cephx server side into cephx dirSage Weil2009-10-231-8/+3
* auth: better encapsulate cephx protocolSage Weil2009-10-231-0/+1
* auth: kill useless AuthServiceManager; rename file to AuthServiceHandlerSage Weil2009-10-221-0/+36