summaryrefslogtreecommitdiff
path: root/plugin/auth_dialog
Commit message (Collapse)AuthorAgeFilesLines
* Merge 10.1 into 10.2Marko Mäkelä2019-05-132-2/+2
|\
| * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-112-2/+2
| |\
| | * Update FSF AddressVicențiu Ciorbaru2019-05-112-2/+2
| | | | | | | | | | | | * Update wrong zip-code
| * | MDEV-11660 Make encryption plugins "pure"Vladislav Vaintroub2017-04-271-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | Do not exporting mysqld entry points directly. This is needed for mariabackup, to load encryption plugins on Windows. All plugins are "pure" by default. To mark plugin "impure" it should use RECOMPILE_FOR_EMBEDDED or STORAGE_ENGINE keyword.
| * | small plugin API related fixesSergei Golubchik2017-03-101-0/+1
| | | | | | | | | | | | | | | | | | * define MYSQL_DYNAMIC_PLUGIN only for server plugins * don't typedef my_bool in mysql.h if plugin.h has already done it * fix the include guard in plugin.h
* | | remove libmysql/Sergei Golubchik2016-09-121-2/+4
|/ / | | | | | | also disable server's client plugins when C/C has the same
* | MDEV 4691- address review commentsVladislav Vaintroub2016-01-191-1/+1
| |
* | MDEV-7771 missing client plugins when mariadb-shared is not installedSergei Golubchik2015-06-151-1/+1
| | | | | | | | | | | | | | | | Put client plugins into -common rpm, not -shared. Because they're needed for * all clients that link with shared libmysqlclient (-shared) * our clients from -client rpm, they're statically linked (-client) * the server that acts as a replication slave (-server)
* | MDEV-8131 MariaDB does not build on hurd-i386: ↵Sergei Golubchik2015-06-151-0/+2
|/ | | | | | plugin/auth_dialog/dialog.c:172:20: error: 'RTLD_DEFAULT' undeclared define _GNU_SORUCE before including dlfcn.h
* Building RPMs with CPackSergei Golubchik2012-05-221-1/+1
| | | | configure with cmake -DRPM=distro
* 5.3.4 mergeSergei Golubchik2012-02-151-0/+2
|
* 5.3 mergeSergei Golubchik2012-01-132-11/+25
|
* fixes for windowsSergei Golubchik2011-10-211-22/+6
|
* move authentication_windows_client and mysql_clear_password clear client ↵Sergei Golubchik2011-07-122-0/+207
auth plugins out of libmysql into separate dynamic plugins in the plugin/ directory. move dialog and auth_socket plugins out of the plugin directory with examples into dedicated directories in plugin/