~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
..
File autorun.sh 2390 13 years ago Mark Atwood add copyright notice to new config/autorun.sh 1.5 KB Diff Download File
File config.rpath 202.3.1 16 years ago Monty Taylor Added very initial gettextize stuff. 17.9 KB Diff Download File
drizzle.ver 1861.3.1 13 years ago Monty Taylor Add a version script to the core. 25 bytes Diff Download File
lcov.am 1823.5.1 13 years ago Monty Taylor Updated pandora-build files to version 0.157 1.3 KB Diff Download File
link-warning.h 1986.1.1 13 years ago Monty Taylor Distribute link-warning.h and distribute it with t 2 KB Diff Download File
File pandora-plugin 2426.3.1 12 years ago Henrik Ingo This does 2 things: 1) Modify pandora-plugin to a 30.6 KB Diff Download File
pandora-plugin.ini 1625.1.1 14 years ago Monty Taylor Fixed the visibility header to match the project n 185 bytes Diff Download File
pre_hook.sh 2221.1.1 13 years ago Monty Taylor Honors PYTHON env variable for running pandora-plu 1.6 KB Diff Download File