summaryrefslogtreecommitdiff
path: root/net/ceph/auth.c
Commit message (Expand)AuthorAgeFilesLines
* libceph: remove unnecessary ret variable in ceph_auth_init()zuoqilin2021-06-281-6/+1
* libceph: set global_id as soon as we get an auth ticketIlya Dryomov2021-06-241-8/+5
* libceph: don't pass result into ac->ops->handle_reply()Ilya Dryomov2021-06-241-5/+10
* libceph: don't set global_id until we get an auth ticketIlya Dryomov2021-04-271-13/+23
* libceph: drop ceph_auth_{create,update}_authorizer()Ilya Dryomov2020-12-141-28/+0
* libceph, ceph: implement msgr2.1 protocol (crc and secure modes)Ilya Dryomov2020-12-141-0/+309
* libceph: introduce connection modes and ms_mode optionIlya Dryomov2020-12-141-4/+8
* libceph: amend cephx init_protocol() and build_request()Ilya Dryomov2020-12-141-28/+35
* libceph, ceph: incorporate nautilus cephx changesIlya Dryomov2020-12-141-3/+9
* libceph: add authorizer challengeIlya Dryomov2018-08-021-0/+16
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* libceph: drop len argument of *verify_authorizer_reply()Ilya Dryomov2016-12-121-2/+2
* libceph: ceph_build_auth() doesn't need ceph_auth_build_hello()Ilya Dryomov2016-10-031-3/+1
* libceph: use CEPH_AUTH_UNKNOWN in ceph_auth_build_hello()Ilya Dryomov2016-10-031-1/+1
* libceph: rename ceph_entity_name_encode() -> ceph_auth_entity_name_encode()Ilya Dryomov2016-08-241-2/+5
* libceph: make authorizer destruction independent of ceph_auth_clientIlya Dryomov2016-04-251-6/+2
* libceph: wrap auth methods in a mutexSage Weil2013-05-011-22/+56
* libceph: wrap auth ops in wrapper functionsSage Weil2013-05-011-0/+47
* ceph: Move secret key parsing earlier.Tommi Virtanen2011-03-291-4/+4
* ceph: factor out libceph from Ceph file systemYehuda Sadeh2010-10-201-0/+259