ClickHouse/src/Access
2021-06-15 00:45:45 +03:00
..
AccessControlManager.cpp Improvements in implementations of the classes AccessRights and GrantedRoles. 2021-03-14 19:12:35 +03:00
AccessControlManager.h Improvements in implementations of the classes AccessRights and GrantedRoles. 2021-03-14 19:12:35 +03:00
AccessFlags.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
AccessRights.cpp Improvements in implementations of the classes AccessRights and GrantedRoles. 2021-03-14 19:12:35 +03:00
AccessRights.h Improvements in implementations of the classes AccessRights and GrantedRoles. 2021-03-14 19:12:35 +03:00
AccessRightsElement.cpp Improvements in implementations of the classes AccessRights and GrantedRoles. 2021-03-14 19:12:35 +03:00
AccessRightsElement.h Improvements in implementations of the classes AccessRights and GrantedRoles. 2021-03-14 19:12:35 +03:00
AccessType.h Projections 2021-05-11 18:12:23 +08:00
AllowedClientHosts.cpp
AllowedClientHosts.h Less manual concatenation of paths 2021-05-08 13:59:55 +03:00
Authentication.cpp Add Kerberos support for authenticating existing users when accessing over HTTP 2021-03-11 23:41:10 +03:00
Authentication.h Add Kerberos support for authenticating existing users when accessing over HTTP 2021-03-11 23:41:10 +03:00
CMakeLists.txt
ContextAccess.cpp Fix race condition in ContextAccess. 2021-05-17 10:03:26 +03:00
ContextAccess.h Improvements in implementations of the classes AccessRights and GrantedRoles. 2021-03-14 19:12:35 +03:00
Credentials.cpp Add Kerberos support for authenticating existing users when accessing over HTTP 2021-03-11 23:41:10 +03:00
Credentials.h Add Kerberos support for authenticating existing users when accessing over HTTP 2021-03-11 23:41:10 +03:00
DiskAccessStorage.cpp Fix warnings by PVS-Studio 2021-05-08 23:50:12 +03:00
DiskAccessStorage.h Add 'params' column to system.user_directories table. 2020-09-15 01:51:53 +03:00
EnabledQuota.cpp remove probably useless code 2021-02-16 23:54:05 +03:00
EnabledQuota.h Allow quotas to be keyed by proxy-forwarded IP address 2020-12-02 00:09:16 +03:00
EnabledRoles.cpp Fix deadlocks in RoleCache. 2020-10-12 21:40:05 +03:00
EnabledRoles.h Fix deadlocks in RoleCache. 2020-10-12 21:40:05 +03:00
EnabledRolesInfo.cpp
EnabledRolesInfo.h
EnabledRowPolicies.cpp
EnabledRowPolicies.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
EnabledSettings.cpp
EnabledSettings.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
ExternalAuthenticators.cpp Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into ldap-user-dn-detection 2021-05-18 14:08:28 -04:00
ExternalAuthenticators.h Implement config parsing and actual support for user_dn_detection section and user_dn placeholder substitution 2021-03-29 02:23:20 +04:00
GrantedRoles.cpp Fix a bunch of warnings from PVS-Studio 2021-05-08 19:09:17 +03:00
GrantedRoles.h Improvements in implementations of the classes AccessRights and GrantedRoles. 2021-03-14 19:12:35 +03:00
GSSAcceptor.cpp Add Kerberos support for authenticating existing users when accessing over HTTP 2021-03-11 23:41:10 +03:00
GSSAcceptor.h Add Kerberos support for authenticating existing users when accessing over HTTP 2021-03-11 23:41:10 +03:00
IAccessEntity.cpp
IAccessEntity.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
IAccessStorage.cpp Add Kerberos support for authenticating existing users when accessing over HTTP 2021-03-11 23:41:10 +03:00
IAccessStorage.h Merge branch 'master' into normalize-bigint 2021-04-25 06:57:44 +03:00
LDAPAccessStorage.cpp Implement config parsing and actual support for user_dn_detection section and user_dn placeholder substitution 2021-03-29 02:23:20 +04:00
LDAPAccessStorage.h Implement config parsing and actual support for user_dn_detection section and user_dn placeholder substitution 2021-03-29 02:23:20 +04:00
LDAPClient.cpp Fix builds: soothe the linters 2021-03-29 12:27:16 +04:00
LDAPClient.h Add missed #include <optional> 2021-06-14 12:43:16 +03:00
MemoryAccessStorage.cpp Merge branch 'master' into ldap-any-user-authentication 2020-08-18 14:54:02 +04:00
MemoryAccessStorage.h Allow recursive execution paths 2021-05-24 00:07:52 +04:00
MultipleAccessStorage.cpp Add Kerberos support for authenticating existing users when accessing over HTTP 2021-03-11 23:41:10 +03:00
MultipleAccessStorage.h Add Kerberos support for authenticating existing users when accessing over HTTP 2021-03-11 23:41:10 +03:00
Quota.cpp
Quota.h More fixes for PVS-Studio 2021-05-08 18:20:40 +03:00
QuotaCache.cpp Allow quotas to be keyed by proxy-forwarded IP address 2020-12-02 00:09:16 +03:00
QuotaCache.h Allow quotas to be keyed by proxy-forwarded IP address 2020-12-02 00:09:16 +03:00
QuotaUsage.cpp
QuotaUsage.h
Role.cpp
Role.h
RoleCache.cpp Improvements in implementations of the classes AccessRights and GrantedRoles. 2021-03-14 19:12:35 +03:00
RoleCache.h Improvements in implementations of the classes AccessRights and GrantedRoles. 2021-03-14 19:12:35 +03:00
RolesOrUsersSet.cpp Improvements in implementations of the classes AccessRights and GrantedRoles. 2021-03-14 19:12:35 +03:00
RolesOrUsersSet.h Merge branch 'master' into normalize-bigint 2021-04-25 06:57:44 +03:00
RowPolicy.cpp
RowPolicy.h Normalize BigInt implementation 2021-01-27 03:54:57 +03:00
RowPolicyCache.cpp
RowPolicyCache.h
SettingsConstraints.cpp Minor changes 2021-06-14 07:13:35 +03:00
SettingsConstraints.h
SettingsProfile.cpp
SettingsProfile.h
SettingsProfileElement.cpp
SettingsProfileElement.h
SettingsProfilesCache.cpp
SettingsProfilesCache.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
User.cpp Add a new clause GRANTEES to commands CREATE USER and ALTER USER. 2021-03-14 19:12:42 +03:00
User.h Add a new clause GRANTEES to commands CREATE USER and ALTER USER. 2021-03-14 19:12:42 +03:00
UsersConfigAccessStorage.cpp Add Kerberos support for authenticating existing users when accessing over HTTP 2021-03-11 23:41:10 +03:00
UsersConfigAccessStorage.h Add 'params' column to system.user_directories table. 2020-09-15 01:51:53 +03:00
ya.make Add Kerberos support for authenticating existing users when accessing over HTTP 2021-03-11 23:41:10 +03:00
ya.make.in Add examples folder filter to ya.make.in 2021-04-30 11:25:52 +03:00