summaryrefslogtreecommitdiff
path: root/plugin/auth_examples
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-4941 make: AIX fails with 'Identifier not allowed in cast'; syntax ↵Sergei Golubchik2013-09-091-8/+8
| | | | | | error in include/my_global.h C++ comments in C files, and a typo in my_global.h
* MDEV-4307 Support at least 48 utf8 characters in username in server and PAMSergei Golubchik2013-03-262-0/+93
| | | | | Extend plugin auth api to support up to 512 bytes in the user names. Use the API versioning to support old auth plugins too!
* mysql-5.5.22 mergeSergei Golubchik2012-03-283-3/+3
| | | | | | | | | | | mysql-test/suite/innodb/t/group_commit_crash.test: remove autoincrement to avoid rbr being used for insert ... select mysql-test/suite/innodb/t/group_commit_crash_no_optimize_thread.test: remove autoincrement to avoid rbr being used for insert ... select mysys/my_addr_resolve.c: a pointer to a buffer is returned to the caller -> the buffer cannot be on the stack mysys/stacktrace.c: my_vsnprintf() is ok here, in 5.5
* Reduce size of windows MSI by approx. 50%Vladislav Vaintroub2012-03-161-6/+6
| | | | | | | | - Mark test components, plugins etc with COMPONENT Test, to get them excluded from the MSI - Only include debug symbols for client and embedded libs and also mysqld.exe and server plugins (so we can still can get a callstack in case of crash) The rest (all *.pdbs, test components, MTR) can be obtained from the big ZIP distribution, if required.
* mysql-5.5.18 mergeSergei Golubchik2011-11-034-7/+13
|
* move authentication_windows_client and mysql_clear_password clear client ↵Sergei Golubchik2011-07-127-0/+908
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/