mariadb/plugin
Sergei Golubchik 66b9a9409c New encryption API. Piece-wise encryption.
Instead of encrypt(src, dst, key, iv) that encrypts all
data in one go, now we have encrypt_init(key,iv),
encrypt_update(src,dst), and encrypt_finish(dst).

This also causes collateral changes in the internal my_crypt.cc
encryption functions and in the encryption service.

There are wrappers to provide the old all-at-once encryption
functionality. But binlog events are often written piecewise,
they'll need the new api.
2015-09-04 10:33:50 +02:00
..
audit_null 5.5 merge 2013-06-06 17:51:28 +02:00
auth_dialog MDEV-7771 missing client plugins when mariadb-shared is not installed 2015-06-15 20:28:13 +02:00
auth_examples MDEV-7771 missing client plugins when mariadb-shared is not installed 2015-06-15 20:28:13 +02:00
auth_pam followup for "MDEV-6248 GUI-friendly cmake options to enable/disable plugins" 2015-02-15 22:14:33 +01:00
auth_socket followup for "MDEV-6248 GUI-friendly cmake options to enable/disable plugins" 2015-02-15 22:14:33 +01:00
cracklib_password_check MDEV-7305 Difficulties building cracklib_password_check 2015-02-17 23:49:56 +01:00
daemon_example 5.5 merge 2014-02-25 16:04:35 +01:00
debug_key_management New encryption API. Piece-wise encryption. 2015-09-04 10:33:50 +02:00
example_key_management New encryption API. Piece-wise encryption. 2015-09-04 10:33:50 +02:00
feedback MDEV-6152: Remove calls to current_thd while creating Item 2015-08-27 22:21:08 +03:00
file_key_management New encryption API. Piece-wise encryption. 2015-09-04 10:33:50 +02:00
fulltext 5.5 merge 2013-07-17 21:24:29 +02:00
handler_socket MDEV-8010 - Avoid sql_alloc() in Items (Patch #1) 2015-08-21 10:40:39 +04:00
locale_info SHOW and FLUSH for I_S tables. 2014-10-11 18:53:04 +02:00
metadata_lock_info 5.5.40+ merge 2014-10-09 10:30:11 +02:00
qc_info update plugins' maturity levels: 2014-03-19 09:56:46 +01:00
query_response_time MDEV-7437 remove suport for "atomics" with rwlocks 2015-01-13 10:15:21 +01:00
semisync MDEV-7943 - pthread_getspecific() takes 0.76% in OLTP RO 2015-05-14 12:50:23 +04:00
server_audit Merge branch '5.5' into 10.0 2015-06-11 20:20:35 +02:00
simple_password_check password validation plugin API: renames 2015-02-10 10:21:15 +01:00
sql_errlog update plugins' maturity levels: 2014-03-19 09:56:46 +01:00
userstat Merge branch '10.0' into bb-10.1-merge 2014-12-02 22:25:16 +01:00
win_auth_client MDEV-7771 missing client plugins when mariadb-shared is not installed 2015-06-15 20:28:13 +02:00
wsrep_info MDEV-7053 : WSREP_STATUS & WSREP_MEMBERSHIP I_S tables 2014-12-23 18:36:33 -05:00