summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Merge remote-tracking branch 'origin/10.1' into 10.2Jan Lindström2019-02-281-0/+12
| | |\ \ \ | | | |/ /
| | | * | MDEV-17942 fixup : protect rebuild_check_host() / rebuild_role_grants() with...Vladislav Vaintroub2019-02-201-6/+7
| | | * | MDEV-17942 Assertion `found' failed in remove_ptr_from_dynarray after failed...Vladislav Vaintroub2019-02-201-0/+11
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-01-241-2/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2019-01-241-2/+6
| | |\ \ \ | | | |/ /
| | | * | MDEV-18119 upgrading from 10.3 to 10.4 can result in the password for a user ...Sergei Golubchik2019-01-231-2/+6
* | | | | MDEV-18297 How to reset a forgotten root passwordSergei Golubchik2019-02-211-0/+6
* | | | | don't consider the password "expired" if authentication is passwordlessSergei Golubchik2019-02-211-2/+3
* | | | | MDEV-7597 Expiration of user passwordsSergei Golubchik2019-02-211-104/+69
* | | | | MDEV-7597 Expiration of user passwordsRobert Bindar2019-02-211-28/+238
* | | | | cleanup: Account_optionsSergei Golubchik2019-02-141-55/+55
* | | | | MDEV-13095 Implement User Account lockingRobert Bindar2019-02-141-1/+41
* | | | | MDEV-11340 Allow multiple alternative authentication methods for the same userSergei Golubchik2019-02-041-327/+472
* | | | | cleanupSergei Golubchik2019-02-041-12/+8
* | | | | ed25519: better error message for an incorrect password hashSergei Golubchik2019-02-041-1/+1
* | | | | MDEV-17950 SHOW GRANTS FOR does not work for a user identified with non-exist...Sergei Golubchik2019-02-041-65/+92
* | | | | Execute bootstrap in main threadSergey Vojtovich2019-01-281-1/+1
* | | | | fix failing openssl_1 testSergei Golubchik2019-01-261-3/+5
* | | | | Galera4Brave Galera Crew2019-01-231-2/+0
* | | | | MDEV-5313 Improve Audit API.Alexey Botchkov2019-01-181-1/+1
* | | | | MDEV-5313 Improving audit API.Alexey Botchkov2019-01-181-50/+50
* | | | | MDEV-5313 Improving audit api.Alexey Botchkov2019-01-171-13/+17
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-01-151-0/+6
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2019-01-141-0/+6
| |\ \ \ \ | | |/ / /
| | * | | MDEV-17753 ALTER USER fail to replicateSachin2019-01-131-0/+6
* | | | | MDEV-7598 Lock user after too many password errorsVladislav Vaintroub2019-01-081-0/+67
* | | | | Merge 10.3 into 10.4Marko Mäkelä2019-01-061-2/+4
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into 10.3Sergei Golubchik2019-01-031-2/+4
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-12-211-2/+4
| | |\ \ \ | | | |/ /
| | | * | MDEV-17975 Assertion `! is_set()' or `!is_set() || (m_status == DA_OK_BULK &&...Sergei Golubchik2018-12-201-4/+5
* | | | | MDEV-16266 - New command FLUSH SSL to reload server's SSL certificate(private...Vladislav Vaintroub2018-12-121-1/+6
* | | | | MDEV-17658 change the structure of mysql.user tableSergei Golubchik2018-12-121-51/+230
* | | | | MDEV-17658 change the structure of mysql.user tableSergei Golubchik2018-12-121-57/+172
* | | | | cleanup: simplify opening of priv tablesSergei Golubchik2018-12-121-339/+188
* | | | | cleanup: refactor grant table classes in sql_acl.ccSergei Golubchik2018-12-121-511/+450
* | | | | fix the test for the empty password hash stringSergei Golubchik2018-12-121-1/+1
* | | | | MDEV-17946 : Unsorted acl_dbs after RENAME USERVladislav Vaintroub2018-12-101-0/+2
* | | | | Fix Win64 buildVladislav Vaintroub2018-12-081-7/+7
* | | | | MDEV-17932 : assertion in multi RENAME USER command.Vladislav Vaintroub2018-12-081-1/+1
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-12-081-9/+9
|\ \ \ \ \ | |/ / / /
| * | | | Fix the 64-bit Windows buildMarko Mäkelä2018-12-081-2/+2
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-12-071-71/+76
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-12-071-61/+66
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-12-071-60/+65
| | |\ \ \ | | | |/ /
| | | * | Merge branch '10.0' into 10.1Sergei Golubchik2018-12-061-60/+65
| | | |\ \
| | | | * | MDEV-17898 FLUSH PRIVILEGES crashes server with segfaultSergei Golubchik2018-12-061-19/+19
| | | | * | cleanup: DYNAMIC_ARRAY -> Dynamic_array<ACL_DB> acl_dbsSergei Golubchik2018-12-061-40/+37
* | | | | | MDEV-15649 Speedup search in acl_users and acl_dbs array,Vladislav Vaintroub2018-12-061-96/+223
* | | | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-061-3/+5
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-061-4/+5
| |\ \ \ \ \ | | |/ / / /