aboutsummaryrefslogtreecommitdiffstats
path: root/net/ceph/auth_x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-24libceph: set global_id as soon as we get an auth ticketIlya Dryomov1-5/+6
2021-06-24libceph: don't pass result into ac->ops->handle_reply()Ilya Dryomov1-4/+2
2021-04-27libceph: bump CephXAuthenticate encoding versionIlya Dryomov1-1/+1
2021-01-04libceph: zero out session key and connection secretIlya Dryomov1-23/+34
2020-12-14libceph: drop ac->ops->name fieldIlya Dryomov1-1/+0
2020-12-14libceph, ceph: incorporate nautilus cephx changesIlya Dryomov1-42/+173
2020-12-14libceph: safer en/decoding of cephx requests and repliesIlya Dryomov1-21/+26
2020-12-14libceph: more insight into ticket expiry and invalidationIlya Dryomov1-14/+25
2018-08-02libceph: weaken sizeof check in ceph_x_verify_authorizer_reply()Ilya Dryomov1-2/+4
2018-08-02libceph: implement CEPHX_V2 calculation modeIlya Dryomov1-17/+56
2018-08-02libceph: add authorizer challengeIlya Dryomov1-5/+67
2018-08-02libceph: factor out encrypt_authorizer()Ilya Dryomov1-13/+36
2018-08-02libceph: factor out __ceph_x_decrypt()Ilya Dryomov1-9/+24
2018-08-02ceph: fix whitespaceStephen Hemminger1-2/+0
2018-08-02libceph: use timespec64 in for keepalive2 and ticket validityArnd Bergmann1-7/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-23libceph: fix error handling in process_one_ticket()Ilya Dryomov1-5/+5
2017-05-23libceph: validate blob_struct_v in process_one_ticket()Ilya Dryomov1-0/+3
2016-12-12libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov1-1/+1
2016-12-12libceph: switch ceph_x_decrypt() to ceph_crypt()Ilya Dryomov1-46/+32
2016-12-12libceph: switch ceph_x_encrypt() to ceph_crypt()Ilya Dryomov1-34/+37
2016-12-12libceph: tweak calcu_signature() a littleIlya Dryomov1-15/+28
2016-12-12libceph: rename and align ceph_x_authorizer::reply_bufIlya Dryomov1-5/+5
2016-12-12libceph: introduce ceph_x_encrypt_offset()Ilya Dryomov1-2/+6
2016-12-12libceph: old_key in process_one_ticket() is redundantIlya Dryomov1-3/+1
2016-12-12libceph: ceph_x_encrypt_buflen() takes in_lenIlya Dryomov1-3/+4
2016-04-25libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov1-11/+10
2016-01-21libceph: kill off ceph_x_ticket_handler::validityIlya Dryomov1-4/+2
2016-01-21libceph: invalidate AUTH in addition to a service ticketIlya Dryomov1-2/+14
2016-01-21libceph: fix authorizer invalidation, take 2Ilya Dryomov1-5/+22
2015-11-02libceph: add nocephx_sign_messages optionIlya Dryomov1-0/+7
2015-11-02libceph: drop authorizer check from cephx msg signing routinesIlya Dryomov1-4/+1
2015-11-02libceph: introduce ceph_x_authorizer_cleanup()Ilya Dryomov1-11/+17
2015-01-08libceph: fix sparse endianness warningsIlya Dryomov1-1/+1
2014-12-17libceph: message signature supportYan, Zheng1-0/+58
2014-12-17libceph: store session key in cephx authorizerYan, Zheng1-7/+11
2014-10-31libceph: eliminate unnecessary allocation in process_one_ticket()Ilya Dryomov1-15/+10
2014-09-10libceph: do not hard code max auth ticket lenIlya Dryomov1-35/+29
2014-09-10libceph: add process_one_ticket() helperIlya Dryomov1-104/+124
2013-05-01libceph: wrap auth ops in wrapper functionsSage Weil1-1/+0
2013-05-01libceph: add update_authorizer auth methodSage Weil1-0/+23
2013-05-01libceph: fix authorizer invalidationSage Weil1-1/+1
2012-05-17ceph: messenger: reduce args to create_authorizerAlex Elder1-8/+7
2011-03-29ceph: Move secret key parsing earlier.Tommi Virtanen1-3/+5
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh1-0/+688