.. |
Common
|
Add missing access control to some system commands
|
2021-12-30 21:37:21 +03:00 |
tests
|
Fix ReplicatedAccessStorage shutdown without startup
|
2021-09-26 19:50:29 +02:00 |
AccessControl.cpp
|
Merge pull request #32662 from vitlibar/improve-exceptions-usage-in-access-control
|
2021-12-23 06:48:28 +03:00 |
AccessControl.h
|
Merge pull request #32662 from vitlibar/improve-exceptions-usage-in-access-control
|
2021-12-23 06:48:28 +03:00 |
AccessEntityIO.cpp
|
Reduce IParser.h dependencies and dependents
|
2021-11-26 17:19:47 +01:00 |
AccessEntityIO.h
|
Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common.
|
2021-11-19 02:48:00 +03:00 |
AccessRights.cpp
|
Fix SHOW GRANTS when partial revokes are used.
|
2021-11-10 17:03:02 +03:00 |
AccessRights.h
|
Move more implementations from headers to cpp.
|
2021-11-02 22:38:32 +03:00 |
Authentication.cpp
|
Updated additional cases
|
2021-12-20 15:55:07 +03:00 |
Authentication.h
|
Split Authentication.h to common and main parts.
|
2021-11-01 19:13:49 +03:00 |
CMakeLists.txt
|
|
|
ContextAccess.cpp
|
Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common.
|
2021-11-19 00:14:23 +03:00 |
ContextAccess.h
|
Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common.
|
2021-11-19 02:48:00 +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
|
Merge pull request #28331 from vitlibar/mysql-authentication-cleanup
|
2021-10-04 11:11:45 +03:00 |
DiskAccessStorage.cpp
|
When trying to update readonly and non-readonly access storages in one query, throw after updating non-readonly ones.
|
2021-12-23 01:17:45 +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
|
Improve quota's end-of-interval calculations.
|
2021-12-11 13:56:38 +03:00 |
EnabledRoles.cpp
|
Merge ext into common
|
2021-06-16 23:28:41 +03:00 |
EnabledRoles.h
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03: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
|
Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common.
|
2021-11-19 00:14:23 +03:00 |
EnabledSettings.cpp
|
Add new functions currentProfiles(), enabledProfiles(), defaultProfiles().
|
2021-07-22 22:20:53 +03:00 |
EnabledSettings.h
|
Add new functions currentProfiles(), enabledProfiles(), defaultProfiles().
|
2021-07-22 22:20:53 +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
|
Rename "common" to "base"
|
2021-10-02 10:13:14 +03: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
|
Remove useless code
|
2021-11-20 10:06:28 +03: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 clang tidy
|
2021-12-24 10:36:39 +03:00 |
IAccessStorage.h
|
Don't throw in unexceptional cases: authenticate().
|
2021-12-23 01:17:50 +03:00 |
LDAPAccessStorage.cpp
|
Don't throw in unexceptional cases: authenticate().
|
2021-12-23 01:17:50 +03:00 |
LDAPAccessStorage.h
|
Don't throw in unexceptional cases: authenticate().
|
2021-12-23 01:17:50 +03:00 |
LDAPClient.cpp
|
Update LDAPClient.cpp
|
2022-01-13 21:33:04 +03:00 |
LDAPClient.h
|
Remove cruft
|
2021-10-28 02:10:39 +03:00 |
MemoryAccessStorage.cpp
|
Don't throw in unexceptional cases: update().
|
2021-12-20 23:10:46 +03:00 |
MemoryAccessStorage.h
|
Don't throw in unexceptional cases: update().
|
2021-12-20 23:10:46 +03:00 |
MultipleAccessStorage.cpp
|
Don't throw in unexceptional cases: authenticate().
|
2021-12-23 01:17:50 +03:00 |
MultipleAccessStorage.h
|
Don't throw in unexceptional cases: authenticate().
|
2021-12-23 01:17:50 +03: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
|
Improve quota's end-of-interval calculations.
|
2021-12-11 13:56:38 +03:00 |
QuotaUsage.cpp
|
|
|
QuotaUsage.h
|
Rename Quota::KeyType -> QuotaKeyType and move it to Access/Common.
|
2021-11-19 00:14:23 +03: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
|
Rename AccessControlManager -> AccessControl.
|
2021-11-02 14:06:20 +03:00 |
RolesOrUsersSet.cpp
|
Rename AccessControlManager -> AccessControl.
|
2021-11-02 14:06:20 +03:00 |
RolesOrUsersSet.h
|
Rename AccessControlManager -> AccessControl.
|
2021-11-02 14:06:20 +03:00 |
RowPolicy.cpp
|
Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common.
|
2021-11-19 00:14:23 +03:00 |
RowPolicy.h
|
Rename IAccessEntity::Type -> AccessEntityType and move it to Access/Common.
|
2021-11-19 02:48:00 +03:00 |
RowPolicyCache.cpp
|
Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common.
|
2021-11-19 00:14:23 +03:00 |
RowPolicyCache.h
|
Rename RowPolicy::ConditionType -> RowPolicyFilterType and move it to Access/Common.
|
2021-11-19 00:14:23 +03:00 |
SettingsConstraints.cpp
|
Add hints for SET query and HTTP request param settings
|
2021-12-20 16:57:09 +01:00 |
SettingsConstraints.h
|
Rename AccessControlManager -> AccessControl.
|
2021-11-02 14:06:20 +03:00 |
SettingsConstraintsAndProfileIDs.h
|
Rename AccessControlManager -> AccessControl.
|
2021-11-02 14:06:20 +03: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
|
Rename AccessControlManager -> AccessControl.
|
2021-11-02 14:06:20 +03:00 |
SettingsProfilesCache.cpp
|
Rename AccessControlManager -> AccessControl.
|
2021-11-02 14:06:20 +03:00 |
SettingsProfilesCache.h
|
Rename AccessControlManager -> AccessControl.
|
2021-11-02 14:06:20 +03:00 |
SettingsProfilesInfo.cpp
|
Rename AccessControlManager -> AccessControl.
|
2021-11-02 14:06:20 +03:00 |
SettingsProfilesInfo.h
|
Rename AccessControlManager -> AccessControl.
|
2021-11-02 14:06:20 +03: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
|
Merge pull request #32662 from vitlibar/improve-exceptions-usage-in-access-control
|
2021-12-23 06:48:28 +03:00 |
UsersConfigAccessStorage.h
|
Merge pull request #32662 from vitlibar/improve-exceptions-usage-in-access-control
|
2021-12-23 06:48:28 +03:00 |