ClickHouse/dbms/src/Access
2020-02-06 18:12:53 +03:00
..
AccessControlManager.cpp Add user_id to Context. 2020-02-06 18:12:54 +03:00
AccessControlManager.h Add user_id to Context. 2020-02-06 18:12:54 +03:00
AccessFlags.h Check access rights via new interface. 2020-01-31 20:27:28 +03:00
AccessRights.cpp Fix granting and revoking access rights. 2020-02-06 18:12:53 +03:00
AccessRights.h Fix granting and revoking access rights. 2020-02-06 18:12:53 +03:00
AccessRightsContext.cpp Add access_with_grant_option to User. 2020-02-06 18:12:53 +03:00
AccessRightsContext.h Add access_with_grant_option to User. 2020-02-06 18:12:53 +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 Check access rights via new interface. 2020-01-31 20:27:28 +03:00
AllowedClientHosts.cpp Add to class AllowedClientHost support for like pattern and for removing. 2020-02-06 15:25:32 +03:00
AllowedClientHosts.h Add to class AllowedClientHost support for like pattern and for removing. 2020-02-06 15:25:32 +03:00
Authentication.cpp Move some part of the Authentication class to header to allow using in the parser. 2020-02-06 18:12:48 +03:00
Authentication.h Move some part of the Authentication class to header to allow using in the parser. 2020-02-06 18:12:48 +03:00
CMakeLists.txt Move authentication code to a separate class. 2019-10-11 00:18:52 +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 Use the generic class ext::scope_guard for subscriptions in IAccessStorage instead of a special class. 2020-01-31 19:23:33 +03:00
IAccessStorage.h Use the generic class ext::scope_guard for subscriptions in IAccessStorage instead of a special class. 2020-01-31 19:23:33 +03:00
MemoryAccessStorage.cpp Use the generic class ext::scope_guard for subscriptions in IAccessStorage instead of a special class. 2020-01-31 19:23:33 +03:00
MemoryAccessStorage.h Use the generic class ext::scope_guard for subscriptions in IAccessStorage instead of a special class. 2020-01-31 19:23:33 +03:00
MultipleAccessStorage.cpp Use the generic class ext::scope_guard for subscriptions in IAccessStorage instead of a special class. 2020-01-31 19:23:33 +03:00
MultipleAccessStorage.h Use the generic class ext::scope_guard for subscriptions in IAccessStorage instead of a special class. 2020-01-31 19:23:33 +03:00
Quota.cpp Rework Quota based on IAccessEntity. 2019-12-05 21:03:57 +03:00
Quota.h Rework Quota based on IAccessEntity. 2019-12-05 21:03:57 +03:00
QuotaContext.cpp Rework Quota based on IAccessEntity. 2019-12-05 21:03:57 +03:00
QuotaContext.h Rework Quota based on IAccessEntity. 2019-12-05 21:03:57 +03:00
QuotaContextFactory.cpp Rework Quota based on IAccessEntity. 2019-12-05 21:03:57 +03:00
QuotaContextFactory.h Use the generic class ext::scope_guard for subscriptions in IAccessStorage instead of a special class. 2020-01-31 19:23:33 +03:00
RowPolicy.cpp Rework RowPolicy based on IAccessEntity. 2019-12-19 13:37:02 +03:00
RowPolicy.h Rework RowPolicy based on IAccessEntity. 2019-12-19 13:37:02 +03:00
RowPolicyContext.cpp Rework RowPolicy based on IAccessEntity. 2019-12-19 13:37:02 +03:00
RowPolicyContext.h Rework RowPolicy based on IAccessEntity. 2019-12-19 13:37:02 +03:00
RowPolicyContextFactory.cpp PolicyInfo::setPolicy() now doesn't throw an excepion on empty filter. 2020-01-08 22:03:10 +07:00
RowPolicyContextFactory.h Use the generic class ext::scope_guard for subscriptions in IAccessStorage instead of a special class. 2020-01-31 19:23:33 +03:00
SettingsConstraints.cpp Update SettingsConstraints.cpp 2019-12-28 06:52:21 +03:00
SettingsConstraints.h Add constraints columns to table system.settings 2019-10-31 01:45:57 +03:00
User.cpp Add access_with_grant_option to User. 2020-02-06 18:12:53 +03:00
User.h Add access_with_grant_option to User. 2020-02-06 18:12:53 +03:00
UsersConfigAccessStorage.cpp Add access_with_grant_option to User. 2020-02-06 18:12:53 +03:00
UsersConfigAccessStorage.h Use the generic class ext::scope_guard for subscriptions in IAccessStorage instead of a special class. 2020-01-31 19:23:33 +03:00