~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
..
client_priv.h 2371.1.1 13 years ago Brian Aker Fedora fix/use fwd header for iostream. 3.3 KB Diff Download File
conclusions.h 2371.1.1 13 years ago Brian Aker Fedora fix/use fwd header for iostream. 4.9 KB Diff Download File
drizzle.1 1097.1.1 15 years ago Monty Taylor Fixed manpage warnings. Make debian lintian happy. 39.5 KB Diff Download File
drizzle.cc 2385.2.3 13 years ago Olaf van der Spek cppcheck 131 KB Diff Download File
drizzled.8 1782.2.3 14 years ago Monty Taylor Also symlink the manpages. 2.4 KB Diff Download File
drizzledump.cc 2318.7.21 13 years ago Olaf van der Spek Use boost::to_lower 27.7 KB Diff Download File
drizzledump_data.cc 2385.2.2 13 years ago Olaf van der Spek cppcheck 17.6 KB Diff Download File
drizzledump_data.h 2385.3.16 13 years ago Olaf van der Spek Remove unnecessary constructors and destructors 8.1 KB Diff Download File
drizzledump_drizzle.cc 2385.2.4 13 years ago Olaf van der Spek cppcheck 9.9 KB Diff Download File
drizzledump_drizzle.h 2371.1.1 13 years ago Brian Aker Fedora fix/use fwd header for iostream. 2.8 KB Diff Download File
drizzledump_mysql.cc 2385.2.4 13 years ago Olaf van der Spek cppcheck 15.1 KB Diff Download File
drizzledump_mysql.h 2371.1.1 13 years ago Brian Aker Fedora fix/use fwd header for iostream. 2.9 KB Diff Download File
drizzleimport.1 1022.2.25 15 years ago Monty Taylor Imported manpages for the things we ship. Started 9.1 KB Diff Download File
drizzleimport.cc 2385.2.3 13 years ago Olaf van der Spek cppcheck 18.4 KB Diff Download File
drizzleslap.1 1022.2.25 15 years ago Monty Taylor Imported manpages for the things we ship. Started 13.5 KB Diff Download File
drizzleslap.cc 2385.3.6 13 years ago Olaf van der Spek cppcheck 70.5 KB Diff Download File
drizzletest.cc 2409 13 years ago Mark Atwood merge lp:~olafvdspek/drizzle/client 172 KB Diff Download File
get_password.cc 2254.2.1 13 years ago vjsamuel1990 at gmail Merge fix for -P prompt 4.3 KB Diff Download File
get_password.h 2371.1.1 13 years ago Brian Aker Fedora fix/use fwd header for iostream. 1 KB Diff Download File
include.am 2371.1.3 13 years ago Brian Aker Additional update for OSX. 3.1 KB Diff Download File
linebuffer.cc 2173.2.1 13 years ago Monty Taylor Fixes incorrect usage of include 1.8 KB Diff Download File
linebuffer.h 2371.1.1 13 years ago Brian Aker Fedora fix/use fwd header for iostream. 1 KB Diff Download File
option_string.h 2371.1.1 13 years ago Brian Aker Fedora fix/use fwd header for iostream. 2.2 KB Diff Download File
server_detect.cc 2385.2.2 13 years ago Olaf van der Spek cppcheck 1.6 KB Diff Download File
server_detect.h 2385.2.2 13 years ago Olaf van der Spek cppcheck 1.2 KB Diff Download File
statement.h 2371.1.1 13 years ago Brian Aker Fedora fix/use fwd header for iostream. 2.3 KB Diff Download File
stats.h 2371.1.1 13 years ago Brian Aker Fedora fix/use fwd header for iostream. 2.4 KB Diff Download File
thread_context.h 2371.1.1 13 years ago Brian Aker Fedora fix/use fwd header for iostream. 1.4 KB Diff Download File
user_detect.h 2371.1.1 13 years ago Brian Aker Fedora fix/use fwd header for iostream. 1.4 KB Diff Download File
wakeup.h 2371.1.1 13 years ago Brian Aker Fedora fix/use fwd header for iostream. 1.7 KB Diff Download File