ClickHouse/src/Access
2022-03-20 17:34:59 +01:00
..
Common Add new row policy kind: simple 2022-03-20 17:34:59 +01:00
tests Privileges CREATE/ALTER/DROP ROW POLICY now can be granted on a table or on database.* as well as globally *.* 2022-02-11 12:35:52 +07:00
AccessControl.cpp Update src/Access/AccessControl.cpp 2022-03-16 12:03:09 +01:00
AccessControl.h Update src/Access/AccessControl.cpp 2022-03-16 12:03:09 +01:00
AccessEntityIO.cpp Add new row policy kind: simple 2022-03-20 17:34:59 +01:00
AccessEntityIO.h Ignore obsolete grants in ATTACH GRANT statements. 2022-02-24 07:30:40 +03:00
AccessRights.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
AccessRights.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
Authentication.cpp A few improvements in the implementation of SSL certificate authentication. 2022-02-21 07:41:02 +03:00
Authentication.h A few improvements in the implementation of SSL certificate authentication. 2022-02-21 07:41:02 +03:00
CachedAccessChecking.cpp Add helper class to cache the result of checking access. 2022-02-02 22:22:41 +07:00
CachedAccessChecking.h Add helper class to cache the result of checking access. 2022-02-02 22:22:41 +07:00
CMakeLists.txt
ContextAccess.cpp Fixed unit tests 2022-02-10 19:31:02 +00:00
ContextAccess.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
Credentials.cpp A few improvements in the implementation of SSL certificate authentication. 2022-02-21 07:41:02 +03:00
Credentials.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
DiskAccessStorage.cpp Ignore obsolete grants in ATTACH GRANT statements. 2022-02-24 07:30:40 +03:00
DiskAccessStorage.h Don't throw in unexceptional cases: update(). 2021-12-20 23:10:46 +03:00
EnabledQuota.cpp Improve quota's end-of-interval calculations. 2021-12-11 13:56:38 +03:00
EnabledQuota.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
EnabledRoles.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
EnabledRoles.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
EnabledRolesInfo.cpp
EnabledRolesInfo.h Add new functions currentRoles(), enabledRoles(), defaultRoles(). 2021-07-24 23:20:40 +03:00
EnabledRowPolicies.cpp Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common. 2021-11-19 00:14:23 +03:00
EnabledRowPolicies.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
EnabledSettings.cpp Add new functions currentProfiles(), enabledProfiles(), defaultProfiles(). 2021-07-22 22:20:53 +03:00
EnabledSettings.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
ExternalAuthenticators.cpp Do not allow ldap servers with the same name 2022-01-17 00:31:10 +04:00
ExternalAuthenticators.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
GrantedRoles.cpp Merge pull request #26707 from vitlibar/fix-set-role 2021-07-23 23:16:15 +03:00
GrantedRoles.h just drop old privileges and assign new 2021-07-16 14:39:14 +08:00
GSSAcceptor.cpp Remove useless code 2021-11-20 10:06:28 +03:00
GSSAcceptor.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
IAccessEntity.cpp
IAccessEntity.h Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
IAccessStorage.cpp Fix code style and other minor corrections after implementing allow_no_password. 2022-03-14 20:55:34 +01:00
IAccessStorage.h Merge pull request #35276 from vitlibar/fix-code-style-and-minor-corrections-after-allow-no-password 2022-03-16 18:55:05 +01:00
LDAPAccessStorage.cpp Fix code style and other minor corrections after implementing allow_no_password. 2022-03-14 20:55:34 +01:00
LDAPAccessStorage.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
LDAPClient.cpp Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
LDAPClient.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
MemoryAccessStorage.cpp Don't throw in unexceptional cases: update(). 2021-12-20 23:10:46 +03:00
MemoryAccessStorage.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
MultipleAccessStorage.cpp Fix code style and other minor corrections after implementing allow_no_password. 2022-03-14 20:55:34 +01:00
MultipleAccessStorage.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
Quota.cpp
Quota.h Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
QuotaCache.cpp Improve quota's end-of-interval calculations. 2021-12-11 13:56:38 +03:00
QuotaCache.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
QuotaUsage.cpp
QuotaUsage.h Rename Quota::KeyType -> QuotaKeyType and move it to Access/Common. 2021-11-19 00:14:23 +03:00
RBACVersion.cpp Add new row policy kind: simple 2022-03-20 17:34:59 +01:00
ReplicatedAccessStorage.cpp Don't throw in unexceptional cases: update(). 2021-12-20 23:10:46 +03:00
ReplicatedAccessStorage.h Don't throw in unexceptional cases: update(). 2021-12-20 23:10:46 +03:00
Role.cpp
Role.h Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
RoleCache.cpp Rename AccessControlManager -> AccessControl. 2021-11-02 14:06:20 +03:00
RoleCache.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
RolesOrUsersSet.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
RolesOrUsersSet.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
RowPolicy.cpp Change type of RowPolicyKind: bool -> enum. 2022-03-17 15:28:05 +01:00
RowPolicy.h Change type of RowPolicyKind: bool -> enum. 2022-03-17 15:28:05 +01:00
RowPolicyCache.cpp Add new row policy kind: simple 2022-03-20 17:34:59 +01:00
RowPolicyCache.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
SettingsConstraints.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
SettingsConstraints.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
SettingsConstraintsAndProfileIDs.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
SettingsProfile.cpp
SettingsProfile.h Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
SettingsProfileElement.cpp Rename AccessControlManager -> AccessControl. 2021-11-02 14:06:20 +03:00
SettingsProfileElement.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
SettingsProfilesCache.cpp Rename AccessControlManager -> AccessControl. 2021-11-02 14:06:20 +03:00
SettingsProfilesCache.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
SettingsProfilesInfo.cpp Rename AccessControlManager -> AccessControl. 2021-11-02 14:06:20 +03:00
SettingsProfilesInfo.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00
User.cpp Split Authentication.h to common and main parts. 2021-11-01 19:13:49 +03:00
User.h Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common. 2021-11-19 02:48:00 +03:00
UsersConfigAccessStorage.cpp Fix code style and other minor corrections after implementing allow_no_password. 2022-03-14 20:55:34 +01:00
UsersConfigAccessStorage.h Fix clang-tidy warnings in Access folder 2022-03-14 18:17:35 +00:00