summaryrefslogtreecommitdiff
path: root/src/auth/AuthClientHandler.cc
Commit message (Expand)AuthorAgeFilesLines
* auth: de-globalize AuthClientHandler and friendsColin Patrick McCabe2011-06-201-3/+4
* cephx: separate KeyRing and RotatingKeyRingSage Weil2010-02-041-3/+3
* auth: auth-none protocol stubsYehuda Sadeh2009-10-291-0/+3
* msgr: put AuthAuthorizer on heap, set protocol field during connectSage Weil2009-10-231-11/+0
* auth: simplify AuthClientHandler interfaceSage Weil2009-10-231-68/+2
* auth: better encapsulate cephx protocolSage Weil2009-10-231-303/+41
* auth: return bool from build_authorizerSage Weil2009-10-221-4/+3
* auth: merge envelope, cephx handshakeSage Weil2009-10-221-90/+55
* auth: remove (unused) addr field from authenticate, ticketSage Weil2009-10-221-1/+1
* auth: kill client side timeoutsSage Weil2009-10-221-32/+4
* auth: kill dead codeSage Weil2009-10-221-65/+1
* auth: kill CephXPremable, put trans_id in msgSage Weil2009-10-221-20/+7
* auth: call the protocol CEPHXSage Weil2009-10-221-1/+1
* auth: CEPH_PRINCIPLE_ -> CEPH_ENTITY_TYPE_*Sage Weil2009-10-221-2/+2
* auth: authorize keeps stateYehuda Sadeh2009-10-211-19/+11
* monc: simplify authentication stateSage Weil2009-10-211-2/+2
* auth: fix several issues with system initYehuda Sadeh2009-10-071-4/+2
* auth: authorize on the connect messageYehuda Sadeh2009-10-061-0/+15
* auth: separate authenticate and authorize messages and handlingYehuda Sadeh2009-10-021-4/+31
* auth: librados requests for osd and mon keysYehuda Sadeh2009-09-301-2/+3
* auth: authenticate in the x-env protocolYehuda Sadeh2009-09-291-3/+18
* auth: use key in keyring getting session key and ticketYehuda Sadeh2009-09-251-11/+7
* auth: reuse authorize request handling for service tickets requestsYehuda Sadeh2009-09-241-0/+7
* auth: break out authenticate requestSage Weil2009-09-231-6/+4
* auth: monclient creates session asynchronouslyYehuda Sadeh2009-09-221-8/+53
* auth: fix deadlockYehuda Sadeh2009-09-221-1/+0
* auth: add missing lockYehuda Sadeh2009-09-161-4/+3
* auth: authorizeYehuda Sadeh2009-09-151-69/+35
* auth: new improved mechanism works nowYehuda Sadeh2009-09-151-19/+9
* auth: move code around, making some orderYehuda Sadeh2009-09-151-168/+168
* auth: comprehensive overhaul (not working yet)Yehuda Sadeh2009-09-151-90/+140
* auth: authorize response handlingYehuda Sadeh2009-09-111-14/+26
* auth: interface adjustmentsYehuda Sadeh2009-09-111-29/+41
* auth: authorize stuffYehuda Sadeh2009-09-111-10/+78
* auth: refactor interface with monclientYehuda Sadeh2009-09-101-19/+103
* Merge branch 'auth' of ssh://ceph.newdream.net/git/ceph into authYehuda Sadeh2009-09-091-0/+32
|\
| * auth: refactor MonClient <-> AuthClientHandler interfaceSage Weil2009-09-091-0/+32
* | auth: multiple tickets handlingYehuda Sadeh2009-09-091-10/+17
|/
* auth: stop auth sequence after getting the ticketsYehuda Sadeh2009-09-081-0/+6
* auth: consolidate messages, renameYehuda Sadeh2009-09-081-6/+10
* auth: handle keys request, cleanupYehuda Sadeh2009-09-021-7/+16
* auth: follow auth with keys requestYehuda Sadeh2009-08-311-14/+21
* auth: client/auth tgt sequence, protocol implementationYehuda Sadeh2009-08-281-8/+97
* auth: move things aroundYehuda Sadeh2009-08-261-29/+1
* auth: rename first part of auth protocolYehuda Sadeh2009-08-261-3/+23
* auth: client side protocol handlerYehuda Sadeh2009-08-261-0/+95