Commit Graph

175 Commits (622366a45987549dd98b29932874354d8fb64144)

Author SHA1 Message Date
Arnold Robbins 6c04f8f67d Fix loading on Debian 8 32-bit. 2016-07-31 15:35:32 +03:00
Arnold Robbins 7c16d68069 Add offsets for MySQL 5.6.32. Some whitespace cleanups. 2016-07-27 13:18:14 +03:00
Arnold Robbins 50b52078a4 Add offsets for MariaDB 10.1.16. 2016-07-19 10:28:40 +03:00
Arnold Robbins 9da5203d91 Typo fix in hot_patch.cc. 2016-07-19 10:28:08 +03:00
Arnold Robbins 893286b4d7 Add offsets for MariaDB 10.1.15. 2016-07-04 12:03:40 +03:00
Arnold Robbins 485bd28e52 Add offsets for MariaDB 10.0.26. Get hot patch code to build on older Linux. 2016-06-28 17:52:46 +03:00
aharonrobbins 54c897d46a Merge pull request #142 from kubo/reduce-hot-patching-size2
Reduce the minimum required hot patching size from 14 to 5 on x86_64
2016-06-23 14:58:50 +03:00
Arnold Robbins 8b92968c0c Add offsets for 5.5.50-MariaDB, small white space improvement. 2016-06-23 10:46:20 +03:00
Kubo Takehiro d23cb11695 Revise comments 2016-06-21 00:03:56 +09:00
Guy Lichtman 29bd009edb Merge pull request #143 from kubo/offset-extract
Make gdb commands readable.
2016-06-19 16:16:44 +03:00
glicht a06030ba46 README update 2016-06-14 18:51:52 +03:00
Kubo Takehiro cd46ddb462 Make gdb commands readable. 2016-06-13 20:19:35 +09:00
Kubo Takehiro 1cc4406358 Reduce the minimum required hot patching size from 14 to 5 on x86_64
if the distance from a hot-patch target function to the trampoline memory is within 2GB.
2016-06-13 19:49:05 +09:00
Arnold Robbins 4c8f9694a2 Add offsets for MySQL 5.5.50, 5.6.31, and 5.7.13. 2016-06-06 14:28:17 +03:00
Arnold Robbins 24f86ebffe Add offsets for MariaDB 10.1.14. 2016-05-08 16:06:06 +03:00
Arnold Robbins 7622e5381f Add offsets for MariaDB 5.5.49 and 10.0.25. 2016-05-01 15:33:55 +03:00
Arnold Robbins 3589301cf1 Offsets for MySQL 5.5.49, 5.6.30, 5.7.12. Whitespace cleanups.
Update yajl/src/Makefile.am to remove an Autoconf warning.
2016-04-19 12:09:36 +03:00
Arnold Robbins 80646620e9 Add MariaDB 10.1.13 offsets. Format the code. 2016-03-31 11:55:57 +03:00
Arnold Robbins 051b1fd67e Add MariaDB 10.1.12 offsets. 2016-03-10 13:57:44 +02:00
Arnold Robbins 4e4387cebd Add offsets for MariaDB 10.0.24 and MariaDB 5.5.48. 2016-02-25 12:34:12 +02:00
Arnold Robbins d9129cc112 Add support for MySQL 5.7.{9,10,11}.
Add support for MariaDB 10.1.{10,11}.
Fix segfault for set var to null (issue 133).
If password masking regex doesn't compile, revert to default regex.
2016-02-07 15:59:41 +02:00
Arnold Robbins 685b20e20c Offsets for MariaDB 10.0.22 and 10.0.23. 2015-12-28 10:21:25 +02:00
Arnold Robbins 94b7274600 Offsets for MySQL 5.5.47, 5.6.28, MariaDB 5.5.47. 2015-12-13 14:17:46 +02:00
Guy Lichtman 051daf06a4 offsets for MySQL 5.5.46/5.6.27 and MariadDB 5.5.46 2015-10-12 14:03:54 +03:00
Guy Lichtman 15c77835bf mariadb offsets 10.0.21 and 5.5.45. Offset validation following experience with issue: #118. 2015-08-11 13:47:51 +03:00
Guy Lichtman ee115750e5 Remove inlines for better investigation of issue #118 2015-08-02 16:38:04 +03:00
Guy Lichtman a46b02b834 offsets 5.5.45 and 5.6.26 2015-07-29 15:19:34 +03:00
Guy Lichtman ef67fba5e6 issue #118. Possible fix for the issue. 2015-07-29 15:16:07 +03:00
Guy Lichtman c6d57e7205 documentation fixes. see issue #115 2015-07-12 17:58:36 +03:00
Guy Lichtman b29ebeac51 Offsets for MariaDB 10.0.20 2015-07-12 17:58:07 +03:00
Guy Lichtman a5bf3035e5 offsets for MariaDB 5.5.44 2015-06-16 12:35:51 +03:00
Guy Lichtman 734882dfaa offsets for 5.6.25 and 5.5.44 2015-06-07 17:21:06 +03:00
Guy Lichtman 3ac3682926 mariadb offsets for: 10.0.19 2015-05-17 13:25:48 +03:00
Guy Lichtman 7fcd565e9d mariadb offsets for 5.5.43 2015-05-06 14:10:56 +03:00
Guy Lichtman 83b85084fb offsets for 5.5.43 and 5.6.24 2015-04-15 12:13:49 +03:00
Guy Lichtman 24f157beb2 new configuration: audit_json_file_bufsize . Controls the buffer size used when logging to a file. Value of 0 means default size, value of 1 means no buffering. 2015-03-09 10:37:31 +02:00
Guy Lichtman 8d28867ee5 Offsets for MariaDB 5.5.42 and 10.0.17 2015-03-09 10:30:28 +02:00
Guy Lichtman b47ec14636 Modifications to pull request #103 . Changed the name of the record_logins var to: force_record_logins and default value is disabled for backwards compatibility. Also changed the implementation a bit regarding flow and filtering on the empty user. issue #101 2015-02-10 15:06:42 +02:00
Guy Lichtman 1ac2324ab9 offsets for 5.5.42, 5.6.23, mariadb 10.0.16 2015-02-10 00:08:46 +02:00
Guy Lichtman 56462bd9d4 fix for empty "Connect" entries at startup. issue #40 and pr #103 : 2015-02-10 00:04:21 +02:00
Guy Lichtman 00194ab4bb Merge pull request #103 from RickPizzi/master
new option audit_record_logins to enable logging of Connect and Quit cmds
2015-02-09 23:38:29 +02:00
Riccardo Pizzi de390805f1 added Failed Login auditing 2015-02-07 16:18:05 -05:00
Rick Pizzi 9d66bfbdd3 new option audit_record_logins to enable logging of Connect/Quit regardless the content of variable audit_record_cmds 2015-02-07 15:43:01 -05:00
Guy Lichtman a1c8250058 New offsets added. Fixing issue #98 and a crash seen on percona when changing default database ("use <db>"). 2015-01-26 18:11:55 +02:00
Guy Lichtman 08899ffc55 offsets for 5.6.22 and 5.5.41 2014-12-28 16:53:43 +02:00
Guy Lichtman 272a1ae190 added special variable named audit_plugin_version_<version>_<revision> where '.' is repalced with '_'. This variable can be used to extract the version of the plugin by using a tool such as nm or objdump. issue #96. 2014-12-20 20:29:36 +02:00
Guy Lichtman 4c1af961c5 MariaDB 10.0.15 offsets 2014-11-30 17:20:15 +02:00
Guy Lichtman 60074c0518 Protection for case where tcp port or unix socket is not set and plugin tries to set default socket name at startup. The tcp port or unix socket may not be set when they are not passed either on the command line or configured in my.cnf. In this case the plugin init function is called before mysql has set the default values for these. 2014-11-09 12:05:39 +02:00
Guy Lichtman c81adbd7ee mariadb 5.5.40 offsets 2014-10-27 14:48:41 +02:00
Guy Lichtman dd3d261f53 mariadb 10 offsets (upto 10.0.14). Update to third party license file to include pcre. 2014-10-12 18:02:44 +02:00