.. |
AccessControlManager.cpp
|
Update AccessControlManager.cpp
|
2020-10-23 09:13:26 +03:00 |
AccessControlManager.h
|
More specific log messages for each access storage type
|
2020-10-22 20:47:52 +04:00 |
AccessFlags.h
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
AccessRights.cpp
|
Fix GRANT ALL statement when executed on a non-global level.
|
2020-08-22 01:59:52 +03:00 |
AccessRights.h
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
AccessRightsElement.cpp
|
Fix partial revokes (complex cases).
|
2020-06-30 18:47:02 +03:00 |
AccessRightsElement.h
|
Fix GRANT ALL statement when executed on a non-global level.
|
2020-08-22 01:59:52 +03:00 |
AccessType.h
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
AllowedClientHosts.cpp
|
Fix half of typos
|
2020-08-08 03:47:03 +03:00 |
AllowedClientHosts.h
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
Authentication.cpp
|
Refactor ExternalAuthenticators configuration process
|
2020-07-11 21:06:01 +04:00 |
Authentication.h
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
CMakeLists.txt
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ContextAccess.cpp
|
Fix trailing whitespace
|
2020-10-26 22:12:40 +03:00 |
ContextAccess.h
|
Fix deadlock in InterpreterGrantQuery.
|
2020-10-13 01:03:47 +03:00 |
DiskAccessStorage.cpp
|
Fix "server failed to start" error
|
2020-11-07 03:14:53 +03:00 |
DiskAccessStorage.h
|
Add 'params' column to system.user_directories table.
|
2020-09-15 01:51:53 +03:00 |
EnabledQuota.cpp
|
Improve system tables for quotas. Remove function currentQuota().
|
2020-05-13 19:40:48 +03:00 |
EnabledQuota.h
|
Improve system tables for quotas. Remove function currentQuota().
|
2020-05-13 19:40:48 +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
|
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
|
Improve system table for row policies. Remove function currentRowPolicies().
|
2020-05-13 19:40:48 +03:00 |
EnabledRowPolicies.h
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +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
|
Implement LDAPAccessStorage and integrate it into AccessControlManager
|
2020-07-23 21:55:24 +04:00 |
ExternalAuthenticators.h
|
Merge branch 'master' into ldap-any-user-authentication
|
2020-09-21 00:31:04 +04:00 |
GrantedRoles.cpp
|
Refactoring of getting information about access rights.
|
2020-05-13 19:40:33 +03:00 |
GrantedRoles.h
|
Refactoring of getting information about access rights.
|
2020-05-13 19:40:33 +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
|
Fix typos reported by codespell
|
2020-10-27 12:04:03 +01:00 |
IAccessStorage.h
|
Stylistic changes
|
2020-10-06 19:23:08 +04:00 |
LDAPAccessStorage.cpp
|
Fix "server failed to start" error
|
2020-11-07 03:14:53 +03:00 |
LDAPAccessStorage.h
|
More specific log messages for each access storage type
|
2020-10-22 20:47:52 +04:00 |
LDAPClient.cpp
|
Refactor exception handling in login() et al.
|
2020-10-04 23:55:58 +04:00 |
LDAPClient.h
|
Refactor exception handling in login() et al.
|
2020-10-04 23:55:58 +04:00 |
LDAPParams.h
|
Refactor exception handling in login() et al.
|
2020-10-04 23:55:58 +04:00 |
MemoryAccessStorage.cpp
|
Merge branch 'master' into ldap-any-user-authentication
|
2020-08-18 14:54:02 +04:00 |
MemoryAccessStorage.h
|
Better initialization of access storages. Make list of access storages dynamic.
|
2020-08-16 19:15:34 +03:00 |
MultipleAccessStorage.cpp
|
Revert "user not found" detection in loginImpl() and getIDOfLoggedUserImpl()
|
2020-10-06 20:32:06 +04:00 |
MultipleAccessStorage.h
|
Manually remove storages in reverse order in MultipleAccessStorage d-tor
|
2020-10-04 22:00:56 +04:00 |
Quota.cpp
|
Improve system tables for quotas. Remove function currentQuota().
|
2020-05-13 19:40:48 +03:00 |
Quota.h
|
Improve syntax of CREATE QUOTA. Now resource types and key types could be written with underscores.
|
2020-06-15 20:10:34 +03:00 |
QuotaCache.cpp
|
Improve system tables for quotas. Remove function currentQuota().
|
2020-05-13 19:40:48 +03:00 |
QuotaCache.h
|
Rename ExtendedRoleSet => RolesOrUsersSet.
|
2020-06-15 20:10:34 +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
|
Fix deadlocks in RoleCache.
|
2020-10-12 21:40:05 +03:00 |
RoleCache.h
|
Fix deadlocks in RoleCache.
|
2020-10-12 21:40:05 +03:00 |
RolesOrUsersSet.cpp
|
Rename ExtendedRoleSet => RolesOrUsersSet.
|
2020-06-15 20:10:34 +03:00 |
RolesOrUsersSet.h
|
Rename ExtendedRoleSet => RolesOrUsersSet.
|
2020-06-15 20:10:34 +03:00 |
RowPolicy.cpp
|
Support for multiple names in one CREATE/ALTER command.
|
2020-06-15 20:10:28 +03:00 |
RowPolicy.h
|
Rename ExtendedRoleSet => RolesOrUsersSet.
|
2020-06-15 20:10:34 +03:00 |
RowPolicyCache.cpp
|
Improve system table for row policies. Remove function currentRowPolicies().
|
2020-05-13 19:40:48 +03:00 |
RowPolicyCache.h
|
Rename ExtendedRoleSet => RolesOrUsersSet.
|
2020-06-15 20:10:34 +03:00 |
SettingsConstraints.cpp
|
Add the parameter custom_settings_prefixes to the server config.
|
2020-07-31 20:57:49 +03:00 |
SettingsConstraints.h
|
Add the parameter custom_settings_prefixes to the server config.
|
2020-07-31 20:57:49 +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
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
User.cpp
|
Use enum Type instead of std::type_index to represent the type of IAccessEntity.
|
2020-05-13 19:40:48 +03:00 |
User.h
|
Fix partial revokes (complex cases).
|
2020-06-30 18:47:02 +03:00 |
UsersConfigAccessStorage.cpp
|
Fix "server failed to start" error
|
2020-11-07 03:14:53 +03:00 |
UsersConfigAccessStorage.h
|
Add 'params' column to system.user_directories table.
|
2020-09-15 01:51:53 +03:00 |
ya.make
|
Improve Arcadia
|
2020-11-05 12:55:01 +03:00 |
ya.make.in
|
Remove -g0 form Arcadia build settings.
|
2020-10-29 17:37:23 +03:00 |