| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'mariadb-10.0.20' into 10.1 | Sergei Golubchik | 2015-06-27 | 6 | -9/+17 |
|\ |
|
| * | MDEV-7398 mysqld segfaults on FreeBSD 10.1 i386 when built with clang 3.4 | Sergei Golubchik | 2015-06-16 | 1 | -3/+1 |
| * | MDEV-7771 missing client plugins when mariadb-shared is not installed | Sergei Golubchik | 2015-06-15 | 3 | -3/+3 |
| * | MDEV-8131 MariaDB does not build on hurd-i386: plugin/auth_dialog/dialog.c:17... | Sergei Golubchik | 2015-06-15 | 1 | -0/+2 |
| * | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-06-11 | 1 | -3/+11 |
| |\ |
|
| | * | MDEV-8078 Memory disclosure/buffer overread on audit plugin. | Alexey Botchkov | 2015-06-07 | 1 | -3/+9 |
| | * | MDEV-8032 [PATCH] audit plugin - csv output broken. | Alexey Botchkov | 2015-06-06 | 1 | -0/+2 |
* | | | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP RO | Sergey Vojtovich | 2015-06-19 | 1 | -1/+1 |
* | | | AES-GCM support in file_key_management plugin | Sergei Golubchik | 2015-06-02 | 1 | -0/+31 |
* | | | file_key_management plugin: complain if key id 1 is not found | Sergei Golubchik | 2015-06-02 | 2 | -2/+13 |
* | | | Merge tag 'mariadb-10.0.19' into 10.1 | Sergei Golubchik | 2015-06-01 | 1 | -36/+115 |
|\ \ \
| |/ / |
|
| * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-05-04 | 1 | -36/+115 |
| |\ \
| | |/ |
|
| | * | MDEV-7596 audit plugin - record full query / document line length / make buff... | Alexey Botchkov | 2015-03-31 | 1 | -28/+102 |
| | * | MDEV-7641 Server crash on set global server_audit_incl_users=null. | Alexey Botchkov | 2015-03-19 | 1 | -7/+12 |
* | | | MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP RO | Sergey Vojtovich | 2015-05-14 | 1 | -2/+2 |
* | | | example encryption plugin supports key ids | Sergei Golubchik | 2015-05-13 | 1 | -3/+2 |
* | | | MDEV-8022 Assertion `rc == 0' failed in ma_encrypt on dropping an encrypted A... | Sergei Golubchik | 2015-05-13 | 1 | -1/+1 |
* | | | MDEV-7993 file_key_management_filekey doesn't work as expected with FILE: | Sergei Golubchik | 2015-05-13 | 1 | -0/+1 |
* | | | move debug_ and example_key_management plugins to test component | Sergei Golubchik | 2015-04-10 | 2 | -2/+2 |
* | | | fix "use mutex before initialization" bug in example_km plugin | Sergei Golubchik | 2015-04-10 | 1 | -1/+1 |
* | | | Add encryption key id to the API as a distinct concept | Sergei Golubchik | 2015-04-09 | 3 | -17/+27 |
* | | | renames to follow single consistent naming style | Sergei Golubchik | 2015-04-09 | 3 | -4/+4 |
* | | | encryption plugin controls the encryption | Sergei Golubchik | 2015-04-09 | 3 | -25/+81 |
* | | | rename "encryption key management plugin" to "encryption plugin" | Sergei Golubchik | 2015-04-09 | 3 | -12/+12 |
* | | | optimize encryption api | Sergei Golubchik | 2015-04-08 | 3 | -63/+34 |
* | | | completely rewrote file_key_management plugin | Sergei Golubchik | 2015-04-08 | 8 | -878/+455 |
* | | | rename plugins to remove "_plugin" from the plugin name | Sergei Golubchik | 2015-04-08 | 12 | -14/+14 |
* | | | remove get_iv() from the key management plugin API | Sergei Golubchik | 2015-04-08 | 3 | -51/+3 |
* | | | move debug_use_static_encryption_keys and debug_encryption_key_version to a p... | Sergei Golubchik | 2015-04-08 | 2 | -0/+100 |
* | | | encryption cleanup: small changes | Sergei Golubchik | 2015-04-05 | 5 | -9/+150 |
* | | | Replace static usage of AES_CTR with current encryption algorithm. | Jan Lindström | 2015-03-17 | 1 | -1/+9 |
* | | | MDEV-6650 - LINT_INIT emits code in non-debug builds | Sergey Vojtovich | 2015-03-16 | 1 | -2/+0 |
* | | | MDEV-7671: Cache VIEW definitions in the TDC | Oleksandr Byelkin | 2015-03-11 | 1 | -1/+1 |
* | | | Merge branch '10.0' into 10.1 | Sergei Golubchik | 2015-03-07 | 1 | -17/+540 |
|\ \ \
| |/ / |
|
| * | | Merge branch '5.5' into 10.0 | Sergei Golubchik | 2015-02-18 | 1 | -17/+540 |
| |\ \
| | |/ |
|
| | * | Audit plugin v1.2.0. | Alexey Botchkov | 2015-02-08 | 1 | -18/+541 |
* | | | MDEV-7305 Difficulties building cracklib_password_check | Sergei Golubchik | 2015-02-17 | 1 | -2/+5 |
* | | | followup for "MDEV-6248 GUI-friendly cmake options to enable/disable plugins" | Sergei Golubchik | 2015-02-15 | 5 | -18/+18 |
* | | | MDEV-7450 key management plugins don't work with yassl | Sergei Golubchik | 2015-02-10 | 2 | -2/+6 |
* | | | encryption keys service | Sergei Golubchik | 2015-02-10 | 1 | -1/+0 |
* | | | encryption key management plugin api | Sergei Golubchik | 2015-02-10 | 4 | -35/+27 |
* | | | Push for testing of encryption | Monty | 2015-02-10 | 8 | -0/+1023 |
* | | | password validation plugin API: renames | Sergei Golubchik | 2015-02-10 | 2 | -2/+2 |
* | | | MDEV-7437 remove suport for "atomics" with rwlocks | Sergei Golubchik | 2015-01-13 | 1 | -22/+4 |
* | | | MDEV-7053 : WSREP_STATUS & WSREP_MEMBERSHIP I_S tables | Nirbhay Choubey | 2014-12-23 | 4 | -5/+5 |
* | | | MDEV-162 Enhanced semisync replication | Jonas Oreland | 2014-12-23 | 3 | -0/+56 |
* | | | cracklib_password_check plugin | Sergei Golubchik | 2014-12-04 | 2 | -0/+94 |
* | | | password validation plugin type and a simple plugin | Sergei Golubchik | 2014-12-04 | 2 | -0/+105 |
* | | | Merge branch '10.0' into bb-10.1-merge | Sergei Golubchik | 2014-12-02 | 11 | -9/+19 |
|\ \ \
| |/ / |
|
| * | | 5.5.40+ merge | Sergei Golubchik | 2014-10-09 | 9 | -7/+17 |
| |\ \
| | |/ |
|