summaryrefslogtreecommitdiff
path: root/src/mon/AuthMonitor.cc
Commit message (Expand)AuthorAgeFilesLines
* cleanup: changed order of #includes, global_context.h, debug.hwip-doutRoald J. van Loon2012-12-241-14/+15
* cleanup: debug.h/dout.h and global_ceph_context changesRoald J. van Loon2012-12-221-0/+2
* auth: improve loggingYehuda Sadeh2012-12-071-0/+1
* mon: add new get_bl_[sn|ss]_safe functionsGreg Farnum2012-11-281-1/+1
* mon: AuthMonitor: increase log levels when logging secretsJoao Eduardo Luis2012-11-231-2/+4
* mon/AuthMonitor: refactor assign_global_idSage Weil2012-11-181-18/+16
* mon/AuthMonitor: reorder session->put()Sage Weil2012-11-181-3/+2
* mon: AuthMonitor: check return valuesJoao Eduardo Luis2012-10-171-3/+7
* Merge remote-tracking branch 'gh/next'Sage Weil2012-10-041-1/+2
|\
| * mon: do not tick() until all paxos instances recoverSage Weil2012-10-031-1/+2
* | mon: fix uninit var warning in session startupSage Weil2012-09-281-1/+1
|/
* mon: update 'auth' help/usageSage Weil2012-09-271-2/+3
* mon: differentiate cluster and client auth requirementsSage Weil2012-08-081-1/+8
* mon: conditionally encode auth incremental with quorum feature bitsSage Weil2012-06-211-1/+1
* mon: add 'auth get-or-create' variant that outputs a keyringSage Weil2012-06-081-4/+20
* make everyone use our assert #include and macroSage Weil2012-06-061-1/+2
* mon: push down 'auth ...' command auth checksSage Weil2012-05-221-1/+18
* mon: fix 'get-or-create-key'Sage Weil2012-05-221-1/+1
* keyring: always encode in plaintextSage Weil2012-05-161-2/+2
* mon: make 'auth get-key <name>' return keySage Weil2012-05-161-1/+1
* mon: 'auth list' is a read-only operationSage Weil2012-05-161-7/+6
* mon: 'auth get-or-create-key name capsys capval capsys2 capval2 ...'Sage Weil2012-05-161-1/+63
* mon: make 'auth get <name>' dump plaintext keyringSage Weil2012-05-161-1/+1
* mon: drop obsolete osd/PG.h #includesSage Weil2012-04-291-1/+0
* log: new logging infrastructureSage Weil2012-03-271-1/+1
* Merge remote-tracking branch 'gh/wip-mon-lag'Sage Weil2012-02-131-4/+2
|\
| * mon: make PaxosService::update_from_paxos return void.Greg Farnum2012-02-071-4/+2
* | mon: better MonCaps test casesSage Weil2012-02-081-1/+1
|/
* mon: trim old auth statesSage Weil2012-01-291-0/+5
* monc: get latest monmap during authenticationSage Weil2011-12-291-0/+5
* paxosservice: remove unused committed() callbackSage Weil2011-11-191-5/+0
* mon: renamed get_latest* -> get_stashed*Sage Weil2011-11-161-2/+2
* mon: fix ver tracking for auth databaseSage Weil2011-11-161-2/+3
* mon: always load stashed version when version doesn't matchSage Weil2011-11-161-11/+8
* mon: fix up update_from_paxos() methodsSage Weil2011-11-111-1/+2
* mon: clean up mkfs seed dataSage Weil2011-11-111-1/+5
* mon: create initial states after quorum is formedSage Weil2011-11-111-0/+6
* mon: stage mkfs seed info in mkfs/ dirSage Weil2011-11-111-4/+7
* mon: eliminate PaxosService::init()Sage Weil2011-11-111-30/+0
* mon: revamp monitor statesSage Weil2011-11-071-2/+2
* auth: remove global instance of auth_supportedSage Weil2011-10-131-2/+2
* mon: auth: implement 'auth print-key <name>'Sage Weil2011-09-271-1/+20
* mon: fix error return codes for 'auth ...'Sage Weil2011-09-271-9/+9
* mon: auth: generate random key on 'auth add ...' if no keyring is providedSage Weil2011-09-271-13/+19
* Convert g_ceph_context to a pointer.Colin Patrick McCabe2011-06-211-2/+2
* auth: KeyRing, RotatingKeyRing: deglobalizeColin Patrick McCabe2011-06-201-1/+1
* auth: de-globalize AuthServiceHandler and palsColin Patrick McCabe2011-06-201-1/+2
* Create de-globalized versions of the dout macroColin Patrick McCabe2011-06-201-2/+2
* g_conf: change to pointerColin Patrick McCabe2011-06-071-2/+2
* osd: add --mkkey mkfs optionSage Weil2011-05-171-1/+6