2010-08-16 16:34:09 +02:00
|
|
|
# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
|
|
|
|
#
|
|
|
|
# This program is free software; you can redistribute it and/or
|
|
|
|
# modify it under the terms of the GNU General Public License as
|
|
|
|
# published by the Free Software Foundation; version 2 of the
|
|
|
|
# License.
|
2010-08-09 10:32:50 +02:00
|
|
|
#
|
|
|
|
# This program is distributed in the hope that it will be useful,
|
|
|
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
2010-08-16 16:34:09 +02:00
|
|
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
2010-08-09 10:32:50 +02:00
|
|
|
# GNU General Public License for more details.
|
2010-08-16 16:34:09 +02:00
|
|
|
#
|
2010-08-09 10:32:50 +02:00
|
|
|
# You should have received a copy of the GNU General Public License
|
|
|
|
# along with this program; if not, write to the Free Software
|
2019-05-11 20:29:06 +02:00
|
|
|
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA
|
2010-08-09 10:32:50 +02:00
|
|
|
|
2011-07-12 14:34:47 +02:00
|
|
|
MYSQL_ADD_PLUGIN(dialog_examples dialog_examples.c
|
2012-03-16 20:52:17 +01:00
|
|
|
MODULE_ONLY COMPONENT Test)
|
2010-08-09 10:32:50 +02:00
|
|
|
MYSQL_ADD_PLUGIN(auth_test_plugin test_plugin.c
|
2012-03-16 20:52:17 +01:00
|
|
|
MODULE_ONLY COMPONENT Test)
|
2010-10-20 16:56:09 +02:00
|
|
|
MYSQL_ADD_PLUGIN(qa_auth_interface qa_auth_interface.c
|
2012-03-16 20:52:17 +01:00
|
|
|
MODULE_ONLY COMPONENT Test)
|
2010-10-20 16:56:09 +02:00
|
|
|
|
|
|
|
MYSQL_ADD_PLUGIN(qa_auth_server qa_auth_server.c
|
2012-03-16 20:52:17 +01:00
|
|
|
MODULE_ONLY COMPONENT Test)
|
2010-10-20 16:56:09 +02:00
|
|
|
|
|
|
|
MYSQL_ADD_PLUGIN(qa_auth_client qa_auth_client.c
|
2012-03-16 20:52:17 +01:00
|
|
|
MODULE_ONLY COMPONENT Test)
|
2010-08-09 10:32:50 +02:00
|
|
|
|
2013-03-26 19:17:26 +01:00
|
|
|
MYSQL_ADD_PLUGIN(auth_0x0100 auth_0x0100.c MODULE_ONLY COMPONENT Test)
|
|
|
|
|
2016-09-04 13:35:14 +02:00
|
|
|
# disabled in favor of
|
|
|
|
# libmariadb/plugins/auth/mariadb_cleartext.c
|
|
|
|
#
|
|
|
|
#MYSQL_ADD_PLUGIN(mysql_clear_password clear_password_client.c
|
|
|
|
# MODULE_ONLY CLIENT COMPONENT ClientPlugins)
|