~drizzle-trunk/drizzle/development

  • Committer: Henrik Ingo
  • Date: 2011-10-04 20:01:12 UTC
  • Revision ID: henrik.ingo@avoinelama.fi-20111004200112-saqklktzedntsgef
This does 2 things:

1) Modify pandora-plugin to allow more keys in a plugin.ini. Until now
you could only specify headers, sources and extra-dist, but not
scripts (that are not compiled, just copied) or various text or data
files you wish to be part of an installation.

The new plugin.ini keys correspond to automake targets as follows:

# plugin.ini key
automake variable
-----------------
# scripts or bin_scripts
dist_bin_SCRIPTS=
# sbin_scripts
dist_sbin_SCRIPTS=
# libexec_scripts
dist_libexec_SCRIPTS=
# pkg_scripts
dist_pkgdata_SCRIPTS=
# data
dist_data_DATA=
# pkg_data
dist_pkgdata_DATA=
# sysconf_data
dist_sysconf_DATA=

2a) Uses the new keys pkg_scripts and pkg_data to move some useful
files from the auth_ldap plugin to ./share/drizzle7/ so an end user
can benefit from them without downloading Drizzle source codes.

2b) Also adds libdrizzle-2.0/libdrizzle/mysql_password_hash to programs
that should be installed and changes the name to drizzle_password_hash.
(Source filenames are unchanged. Makefile first builds mysql_password_hash
and then makes a copy to the final name. I didn't know if someone expects
mysql_password_hash to be there in some tests or something.)

The intent is to write documentation for LDAP authentication that uses
bin/drizzle_password_hash and share/drizzle7/* for creating LDAP user
records.
Filename Latest Rev Last Changed Committer Comment Size
..
plugin 1377.8.40 14 years ago Paweł Blokus minor style fixes Diff
atomics_test.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 2.4 KB Diff Download File
File calendar_test.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 4.4 KB Diff Download File
constrained_value.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 1.6 KB Diff Download File
date_test.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 13.9 KB Diff Download File
date_time_test.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 11.6 KB Diff Download File
global_buffer_test.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 1.8 KB Diff Download File
File include.am 2259.1.1 13 years ago Monty Taylor Finish the transition to libdrizzle-2.0 libs (afte 2.2 KB Diff Download File
libdrizzle_test.cc 2235.1.2 13 years ago Monty Taylor Add drizzle_safe_escape_string() function 2.6 KB Diff Download File
main.cc 2097.2.4 13 years ago Andrew Hutchings Convert all unit tests to boost::test Add pandora 1.2 KB Diff Download File
micro_timestamp_test.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 3.9 KB Diff Download File
nano_timestamp_test.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 3.4 KB Diff Download File
option_context.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 1.9 KB Diff Download File
pthread_atomics_test.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 3.4 KB Diff Download File
table_identifier.cc 2318.9.5 13 years ago Olaf van der Spek Refactor build_table_filename 2.6 KB Diff Download File
temporal_format_test.cc 2353.3.1 13 years ago Mark Atwood fix cppcheck redundantIfDelete0 warnings. It is s 4.4 KB Diff Download File
temporal_generator.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 7.6 KB Diff Download File
temporal_generator.h 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 4.3 KB Diff Download File
time_test.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 9.6 KB Diff Download File
timestamp_test.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 10.9 KB Diff Download File
utf8_test.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 3 KB Diff Download File