summaryrefslogtreecommitdiffstats
path: root/net/ceph/auth_x.c
Commit message (Expand)AuthorAgeFilesLines
* libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov2018-08-021-2/+4
* libceph: implement CEPHX_V2 calculation modeIlya Dryomov2018-08-021-17/+56
* libceph: add authorizer challengeIlya Dryomov2018-08-021-5/+67
* libceph: factor out encrypt_authorizer()Ilya Dryomov2018-08-021-13/+36
* libceph: factor out __ceph_x_decrypt()Ilya Dryomov2018-08-021-9/+24
* ceph: fix whitespaceStephen Hemminger2018-08-021-2/+0Star
* libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann2018-08-021-7/+7
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* libceph: fix error handling in process_one_ticket()Ilya Dryomov2017-05-231-5/+5
* libceph: validate blob_struct_v in process_one_ticket()Ilya Dryomov2017-05-231-0/+3
* libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov2016-12-121-1/+1
* libceph: switch ceph_x_decrypt() to ceph_crypt()Ilya Dryomov2016-12-121-46/+32Star
* libceph: switch ceph_x_encrypt() to ceph_crypt()Ilya Dryomov2016-12-121-34/+37
* libceph: tweak calcu_signature() a littleIlya Dryomov2016-12-121-15/+28
* libceph: rename and align ceph_x_authorizer::reply_bufIlya Dryomov2016-12-121-5/+5
* libceph: introduce ceph_x_encrypt_offset()Ilya Dryomov2016-12-121-2/+6
* libceph: old_key in process_one_ticket() is redundantIlya Dryomov2016-12-121-3/+1Star
* libceph: ceph_x_encrypt_buflen() takes in_lenIlya Dryomov2016-12-121-3/+4
* libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov2016-04-251-11/+10Star
* libceph: kill off ceph_x_ticket_handler::validityIlya Dryomov2016-01-211-4/+2Star
* libceph: invalidate AUTH in addition to a service ticketIlya Dryomov2016-01-211-2/+14
* libceph: fix authorizer invalidation, take 2Ilya Dryomov2016-01-211-5/+22
* libceph: add nocephx_sign_messages optionIlya Dryomov2015-11-021-0/+7
* libceph: drop authorizer check from cephx msg signing routinesIlya Dryomov2015-11-021-4/+1Star
* libceph: introduce ceph_x_authorizer_cleanup()Ilya Dryomov2015-11-021-11/+17
* libceph: fix sparse endianness warningsIlya Dryomov2015-01-081-1/+1
* libceph: message signature supportYan, Zheng2014-12-171-0/+58
* libceph: store session key in cephx authorizerYan, Zheng2014-12-171-7/+11
* libceph: eliminate unnecessary allocation in process_one_ticket()Ilya Dryomov2014-10-311-15/+10Star
* libceph: do not hard code max auth ticket lenIlya Dryomov2014-09-101-35/+29Star
* libceph: add process_one_ticket() helperIlya Dryomov2014-09-101-104/+124
* libceph: wrap auth ops in wrapper functionsSage Weil2013-05-021-1/+0Star
* libceph: add update_authorizer auth methodSage Weil2013-05-021-0/+23
* libceph: fix authorizer invalidationSage Weil2013-05-021-1/+1
* ceph: messenger: reduce args to create_authorizerAlex Elder2012-05-171-8/+7Star
* ceph: Move secret key parsing earlier.Tommi Virtanen2011-03-291-3/+5
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-211-0/+688