| Commit message (Expand) | Author | Age | Files | Lines |
* | cleanup: changed order of #includes, global_context.h, debug.hwip-dout | Roald J. van Loon | 2012-12-24 | 1 | -3/+3 |
* | auth: de-globalize AuthClientHandler and friends | Colin Patrick McCabe | 2011-06-20 | 1 | -3/+4 |
* | cephx: separate KeyRing and RotatingKeyRing | Sage Weil | 2010-02-04 | 1 | -3/+3 |
* | auth: auth-none protocol stubs | Yehuda Sadeh | 2009-10-29 | 1 | -0/+3 |
* | msgr: put AuthAuthorizer on heap, set protocol field during connect | Sage Weil | 2009-10-23 | 1 | -11/+0 |
* | auth: simplify AuthClientHandler interface | Sage Weil | 2009-10-23 | 1 | -68/+2 |
* | auth: better encapsulate cephx protocol | Sage Weil | 2009-10-23 | 1 | -303/+41 |
* | auth: return bool from build_authorizer | Sage Weil | 2009-10-22 | 1 | -4/+3 |
* | auth: merge envelope, cephx handshake | Sage Weil | 2009-10-22 | 1 | -90/+55 |
* | auth: remove (unused) addr field from authenticate, ticket | Sage Weil | 2009-10-22 | 1 | -1/+1 |
* | auth: kill client side timeouts | Sage Weil | 2009-10-22 | 1 | -32/+4 |
* | auth: kill dead code | Sage Weil | 2009-10-22 | 1 | -65/+1 |
* | auth: kill CephXPremable, put trans_id in msg | Sage Weil | 2009-10-22 | 1 | -20/+7 |
* | auth: call the protocol CEPHX | Sage Weil | 2009-10-22 | 1 | -1/+1 |
* | auth: CEPH_PRINCIPLE_ -> CEPH_ENTITY_TYPE_* | Sage Weil | 2009-10-22 | 1 | -2/+2 |
* | auth: authorize keeps state | Yehuda Sadeh | 2009-10-21 | 1 | -19/+11 |
* | monc: simplify authentication state | Sage Weil | 2009-10-21 | 1 | -2/+2 |
* | auth: fix several issues with system init | Yehuda Sadeh | 2009-10-07 | 1 | -4/+2 |
* | auth: authorize on the connect message | Yehuda Sadeh | 2009-10-06 | 1 | -0/+15 |
* | auth: separate authenticate and authorize messages and handling | Yehuda Sadeh | 2009-10-02 | 1 | -4/+31 |
* | auth: librados requests for osd and mon keys | Yehuda Sadeh | 2009-09-30 | 1 | -2/+3 |
* | auth: authenticate in the x-env protocol | Yehuda Sadeh | 2009-09-29 | 1 | -3/+18 |
* | auth: use key in keyring getting session key and ticket | Yehuda Sadeh | 2009-09-25 | 1 | -11/+7 |
* | auth: reuse authorize request handling for service tickets requests | Yehuda Sadeh | 2009-09-24 | 1 | -0/+7 |
* | auth: break out authenticate request | Sage Weil | 2009-09-23 | 1 | -6/+4 |
* | auth: monclient creates session asynchronously | Yehuda Sadeh | 2009-09-22 | 1 | -8/+53 |
* | auth: fix deadlock | Yehuda Sadeh | 2009-09-22 | 1 | -1/+0 |
* | auth: add missing lock | Yehuda Sadeh | 2009-09-16 | 1 | -4/+3 |
* | auth: authorize | Yehuda Sadeh | 2009-09-15 | 1 | -69/+35 |
* | auth: new improved mechanism works now | Yehuda Sadeh | 2009-09-15 | 1 | -19/+9 |
* | auth: move code around, making some order | Yehuda Sadeh | 2009-09-15 | 1 | -168/+168 |
* | auth: comprehensive overhaul (not working yet) | Yehuda Sadeh | 2009-09-15 | 1 | -90/+140 |
* | auth: authorize response handling | Yehuda Sadeh | 2009-09-11 | 1 | -14/+26 |
* | auth: interface adjustments | Yehuda Sadeh | 2009-09-11 | 1 | -29/+41 |
* | auth: authorize stuff | Yehuda Sadeh | 2009-09-11 | 1 | -10/+78 |
* | auth: refactor interface with monclient | Yehuda Sadeh | 2009-09-10 | 1 | -19/+103 |
* | Merge branch 'auth' of ssh://ceph.newdream.net/git/ceph into auth | Yehuda Sadeh | 2009-09-09 | 1 | -0/+32 |
|\ |
|
| * | auth: refactor MonClient <-> AuthClientHandler interface | Sage Weil | 2009-09-09 | 1 | -0/+32 |
* | | auth: multiple tickets handling | Yehuda Sadeh | 2009-09-09 | 1 | -10/+17 |
|/ |
|
* | auth: stop auth sequence after getting the tickets | Yehuda Sadeh | 2009-09-08 | 1 | -0/+6 |
* | auth: consolidate messages, rename | Yehuda Sadeh | 2009-09-08 | 1 | -6/+10 |
* | auth: handle keys request, cleanup | Yehuda Sadeh | 2009-09-02 | 1 | -7/+16 |
* | auth: follow auth with keys request | Yehuda Sadeh | 2009-08-31 | 1 | -14/+21 |
* | auth: client/auth tgt sequence, protocol implementation | Yehuda Sadeh | 2009-08-28 | 1 | -8/+97 |
* | auth: move things around | Yehuda Sadeh | 2009-08-26 | 1 | -29/+1 |
* | auth: rename first part of auth protocol | Yehuda Sadeh | 2009-08-26 | 1 | -3/+23 |
* | auth: client side protocol handler | Yehuda Sadeh | 2009-08-26 | 1 | -0/+95 |