summaryrefslogtreecommitdiff
path: root/src/auth
Commit message (Expand)AuthorAgeFilesLines
* auth/Crypto.cc: reduce scope of local variable in_bufDanny Al-Gaaf2013-05-161-3/+1
* fixed common typo in error messagesDaniel Gollub2013-05-071-1/+1
* md_config_t: change from class to struct as the name indicatesDanny Al-Gaaf2013-04-081-1/+0
* auth/AuthMethodList.cc: fix remove_supported_auth()Danny Al-Gaaf2013-03-181-1/+3
* Merge remote-tracking branch 'dalgaaf/wip-da-performance'Sage Weil2013-03-131-2/+2
|\
| * auth/Crypto.cc prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-131-2/+2
* | auth: assert if auth_debug = true and secret_id == 0Sage Weil2013-03-131-0/+2
|/
* CephxKeyServer.h: prefer prefix ++operator for iteratorsDanny Al-Gaaf2013-03-121-1/+1
* auth/Auth.h: prefer prefix ++operator for non-primitive typesDanny Al-Gaaf2013-03-121-2/+2
* CephxProtocol.cc: catch end_of_buffer by referenceDanny Al-Gaaf2013-02-261-1/+1
* CephxProtocol.cc: catch error by referenceDanny Al-Gaaf2013-02-261-1/+1
* Merge branch 'wsp.bobtail.2merge' into wsp.bobtail.masterJoao Eduardo Luis2013-02-211-0/+5
|\
| * auth: cephx: KeyServer: add 'has_secrets()' functionJoao Eduardo Luis2013-02-121-0/+5
* | CephxProtocol.h: pass CryptoKey by reference to decode_decrypt()Danny Al-Gaaf2013-02-131-1/+1
|/
* auth: use none auth if keyring not foundYehuda Sadeh2012-12-212-0/+10
* auth: guard decode_decrypt with try blockSage Weil2012-12-121-2/+7
* auth: changed order of test for legacy and new authenticationPeter Reiher2012-12-071-0/+3
* auth: improve loggingYehuda Sadeh2012-12-072-2/+10
* auth: Keyring: increase log levels when logging secretsJoao Eduardo Luis2012-11-231-1/+2
* auth: cephx: increase log levels when logging secretsJoao Eduardo Luis2012-11-232-7/+9
* crypto: fix nss related leakYehuda Sadeh2012-11-211-1/+5
* cephx: don't check signature if MSG_AUTH feature isn't presentSage Weil2012-10-291-0/+5
* auth: include features in cephx SessionHandlerSage Weil2012-10-294-5/+10
* Temporary patch to a problem in Pipe related to monitor initialization.Peter Reiher2012-10-291-0/+3
* Various cleanup changes to session authentication code.Peter Reiher2012-10-2610-56/+44
* Stopped logging keys in session authentication code.Peter Reiher2012-10-191-4/+2
* cephx: simplify signature and check codeSage Weil2012-10-131-82/+53
* Changes to cephx protocol to handle session authentication.Peter Reiher2012-10-015-4/+224
* Changes to existing None and Unknown authentication protocols to handle null ...Peter Reiher2012-10-019-2/+303
* Changes to basic authentication class to enable session authenticationPeter Reiher2012-10-016-2/+137
* auth: fix uninit varsSage Weil2012-08-312-2/+2
* crypto: fix fd leak from get_random_bytes()Sage Weil2012-08-311-3/+1
* Merge remote-tracking branch 'gh/wip-crypto'Sage Weil2012-08-217-130/+104
|\
| * crypto: cache CryptoHandler in CryptoKeySage Weil2012-08-202-14/+31
| * crypto: remove old crypto globalsSage Weil2012-08-172-37/+0
| * auth: move Crypto users to use CephContextSage Weil2012-08-167-57/+51
| * auth: move Crypto{None,AES} definitions to headerSage Weil2012-08-162-24/+24
* | Merge remote-tracking branch 'gh/master' into wip-authSage Weil2012-08-171-1/+0
|\ \ | |/
| * crypto: remove unused labelSage Weil2012-08-161-1/+0
* | keyring: make --key, --keyfile override loaded keyringSage Weil2012-08-171-7/+6
* | keyring: make from_ceph_context() a memberSage Weil2012-08-082-5/+6
* | monclient: move keyring requirement where it belongsSage Weil2012-08-081-9/+0
* | keyring: simplify from_ceph_context()Sage Weil2012-08-081-41/+24
* | keyring: simplify from_ceph_context() argumentsSage Weil2012-08-082-5/+2
* | keyring: check client requirement list too when loading keyringSage Weil2012-08-081-1/+3
* | auth: AuthSupported -> AuthMethodListSage Weil2012-07-296-18/+19
* | auth: (ordered) list of auth methods, not a setSage Weil2012-07-292-5/+5
|/
* config: send warnings to a ostream* argumentSage Weil2012-07-281-1/+2
* mon: add 'auth get-or-create' variant that outputs a keyringSage Weil2012-06-081-0/+5
* Merge remote-tracking branch 'gh/mon-auth'Sage Weil2012-06-073-23/+39
|\