summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 5.6-compatibility, per-host connect error counter is reset only after theSergei Golubchik2014-05-071-9/+1
* | MDEV-6156: Parallel replication incorrectly caches charset between worker thr...unknown2014-04-251-10/+16
* | another post-fix patch for MDEV-5850: MySQL Bug#21317: SHOW CREATE DATABASE d...Sergei Golubchik2014-03-291-3/+9
* | Fix hostcache_ipv4_blocked and hostcache_ipv6_blocked to pass.Sergei Golubchik2014-03-261-13/+4
* | 5.5 mergeSergei Golubchik2014-03-261-1/+6
|\ \ | |/
| * 5.3-mergeSergei Golubchik2014-03-161-1/+6
| |\
| | * 5.2 mergeSergei Golubchik2014-03-131-1/+6
| | |\
| | | * unix_socket bypasses make_if_fail by not doing any network readsSergei Golubchik2014-03-131-1/+6
* | | | MDEV-5861 MySQL Bug#12601974 - STORED PROCEDURE SQL_MODE=NO_BACKSLASH_ESCAPES...Sergei Golubchik2014-03-261-25/+26
* | | | small cleanup in sql_acl.cc:Sergei Golubchik2014-03-261-33/+35
* | | | MDEV-5771 Privileges acquired via roles depend on the order of grantingSergei Golubchik2014-03-191-2/+9
* | | | 1. move Debug_role_merges_routine status variable increment to a correct func...Sergei Golubchik2014-03-191-6/+6
* | | | List<>-style template wrapper over hash_filoSergei Golubchik2014-03-191-4/+3