- 03af4c7 libceph: set global_id as soon as we get an auth ticket by Ilya Dryomov · 3 years, 6 months ago
- 3c0d089 libceph: don't pass result into ac->ops->handle_reply() by Ilya Dryomov · 3 years, 6 months ago
- 7807daf libceph: bump CephXAuthenticate encoding version by Ilya Dryomov · 3 years, 9 months ago
- 10f42b3 libceph: zero out session key and connection secret by Ilya Dryomov · 4 years ago
- c1c0ce7 libceph: drop ac->ops->name field by Ilya Dryomov · 4 years, 2 months ago
- 285ea34 libceph, ceph: incorporate nautilus cephx changes by Ilya Dryomov · 4 years, 2 months ago
- 6610fff libceph: safer en/decoding of cephx requests and replies by Ilya Dryomov · 4 years, 3 months ago
- f79e25b libceph: more insight into ticket expiry and invalidation by Ilya Dryomov · 4 years, 1 month ago
- f1d10e0 libceph: weaken sizeof check in ceph_x_verify_authorizer_reply() by Ilya Dryomov · 6 years ago
- cc255c7 libceph: implement CEPHX_V2 calculation mode by Ilya Dryomov · 6 years ago
- 6daca13 libceph: add authorizer challenge by Ilya Dryomov · 6 years ago
- 149cac4 libceph: factor out encrypt_authorizer() by Ilya Dryomov · 6 years ago
- c571fe2 libceph: factor out __ceph_x_decrypt() by Ilya Dryomov · 6 years ago
- 24e1dd6 ceph: fix whitespace by Stephen Hemminger · 6 years ago
- 473bd2d libceph: use timespec64 in for keepalive2 and ticket validity by Arnd Bergmann · 6 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- b51456a libceph: fix error handling in process_one_ticket() by Ilya Dryomov · 8 years ago
- d18a124 libceph: validate blob_struct_v in process_one_ticket() by Ilya Dryomov · 8 years ago
- 0dde584 libceph: drop len argument of *verify_authorizer_reply() by Ilya Dryomov · 8 years ago
- e15fd0a libceph: switch ceph_x_decrypt() to ceph_crypt() by Ilya Dryomov · 8 years ago
- d03857c libceph: switch ceph_x_encrypt() to ceph_crypt() by Ilya Dryomov · 8 years ago
- 4eb4517 libceph: tweak calcu_signature() a little by Ilya Dryomov · 8 years ago
- 7882a26 libceph: rename and align ceph_x_authorizer::reply_buf by Ilya Dryomov · 8 years ago
- 55d9cc83 libceph: introduce ceph_x_encrypt_offset() by Ilya Dryomov · 8 years ago
- 462e650 libceph: old_key in process_one_ticket() is redundant by Ilya Dryomov · 8 years ago
- 36721ec libceph: ceph_x_encrypt_buflen() takes in_len by Ilya Dryomov · 8 years ago
- 6c1ea26 libceph: make authorizer destruction independent of ceph_auth_client by Ilya Dryomov · 9 years ago
- f6cdb29 libceph: kill off ceph_x_ticket_handler::validity by Ilya Dryomov · 9 years ago
- 187d131 libceph: invalidate AUTH in addition to a service ticket by Ilya Dryomov · 9 years ago
- 6abe097 libceph: fix authorizer invalidation, take 2 by Ilya Dryomov · 9 years ago
- a51983e libceph: add nocephx_sign_messages option by Ilya Dryomov · 9 years ago
- 4199b8e libceph: drop authorizer check from cephx msg signing routines by Ilya Dryomov · 9 years ago
- cbf99a1 libceph: introduce ceph_x_authorizer_cleanup() by Ilya Dryomov · 9 years ago
- d7d5a00 libceph: fix sparse endianness warnings by Ilya Dryomov · 10 years ago
- 33d0733 libceph: message signature support by Yan, Zheng · 10 years ago
- ae385ea libceph: store session key in cephx authorizer by Yan, Zheng · 10 years ago
- e9226d7 libceph: eliminate unnecessary allocation in process_one_ticket() by Ilya Dryomov · 10 years ago
- c27a3e4 libceph: do not hard code max auth ticket len by Ilya Dryomov · 10 years ago
- 597cda3 libceph: add process_one_ticket() helper by Ilya Dryomov · 10 years ago
- 27859f9 libceph: wrap auth ops in wrapper functions by Sage Weil · 12 years ago
- 0bed9b5 libceph: add update_authorizer auth method by Sage Weil · 12 years ago
- 4b8e8b5 libceph: fix authorizer invalidation by Sage Weil · 12 years ago
- 74f1869 ceph: messenger: reduce args to create_authorizer by Alex Elder · 13 years ago
- 8323c3a ceph: Move secret key parsing earlier. by Tommi Virtanen · 14 years ago
- 3d14c5d ceph: factor out libceph from Ceph file system by Yehuda Sadeh · 15 years ago[Renamed (99%) from fs/ceph/auth_x.c]
- b545787 ceph: fix get_ticket_handler() error handling by Dan Carpenter · 14 years ago
- cd84db6 ceph: code cleanup by Yehuda Sadeh · 15 years ago
- 22b1de0 ceph: fix leak of mon authorizer by Sage Weil · 14 years ago
- 0cf5537 ceph: some endianity fixes by Yehuda Sadeh · 15 years ago
- a41359f ceph: renew auth tickets before they expire by Sage Weil · 15 years ago
- b736b3d ceph: adjust masked struct_v variable names by Sage Weil · 15 years ago
- 559c1e0 ceph: include auth method in error messages by Sage Weil · 15 years ago
- b0930f8 ceph: remove bad auth_x kmem_cache by Sage Weil · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 0a990e7 ceph: clean up service ticket decoding by Sage Weil · 15 years ago
- 5b3dbb4 ceph: release old ticket_blob buffer by Sage Weil · 15 years ago
- 807c86e ceph: fix authenticator buffer size calculation by Sage Weil · 15 years ago
- ec0994e ceph: add support for auth_x authentication protocol by Sage Weil · 15 years ago