ClickHouse/src/Access
Azat Khuzhin 011480924a Use forward declaration of ThreadPool
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-04-07 11:25:35 +02:00
..
Common support undrop table 2023-03-27 22:16:36 +08:00
examples Fix clang-tidy in utils/examples 2022-07-29 11:36:51 +03:00
tests support undrop table 2023-03-27 22:16:36 +08:00
AccessBackup.cpp Use server-side copy during restore from S3 to S3. 2023-03-13 23:50:13 +01:00
AccessBackup.h More detailed error messages. 2022-07-03 14:20:19 +02:00
AccessChangesNotifier.cpp Rework notifications used in access management. 2022-05-21 10:15:39 +02:00
AccessChangesNotifier.h Rework notifications used in access management. 2022-05-21 10:15:39 +02:00
AccessControl.cpp orphaned role - expiration_time => expiration_time_seconds 2023-03-21 08:44:08 +01:00
AccessControl.h Fix build 2022-12-12 13:47:06 +00:00
AccessEntityIO.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
AccessEntityIO.h refactoring ParserAttachAccessEntity 2022-04-20 22:57:44 -04:00
AccessRights.cpp Fix show grants for user which has all grants 2023-03-03 14:04:32 +01:00
AccessRights.h Add option enabling that SELECT from the system database requires grant. 2022-07-15 15:44:25 +02:00
Authentication.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Authentication.h
CachedAccessChecking.cpp
CachedAccessChecking.h
CMakeLists.txt Add KerberosInit class; add kerberos_init console example; modify HDFSCommon.cpp 2022-06-03 12:06:31 +03:00
ContextAccess.cpp Merge remote-tracking branch 'upstream/master' into named-collections-granular-access 2023-03-20 16:38:14 +01:00
ContextAccess.h constraints on merge tree settings 2022-12-02 19:30:14 +00:00
Credentials.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Credentials.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
DiskAccessStorage.cpp Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
DiskAccessStorage.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
EnabledQuota.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
EnabledQuota.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
EnabledRoles.cpp Rework notifications used in access management. 2022-05-21 10:15:39 +02:00
EnabledRoles.h Keep subscriptions for all enabled roles. 2023-03-08 07:50:04 +01:00
EnabledRolesInfo.cpp
EnabledRolesInfo.h
EnabledRowPolicies.cpp Reworked changes to std::shared_ptr<const RowPolicyFilter>. 2022-10-27 10:42:55 +03:00
EnabledRowPolicies.h Reworked changes to std::shared_ptr<const RowPolicyFilter>. 2022-10-27 10:42:55 +03:00
EnabledSettings.cpp
EnabledSettings.h Support for Clang Thread Safety Analysis (TSA) 2022-06-20 16:13:25 +02:00
ExternalAuthenticators.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
ExternalAuthenticators.h Support for Clang Thread Safety Analysis (TSA) 2022-06-20 16:13:25 +02:00
GrantedRoles.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
GrantedRoles.h More accurate access checking for RESTORE. 2022-06-19 11:26:41 +02:00
GSSAcceptor.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
GSSAcceptor.h Move keytab init into GSSAcceptorContext::initHandles() 2022-12-19 15:28:15 +00:00
IAccessEntity.cpp
IAccessEntity.h Add support for setting 'allow_backup' to skip access entities from putting to backup. 2022-06-19 12:49:50 +02:00
IAccessStorage.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
IAccessStorage.h Add SYSTEM RELOAD USERS command. 2022-09-18 12:44:00 +02:00
KerberosInit.cpp fixes 2023-01-24 00:46:03 +01:00
KerberosInit.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
LDAPAccessStorage.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
LDAPAccessStorage.h Implement backup/restore for ACL system tables (system.users, system.roles, etc.) 2022-06-17 18:14:31 +02:00
LDAPClient.cpp forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
LDAPClient.h Update LDAPClient.h 2022-10-20 16:38:40 +04:00
MemoryAccessStorage.cpp Add comments. 2022-09-18 12:44:05 +02:00
MemoryAccessStorage.h Move common code from MemoryAccessStorage and DiskAccessStorage to IAccessStorage. 2022-09-18 12:17:15 +02:00
MultipleAccessStorage.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
MultipleAccessStorage.h Add SYSTEM RELOAD USERS command. 2022-09-18 12:44:00 +02:00
Quota.cpp Implement backup/restore for ACL system tables (system.users, system.roles, etc.) 2022-06-17 18:14:31 +02:00
Quota.h Add support for setting 'allow_backup' to skip access entities from putting to backup. 2022-06-19 12:49:50 +02:00
QuotaCache.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
QuotaCache.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
QuotaUsage.cpp
QuotaUsage.h
ReplicatedAccessStorage.cpp Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
ReplicatedAccessStorage.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
resolveSetting.h Better constraint resolution 2023-02-03 17:34:05 +00:00
Role.cpp Implement backup/restore for ACL system tables (system.users, system.roles, etc.) 2022-06-17 18:14:31 +02:00
Role.h Fix style. 2022-06-19 15:58:26 +02:00
RoleCache.cpp orphaned role - expiration_time => expiration_time_seconds 2023-03-21 08:44:08 +01:00
RoleCache.h orphaned role - expiration_time => expiration_time_seconds 2023-03-21 08:44:08 +01:00
RolesOrUsersSet.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
RolesOrUsersSet.h Implement backup/restore for ACL system tables (system.users, system.roles, etc.) 2022-06-17 18:14:31 +02:00
RowPolicy.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
RowPolicy.h Review fixes. 2022-10-27 10:42:22 +03:00
RowPolicyCache.cpp Reworked changes to std::shared_ptr<const RowPolicyFilter>. 2022-10-27 10:42:55 +03:00
RowPolicyCache.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
SettingsConstraints.cpp Use correct name resolution 2023-02-06 09:12:03 +00:00
SettingsConstraints.h Use correct name resolution 2023-02-06 09:12:03 +00:00
SettingsConstraintsAndProfileIDs.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
SettingsProfile.cpp Implement backup/restore for ACL system tables (system.users, system.roles, etc.) 2022-06-17 18:14:31 +02:00
SettingsProfile.h Add support for setting 'allow_backup' to skip access entities from putting to backup. 2022-06-19 12:49:50 +02:00
SettingsProfileElement.cpp Better constraint resolution 2023-02-03 17:34:05 +00:00
SettingsProfileElement.h Only use constraints for SettingsConstraints 2022-12-20 03:15:32 +01:00
SettingsProfilesCache.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
SettingsProfilesCache.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
SettingsProfilesInfo.cpp Fixed accessing invalid iterator 2022-11-28 16:06:11 +04:00
SettingsProfilesInfo.h Update SettingsProfilesInfo.h 2022-11-28 16:06:56 +04:00
User.cpp Implement backup/restore for ACL system tables (system.users, system.roles, etc.) 2022-06-17 18:14:31 +02:00
User.h Add support for setting 'allow_backup' to skip access entities from putting to backup. 2022-06-19 12:49:50 +02:00
UsersConfigAccessStorage.cpp Fix tests 2023-02-27 14:29:20 +01:00
UsersConfigAccessStorage.h Add SYSTEM RELOAD USERS command. 2022-09-18 12:44:00 +02:00