summaryrefslogtreecommitdiff
path: root/src/auth/Auth.h
Commit message (Expand)AuthorAgeFilesLines
* auth: const cleanupColin Patrick McCabe2011-04-201-4/+10
* Create common/entity_name.hColin Patrick McCabe2011-03-081-84/+3
* 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: move CEPH_AUTH_UID_DEFAULT into ceph_fs.hGreg Farnum2010-03-051-2/+0
* auth: re-add auid to EntityAuth and AuthTicket.Greg Farnum2010-03-051-7/+21
* Revert a number of auth_uid commits.Greg Farnum2010-03-031-22/+4
* auth: Add an auth_uid to AuthTicket. Still to do: copy it aroundGreg Farnum2010-03-021-0/+1
* auth: misc printing and initialization fixesGreg Farnum2010-03-021-2/+5
* auth: constant for unknown/unsecured userGreg Farnum2010-03-021-2/+6
* auth: auth_uid needs to be in AuthCapsInfo as well.Greg Farnum2010-02-251-5/+10
* auth: Add a uid field to EntityAuth; make it a required featureGreg Farnum2010-02-241-1/+6
* cephx: fix up key rotationSage Weil2010-02-101-2/+21
* auth: fix KeyStore interfaceSage Weil2010-02-041-2/+1
* cephx: separate KeyRing and RotatingKeyRingSage Weil2010-02-041-5/+19
* cephx: add struct_v throughout. some cleanup.Sage Weil2010-02-041-2/+18
* auth: use KeyRing encode/decodeSage Weil2010-02-031-1/+1
* auth: set initial values in misc structsSage Weil2009-11-191-2/+6
* auth: initialize EntityName type in constructorSage Weil2009-11-191-0/+2
* auth: add missing virtual destructorsSage Weil2009-11-191-0/+1
* auth: verify global_id with the one on the ticketYehuda Sadeh2009-11-091-0/+3
* auth: AuthBlob -> CephXTicketBlobSage Weil2009-10-291-16/+0
* auth: CEPH_AUTH_NONE auth and caps workingYehuda Sadeh2009-10-291-1/+19
* auth: some paxos messages require admin userYehuda Sadeh2009-10-281-0/+4
* auth: client requests tickets when neededYehuda Sadeh2009-10-271-1/+0
* auth: move one more typeSage Weil2009-10-231-8/+0
* auth: a few commentsSage Weil2009-10-231-1/+3
* auth: move most Auth.h stuff into cephx/CephxProtocol.hSage Weil2009-10-231-188/+8
* auth: initialize protocol field in AuthAuthorizerYehuda Sadeh2009-10-231-0/+2
* msgr: put AuthAuthorizer on heap, set protocol field during connectSage Weil2009-10-231-0/+1
* auth: simplify AuthClientHandler interfaceSage Weil2009-10-231-1/+1
* auth: simplify part of initial auth handshakeSage Weil2009-10-231-19/+0
* auth: better encapsulate cephx protocolSage Weil2009-10-231-3/+82
* auth: remove (unused) addr field from authenticate, ticketSage Weil2009-10-221-10/+3
* auth: CEPH_PRINCIPLE_ -> CEPH_ENTITY_TYPE_*Sage Weil2009-10-221-2/+2
* auth: AuthLib* -> KeyServerData::IncrementalSage Weil2009-10-221-0/+4
* auth: rename Keys* classesSage Weil2009-10-221-2/+10
* auth: some cleanupSage Weil2009-10-221-18/+14
* auth: clean out old authorizer cruft, unneeded AuthContextSage Weil2009-10-221-12/+1
* auth: authorize keeps stateYehuda Sadeh2009-10-211-2/+15
* auth: send caps to principals with the ticketYehuda Sadeh2009-10-191-6/+19
* mon: use master key for inter-mon authYehuda Sadeh2009-10-141-0/+1
* auth: monitors authenticate themselves on outgoing connectionsYehuda Sadeh2009-10-091-1/+3
* auth: authorize on the connect messageYehuda Sadeh2009-10-061-2/+7
* auth: separate authenticate and authorize messages and handlingYehuda Sadeh2009-10-021-1/+6
* auth: fix authorizeYehuda Sadeh2009-10-021-9/+0
* auth: pass secret_id for rotating secret, use it, some other fixesYehuda Sadeh2009-10-011-2/+9
* auth: mds gets rotating secretsYehuda Sadeh2009-09-301-0/+6
* auth: authenticate in the x-env protocolYehuda Sadeh2009-09-291-84/+0