mariadb/plugin/auth
Georgi Kodinov c050a4524f Bug #56767: Make sure client plugins in 1054 are compatible with
connectors plugins
      
Implemented changes needed to keep the client plugin API compatible with 
the existing plugins :
      
1. Provided an options() client plugin API to let the application pass
options to the plugin after loading it
2. Added "License" (const char *) to specify the client plugin's license
3. Added "mysql_api" as a placeholder that the client library can use
to pass function pointers to the plugin so that the plugin can call the 
C lib back.
4. Updated the existing client plugins to comply with the API change.
5. Added more detailed error message generation for Windows.
2010-10-04 15:54:41 +03:00
..
auth_socket.c WL#1054: code style remarks fixed. 2010-09-20 19:38:27 +03:00
CMakeLists.txt Bug #55634, Bug#55635, Bug#55637, Bug#55638 2010-08-16 17:34:09 +03:00
dialog.c Bug #56767: Make sure client plugins in 1054 are compatible with 2010-10-04 15:54:41 +03:00
Makefile.am WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
plug.in WL#1054: Pluggable authentication support 2010-08-09 11:32:50 +03:00
test_plugin.c Bug #56767: Make sure client plugins in 1054 are compatible with 2010-10-04 15:54:41 +03:00