index
:
ceph
main
ceph
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
auth
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmake: link against legacy-option-headers instead of depend on it
Kefu Chai
2024-04-27
1
-1
/
+1
*
Merge pull request #52210 from ceph/wip-nitzan-ceph-dencoder-extend-common-ty...
Yuri Weinstein
2023-12-13
6
-7
/
+246
|
\
|
*
ceph-dencoder: Add missing common types to ceph-dencoder for accurate encode-...
NitzanMordhai
2023-09-13
6
-7
/
+246
*
|
auth:rectify a cmake compilation warning
cuiming_yewu
2023-09-18
1
-1
/
+1
|
/
*
cephx: initializing two member variables in the ctors
Ronen Friedman
2023-07-22
1
-2
/
+2
*
src/auth: apply const qualifier to EntityName arg in set_caps()
Rishabh Dave
2023-06-16
1
-1
/
+1
*
auth: refactor KeyServer::get_used_pending_keys().
Radoslaw Zarzynski
2022-09-12
2
-4
/
+6
*
auth: keep track of used pending_keys
Sage Weil
2022-09-12
3
-1
/
+25
*
mon/AuthMonitor: 'auth {get-or-create,clear,commit}-pending'
Sage Weil
2022-09-12
1
-2
/
+8
*
auth/cephx: authenticate with either key or pending_key
Sage Weil
2022-09-12
2
-11
/
+20
*
auth: add PendingKey to EntityAuth
Sage Weil
2022-09-12
2
-30
/
+35
*
auth/Crypto: add clear()
Sage Weil
2022-09-08
1
-0
/
+4
*
auth/cephx: don't convert from int; use bool in invalidate_ticket()
Radoslaw Zarzynski
2022-07-26
1
-1
/
+1
*
build: Silence deprecation warnings from OpenSSL 3
Adam C. Emerson
2022-05-19
1
-0
/
+10
*
auth: drop unused get_supported_con_modes() from AuthServer.
Radoslaw Zarzynski
2021-10-27
1
-8
/
+0
*
Merge pull request #43335 from liewegas/debug-51815
Kefu Chai
2021-10-07
2
-33
/
+30
|
\
|
*
mon,auth: fix proposal of rotating keys
Sage Weil
2021-10-01
2
-42
/
+20
|
*
mon,auth: debug missing service secrets
Sage Weil
2021-10-01
2
-4
/
+23
*
|
auth,mon: don't log "unable to find a keyring" error when key is given
Ilya Dryomov
2021-09-19
1
-1
/
+1
|
/
*
auth: build without "using namespace std"
Kefu Chai
2021-08-13
2
-7
/
+7
*
auth/KeyRing: rename decode_plaintext() to decode()
Kefu Chai
2021-06-02
2
-7
/
+2
*
auth/KeyRing: do not decode a copy of bl
Kefu Chai
2021-06-02
1
-2
/
+1
*
auth/KeyRing: always decode keying as plaintext
Kefu Chai
2021-06-02
1
-10
/
+3
*
Merge PR #40870 into master
Sage Weil
2021-04-16
3
-49
/
+54
|
\
|
*
auth/cephx: make KeyServer::build_session_auth_info() less confusing
Ilya Dryomov
2021-04-15
2
-6
/
+6
|
*
auth/cephx: cap ticket validity by expiration of "next" key
Ilya Dryomov
2021-04-15
3
-28
/
+45
|
*
auth/cephx: drop redundant KeyServerData::get_service_secret() overload
Ilya Dryomov
2021-04-15
2
-17
/
+5
*
|
common: generate legacy_config_opts.h from .yaml.in files
Kefu Chai
2021-04-15
1
-0
/
+1
|
/
*
auth/cephx: ignore CEPH_ENTITY_TYPE_AUTH in requested keys
Ilya Dryomov
2021-04-06
1
-3
/
+9
*
mon: fail fast when unauthorized global_id (re)use is disallowed
Ilya Dryomov
2021-04-06
2
-0
/
+26
*
auth/cephx: option to disallow unauthorized global_id (re)use
Ilya Dryomov
2021-04-06
8
-18
/
+124
*
auth/cephx: make cephx_decode_ticket() take a const ticket_blob
Ilya Dryomov
2021-04-06
2
-3
/
+6
*
auth/AuthServiceHandler: keep track of global_id and whether it is new
Ilya Dryomov
2021-04-06
7
-28
/
+53
*
auth/AuthServiceHandler: build_cephx_response_header() is cephx-specific
Ilya Dryomov
2021-04-06
2
-4
/
+3
*
auth/AuthServiceHandler: drop unused start_session() args
Ilya Dryomov
2021-04-06
6
-24
/
+6
*
mon/MonClient: preserve auth state on reconnects
Ilya Dryomov
2021-04-06
4
-1
/
+15
*
auth/CephxClientHandler: explain why skipping extra_tickets is needed
Ilya Dryomov
2021-03-29
1
-0
/
+16
*
auth,msg,common: test: use s/init_le*/ceph_le*/
Kefu Chai
2021-03-10
1
-11
/
+11
*
auth: drop unnecessary forward declaration from AuthClientHandler.
Radoslaw Zarzynski
2021-03-01
1
-1
/
+0
*
mon/MonClient: bring back CEPHX_V2 authorizer challenges
Ilya Dryomov
2020-10-17
1
-0
/
+3
*
auth/cephx: implement random()->get_bytes() for crimson
Kefu Chai
2020-07-27
1
-2
/
+7
*
common,msg,kv: Use Windows or portable function alternatives
Lucian Petrut
2020-07-08
1
-1
/
+19
*
mon: Build ceph-mon without using namespace declarations in headers
Adam C. Emerson
2020-03-22
5
-69
/
+75
*
Merge pull request #33796 from adamemerson/wip-using-namespace-common
Kefu Chai
2020-03-21
16
-94
/
+126
|
\
|
*
auth: Build target 'common' without using namespace in headers
Adam C. Emerson
2020-03-07
16
-94
/
+126
*
|
auth registry: helpers for checking secure method/mode
Yehuda Sadeh
2020-03-06
1
-0
/
+8
|
/
*
Merge pull request #31041 from liu-chunmei/ceph_seastar_alien_blue_store
Kefu Chai
2020-03-02
19
-27
/
+19
|
\
|
*
crimson:common add TOPNSPC namespace for ceph and crimson
Chunmei Liu
2020-02-28
19
-27
/
+19
*
|
Merge PR #33226 into master
Sage Weil
2020-02-28
1
-2
/
+13
|
\
\
|
|
/
|
/
|
|
*
auth: treat mgr the same as mon when selecting auth mode
Yehuda Sadeh
2020-02-13
1
-2
/
+13
[next]