ClickHouse/src/Access
Vitaly Baranov b6fe726777 Rename row policy's 'name' to 'short_name', 'full_name' to 'name'.
This change simplifies the interface of IAccesEntity.
2020-05-13 19:40:48 +03:00
..
AccessControlManager.cpp Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
AccessControlManager.h Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
AccessFlags.h Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
AccessRights.cpp Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
AccessRights.h Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
AccessRightsElement.cpp Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
AccessRightsElement.h Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
AccessType.h Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
AllowedClientHosts.cpp drop access cache on DROP DNS CACHE 2020-05-01 01:29:47 +03:00
AllowedClientHosts.h drop access cache on DROP DNS CACHE 2020-05-01 01:29:47 +03:00
Authentication.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
Authentication.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
CMakeLists.txt dbms/ → src/ 2020-04-03 18:14:31 +03:00
ContextAccess.cpp Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
ContextAccess.h Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
DiskAccessStorage.cpp Rename row policy's 'name' to 'short_name', 'full_name' to 'name'. 2020-05-13 19:40:48 +03:00
DiskAccessStorage.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
EnabledQuota.cpp Improve the function range() to allow iterating through enum values. 2020-05-13 19:40:48 +03:00
EnabledQuota.h Improve the function range() to allow iterating through enum values. 2020-05-13 19:40:48 +03:00
EnabledRoles.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
EnabledRoles.h Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
EnabledRolesInfo.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
EnabledRolesInfo.h Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
EnabledRowPolicies.cpp PREWHERE can be used now by user without row filtering. 2020-04-09 10:22:51 +03:00
EnabledRowPolicies.h Improve the function range() to allow iterating through enum values. 2020-05-13 19:40:48 +03:00
EnabledSettings.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
EnabledSettings.h Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
ExtendedRoleSet.cpp Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
ExtendedRoleSet.h Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
GrantedAccess.cpp Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
GrantedAccess.h Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
GrantedRoles.cpp Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
GrantedRoles.h Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
IAccessEntity.cpp Rename row policy's 'name' to 'short_name', 'full_name' to 'name'. 2020-05-13 19:40:48 +03:00
IAccessEntity.h Rename row policy's 'name' to 'short_name', 'full_name' to 'name'. 2020-05-13 19:40:48 +03:00
IAccessStorage.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
IAccessStorage.h Rename row policy's 'name' to 'short_name', 'full_name' to 'name'. 2020-05-13 19:40:48 +03:00
MemoryAccessStorage.cpp Rename row policy's 'name' to 'short_name', 'full_name' to 'name'. 2020-05-13 19:40:48 +03:00
MemoryAccessStorage.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MultipleAccessStorage.cpp Checkpoint 2020-04-22 08:39:31 +03:00
MultipleAccessStorage.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
Quota.cpp Improve the function range() to allow iterating through enum values. 2020-05-13 19:40:48 +03:00
Quota.h Improve the function range() to allow iterating through enum values. 2020-05-13 19:40:48 +03:00
QuotaCache.cpp Improve the function range() to allow iterating through enum values. 2020-05-13 19:40:48 +03:00
QuotaCache.h Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
QuotaUsageInfo.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
QuotaUsageInfo.h Improve the function range() to allow iterating through enum values. 2020-05-13 19:40:48 +03:00
Role.cpp Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
Role.h Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
RoleCache.cpp Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
RoleCache.h Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
RowPolicy.cpp Rename row policy's 'name' to 'short_name', 'full_name' to 'name'. 2020-05-13 19:40:48 +03:00
RowPolicy.h Rename row policy's 'name' to 'short_name', 'full_name' to 'name'. 2020-05-13 19:40:48 +03:00
RowPolicyCache.cpp Rename row policy's 'name' to 'short_name', 'full_name' to 'name'. 2020-05-13 19:40:48 +03:00
RowPolicyCache.h Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
SettingsConstraints.cpp Refactoring of settings profiles to store setting_index instead of setting_name. 2020-05-13 19:40:48 +03:00
SettingsConstraints.h Refactoring of settings profiles to store setting_index instead of setting_name. 2020-05-13 19:40:48 +03:00
SettingsProfile.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
SettingsProfile.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SettingsProfileElement.cpp Refactoring of settings profiles to store setting_index instead of setting_name. 2020-05-13 19:40:48 +03:00
SettingsProfileElement.h Refactoring of settings profiles to store setting_index instead of setting_name. 2020-05-13 19:40:48 +03:00
SettingsProfilesCache.cpp Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
SettingsProfilesCache.h Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
User.cpp Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
User.h Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
UsersConfigAccessStorage.cpp Rename row policy's 'name' to 'short_name', 'full_name' to 'name'. 2020-05-13 19:40:48 +03:00
UsersConfigAccessStorage.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ya.make Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00