ClickHouse/src/Access
Vitaly Baranov 427813071d
Merge pull request #26363 from vitlibar/fix-crash-login-as-dropped-user
Fix possible crash when login as dropped user
2021-07-16 09:47:35 +03:00
..
tests Fix calculating of intersection of access rights. 2021-07-16 00:29:27 +03:00
AccessControlManager.cpp Fix possible crash when login as dropped user. 2021-07-15 19:01:34 +03:00
AccessControlManager.h Improvements in implementations of the classes AccessRights and GrantedRoles. 2021-03-14 19:12:35 +03:00
AccessFlags.h Merge ext into common 2021-06-16 23:28:41 +03:00
AccessRights.cpp Fix calculating of intersection of access rights. 2021-07-16 00:29:27 +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 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into g-arslan-add-sqlite-support 2021-07-07 15:19:12 +00:00
AllowedClientHosts.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
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 dbms/ → src/ 2020-04-03 18:14:31 +03:00
ContextAccess.cpp Fix possible crash when login as dropped user. 2021-07-15 19:01:34 +03:00
ContextAccess.h Fix possible crash when login as dropped user. 2021-07-15 19:01:34 +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 Merge ext into common 2021-06-16 23:28:41 +03:00
DiskAccessStorage.h Merge ext into common 2021-06-16 23:28:41 +03:00
EnabledQuota.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
EnabledQuota.h Allow quotas to be keyed by proxy-forwarded IP address 2020-12-02 00:09:16 +03:00
EnabledRoles.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
EnabledRoles.h Merge ext into common 2021-06-16 23:28:41 +03:00
EnabledRolesInfo.cpp Fix partial revokes (complex cases). 2020-06-30 18:47:02 +03:00
EnabledRolesInfo.h Fix partial revokes (complex cases). 2020-06-30 18:47:02 +03:00
EnabledRowPolicies.cpp Fix possible crash when login as dropped user. 2021-07-15 19:01:34 +03:00
EnabledRowPolicies.h Fix possible crash when login as dropped user. 2021-07-15 19:01:34 +03:00
EnabledSettings.cpp Make SettingsChanges a class. 2020-07-31 19:11:27 +03:00
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 Merge ext into common 2021-06-16 23:28:41 +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 Use enum Type instead of std::type_index to represent the type of IAccessEntity. 2020-05-13 19:40:48 +03:00
IAccessEntity.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
IAccessStorage.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
IAccessStorage.h Merge ext into common 2021-06-16 23:28:41 +03:00
LDAPAccessStorage.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
LDAPAccessStorage.h Merge ext into common 2021-06-16 23:28:41 +03:00
LDAPClient.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
LDAPClient.h Add missed #include <optional> 2021-06-14 12:43:16 +03:00
MemoryAccessStorage.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
MemoryAccessStorage.h Merge ext into common 2021-06-16 23:28:41 +03:00
MultipleAccessStorage.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
MultipleAccessStorage.h Merge ext into common 2021-06-16 23:28:41 +03:00
Quota.cpp Improve system tables for quotas. Remove function currentQuota(). 2020-05-13 19:40:48 +03:00
Quota.h Merge ext into common 2021-06-16 23:28:41 +03:00
QuotaCache.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
QuotaCache.h Merge ext into common 2021-06-16 23:28:41 +03:00
QuotaUsage.cpp Improve system tables for quotas. Remove function currentQuota(). 2020-05-13 19:40:48 +03:00
QuotaUsage.h Improve system tables for quotas. Remove function currentQuota(). 2020-05-13 19:40:48 +03:00
Role.cpp Use enum Type instead of std::type_index to represent the type of IAccessEntity. 2020-05-13 19:40:48 +03:00
Role.h Fix partial revokes (complex cases). 2020-06-30 18:47:02 +03:00
RoleCache.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
RoleCache.h Merge ext into common 2021-06-16 23:28:41 +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 Support for multiple names in one CREATE/ALTER command. 2020-06-15 20:10:28 +03:00
RowPolicy.h Normalize BigInt implementation 2021-01-27 03:54:57 +03:00
RowPolicyCache.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
RowPolicyCache.h Merge ext into common 2021-06-16 23:28:41 +03:00
SettingsConstraints.cpp Fix possible crash when login as dropped user. 2021-07-15 19:01:34 +03:00
SettingsConstraints.h Fix possible crash when login as dropped user. 2021-07-15 19:01:34 +03:00
SettingsProfile.cpp Use enum Type instead of std::type_index to represent the type of IAccessEntity. 2020-05-13 19:40:48 +03:00
SettingsProfile.h Rename ExtendedRoleSet => RolesOrUsersSet. 2020-06-15 20:10:34 +03:00
SettingsProfileElement.cpp Print correct error message in log for unknown settings in users.xml 2020-08-04 00:20:33 +03:00
SettingsProfileElement.h Add the parameter custom_settings_prefixes to the server config. 2020-07-31 20:57:49 +03:00
SettingsProfilesCache.cpp Add the parameter custom_settings_prefixes to the server config. 2020-07-31 20:57:49 +03:00
SettingsProfilesCache.h Merge ext into common 2021-06-16 23:28:41 +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 Merge ext into common 2021-06-16 23:28:41 +03:00
UsersConfigAccessStorage.h Merge ext into common 2021-06-16 23:28:41 +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