summaryrefslogtreecommitdiff
path: root/src/auth/none
Commit message (Expand)AuthorAgeFilesLines
* log: new logging infrastructureSage Weil2012-03-271-0/+2
* AuthNone: encode entity name in authorizerColin Patrick McCabe2011-06-212-2/+3
* auth: more deglobalizationColin Patrick McCabe2011-06-201-1/+0
* auth: remove remaining globalsColin Patrick McCabe2011-06-202-3/+5
* auth: de-globalize AuthServiceHandler and palsColin Patrick McCabe2011-06-201-1/+4
* auth: de-globalize AuthClientHandler and friendsColin Patrick McCabe2011-06-201-1/+4
* g_conf: change to pointerColin Patrick McCabe2011-06-071-1/+1
* config: make md_config_t.name a value, not ptrColin Patrick McCabe2011-04-141-1/+1
* Replace g_conf.name and g_conf.id with entitynameColin Patrick McCabe2011-03-081-1/+1
* common: Fix some missing includes, copyrightsColin Patrick McCabe2011-02-231-2/+14
* always throw by value; always catch by const refColin Patrick McCabe2010-10-041-1/+1
* Bug #98: Unique names for include guardsMarkus Elfring2010-06-174-8/+8
* types: standardize on uint64_tSage Weil2010-05-073-3/+3
* auth: Add an auid parameter to verify_authorizer and handle_requestGreg Farnum2010-03-053-3/+5
* auth: fix KeyStore interfaceSage Weil2010-02-042-2/+2
* cephx: separate KeyRing and RotatingKeyRingSage Weil2010-02-043-4/+6
* cephx: add struct_v throughout. some cleanup.Sage Weil2010-02-042-0/+4
* auth: change server side negotiation a bitSage Weil2009-11-181-2/+3
* auth: reuse global_id when requesting ticketsYehuda Sadeh2009-11-161-2/+2
* auth: fix mds messages filteringYehuda Sadeh2009-11-121-0/+1
* auth: auth none encodes global_id at build_authorizerYehuda Sadeh2009-11-092-5/+4
* auth: pass global_id to the osd, mds verify-authorizersYehuda Sadeh2009-11-093-2/+6
* auth: verify global_id with the one on the ticketYehuda Sadeh2009-11-092-1/+3
* auth: fix authorizer in the 'none' protocol caseYehuda Sadeh2009-11-032-2/+7
* auth: fix 'auth none' authenticationYehuda Sadeh2009-10-301-1/+1
* auth: define authorize callbacks for different auth protocolsYehuda Sadeh2009-10-303-1/+52
* auth: CEPH_AUTH_NONE auth and caps workingYehuda Sadeh2009-10-291-5/+8
* auth: return correct auth typeYehuda Sadeh2009-10-291-1/+1
* auth: auth-none protocol stubsYehuda Sadeh2009-10-293-0/+101