Sergei Golubchik
6bf866cc79
MDEV-25641 max_password_errors not working with ed25519 auth plugin
...
report correct error codes in ed25519.
Invalid value stored in the user table or an OpenSSL error is CR_ERROR.
When a user provided incorrect password when logging in -
it's CR_AUTH_USER_CREDENTIALS.
2021-05-22 21:56:51 +02:00
Oleksandr Byelkin
e2bbb6f5e9
switch to CC 3.1
2019-07-20 09:09:28 +02:00
Vladislav Vaintroub
724aefa56d
Fix linking error, for GNU linker.
2019-06-03 13:52:33 +02:00
Vladislav Vaintroub
e730ea1e3e
Only link mysys_ssl when required.
...
Do not use TARGET_LINK_LIBRARIES(mysys mysys_ssl),
this means that mysys_ssl is linked to practically everything.
2019-06-03 09:55:59 +02:00
Marko Mäkelä
26a14ee130
Merge 10.1 into 10.2
2019-05-13 17:54:04 +03:00
Vicențiu Ciorbaru
cb248f8806
Merge branch '5.5' into 10.1
2019-05-11 22:19:05 +03:00
Vicențiu Ciorbaru
c0ac0b8860
Update FSF address
2019-05-11 19:25:02 +03:00
Daniel Black
3859273d04
MDEV-14267: correct FSF address
2018-10-30 19:45:09 +08:00
Marko Mäkelä
206528f722
Merge 10.1 into 10.2
2018-08-31 15:10:02 +03:00
Alexey Botchkov
c933970974
MDEV-16665 ed25519 describes itself as 1.0-alpha even though it's not alpha.
...
Plugin version name fixed.
2018-08-30 15:57:22 +04:00
Sergei Golubchik
1dd3c8f8ba
Merge branch '10.1' into 10.2
2018-06-28 22:46:12 +02:00
Sergei Golubchik
16c14d7ba0
mark ed25519 stable
2018-06-28 15:46:57 +02:00
Vladislav Vaintroub
7354dc6773
MDEV-13384 - misc Windows warnings fixed
2017-09-28 17:20:46 +00:00
Sergei Golubchik
da4d71d10d
Merge branch '10.1' into 10.2
2017-03-30 12:48:42 +02:00
Sergei Golubchik
a00517ac97
restore the correct linking of ed25519 plugin
...
* add a clarifying comment
* apply /wd4244 /wd4146 to ref10 source files, not to the library
2017-03-29 00:39:37 +02:00
Vladislav Vaintroub
716188f1d4
Fix some warnings on Windows compilation
...
- silence warnings in ed25519 reference implementation
- fix signed/unsigned warning in popular header item_func.h
2017-03-24 10:10:36 +01:00
iangilfillan
f0ec34002a
Correct FSF address
2017-03-10 18:21:29 +01:00
Sergei Golubchik
e0a03ca30a
ed25519 plugin: simplify the api
...
various ed25519/ref10 api simplifications for our specific use case
2017-03-10 18:21:28 +01:00
Sergei Golubchik
7120118a5e
MDEV-12160 Modern alternative to the SHA1 authentication plugin
...
ED25519 authentication plugin
2017-03-10 18:21:28 +01:00