summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* - Renaming variables so that they don't shadow others (After this patch one c...Monty2015-07-061-35/+56
* MDEV-8280: crash in 'show global status' with --skip-grant-tablesVicențiu Ciorbaru2015-06-221-5/+8
* Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-4/+24
|\
| * MDEV-7985: MySQL Users Break when Migrating to MariaDB, part 2Vicențiu Ciorbaru2015-05-051-30/+78
| * MDEV-7774: Crash when dropping user within rebuild_role_grantsVicențiu Ciorbaru2015-05-031-4/+24
* | MDEV-5214 Status variables for number of global/db/table/column/role grantsVicențiu Ciorbaru2015-03-191-0/+49
* | MDEV-6572 "USE dbname" with a bad sequence erroneously connects to a wrong da...Alexander Barkov2015-03-161-9/+3
* | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-071-25/+1
|\ \ | |/
| * fix a case where automatic procedure grant was changing user's passwordSergei Golubchik2015-02-171-25/+1
* | cleanups done as part of adding encryptionMonty2015-02-101-11/+10
* | password validation plugin API: renamesSergei Golubchik2015-02-101-2/+2
* | MDEV-6918 Create a way to see a user's default role.Vicențiu Ciorbaru2015-02-091-1/+12
* | don't let current_thd to point to a destroyed THDSergei Golubchik2015-02-031-4/+0
* | MDEV-7288 USER/ROLE: CREATE OR REPLACE, CREATE IF NOT EXISTS, DROP IF EXISTSAlexander Barkov2015-01-131-12/+58
* | strict_password_validationSergei Golubchik2014-12-041-0/+19
* | validate SET PASSWORDSergei Golubchik2014-12-041-45/+54
* | password validation function in sql_acl.ccSergei Golubchik2014-12-041-0/+28
* | GRANT: calculate pasword hash in sql_acl.ccSergei Golubchik2014-12-041-3/+28
* | parser: store the password hash in LEX_USER::auth, not in ::passwordSergei Golubchik2014-12-041-43/+37
* | sql_acl.cc: better recognize the context to tell the role from a userSergei Golubchik2014-12-041-0/+6
* | bugfix: IDENTIFIED BY clause was lost in some GRANT variantsSergei Golubchik2014-12-041-20/+21
* | cleanup: sql_acl.ccSergei Golubchik2014-12-041-30/+5
* | cleanup: normalize LEX_USER to get rid of different representation of the sam...Sergei Golubchik2014-12-041-1/+50
* | cleanup: bool_variable= -1; -> bool_variable= true;Sergei Golubchik2014-12-041-6/+6
* | cleanup: s/const CHARSET_INFO/CHARSET_INFO/Sergei Golubchik2014-12-041-2/+1
* | Merge branch '10.0' into bb-10.1-mergeSergei Golubchik2014-12-021-2/+3
|\ \ | |/
| * 5.5.40+ mergeSergei Golubchik2014-10-091-1/+2
| |\
| | * MDEV-6749 - Deadlock between GRANT/REVOKE, SELECT FROM I_S.COLUMNS,Sergey Vojtovich2014-09-181-1/+1
| * | MDEV-5120 Test suite test maria-no-logging failsMichael Widenius2014-09-301-1/+1
| * | MDEV-6788: The variable 'role' is being used without being initialized at sql...Sergey Petrunya2014-09-251-4/+1
| * | MDEV-6788: The variable 'role' is being used without being initialized at sql...Sergey Petrunya2014-09-251-3/+3
* | | Merge 10.0.14 into 10.1Sergei Golubchik2014-10-151-11/+11
|\ \ \ | |/ /
| * | fixes for valgrind failuresSergei Golubchik2014-09-171-0/+1
| * | Adding Item_string_sys and Item_string_ascii to reduce duplicate codeAlexander Barkov2014-09-031-1/+1
| * | MDEV-6401 SET ROLE returning ERROR 1959 Invalid role specification for valid ...Sergei Golubchik2014-06-271-2/+2
| * | long overdue: change maturity level for built-in auth plugins to stableSergei Golubchik2014-06-231-2/+2
* | | move userstat tables to a pluginSergei Golubchik2014-10-111-0/+5
* | | GLOBAL_VALUE_ORIGIN=AUTOSergei Golubchik2014-10-111-0/+2
* | | cleanup: move safe_str*() from sql_acl.cc to m_string.hSergei Golubchik2014-10-101-11/+0
* | | cleanup: galera misc cleanupsSergei Golubchik2014-10-101-25/+32
* | | MDEV 4427: query timeoutsMonty2014-10-071-4/+55
* | | cleanup: galera merge, simple changesSergei Golubchik2014-10-011-3/+1
* | | MDEV-6788: The variable 'role' is being used without being initialized at sql...Sergei Petrunia2014-09-251-4/+1
* | | MDEV-6788: The variable 'role' is being used without being initialized at sql...Sergei Petrunia2014-09-251-3/+3
* | | MDEV-6247: Merge 10.0-galera to 10.1.Jan Lindström2014-08-261-5/+49
* | | cleanup and updated test resultsSergei Golubchik2014-07-231-41/+23
* | | Fixed comment.Vicentiu Ciorbaru2014-07-231-5/+1
* | | Added default role implementationVicentiu Ciorbaru2014-07-231-22/+230
* | | MDEV-4549 [PATCH] Clean up code working with ACL tablesSergei Golubchik2014-06-231-412/+254
|/ /
* | MDEV-6253 MySQL Users Break when Migrating from MySQL 5.1 to MariaDB 10.0.10Sergei Golubchik2014-06-111-6/+7