summaryrefslogtreecommitdiff
path: root/plugin
Commit message (Expand)AuthorAgeFilesLines
* fix the encryption.filekeys_nofile testSergei Golubchik2015-10-102-10/+10
* Don't enable file_key_management_plugin by default (as this gives warnings in...Monty2015-10-091-0/+8
* Fixed compiler warnings and errorsMonty2015-10-091-1/+1
* MDEV-8842 add group support to pam_user_map module.Alexey Botchkov2015-10-091-2/+79
* MDEV-8431 Feedback plugin needs an option for http proxy.Alexey Botchkov2015-10-094-13/+101
* plugin - qc_info - add Query Cache flagsDaniel Black2015-10-051-6/+81
* MDEV-8673 - [PATCH] Missing Sanity Check for strndup() in MariaDB 10.0.2xSergey Vojtovich2015-09-161-1/+2
* New encryption API. Piece-wise encryption.Sergei Golubchik2015-09-044-71/+68
* MDEV-6152: Remove calls to current_thd while creating ItemMonty2015-08-271-1/+1
* Stage 2 of MDEV-6152:Monty2015-08-211-5/+8
* MDEV-8010 - Avoid sql_alloc() in Items (Patch #1)Sergey Vojtovich2015-08-212-8/+8
* Merge tag 'mariadb-10.0.20' into 10.1Sergei Golubchik2015-06-276-9/+17
|\
| * MDEV-7398 mysqld segfaults on FreeBSD 10.1 i386 when built with clang 3.4Sergei Golubchik2015-06-161-3/+1
| * MDEV-7771 missing client plugins when mariadb-shared is not installedSergei Golubchik2015-06-153-3/+3
| * MDEV-8131 MariaDB does not build on hurd-i386: plugin/auth_dialog/dialog.c:17...Sergei Golubchik2015-06-151-0/+2
| * Merge branch '5.5' into 10.0Sergei Golubchik2015-06-111-3/+11
| |\
| | * MDEV-8078 Memory disclosure/buffer overread on audit plugin.Alexey Botchkov2015-06-071-3/+9
| | * MDEV-8032 [PATCH] audit plugin - csv output broken.Alexey Botchkov2015-06-061-0/+2
* | | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-06-191-1/+1
* | | AES-GCM support in file_key_management pluginSergei Golubchik2015-06-021-0/+31
* | | file_key_management plugin: complain if key id 1 is not foundSergei Golubchik2015-06-022-2/+13
* | | Merge tag 'mariadb-10.0.19' into 10.1Sergei Golubchik2015-06-011-36/+115
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-05-041-36/+115
| |\ \ | | |/
| | * MDEV-7596 audit plugin - record full query / document line length / make buff...Alexey Botchkov2015-03-311-28/+102
| | * MDEV-7641 Server crash on set global server_audit_incl_users=null.Alexey Botchkov2015-03-191-7/+12
* | | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP ROSergey Vojtovich2015-05-141-2/+2
* | | example encryption plugin supports key idsSergei Golubchik2015-05-131-3/+2
* | | MDEV-8022 Assertion `rc == 0' failed in ma_encrypt on dropping an encrypted A...Sergei Golubchik2015-05-131-1/+1
* | | MDEV-7993 file_key_management_filekey doesn't work as expected with FILE:Sergei Golubchik2015-05-131-0/+1
* | | move debug_ and example_key_management plugins to test componentSergei Golubchik2015-04-102-2/+2
* | | fix "use mutex before initialization" bug in example_km pluginSergei Golubchik2015-04-101-1/+1
* | | Add encryption key id to the API as a distinct conceptSergei Golubchik2015-04-093-17/+27
* | | renames to follow single consistent naming styleSergei Golubchik2015-04-093-4/+4
* | | encryption plugin controls the encryptionSergei Golubchik2015-04-093-25/+81
* | | rename "encryption key management plugin" to "encryption plugin"Sergei Golubchik2015-04-093-12/+12
* | | optimize encryption apiSergei Golubchik2015-04-083-63/+34
* | | completely rewrote file_key_management pluginSergei Golubchik2015-04-088-878/+455
* | | rename plugins to remove "_plugin" from the plugin nameSergei Golubchik2015-04-0812-14/+14
* | | remove get_iv() from the key management plugin APISergei Golubchik2015-04-083-51/+3
* | | move debug_use_static_encryption_keys and debug_encryption_key_version to a p...Sergei Golubchik2015-04-082-0/+100
* | | encryption cleanup: small changesSergei Golubchik2015-04-055-9/+150
* | | Replace static usage of AES_CTR with current encryption algorithm.Jan Lindström2015-03-171-1/+9
* | | MDEV-6650 - LINT_INIT emits code in non-debug buildsSergey Vojtovich2015-03-161-2/+0
* | | MDEV-7671: Cache VIEW definitions in the TDCOleksandr Byelkin2015-03-111-1/+1
* | | Merge branch '10.0' into 10.1Sergei Golubchik2015-03-071-17/+540
|\ \ \ | |/ /
| * | Merge branch '5.5' into 10.0Sergei Golubchik2015-02-181-17/+540
| |\ \ | | |/
| | * Audit plugin v1.2.0.Alexey Botchkov2015-02-081-18/+541
* | | MDEV-7305 Difficulties building cracklib_password_checkSergei Golubchik2015-02-171-2/+5
* | | followup for "MDEV-6248 GUI-friendly cmake options to enable/disable plugins"Sergei Golubchik2015-02-155-18/+18
* | | MDEV-7450 key management plugins don't work with yasslSergei Golubchik2015-02-102-2/+6