1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

MDEV-9804 Implement a caching_sha2_password plugin

but without caching
This commit is contained in:
Sergei Golubchik
2025-05-04 19:13:43 +02:00
parent b57bf6f7b1
commit 63583b0824
30 changed files with 1080 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ PLUGIN_NAME ed25519
PLUGIN_VERSION 1.1
PLUGIN_STATUS ACTIVE
PLUGIN_TYPE AUTHENTICATION
PLUGIN_TYPE_VERSION 2.2
PLUGIN_TYPE_VERSION 2.3
PLUGIN_LIBRARY auth_ed25519.so
PLUGIN_LIBRARY_VERSION 1.15
PLUGIN_AUTHOR Sergei Golubchik