summaryrefslogtreecommitdiff
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
* Merge 10.3 into 10.4Marko Mäkelä2019-04-031-1/+1
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-04-031-1/+1
| |\
| | * Merge 10.1 into 10.2Marko Mäkelä2019-04-031-1/+1
| | |\
| | | * cmake: fix krb5 detection on SUSESergei Golubchik2019-04-021-1/+1
* | | | After-merge fix: Initialize all fieldsMarko Mäkelä2019-04-021-1/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-04-021-1/+1
|\ \ \ \ | |/ / /
| * | | Merge branch '10.2' into 10.3Sergei Golubchik2019-03-291-0/+1
| |\ \ \ | | |/ /
| | * | Merge branch '10.1' into 10.2Sergei Golubchik2019-03-291-0/+1
| | |\ \ | | | |/
| | | * MDEV-7066 No Source RPMs ... (and so no "yum-builddep MariaDB-server" either)Sergei Golubchik2019-03-271-0/+1
* | | | Merge 10.3 into 10.4Marko Mäkelä2019-03-222-7/+8
|\ \ \ \ | |/ / /
| * | | Merge remote-tracking branch 'origin/10.2' into 10.3Alexander Barkov2019-03-222-8/+9
| |\ \ \ | | |/ /
| | * | Merge 10.1 into 10.2Marko Mäkelä2019-03-222-8/+9
| | |\ \ | | | |/
| | | * Merge 10.0 into 10.1Marko Mäkelä2019-03-212-8/+9
| | | |\
| | | | * MDEV-6262 follow-up: Ensure NUL termination on strncpy()Marko Mäkelä2019-03-212-8/+9
| | | | * MDEV-15480 Audit plugin does not respect QUERY_DML for audit plugin.Alexey Botchkov2018-05-101-4/+25
| | | | * MDEV-13921 Audit log writes invalid SQL if single-line comments areAlexey Botchkov2017-11-031-1/+1
| | | | * MDEV-13921 Audit log writes invalid SQL if single-line comments areAlexey Botchkov2017-11-031-18/+21
* | | | | try harder to link unix_socket plugin staticallySergei Golubchik2019-02-211-1/+1
* | | | | Merge branch '10.3' into 10.4Oleksandr Byelkin2019-02-212-1/+3
|\ \ \ \ \ | |/ / / /
| * | | | Merge branch '10.2' into bb-10.3-mergeOleksandr Byelkin2019-02-191-2/+6
| |\ \ \ \ | | |/ / /
| | * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-02-191-2/+6
| | |\ \ \ | | | |/ /
| | | * | Don't build aws_key_management plugin by defaultSergei Golubchik2019-02-191-0/+6
| * | | | Merge branch '10.3' into bb-10.3-mergeOleksandr Byelkin2019-02-122-2/+2
| |\ \ \ \
| * \ \ \ \ dirty mergeOleksandr Byelkin2019-02-071-0/+2
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Merge 10.1 into 10.2Marko Mäkelä2019-02-021-0/+2
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | postmerge rollbacks and fixesOleksandr Byelkin2019-01-311-0/+2
* | | | | | MDEV-18578 build aws sdk for all plugins to useVladislav Vaintroub2019-02-181-172/+10
* | | | | | Merge 10.3 into 10.4Marko Mäkelä2019-02-112-2/+2
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Changed user_variables and sql_sequence to maturity state stableMonty2019-02-062-2/+2
| |/ / / /
* | | | | MDEV-11340 Allow multiple alternative authentication methods for the same userSergei Golubchik2019-02-042-0/+70
* | | | | upgrade C/C to 3.1Sergei Golubchik2019-02-041-2/+2
* | | | | ed25519: better error message for an incorrect password hashSergei Golubchik2019-02-041-1/+8
* | | | | MDEV-17950 SHOW GRANTS FOR does not work for a user identified with non-exist...Sergei Golubchik2019-02-046-46/+79
* | | | | cleanup: use only one callback in PAM plugin, not twoSergei Golubchik2019-02-043-24/+10
* | | | | MDEV-18400 - Move shutdown handling to main threadSergey Vojtovich2019-01-291-1/+1
* | | | | Move THD list handling to THD_listSergey Vojtovich2019-01-282-11/+4
* | | | | Galera4Brave Galera Crew2019-01-234-66/+42
* | | | | time_collector transition to std::atomicSergey Vojtovich2018-12-291-23/+16
* | | | | Combine GLOBAL and COMMIT namespaces into BACKUP namespace.Sergey Vojtovich2018-12-092-25/+7
* | | | | Merge 10.3 into 10.4Marko Mäkelä2018-11-064-4/+10
|\ \ \ \ \ | |/ / / /
| * | | | Merge 10.2 into 10.3Marko Mäkelä2018-11-064-4/+10
| |\ \ \ \ | | |/ / /
| | * | | Merge 10.1 into 10.2Marko Mäkelä2018-11-062-3/+9
| | |\ \ \ | | | |/ /
| | | * | auth_gssapi : Fix string formatting in my_printf_error()Vladislav Vaintroub2018-10-161-1/+1
| | | * | remove MYF flags from pluginVladislav Vaintroub2018-10-161-2/+2
| | | * | Fix regular expression in replace_regex in auth_gssapi test.Vladislav Vaintroub2018-10-151-1/+1
| | | * | make auth_gssapi_basic work, also in domain environment.Vladislav Vaintroub2018-10-153-1/+4
| | | * | MDEV-17462 Heap corruption with auth_gssapi on Windows.Vladislav Vaintroub2018-10-151-1/+6
| | * | | MDEV-14267: correct FSF addressDaniel Black2018-10-302-2/+2
* | | | | MDEV-12321 authentication plugin: SET PASSWORD supportSergei Golubchik2018-10-317-22/+49
* | | | | cleanup: add 'const' to password validation APISergei Golubchik2018-10-312-3/+4