summaryrefslogtreecommitdiff
path: root/include/mysql/plugin_auth.h
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-4307 Support at least 48 utf8 characters in username in server and PAMSergei Golubchik2013-03-261-2/+2
| | | | | 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.18 mergeSergei Golubchik2011-11-031-2/+2
|\
| * Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |
* | 5.5-mergeSergei Golubchik2011-07-021-2/+45
|\ \ | |/
| * Bug #57774: Typos/ambiguities in the WL1054 commentsGeorgi Kodinov2010-10-271-3/+3
| | | | | | | | | | Fixed few typos and added better wording as suggested.
| * WL#1054: code style remarks fixed.Georgi Kodinov2010-09-201-0/+7
| |
| * WL#1054: Pluggable authentication supportGeorgi Kodinov2010-08-091-0/+118
| | | | | Merged the implementation to a new base tree.
* pluggable auth with plugin examplesSergei Golubchik2010-03-291-0/+83
Makefile.am: add new API files to the check_abi rule, remove duplicates client/CMakeLists.txt: now a client can use dlopen too client/Makefile.am: be csh-friendly include/my_global.h: add dummy plugs for dlopen and co. for the code that needs them to work in static builds mysys/Makefile.am: be csh-friendly plugin/auth/dialog.c: typo fixed