summaryrefslogtreecommitdiff
path: root/plugin
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '10.2' into 10.3Oleksandr Byelkin2020-03-062-6/+38
|\
| * MENT-645 Undefined symbols for architecture x86_64: _pam_syslogAlexey Bychko2020-02-252-6/+38
| | | | | | | | | | | | | | added cmake checks for pam_ext.h and pam_appl.h headers added check for pam_syslog() added pam_syslog() if doesn't exist all cmake checks performed from inside the plugin
* | MDEV-16662: cmake remove empty INSTALL_DEBUG_TARGETDaniel Black2020-02-251-3/+0
| | | | | | | | | | | | | | No adverse effects since this was made a null function in 6b53f9d781cc19cbec96c3eb048e6407021685a2. This function had the last remaining cmake CMP0026 violation.
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-242-0/+23
|\ \ | |/
| * MDEV-17292 Package the pam_user_map moduleSergei Golubchik2020-01-212-0/+23
| |
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2020-01-031-0/+2
|\ \ | |/
| * MDEV-13569: wsrep_info.plugin failed in buildbot with "no nodes coming from ↵Jan Lindström2020-01-021-0/+2
| | | | | | | | | | | | | | prim view Modify configuration so that all nodes are part of galera cluster i.e. wsrep_on=ON.
| * Fixing tests according to MDEV-20655 maturity stable for user_variablesAlexander Barkov2019-09-241-1/+1
| |
| * MDEV-20655 maturity stable for user_variablesRasmus Johansson2019-09-241-1/+1
| |
* | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-07-261-1/+1
|\ \ | |/
| * Merge branch '10.1' into 10.2Oleksandr Byelkin2019-07-261-2/+2
| |\
| | * Merge branch '5.5' into 10.1Oleksandr Byelkin2019-07-251-2/+2
| | |\
| | | * Bug#27259654 - ISSUES FOUND BY PVS-STUDIO STATIC ANALYZERAnushree Prakash B2019-07-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | DESCRIPTION =========== PVS-Studio static code analyzer found several suspicious fragments of code across various files. i) sizeof() is using the pointer ii) memcpy() doesn't copy the whole string. iii) enumeration constant 'wkb_multilinestring' is used as a variable of a Boolean-type. iv) 'throw' keyword is missing from std::runtime_error() FIX === i) Use sizeof({actual object/data type}) ii) Use strncpy() and set last char as '\0' iii) N/A (Issue has already been fixed) iv) Add 'throw' before the exception. RB: 21502
* | | | MDEV-18350 Using audit plugin with MySQL, mysqld crashes when running ↵Alexey Botchkov2019-07-262-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | COM_INIT_DB against invalid database. mysql_event_general structure changed in 10.3. the database_length should be size_t now instead of the int.
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-07-221-2/+2
|\ \ \ \ | |/ / /
| * | | The test for the wsrep_info plugin needs the same flexible wsrep version ↵Julius Goryavsky2019-07-221-18/+3
| | | | | | | | | | | | | | | | checking as the tests for Galera (continuation of MDEV-18565 task)
| * | | switch to CC 3.1Oleksandr Byelkin2019-07-201-2/+2
| | | |
* | | | The test for the wsrep_info plugin needs the same flexible wsrep version ↵Julius Goryavsky2019-07-221-20/+3
| | | | | | | | | | | | | | | | checking as the tests for Galera (continuation of MDEV-18565 task)
* | | | Merge 10.2 into 10.3Eugene Kosov2019-07-161-11/+28
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Eugene Kosov2019-07-091-11/+28
| |\ \ \ | | |/ /
| | * | Make Win compiler happy about the SERVER_AUDIT code.HF2019-07-062-24/+24
| | | |
| | * | Make Win compiler happy.HF2019-07-051-1/+3
| | | |
| | * | MDEV-19851 server_audit plugin should not allow ↵Alexey Botchkov2019-07-031-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | server_audit_output_type=SYSLOG on Windows. 'syslog' output type disabled on Windows.
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-07-024-46/+121
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Eugene Kosov2019-06-234-46/+121
| |\ \ \ | | |/ /
| | * | MDEV-18328: Make DISKS plugin check some privilege to access ↵Oleksandr Byelkin2019-06-193-3/+47
| | | | | | | | | | | | | | | | | | | | | | | | information_schema.DISKS table Check FILE privelege.
| | * | MDEV-18661 loading the audit plugin causes performance regression.Alexey Botchkov2019-06-151-44/+68
| | | | | | | | | | | | | | | | | | | | | | | | Plugin fixed to not lock the LOCK_operations when not active. Server fixed to lock the LOCK_plugin less - do it once per thread and then only if a plugin was installed/uninstalled.
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-06-141-1/+0
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-06-121-1/+0
| |\ \ \ | | |/ /
| | * | MDEV-19563 Removed references to deprecated option ↵sjaakola2019-06-121-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | innodb_locks_unsafe_for_binlog innodb_locks_unsafe_for_binlog variabe removed from wsrep_info test configuration and recommendation to use this variable in README-wsrep was removed as well Also relates to issue: MDEV-19544
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-06-111-2/+2
|\ \ \ \ | |/ / /
| * | | Fix linking error, for GNU linker.Vladislav Vaintroub2019-06-031-1/+1
| | | |
| * | | Only link mysys_ssl when required.Vladislav Vaintroub2019-06-031-1/+1
| | | | | | | | | | | | | | | | | | | | Do not use TARGET_LINK_LIBRARIES(mysys mysys_ssl), this means that mysys_ssl is linked to practically everything.
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-291-6/+9
|\ \ \ \ | |/ / /
| * | | MDEV-17456 Malicious SUPER user can possibly change audit log configuration ↵Alexey Botchkov2019-05-191-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | without leaving traces. Fix for the SET GLOBAL server_audit_loggin=on; added.
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-05-1458-59/+59
|\ \ \ \ | |/ / /
| * | | Merge 10.1 into 10.2Marko Mäkelä2019-05-1366-67/+67
| |\ \ \ | | |/ /
| | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1153-54/+54
| | |\ \ | | | |/
| | | * Update FSF AddressVicențiu Ciorbaru2019-05-1137-38/+38
| | | | | | | | | | | | | | | | * Update wrong zip-code
| | * | Update FSF addressVicențiu Ciorbaru2019-05-111-1/+1
| | | |
| | * | Merge branch '5.5' into 10.1Vicențiu Ciorbaru2019-05-1111-11/+11
| | |\ \ | | | |/
| | | * Update FSF addressMichal Schorm2019-05-1011-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit is based on the work of Michal Schorm, rebased on the earliest MariaDB version. Th command line used to generate this diff was: find ./ -type f \ -exec sed -i -e 's/Foundation, Inc., 59 Temple Place, Suite 330, Boston, /Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, /g' {} \; \ -exec sed -i -e 's/Foundation, Inc. 59 Temple Place.* Suite 330, Boston, /Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, /g' {} \; \ -exec sed -i -e 's/MA.*.....-1307.*USA/MA 02110-1335 USA/g' {} \; \ -exec sed -i -e 's/Foundation, Inc., 59 Temple/Foundation, Inc., 51 Franklin/g' {} \; \ -exec sed -i -e 's/Place, Suite 330, Boston, MA.*02111-1307.*USA/Street, Fifth Floor, Boston, MA 02110-1335 USA/g' {} \; \ -exec sed -i -e 's/MA.*.....-1307/MA 02110-1335/g' {} \;
| | | * MDEV-15480 Audit plugin does not respect QUERY_DML for audit plugin.Alexey Botchkov2018-05-101-4/+25
| | | | | | | | | | | | | | | | QUERY_DML_NO_SELECT flag added.
| | | * MDEV-13921 Audit log writes invalid SQL if single-line comments areAlexey Botchkov2017-11-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | present. thread_pool_server_audit.test fixed. plugin version updated.
| | | * MDEV-13921 Audit log writes invalid SQL if single-line comments areAlexey Botchkov2017-11-031-18/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | present. Escape special characters (like \r \n \t) instead of replacing them with spaces.
* | | | Merge branch '10.2' into 10.3Oleksandr Byelkin2019-05-121-1/+9
|\ \ \ \ | |/ / /
| * | | Merge branch '10.1' into 10.2Oleksandr Byelkin2019-05-041-1/+9
| |\ \ \ | | |/ /
| | * | MDEV-18686 Add option to PAM authentication plugin to allow case insensitive ↵Sergei Golubchik2019-04-241-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | username matching add a new option --pam-windbind-workaround for a pam plugin to work around pam_winbind unconditional username lowercasing
* | | | Merge 10.2 into 10.3Marko Mäkelä2019-04-291-9/+60
|\ \ \ \ | |/ / /
| * | | Remove a type cast, and use correct format insteadMarko Mäkelä2019-04-291-2/+2
| | | |