]> git.apps.os.sepia.ceph.com Git - ceph.git/shortlog
ceph.git
2009-11-10 Sage Weiluclient: get keys, build authorizer
2009-11-09 Yehuda Sadehauth: don't display auth incrementals in the ceph tool
2009-11-09 Sage Weilauth: fix global id alloc on peon monitors
2009-11-09 Sage Weilauth: kill ClientMOnitor, MCLientMOunt*, etc.
2009-11-09 Sage Weilmon: use g_conf.mon_globalid_prealloc
2009-11-09 Yehuda Sadehauth: added should_propose callback to auth mon
2009-11-09 Yehuda Sadehauth: verify global_id with the one on the ticket
2009-11-09 Yehuda Sadehauth: increase max global id only when paxos is writable
2009-11-09 Yehuda Sadehauth: distribute global instance id to client
2009-11-07 Yehuda Sadehauth: some cleanup, compilation fixes
2009-11-07 Yehuda Sadehauth: manage global id in the auth mon
2009-11-05 Greg FarnumOSD: Don't repeatedly send the same incremental map...
2009-11-05 Yehuda Sadehmount: fix hint initialization for getaddrinfo
2009-11-03 Yehuda Sadehauth: fix authorizer in the 'none' protocol case
2009-11-03 Yehuda Sadehvstart.sh: add option to avoid conf file overwrite
2009-11-03 Yehuda Sadehauth: set caps to allow-all with auth-none
2009-11-02 Yehuda Sadehauth: don't wait for rotating secret with auth-none
2009-10-30 Yehuda Sadehauth: fix 'auth none' authentication
2009-10-30 Sage Weilmds: set isvalid in verify_authroizer
2009-10-30 Yehuda Sadehauth: fix osd authorizer
2009-10-30 Yehuda Sadehauth: add mds authorizer
2009-10-30 Sage Weilauth: search list of files when loading keyring
2009-10-30 Yehuda Sadehauth: allocate authorizers once
2009-10-30 Yehuda Sadehauth: define authorize callbacks for different auth...
2009-10-30 Sage Weilauth: always verify auth reply, even if it's length 0
2009-10-30 Yehuda Sadehinclude guards cleanup
2009-10-29 Yehuda Sadehauth: less chatty
2009-10-29 Yehuda Sadehauth: configuratble supported auth type
2009-10-29 Sage Weilauth: fix verify_authorize_reply stupid
2009-10-29 Sage Weilauth: use u64 nonce, not timestamp, in authorizer[_reply]
2009-10-29 Sage Weilauth: fix service side bug on bad authorizer
2009-10-29 Sage Weilauth: AuthBlob -> CephXTicketBlob
2009-10-29 Sage Weilauth: simplify challenge key encoding
2009-10-29 Sage Weilbuffer: make [], hexdump const
2009-10-29 Sage Weilauth: break client/server challenge calc into helper
2009-10-29 Yehuda Sadehauth: CEPH_AUTH_NONE auth and caps working
2009-10-29 Yehuda Sadehauth: return correct auth type
2009-10-29 Yehuda Sadehauth: auth-none protocol stubs
2009-10-29 Yehuda Sadehauth: redefine CEPH_AUTH_NONE
2009-10-28 Yehuda SadehMerge commit 'origin/unstable' into auth
2009-10-28 Yehuda Sadehauth: check caps before allowing osdmap, mdsmap subscri...
2009-10-28 Yehuda Sadehauth: some paxos messages require admin user
2009-10-28 Yehuda Sadehrgw: man page for rgw_admin
2009-10-28 Yehuda Sadehrgw: radosgw man page continued
2009-10-28 Sage Weilradosgw: rename binaries rgw -> radosgw
2009-10-28 Sage Weildebian: remove rgw_aclparser from package
2009-10-28 Yehuda Sadehauth: mon does not filter messages that come from mon
2009-10-28 Sage Weilrgw: initial man page
2009-10-28 Sage Weildebian: override openssl warning on radosgw
2009-10-28 Sage Weildebian: update package descriptions, sections
2009-10-28 Sage Weildebian: make lib package versions match SONAMES
2009-10-28 Sage WeilMakefile: make all lib versions 1:0:0, fix libcrush
2009-10-28 Sage Weildebian: some lintian fixes
2009-10-27 Yehuda Sadehauth: filter mon messages according to peer type
2009-10-27 Yehuda Sadehauth: client requests tickets when needed
2009-10-27 Yehuda Sadehutime: fix bug when decreasing double
2009-10-27 Sage Weilauth: bit less noise
2009-10-27 Sage Weilauth: no more state in cephx client handler
2009-10-27 Sage Weilauthtool: print encoded CryptoKey in base64
2009-10-27 Sage Weilmount.ceph: only return INET addr when doing lookup
2009-10-27 Sage Weilauthtool: add --print-key, -p option
2009-10-27 Yehuda Sadehauth: fix mon crashing when filtering paxos messages
2009-10-27 Sage Weilauth: CEPH_SECRET_* -> CEPH_CRYPTO_*
2009-10-27 Sage Weilauth: make ceph_crypto_key match CryptoKey
2009-10-26 Yehuda Sadehauth: send request for tickets when needed
2009-10-26 Greg Farnummon: Move full OSD test logic around
2009-10-26 Yehuda Sadehauth: cephx handler verifies keys expiration
2009-10-26 Yehuda Sadehauth: don't enforce caps on internal mon messages
2009-10-26 Yehuda Sadehauth: filter mon paxos requests according to caps
2009-10-26 Yehuda Sadehauth: get_caps, for MonCaps
2009-10-26 Yehuda Sadehauth: keep caps after closing mon session
2009-10-24 Sage Weilosd: break out OSDCaps into a separate file
2009-10-24 Greg FarnumObjecter: subscribe to OSDMap updates when paused or...
2009-10-23 Yehuda Sadehauth: parse mon caps
2009-10-23 Sage Weilauth: clean up debug output some
2009-10-23 Sage Weilauth: clean up debug output a bit
2009-10-23 Greg Farnummon: Fix bug that would make OSDMon over-excited about...
2009-10-23 Sage Weilmonc: less noisy about rotating keys
2009-10-23 Sage Weilauth: move auth rotating interaction into auth handlers
2009-10-23 Yehuda Sadehauth: pass mon caps to the session
2009-10-23 Sage Weilosd: fix authorizer verify
2009-10-23 Sage Weilmonc: fix rotating keys
2009-10-23 Sage Weilvstart: debug monc for now
2009-10-23 Sage Weilmsgr: handle bad authorize_reply gracefully
2009-10-23 Sage Weilmsgr: use authorizer, init to 0
2009-10-23 Sage Weilosd: simplify ms_verify_authorizer
2009-10-23 Sage Weilauth: move one more type
2009-10-23 Sage Weilauth: a few comments
2009-10-23 Sage Weilauth: move most Auth.h stuff into cephx/CephxProtocol.h
2009-10-23 Greg Farnummon: Fix an if so that PGMon doesn't send some reads...
2009-10-23 Greg Farnummon: Move fullness checks into OSDMonitor where they...
2009-10-23 Greg Farnummon: On every incoming MPGStats, check for a full/near...
2009-10-23 Greg Farnumuclient: Return ENOSPC if osdmap is marked full
2009-10-23 Greg FarnumHadoop: Add buffering to CephIOStreams
2009-10-23 Greg FarnumHadoop: Add preliminary TestCeph code. It fails a lot.
2009-10-23 Greg FarnumHadoop: Add the CephFaker source.
2009-10-23 Greg Farnumhadoop: minor cleanup edits
2009-10-23 Yehuda Sadehauth: initialize protocol field in AuthAuthorizer
2009-10-23 Yehuda Sadehosd: don't try to build authorizer for connection with mon
2009-10-23 Sage Weilmsgr: put AuthAuthorizer on heap, set protocol field...
next