ClickHouse/dbms/src/Access
2019-12-09 04:53:30 +03:00
..
AccessControlManager.cpp Rework Quota based on IAccessEntity. 2019-12-05 21:03:57 +03:00
AccessControlManager.h Rework Quota based on IAccessEntity. 2019-12-05 21:03:57 +03:00
AllowedClientHosts.cpp Move the code which checks client host to a separate class. 2019-10-11 00:18:52 +03:00
AllowedClientHosts.h Remove Authentication::setType() function and fix comments. 2019-10-11 00:48:36 +03:00
Authentication.cpp fixed getting double SHA1 in mysql_native_password auth plugin 2019-12-06 04:35:49 +03:00
Authentication.h fixed getting double SHA1 in mysql_native_password auth plugin 2019-12-06 04:35:49 +03:00
CMakeLists.txt Move authentication code to a separate class. 2019-10-11 00:18:52 +03:00
IAccessEntity.cpp Rework Quota based on IAccessEntity. 2019-12-05 21:03:57 +03:00
IAccessEntity.h Add AccessControlManager and an interface for the storage. 2019-12-05 21:03:57 +03:00
IAccessStorage.cpp Add AccessControlManager and an interface for the storage. 2019-12-05 21:03:57 +03:00
IAccessStorage.h Add AccessControlManager and an interface for the storage. 2019-12-05 21:03:57 +03:00
MemoryAccessStorage.cpp Add AccessControlManager and an interface for the storage. 2019-12-05 21:03:57 +03:00
MemoryAccessStorage.h Add AccessControlManager and an interface for the storage. 2019-12-05 21:03:57 +03:00
MultipleAccessStorage.cpp Add AccessControlManager and an interface for the storage. 2019-12-05 21:03:57 +03:00
MultipleAccessStorage.h Add AccessControlManager and an interface for the storage. 2019-12-05 21:03:57 +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 Rework Quota based on IAccessEntity. 2019-12-05 21:03:57 +03:00
SettingsConstraints.cpp Add constraints columns to table system.settings 2019-10-31 01:45:57 +03:00
SettingsConstraints.h Add constraints columns to table system.settings 2019-10-31 01:45:57 +03:00
UsersConfigAccessStorage.cpp Rework Quota based on IAccessEntity. 2019-12-05 21:03:57 +03:00
UsersConfigAccessStorage.h Add AccessControlManager and an interface for the storage. 2019-12-05 21:03:57 +03:00