summaryrefslogtreecommitdiff
path: root/plugin/cracklib_password_check
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.3' into 10.4Oleksandr Byelkin2019-05-191-1/+1
|\
| * Merge 10.2 into 10.3Marko Mäkelä2019-05-141-1/+1
| |\
| | * Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-111-1/+1
| | |
* | | cleanup: add 'const' to password validation APISergei Golubchik2018-10-311-1/+2
|/ /
* | Don't include my_global.h in "pure" pluginsSergei Golubchik2017-08-241-5/+3
| | | | | | | | this partially reverts 6e56ebbb498
* | Fix compilation warnings in pluginsSergei Golubchik2017-08-241-1/+1
| | | | | | | | | | | | * update cracklib_password_check to match the new prototype * cannot use __attribute__((format)) for my_snprintf, because we support format extensions that the compiler doesn't know about.
* | Enusure that my_global.h is included firstMichael Widenius2017-08-241-1/+1
|/ | | | | | | | | | - Added sql/mariadb.h file that should be included first by files in sql directory, if sql_plugin.h is not used (sql_plugin.h adds SHOW variables that must be done before my_global.h is included) - Removed a lot of include my_global.h from include files - Removed include's of some files that my_global.h automatically includes - Removed duplicated include's of my_sys.h - Replaced include my_config.h with my_global.h
* MDEV-11650 plugins.cracklib_password_check, plugins.two_password_validations ↵Sergei Golubchik2017-05-241-0/+1
| | | | fail in buildbot with valgrind (Conditional jump or move depends on uninitialised value)
* update plugin maturitiesSergei Golubchik2016-09-051-1/+1
|
* update plugins' maturity levelsSergei Golubchik2016-03-181-1/+1
|
* MDEV-7305 Difficulties building cracklib_password_checkSergei Golubchik2015-02-171-2/+5
| | | | | put cracklib_password_check into a separate package. build it conditionally on Debian/Ubuntu
* followup for "MDEV-6248 GUI-friendly cmake options to enable/disable plugins"Sergei Golubchik2015-02-151-4/+3
| | | | | | | | | | | | Remove ONLY_IF clause in MYSQL_ADD_PLUGIN and the requirement that every plugin's CMakeLists.txt *must* do MYSQL_ADD_PLUGIN for PLUGIN_XXX=YES to work. This was very fragile and cannot be relied on. Use a different implementation of =YES check - iterate all PLUGIN_* variables and see which one doesn't have a matching target. Revert all ONLY_IF changes in CMakeLists.txt files.
* password validation plugin API: renamesSergei Golubchik2015-02-101-1/+1
|
* cracklib_password_check pluginSergei Golubchik2014-12-042-0/+94