summaryrefslogtreecommitdiff
path: root/sql/sql_acl.cc
Commit message (Expand)AuthorAgeFilesLines
* * bzr merge -rtag:mariadb-10.0.9 maria/10.0Nirbhay Choubey2014-03-261-64/+124
|\
| * MDEV-5675 - Performance: my_hash_sort_bin is called too oftenSergey Vojtovich2014-03-061-5/+5
| * 10.0-base mergeSergei Golubchik2014-02-261-2/+2
| |\
| | * 5.5 mergeSergei Golubchik2014-02-251-2/+2
| | |\
| | | * MySQL-5.5.36 mergeSergei Golubchik2014-02-171-2/+2
| | | |\
| | | | * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
| | | | * Bug#16900358 FIX FOR CVE-2012-5611 IS INCOMPLETEVenkata Sidagam2013-10-161-2/+4
| | | | |\
| | | | | * Bug#16900358 FIX FOR CVE-2012-5611 IS INCOMPLETEVenkata Sidagam2013-10-161-2/+4
| | | | | * Bug 16395495 - OLD FSF ADDRESS IN GPL HEADERMurthy Narkedimilli2013-03-191-1/+1
| | | | * | WL#7076: Backporting wl6715 to support both formats in 5.5, 5.6, 5.7Ashish Agarwal2013-07-021-29/+37
| * | | | | MDEV-5314 - Compiling fails on OSX using clangSergey Vojtovich2014-02-191-15/+17
| * | | | | MDEV-5525 Assertion `status == 0' fails on creating user after granting it ro...Sergei Golubchik2014-01-291-21/+53
| * | | | | MDEV-5526 Assertion `proxied_user->host.length' fails on GRANT PROXY ON <role>Sergei Golubchik2014-01-291-14/+12
| * | | | | MDEV-5523 Server crashes on DROP USER <rolename>Sergei Golubchik2014-01-281-1/+1
| * | | | | MDEV-5520 Connection lost on wrong CREATE ROLESergei Golubchik2014-01-281-1/+1
| * | | | | Fix for:Vicentiu Ciorbaru2013-12-181-6/+34
* | | | | | Merge MariaDB-10.0.7 revision 3961.Jan Lindström2014-01-251-148/+139
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-5438 A view can mask a table that supports discoverySergei Golubchik2013-12-131-6/+1
| * | | | | correct old assert in add_role_user_mapping_action to match changed function ...Sergei Golubchik2013-12-091-2/+4
| * | | | | cleanups:Sergei Golubchik2013-12-091-110/+112
| * | | | | reuse new safe_net_field_length_ll function where appropriateSergei Golubchik2013-12-091-25/+10
| * | | | | Do the partial merge of WL#5602 correctly:Sergei Golubchik2013-12-091-4/+11
| * | | | | MDEV-5367 Server crashes in acl_authenticate on concurrent thread connection,...Sergei Golubchik2013-12-011-1/+1
* | | | | | merge with MariaDB 5.6 bzr merge lp:maria --rtag:mariadb-10.0.6Seppo Jaakola2013-12-041-1104/+4049
|\ \ \ \ \ \ | |/ / / / /
| * | | | | MDEV-5238 Server crashes in find_role_grant_pair on SHOW GRANTS for an anonym...Sergei Golubchik2013-11-101-1/+1
| * | | | | 10.0-base mergeSergei Golubchik2013-11-041-1/+3
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-5232 SET ROLE checks privileges differently from check_access()Sergei Golubchik2013-11-041-1/+3
| * | | | | 10.0-base mergeSergei Golubchik2013-11-021-1/+30
| |\ \ \ \ \ | | |/ / / /
| | * | | | MDEV-5225 Server crashes on CREATE USER|ROLE CURRENT_ROLE or DROP ROLE CURREN...Sergei Golubchik2013-11-021-1/+30
| * | | | | 10.0-base merge (roles)Sergei Golubchik2013-10-291-1065/+3923
| |\ \ \ \ \ | | |/ / / /
| | * | | | Don't allow authentication clauses for roles, in particular:Sergei Golubchik2013-10-281-11/+42
| | * | | | post-review cleanupSergei Golubchik2013-10-271-61/+59
| | * | | | remove inherited routine grants when a routine is droppedSergei Golubchik2013-10-261-7/+9
| | * | | | Implemented REVOKE ALL FROM for Roles and role grants.Vicențiu Ciorbaru2013-10-261-2/+65
| | * | | | MDEV-5176 Server crashes in fill_schema_applicable_roles on select from APPLI...Sergei Golubchik2013-10-231-12/+13
| | * | | | MDEV-5170 Assertion `(&(&acl_cache->lock)->m_mutex)->count > 0 && pthread_equ...Sergei Golubchik2013-10-231-14/+3
| | * | | | reset the db privilege cache when revoking db priviges on DROP ROLESergei Golubchik2013-10-231-0/+1
| | * | | | MDEV-5172 safe_mutex: Trying to lock mutex when the mutex was already locked ...Sergei Golubchik2013-10-231-4/+3
| | * | | | properly propagate privilege changes on DROP ROLESergei Golubchik2013-10-231-51/+50
| | * | | | don't rebuild all parent_grantees/role_grants arrays when a role is dropped,Sergei Golubchik2013-10-231-36/+41
| | * | | | fixes for builbot 1Sergei Golubchik2013-10-201-1/+6
| | * | | | ACL_USER methods for comparing ACL_USER objectsSergei Golubchik2013-10-201-140/+119
| | * | | | fixes for embeddedSergei Golubchik2013-10-181-12/+15
| | * | | | post-review changesSergei Golubchik2013-10-181-26/+34
| | * | | | remove old incorrect bugfix that moved reading of procs_priv table into a sep...Sergei Golubchik2013-10-181-170/+93
| | * | | | remove ER_RESERVED_ROLE.Sergei Golubchik2013-10-181-36/+66
| | * | | | replication of GRANT role statementSergei Golubchik2013-10-181-13/+10
| | * | | | make functions static, remove unused constructors, other small cleanupsSergei Golubchik2013-10-181-98/+27
| | * | | | recursive privilege propagation for roles.Sergei Golubchik2013-10-181-857/+1039
| | * | | | enforce privileges for GRANT roleSergei Golubchik2013-10-181-0/+70