- Added support for chaining modules within the version client library. To use this, specify the module string as a list of modules separated with commas. For example: cvm-command:/path/to/module,cvm-local:/path/to/socket This enhancement deprecates the cvm-chain module. - Introduced an "out of scope" fact, to be used on credential rejection results when the supplied credentials are outside of the scope of authority of the module. The cvm-vmailmgr and cvm-qmail modules report this fact as appropriate, and cvm-chain copies it as appropriate from the modules it invokes. - A random anti-spoofing tag is added to all version 2 client requests. Its length is set by $CVM_RANDOM_BYTES and defaults to 8. - Fixed a bug that caused the domain output to be set incorrectly when doing qmail lookups with a domain not in the control files with $CVM_QMAIL_ASSUME_LOCAL set.
13 lines
421 B
Text
13 lines
421 B
Text
$NetBSD: patch-aa,v 1.1 2008/04/13 06:51:19 schmonz Exp $
|
|
|
|
--- INSTHIER.orig 2008-04-11 20:02:17.000000000 -0400
|
|
+++ INSTHIER
|
|
@@ -1,7 +1,7 @@
|
|
>lib
|
|
s:::::libcvm-client.a:libcvm-v2client.a
|
|
s:::::libcvm-client.la:libcvm-v2client.la
|
|
-s:::::libcvm-client.so:libcvm-v2client.so
|
|
+s:::::libcvm-client.@CVM_LIB_EXT@:libcvm-v2client.@CVM_LIB_EXT@
|
|
l:::755::libcvm-command.la
|
|
l:::755::libcvm-local.la
|
|
l:::755::libcvm-module.la
|