-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test #1
Open
lcx123
wants to merge
142
commits into
buysse:master
Choose a base branch
from
lcx123:test
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Test #1
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…bjects(tables/views)
Changed audit_json_socket and audit_json_file to required a value of ON/OFF to match other boolean parameters.
…ional verification that the offsets are for the expected executable. This could be useful in upgrade situations.
…(instead of colon). Added wildcarding for database or table, so you can specify *.table and database.*
Automatic calculation of offsets seen used in Ubuntu/Debian builds based upon found version offsets when checksum validation is disabled. Remove usage of strdup for delay_cmds, record_objs and record_cmds and use PLUGIN_VAR_MEMALOC instead.
…ent struct from mysql 5.1.
…bject set in audit_record_objs. Fix for copying configuration strings where there is an update handler.
…ersion of gcc which doesn't expose __cxa_pure_virtual. SELinux support: avoid retrictions regarding mprotect modes. Additional offests upto 5.5.28 and 5.1.66.
Fixed some compile errors
…t we try to resolve offsets by version. Also, added extended validation of the offsets.
Ex: audit_whitelist_users=john,doe
Option added to skip queries of whitelisted users. Doing full merge and then will edit some changes.
…tect doesn't work as needed and nx bit is turned on. Happens when SELinux is enabled. issue #24
…udit_record_objs.
…ither socket path nor socket port are set.
prototype for check_table_access() function.
Improvements for Issue 144. Fix logging of failed login for recent MySQL 5.6.32+ and 5.7.14+.
Add two new variables: client_capabilities and sess_connect_attrs. Update lists of compiled in "known" offsets.
Disable writing of client capabilities by default.
also client port of remote connection for TCP Socket. New offset required for this, so updated the offsets as well.
* Fix 'uninstall plugin' to work on MySQL 5.7. * Add ability to send rows affected by each command, includes new 'audit_before_after' configuration variable. * More offsets for more released versions.
Add offsets for MariaDB 10.0.30 and 10.1.22.
Add offsets for MariaDB 5.5.56 and 10.1.23. Add write timeout for sockets: audit_json_write_timeout variable.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.