ClickHouse/dbms/src/Access
alexey-milovidov 05da1bff8b
Merge pull request #9566 from ClickHouse/clang-tidy
Added some clang-tidy checks
2020-03-12 13:33:19 +03:00
..
AccessControlManager.cpp clang-tidy, part 5 2020-03-09 00:53:03 +03:00
AccessControlManager.h Use server config to set path to persistent storage for access entities. 2020-02-28 16:34:19 +03:00
AccessFlags.h Fix access type. 2020-03-10 20:27:21 +03:00
AccessRights.cpp Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +03:00
AccessRights.h clang-tidy, part 5 2020-03-09 00:53:03 +03:00
AccessRightsContext.cpp Simplify the message about authentication: now the same message is used in all cases of failed authentication. 2020-03-01 00:27:15 +03:00
AccessRightsContext.h clang-tidy, part 5 2020-03-09 00:53:03 +03:00
AccessRightsContextFactory.cpp Introduce roles. 2020-02-21 06:03:03 +03:00
AccessRightsContextFactory.h Introduce roles. 2020-02-21 06:03:03 +03:00
AccessRightsElement.cpp Check access rights via new interface. 2020-01-31 20:27:28 +03:00
AccessRightsElement.h Add interfaces to check access rights. 2020-01-31 19:23:33 +03:00
AccessType.h Fix access type. 2020-03-10 20:02:15 +03:00
AllowedClientHosts.cpp Simplify the message about authentication: now the same message is used in all cases of failed authentication. 2020-03-01 00:27:15 +03:00
AllowedClientHosts.h Simplify the message about authentication: now the same message is used in all cases of failed authentication. 2020-03-01 00:27:15 +03:00
Authentication.cpp Simplify the message about authentication: now the same message is used in all cases of failed authentication. 2020-03-01 00:27:15 +03:00
Authentication.h Simplify the message about authentication: now the same message is used in all cases of failed authentication. 2020-03-01 00:27:15 +03:00
CMakeLists.txt Move authentication code to a separate class. 2019-10-11 00:18:52 +03:00
CurrentRolesInfo.cpp Introduce roles. 2020-02-21 06:03:03 +03:00
CurrentRolesInfo.h Introduce roles. 2020-02-21 06:03:03 +03:00
DiskAccessStorage.cpp clang-tidy, part 5 2020-03-09 00:53:03 +03:00
DiskAccessStorage.h Implement persistent storage for access entities. 2020-02-28 16:34:19 +03:00
GenericRoleSet.cpp clang-tidy, part 5 2020-03-09 00:53:03 +03:00
GenericRoleSet.h Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +03:00
IAccessEntity.cpp Rewrite the User class to be controlled by AccessControlManager. 2020-01-31 20:27:32 +03:00
IAccessEntity.h Add AccessControlManager and an interface for the storage. 2019-12-05 21:03:57 +03:00
IAccessStorage.cpp Remove excessive empty lines 2020-03-03 05:43:59 +03:00
IAccessStorage.h Add function IAccessStorage::canInsert(): now access storage can decide if it can take a new entity. 2020-02-28 16:34:19 +03:00
MemoryAccessStorage.cpp clang-tidy, part 5 2020-03-09 00:53:03 +03:00
MemoryAccessStorage.h clang-tidy, part 5 2020-03-09 00:53:03 +03:00
MultipleAccessStorage.cpp clang-tidy, part 5 2020-03-09 00:53:03 +03:00
MultipleAccessStorage.h clang-tidy, part 5 2020-03-09 00:53:03 +03:00
Quota.cpp Add class GenericRoleSet to represent a set of IDs of users and roles. 2020-02-21 00:57:42 +03:00
Quota.h Remove excessive empty lines 2020-03-03 05:43:59 +03:00
QuotaContext.cpp Introduce roles. 2020-02-21 06:03:03 +03:00
QuotaContext.h Introduce roles. 2020-02-21 06:03:03 +03:00
QuotaContextFactory.cpp clang-tidy, part 5 2020-03-09 00:53:03 +03:00
QuotaContextFactory.h Introduce roles. 2020-02-21 06:03:03 +03:00
Role.cpp Introduce roles. 2020-02-21 06:03:03 +03:00
Role.h Introduce roles. 2020-02-21 06:03:03 +03:00
RoleContext.cpp Introduce roles. 2020-02-21 06:03:03 +03:00
RoleContext.h Fixed errors 2020-02-22 22:35:39 +03:00
RoleContextFactory.cpp Introduce roles. 2020-02-21 06:03:03 +03:00
RoleContextFactory.h Introduce roles. 2020-02-21 06:03:03 +03:00
RowPolicy.cpp Add class GenericRoleSet to represent a set of IDs of users and roles. 2020-02-21 00:57:42 +03:00
RowPolicy.h Add class GenericRoleSet to represent a set of IDs of users and roles. 2020-02-21 00:57:42 +03:00
RowPolicyContext.cpp Introduce roles. 2020-02-21 06:03:03 +03:00
RowPolicyContext.h Introduce roles. 2020-02-21 06:03:03 +03:00
RowPolicyContextFactory.cpp clang-tidy, part 5 2020-03-09 00:53:03 +03:00
RowPolicyContextFactory.h Introduce roles. 2020-02-21 06:03:03 +03:00
SettingsConstraints.cpp Shard now clamps the settings got from the initiator to the shard's constaints instead of throwing an exception. 2020-03-01 02:18:49 +03:00
SettingsConstraints.h Shard now clamps the settings got from the initiator to the shard's constaints instead of throwing an exception. 2020-03-01 02:18:49 +03:00
User.cpp Introduce roles. 2020-02-21 06:03:03 +03:00
User.h Introduce roles. 2020-02-21 06:03:03 +03:00
UsersConfigAccessStorage.cpp clang-tidy, part 5 2020-03-09 00:53:03 +03:00
UsersConfigAccessStorage.h clang-tidy, part 5 2020-03-09 00:53:03 +03:00