summaryrefslogtreecommitdiffstats
path: root/src/auth/krb (follow)
Commit message (Expand)AuthorAgeFilesLines
* auth: EACCES, not EPERMSage Weil2019-10-232-4/+4
* auth/krb: fix Kerberos compile errorhuangjun2019-05-161-1/+1
* auth,mon,crimson: pass KeyStore by const referenceKefu Chai2019-04-281-1/+1
* auth: introduce DummyAuthSessionHandler.Radoslaw Zarzynski2019-02-211-15/+1
* auth: make AuthSessionHandler purely abstract.Radoslaw Zarzynski2019-02-211-7/+1
* auth: drop no_security() from AuthSessionHandler.Radoslaw Zarzynski2019-02-211-1/+1
* auth: make connection_secret a std::stringSage Weil2019-02-078-12/+18
* auth/AuthAuthorizeHandler: fix args for verify_authorizer()Sage Weil2019-02-072-21/+26
* auth: constify bufferlist arg to AuthAuthorizer::add_challenge()Sage Weil2019-02-071-1/+1
* auth/AuthClientHandler: pass in session_key, connection_secret pointersSage Weil2019-02-072-3/+8
* auth/AuthServiceHandler: take session_key and connection_secret as argsSage Weil2019-02-072-11/+21
* auth: clean up AuthServiceHandler::handle_request() argsSage Weil2019-02-072-11/+11
* auth: clean up AuthServiceHandler::start_session()Sage Weil2019-02-072-9/+7
* msg,cephx: establish a unique connection_secret for every connectionSage Weil2019-01-234-5/+11
* auth/krb: Fix Kerberos build warningsDaniel Oliveira2018-12-201-3/+2
* auth: Kerberos authenticationoliveiradan2018-12-049-0/+1001