summaryrefslogtreecommitdiff
path: root/src/mon/AuthMonitor.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* mon: 'auth caps <name> [svc value [svc2 value2 [...]]]'Sage Weil2011-05-171-0/+28
* Rename config.h -> common/config.hColin Patrick McCabe2011-02-231-1/+1
* auth: make g_conf.keyring a plain old stringColin Patrick McCabe2011-01-021-33/+3
* auth: Fix buggy parsing of g_conf.keyringColin Patrick McCabe2010-12-291-22/+32
* logging: eliminate dbeginlColin Patrick McCabe2010-12-071-2/+1
* mon: always use send_reply for auth repliesSage Weil2010-11-221-1/+1
* always throw by value; always catch by const refColin Patrick McCabe2010-10-041-5/+5
* Merge branch 'testing' into unstableSage Weil2010-09-131-13/+13
|\
| * mon: less log noiseSage Weil2010-09-101-13/+13
* | Merge branch 'unstable' into mon-removeSage Weil2010-07-291-2/+2
|\ \ | |/
| * mon: avoid OOB m->cmd access in auth proprocess_commandSage Weil2010-07-091-2/+2
* | Merge branch 'unstable' into mon-removeSage Weil2010-06-081-0/+2
|\ \ | |/
| * mon: fix memory-leaked messagesGreg Farnum2010-06-081-0/+2