unknown
7839da601c
BUG#28341 - Security issue still in library loading
...
UDF can be created from any library in any part of the server
LD_LIBRARY_PATH.
Allow to load udfs only from plugin_dir.
On windows, refuse to open udf in case it's path contains a slash.
No good test case for this bug because of imperfect error message
that includes error code and error string when it fails to dlopen a
library.
mysql-test/mysql-test-run.pl:
Since plugins are allowed to be open only from plugin_dir:
- there is no sence to update LD_LIBRARY_PATH
- there is no sence to add plugin_dir arg by default
- set UDF_EXAMPLE_LIB_OPT and EXAMPLE_PLUGIN_OPT to be used by
udf and plugin tests accordingly.
mysql-test/r/plugin.result:
Updated test result (we report addition warning).
sql/sql_udf.cc:
Allow to load udfs only from plugin_dir.
On windows, refuse to open udf in case it's path contains a slash.
mysql-test/t/plugin-master.opt:
New BitKeeper file ``mysql-test/t/plugin-master.opt''
mysql-test/t/udf-master.opt:
New BitKeeper file ``mysql-test/t/udf-master.opt''
2007-05-18 16:23:46 +05:00
..
2007-04-29 00:50:33 +05:00
2007-03-31 17:29:40 +05:00
2007-05-04 16:10:09 +02:00
2007-03-30 10:27:08 +02:00
2007-05-04 16:10:09 +02:00
2007-03-30 10:27:08 +02:00
2007-05-04 16:37:30 +03:00
2007-04-09 17:53:10 +05:00
2007-04-03 14:24:35 +05:00
2007-04-03 11:36:33 +02:00
2007-04-07 14:59:53 +05:00
2007-03-29 21:38:03 +02:00
2007-03-27 12:20:20 +05:00
2007-03-28 18:57:30 +05:00
2007-04-13 10:08:52 +05:00
2007-03-23 22:08:31 +02:00
2007-04-30 16:31:08 +02:00
2007-04-10 16:55:48 +03:00
2007-04-04 13:38:19 +03:00
2007-04-05 15:24:34 +04:00
2007-03-22 00:09:50 +03:00
2007-04-05 15:24:34 +04:00
2007-04-05 15:24:34 +04:00
2007-04-05 15:24:34 +04:00
2007-04-06 19:44:14 +04:00
2007-04-05 15:24:34 +04:00
2007-04-07 23:16:03 +05:00
2007-04-07 23:16:03 +05:00
2007-04-05 15:49:46 +04:00
2007-04-17 14:41:16 +03:00
2007-05-04 16:10:09 +02:00
2007-04-04 15:40:40 +02:00
2007-03-23 12:35:30 +01:00
2007-04-02 17:26:39 +05:00
2007-04-18 13:27:04 +05:00
2007-03-31 02:42:40 +04:00
2007-03-29 13:29:45 +02:00
2007-03-22 11:50:24 +04:00
2007-04-28 20:04:03 +04:00
2007-03-23 22:08:31 +02:00
2007-04-21 00:33:56 +04:00
2007-04-02 11:15:09 +02:00
2007-04-24 14:08:03 +05:00
2007-04-29 13:19:32 +05:00
2007-03-28 17:06:09 +02:00
2007-03-22 01:04:39 +01:00
2007-03-23 19:24:03 +01:00
2007-04-06 00:38:57 +04:00
2007-04-29 18:42:50 +05:00
2007-04-18 19:53:28 -06:00
2007-03-22 23:59:20 +04:00
2007-03-31 02:42:40 +04:00
2007-05-04 16:37:30 +03:00
2007-05-04 17:46:13 +03:00
2007-04-20 11:01:53 +02:00
2007-04-09 11:46:58 +05:00
2007-03-23 13:39:16 +01:00
2007-04-04 21:40:47 +02:00
2007-04-04 21:40:47 +02:00
2007-04-30 23:16:46 +02:00
2007-04-30 23:16:46 +02:00
2007-04-30 23:16:46 +02:00
2007-04-18 16:35:22 +05:00
2007-05-04 16:10:09 +02:00
2007-04-16 17:08:29 +03:00
2007-03-28 17:06:09 +02:00
2007-04-23 21:27:43 +02:00
2007-04-23 13:28:09 +02:00
2007-04-05 22:34:33 +03:00
2007-04-02 11:15:09 +02:00
2007-05-01 06:29:34 +02:00
2007-03-26 02:24:49 -07:00
2007-04-10 14:29:22 +02:00
2007-04-05 09:13:20 +02:00
2007-04-16 17:08:29 +03:00
2007-04-18 23:08:56 +02:00
2007-04-18 23:08:56 +02:00
2007-04-19 06:24:36 +02:00
2007-04-18 23:08:56 +02:00
2007-04-18 23:08:56 +02:00
2007-03-22 07:40:04 +01:00
2007-04-19 10:48:24 +02:00
2007-04-19 11:05:25 +02:00
2007-05-02 11:05:48 +02:00
2007-04-16 17:08:29 +03:00
2007-03-27 18:39:11 +05:00
2007-03-27 18:39:11 +05:00
2007-04-30 11:43:50 +02:00
2007-04-30 11:43:50 +02:00
2007-05-04 12:19:06 +02:00
2007-04-16 14:15:30 +02:00
2007-04-04 13:21:49 +02:00
2007-04-29 18:32:59 -07:00
2007-04-11 23:43:58 +02:00
2007-04-06 12:45:07 +05:00
2007-05-04 14:41:58 +05:00
2007-04-04 14:01:47 +05:00
2007-04-26 08:22:05 +02:00
2007-04-15 15:47:27 +02:00
2007-04-25 20:21:55 +02:00
2007-04-25 22:55:19 +02:00
2007-04-25 22:55:19 +02:00
2007-04-23 13:50:34 -04:00
2007-04-30 19:41:27 +05:00
2007-05-18 16:23:46 +05:00
2007-03-27 22:15:51 +04:00
2007-03-27 12:06:13 +02:00
2007-03-31 03:12:33 +04:00
2007-04-20 15:31:33 +05:00
2007-05-04 16:10:09 +02:00
2007-04-12 14:00:45 +02:00
2007-05-04 16:10:09 +02:00
2007-04-17 14:41:16 +03:00
2007-04-03 11:36:33 +02:00
2007-03-31 13:48:33 +02:00
2007-03-31 13:48:33 +02:00
2007-05-04 16:10:09 +02:00
2007-05-04 16:10:09 +02:00
2007-05-04 16:10:09 +02:00
2007-03-29 21:38:03 +02:00
2007-04-16 17:08:29 +03:00
2007-04-16 17:08:29 +03:00
2007-04-16 17:08:29 +03:00
2007-05-04 16:10:09 +02:00
2007-04-11 07:59:26 +02:00
2007-04-17 08:36:14 +02:00
2007-04-12 16:13:49 +02:00
2007-04-18 23:08:56 +02:00
2007-03-22 13:17:08 +01:00
2007-05-04 16:10:09 +02:00
2007-04-03 07:20:55 +02:00
2007-04-03 07:20:55 +02:00
2007-04-07 14:59:53 +05:00
2007-04-16 17:08:29 +03:00
2007-05-04 16:10:09 +02:00
2007-05-04 16:10:09 +02:00
2007-05-04 16:10:09 +02:00
2007-05-04 16:10:09 +02:00
2007-04-25 21:33:18 +02:00
2007-05-04 16:10:09 +02:00
2007-03-31 19:10:25 +02:00
2007-03-29 21:38:03 +02:00
2007-05-04 16:10:09 +02:00
2007-04-25 21:33:18 +02:00
2007-04-16 17:08:29 +03:00
2007-04-16 17:08:29 +03:00
2007-05-04 16:10:09 +02:00
2007-05-04 16:10:09 +02:00
2007-04-16 17:08:29 +03:00
2007-03-29 21:38:03 +02:00
2007-03-29 16:11:02 +02:00
2007-04-11 09:06:27 +02:00
2007-05-04 16:10:09 +02:00
2007-03-29 21:38:03 +02:00
2007-03-29 21:38:03 +02:00
2007-04-11 15:12:49 -07:00
2007-04-16 17:08:29 +03:00
2007-04-21 13:26:44 +05:00
2007-04-16 16:55:37 +02:00
2007-03-26 12:32:51 +03:00
2007-03-21 14:01:39 -04:00
2007-03-29 17:27:42 +03:00
2007-04-25 21:33:18 +02:00
2007-04-19 12:32:38 +05:00
2007-04-17 17:35:29 -07:00
2007-05-04 16:37:30 +03:00
2007-04-25 20:21:55 +02:00
2007-04-04 15:43:03 +02:00
2007-04-04 15:43:03 +02:00
2007-03-22 23:59:20 +04:00
2007-04-17 12:32:01 +02:00
2007-03-23 22:08:31 +02:00
2007-05-07 16:12:42 +05:00
2007-04-02 15:01:19 +05:00
2007-03-29 09:08:30 +05:00
2007-05-18 16:23:46 +05:00
2007-03-22 11:43:23 +04:00
2007-04-23 18:22:33 +04:00
2007-03-29 20:31:09 +02:00
2007-04-12 18:03:26 -04:00
2007-04-27 19:09:39 +02:00
2007-03-29 17:27:42 +03:00
2007-04-21 00:33:56 +04:00
2007-03-23 22:16:32 +02:00
2007-05-04 16:10:09 +02:00
2007-04-29 18:52:14 +05:00