.. |
Common
|
Merge branch 'master' into 66073-system-load-primary-key-rebase
|
2024-11-27 17:11:30 +00:00 |
examples
|
Remove dbms dependency on clickhouse_functions
|
2024-09-24 19:48:23 +02:00 |
tests
|
Fix build
|
2024-12-11 21:45:30 +00:00 |
AccessBackup.cpp
|
Apply linter changes
|
2024-10-06 12:29:20 +02:00 |
AccessBackup.h
|
Support writing dependents of access entities to backup, added backup setting "write_access_entities_dependents".
|
2024-09-19 12:43:09 +02:00 |
AccessChangesNotifier.cpp
|
Fixes for clang-17
|
2023-05-13 02:57:31 +02:00 |
AccessChangesNotifier.h
|
Rework notifications used in access management.
|
2022-05-21 10:15:39 +02:00 |
AccessControl.cpp
|
Implement ServerSetting 'allowed_feature_tier'
|
2024-11-12 16:56:01 +01:00 |
AccessControl.h
|
Implement ServerSetting 'allowed_feature_tier'
|
2024-11-12 16:56:01 +01:00 |
AccessEntityIO.cpp
|
Use clang-19
|
2024-11-20 23:08:47 +01:00 |
AccessEntityIO.h
|
refactoring ParserAttachAccessEntity
|
2022-04-20 22:57:44 -04:00 |
AccessRights.cpp
|
Some clang-tidy fixes
|
2024-12-11 16:12:16 +00:00 |
AccessRights.h
|
Better message for ACCESS_DENIED error.
|
2024-09-27 17:22:47 -04:00 |
Authentication.cpp
|
Revert "Revert "Miscellaneous""
|
2024-10-26 20:59:45 +02:00 |
Authentication.h
|
small refactor
|
2024-06-27 11:50:16 -03:00 |
AuthenticationData.cpp
|
Remove some nested inclusion of WriteHelpers.h
|
2024-12-02 23:49:04 +01:00 |
AuthenticationData.h
|
Merge branch 'master' into valid_until_per_auth_method
|
2024-10-15 09:25:58 -03:00 |
CachedAccessChecking.cpp
|
Add query privileges information to the query log.
|
2024-06-18 15:39:21 +00:00 |
CachedAccessChecking.h
|
Add query privileges information to the query log.
|
2024-06-18 15:39:21 +00:00 |
CMakeLists.txt
|
Add KerberosInit class; add kerberos_init console example; modify HDFSCommon.cpp
|
2022-06-03 12:06:31 +03:00 |
ContextAccess.cpp
|
Some clang-tidy fixes
|
2024-12-11 16:12:16 +00:00 |
ContextAccess.h
|
Merge branch 'master' into pufit/fix-implicit-grants
|
2024-10-08 09:45:02 +08:00 |
ContextAccessParams.cpp
|
Revive #42537
|
2024-11-19 09:53:27 +00:00 |
ContextAccessParams.h
|
Revive #42537
|
2024-11-19 09:53:27 +00:00 |
Credentials.cpp
|
Add support for x509 SubjectAltName identification
|
2024-07-01 09:47:28 +00:00 |
Credentials.h
|
Add ability to set user/password in http_handlers
|
2024-10-24 17:04:40 +02:00 |
DiskAccessStorage.cpp
|
Add UUID to UpdateFunc in IAccessStorage.
|
2024-09-19 12:31:17 +02:00 |
DiskAccessStorage.h
|
Fix restoring access entities dependant on existing ones.
|
2024-09-17 12:10:31 +02:00 |
EnabledQuota.cpp
|
Implemented failed login attempt counting using quota
|
2024-01-29 23:20:38 +00:00 |
EnabledQuota.h
|
Implemented failed login attempt counting using quota
|
2024-01-29 23:20:38 +00:00 |
EnabledRoles.cpp
|
Fixes for clang-17
|
2023-05-13 02:57:31 +02:00 |
EnabledRoles.h
|
Keep subscriptions for all enabled roles.
|
2023-03-08 07:50:04 +01:00 |
EnabledRolesInfo.cpp
|
Fix access checking in evaluations of defaults during async insert.
|
2023-10-05 10:26:44 +02:00 |
EnabledRolesInfo.h
|
Fix access checking in evaluations of defaults during async insert.
|
2023-10-05 10:26:44 +02:00 |
EnabledRowPolicies.cpp
|
row_policy_template - rollback tweaking found policy for database
|
2023-05-13 22:30:02 +00:00 |
EnabledRowPolicies.h
|
row policy template: tests and code cleanup, code review changes
|
2023-05-13 22:30:02 +00:00 |
EnabledSettings.cpp
|
Add new functions currentProfiles(), enabledProfiles(), defaultProfiles().
|
2021-07-22 22:20:53 +03:00 |
EnabledSettings.h
|
Support for Clang Thread Safety Analysis (TSA)
|
2022-06-20 16:13:25 +02:00 |
ExternalAuthenticators.cpp
|
Use clang-19
|
2024-11-20 23:08:47 +01:00 |
ExternalAuthenticators.h
|
Updated implementation
|
2024-01-25 14:31:49 +03:00 |
GrantedRoles.cpp
|
Add new restore setting "update_access_entities_dependents" to allow updating dependents of restored access entities.
|
2024-09-19 12:43:04 +02:00 |
GrantedRoles.h
|
Add new restore setting "update_access_entities_dependents" to allow updating dependents of restored access entities.
|
2024-09-19 12:43:04 +02:00 |
GSSAcceptor.cpp
|
Updated implementation
|
2024-01-25 14:31:49 +03:00 |
GSSAcceptor.h
|
Enable clang-tidy in headers
|
2024-03-18 08:00:09 +00:00 |
HTTPAuthClient.h
|
Use HTTP/1.1 for external HTTP authentication
|
2024-08-16 15:07:53 +00:00 |
IAccessEntity.cpp
|
Refactoring of the code for making a backup and restoring access entities.
|
2024-09-19 12:31:10 +02:00 |
IAccessEntity.h
|
Support writing dependents of access entities to backup, added backup setting "write_access_entities_dependents".
|
2024-09-19 12:43:09 +02:00 |
IAccessStorage.cpp
|
Merge branch 'master' into valid_until_per_auth_method
|
2024-09-30 14:14:33 -03:00 |
IAccessStorage.h
|
Merge branch 'master' into valid_until_per_auth_method
|
2024-09-30 14:14:33 -03:00 |
KerberosInit.cpp
|
Apply linter changes
|
2024-10-06 12:29:20 +02:00 |
KerberosInit.h
|
Consolidate config_core.h into config.h
|
2022-09-28 13:31:57 +00:00 |
LDAPAccessStorage.cpp
|
fix build, fix test
|
2024-11-19 09:53:28 +00:00 |
LDAPAccessStorage.h
|
Enable clang-tidy in headers
|
2024-03-18 08:00:09 +00:00 |
LDAPClient.cpp
|
Useless changes
|
2024-05-10 03:31:40 +02:00 |
LDAPClient.h
|
Useless changes
|
2024-05-09 01:08:33 +02:00 |
MemoryAccessStorage.cpp
|
Add UUID to UpdateFunc in IAccessStorage.
|
2024-09-19 12:31:17 +02:00 |
MemoryAccessStorage.h
|
Fix restoring access entities dependant on existing ones.
|
2024-09-17 12:10:31 +02:00 |
MultipleAccessStorage.cpp
|
Add UUID to UpdateFunc in IAccessStorage.
|
2024-09-19 12:31:17 +02:00 |
MultipleAccessStorage.h
|
Refactoring of the code for making a backup and restoring access entities.
|
2024-09-19 12:31:10 +02:00 |
Quota.cpp
|
Support writing dependents of access entities to backup, added backup setting "write_access_entities_dependents".
|
2024-09-19 12:43:09 +02:00 |
Quota.h
|
Support writing dependents of access entities to backup, added backup setting "write_access_entities_dependents".
|
2024-09-19 12:43:09 +02:00 |
QuotaCache.cpp
|
Apply linter changes
|
2024-10-06 12:29:20 +02:00 |
QuotaCache.h
|
Implemented failed login attempt counting using quota
|
2024-01-29 23:20:38 +00:00 |
QuotaUsage.cpp
|
Improve system tables for quotas. Remove function currentQuota().
|
2020-05-13 19:40:48 +03:00 |
QuotaUsage.h
|
Rename Quota::KeyType -> QuotaKeyType and move it to Access/Common.
|
2021-11-19 00:14:23 +03:00 |
ReplicatedAccessStorage.cpp
|
Add UUID to UpdateFunc in IAccessStorage.
|
2024-09-19 12:31:17 +02:00 |
ReplicatedAccessStorage.h
|
Refactoring of the code for making a backup and restoring access entities.
|
2024-09-19 12:31:10 +02:00 |
resolveSetting.h
|
Hide Settings implementation
|
2024-09-18 15:48:02 +02:00 |
Role.cpp
|
Support writing dependents of access entities to backup, added backup setting "write_access_entities_dependents".
|
2024-09-19 12:43:09 +02:00 |
Role.h
|
Support writing dependents of access entities to backup, added backup setting "write_access_entities_dependents".
|
2024-09-19 12:43:09 +02:00 |
RoleCache.cpp
|
Merge branch 'master' into add-syntax-alter-user-modify-settings
|
2024-11-18 13:13:27 -08:00 |
RoleCache.h
|
Revert "Revert "Miscellaneous""
|
2024-10-26 20:59:45 +02:00 |
RolesOrUsersSet.cpp
|
Apply linter changes
|
2024-10-06 12:29:20 +02:00 |
RolesOrUsersSet.h
|
Add new restore setting "update_access_entities_dependents" to allow updating dependents of restored access entities.
|
2024-09-19 12:43:04 +02:00 |
RowPolicy.cpp
|
Support writing dependents of access entities to backup, added backup setting "write_access_entities_dependents".
|
2024-09-19 12:43:09 +02:00 |
RowPolicy.h
|
Support writing dependents of access entities to backup, added backup setting "write_access_entities_dependents".
|
2024-09-19 12:43:09 +02:00 |
RowPolicyCache.cpp
|
Limit backtracking in parser
|
2024-03-17 19:54:45 +01:00 |
RowPolicyCache.h
|
row_policy_template - external code review changes
|
2023-05-13 22:30:02 +00:00 |
SettingsAuthResponseParser.cpp
|
Apply linter changes
|
2024-10-06 12:29:20 +02:00 |
SettingsAuthResponseParser.h
|
Add external HTTP Basic authenticator (#55199)
|
2023-10-20 19:24:19 +02:00 |
SettingsConstraints.cpp
|
Merge branch 'master' into add-syntax-alter-user-modify-settings
|
2024-12-05 23:24:22 -05:00 |
SettingsConstraints.h
|
Merge branch 'master' into add-syntax-alter-user-modify-settings
|
2024-11-21 23:37:15 -05:00 |
SettingsConstraintsAndProfileIDs.h
|
Fix clang-tidy warnings in Access folder
|
2022-03-14 18:17:35 +00:00 |
SettingsProfile.cpp
|
Support writing dependents of access entities to backup, added backup setting "write_access_entities_dependents".
|
2024-09-19 12:43:09 +02:00 |
SettingsProfile.h
|
Support writing dependents of access entities to backup, added backup setting "write_access_entities_dependents".
|
2024-09-19 12:43:09 +02:00 |
SettingsProfileElement.cpp
|
Merge branch 'master' into add-syntax-alter-user-modify-settings
|
2024-11-21 23:37:15 -05:00 |
SettingsProfileElement.h
|
Merge branch 'master' into add-syntax-alter-user-modify-settings
|
2024-11-18 13:13:27 -08:00 |
SettingsProfilesCache.cpp
|
Merge branch 'master' into add-syntax-alter-user-modify-settings
|
2024-11-18 13:13:27 -08:00 |
SettingsProfilesCache.h
|
Filtering of profile UUIDs for SettingsProfilesInfo
|
2023-11-28 12:12:23 +01:00 |
SettingsProfilesInfo.cpp
|
Fix bad code, but not error in system.session_log
|
2024-06-17 07:51:58 +02:00 |
SettingsProfilesInfo.h
|
Fix bad code, but not error in system.session_log
|
2024-06-17 07:51:58 +02:00 |
User.cpp
|
remove validuntil
|
2024-09-30 14:58:42 -03:00 |
User.h
|
Merge branch 'master' into valid_until_per_auth_method
|
2024-09-30 14:14:33 -03:00 |
UsersConfigAccessStorage.cpp
|
Some clang-tidy fixes
|
2024-12-11 16:12:16 +00:00 |
UsersConfigAccessStorage.h
|
Add DROP ROLE ... FROM and CREATE ROLE ... AT syntax
|
2023-07-10 20:23:03 -04:00 |