| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
|
| |
server_audit_output_type=SYSLOG on Windows.
'syslog' output type disabled on Windows.
|
|
|
|
|
|
| |
information_schema.DISKS table
Check FILE privelege.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
| |
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
|
|\ |
|
| |
| |
| |
| | |
* Update wrong zip-code
|
| | |
|
|\ \
| |/ |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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' {} \;
|
| |
| |
| |
| | |
QUERY_DML_NO_SELECT flag added.
|
| |
| |
| |
| |
| |
| |
| | |
present.
thread_pool_server_audit.test fixed.
plugin version updated.
|
| |
| |
| |
| |
| |
| |
| | |
present.
Escape special characters (like \r \n \t) instead of
replacing them with spaces.
|
| |
| |
| |
| |
| |
| |
| | |
username matching
add a new option --pam-windbind-workaround for a pam plugin to
work around pam_winbind unconditional username lowercasing
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
`zypper install krb5-devel` installs executables outside of $PATH.
It also installs /etc/profile.d/krb5.sh that is sourced by a new
shell to add the new location to the $PATH. But this doesn't affect
the current shell.
Now decent Linux distros remind the user to run `. /etc/profile`
to reload paths in such a case. SUSE doesn't and for a good reason -
it doesn't work there. Because SUSE sets PROFILEREAD=true in the
environment and /etc/profile does not do anything.
By this point, one should not really expect `unset PROFILEREAD` to help,
and it does not - PROFILEREAD is readonly, and cannot be unset.
Apparently SUSE really *really* wants you to re-login between installing
MariaDB build dependencies and actually running the rpmbuild.
Which we cannot do it buildbot. And it would look very user-un-friendly
in the Build Instructions section of the manual.
So, we work around it - by adding SUSE krb5 path to the search list.
THIS IS SUSEEEEEE!!!
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
special cases:
* change systemd detection to use CHECK_LIBRARY_EXISTS at least once,
to have it detected by build_depends.cmake
* similarly, use find_library for pam
* unixODBC is weird, libodbc.so is in the unixODBC package, not
in the unixODBC-devel, where normally all .so files belong.
Packaging bug? As a workaround, use find_file(sql.h) instead of
find_path(sql.h) to make sure that /usr/include/sql.h (not /usr/include)
is cached by cmake, and later build_depends.cmake will select
unixODBC-devel, as a package owning /usr/include/sql.h file.
|
|\ \ |
|
| | | |
|
| | |
| | |
| | |
| | | |
QUERY_DML_NO_SELECT flag added.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
present.
thread_pool_server_audit.test fixed.
plugin version updated.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
present.
Escape special characters (like \r \n \t) instead of
replacing them with spaces.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
use FreeContextAttributes() on individual members of
SecPkgContext_NativeNames, not on the struct itself.
|
| | |
| | |
| | |
| | | |
Plugin version name fixed.
|
| | |
| | |
| | |
| | |
| | |
| | | |
backslash.
Let '\\' and '/' symbols to be part of a group name.
|
| | | |
|
| | |
| | |
| | |
| | | |
QUERY_DML_NO_SELECT flag added.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
information can be obtained.
plugin only enabled for Linux, as it fails building on BSD/MacOSX.
disks.test fixed.
|
| | |
| | |
| | |
| | |
| | |
| | | |
information can be obtained.
disks.test moved to plugin's directory.
|
| | |
| | |
| | |
| | |
| | |
| | | |
information can be obtained.
update README, use maria_declare_plugin(), specify the author.
|
| | |
| | |
| | |
| | | |
The 'debug' option implemented for the pam_user_map.so.
|
| | |
| | |
| | |
| | |
| | |
| | | |
information can be obtained.
DISKS plugin implementation added to the tree.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
present.
thread_pool_server_audit.test fixed.
plugin version updated.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
present.
Escape special characters (like \r \n \t) instead of
replacing them with spaces.
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | | |
mostly caused by -Wimplicit-fallthrough
|
| | |
| | |
| | |
| | |
| | |
| | | |
The MySQL 5.6 doesn't always send the MYSQL_AUDIT_GENERAL_LOG
notification. So we have to suppress the log_current_query()
in this case.
|
| | |
| | |
| | |
| | |
| | |
| | | |
The MySQL 5.6 doesn't always send the MYSQL_AUDIT_GENERAL_LOG
notification. So we have to suppress the log_current_query()
in this case.
|
| | |
| | |
| | |
| | |
| | |
| | | |
The MySQL 5.6 doesn't always send the MYSQL_AUDIT_GENERAL_LOG
notification. So we have to suppress the log_current_query()
in this case.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
server_audit are loaded) to 10.1
MDEV-13060 Server Audit Plugin Crashes with AWS KMS plugin
don't do auditing if thd is NULL.
Collaterals:
* copy-paste bugs server_audit.c
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | | |
metadata_lock_info_duration[]: Remove the unused variable.
Add some comments /* fall through */ to silence -Wimplicit-fallthrough
|
|\ \ \ |
|