@ -0,0 +1,31 @@ |
|||||
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
# |
||||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
# Please add additional copyright information _after_ the line containing |
||||
|
# the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
# the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
# |
||||
|
# ROCK Linux: rock-src/package/mnemoc/cvm/cvm.conf |
||||
|
# ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
||||
|
# |
||||
|
# This program is free software; you can redistribute it and/or modify |
||||
|
# it under the terms of the GNU General Public License as published by |
||||
|
# the Free Software Foundation; either version 2 of the License, or |
||||
|
# (at your option) any later version. A copy of the GNU General Public |
||||
|
# License can be found at Documentation/COPYING. |
||||
|
# |
||||
|
# Many people helped and are helping developing ROCK Linux. Please |
||||
|
# have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
# file for details. |
||||
|
# |
||||
|
# --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
pkg_cvm_config() { |
||||
|
echo $root/usr/bglibs/include > conf-bgincs |
||||
|
echo $root/usr/bglibs/lib > conf-bglibs |
||||
|
echo $root/usr > conf-home |
||||
|
} |
||||
|
hook_add premake 5 'pkg_cvm_config' |
||||
|
|
||||
|
makeinstopt= |
||||
|
hook_add postmake 1 './installer' |
@ -0,0 +1,61 @@ |
|||||
|
|
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN --- |
||||
|
[COPY] |
||||
|
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
|
[COPY] Please add additional copyright information _after_ the line containing |
||||
|
[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by |
||||
|
[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text! |
||||
|
[COPY] |
||||
|
[COPY] ROCK Linux: rock-src/package/mnemoc/cvm/cvm.desc |
||||
|
[COPY] ROCK Linux is Copyright (C) 1998 - 2004 Clifford Wolf |
||||
|
[COPY] |
||||
|
[COPY] This program is free software; you can redistribute it and/or modify |
||||
|
[COPY] it under the terms of the GNU General Public License as published by |
||||
|
[COPY] the Free Software Foundation; either version 2 of the License, or |
||||
|
[COPY] (at your option) any later version. A copy of the GNU General Public |
||||
|
[COPY] License can be found at Documentation/COPYING. |
||||
|
[COPY] |
||||
|
[COPY] Many people helped and are helping developing ROCK Linux. Please |
||||
|
[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM |
||||
|
[COPY] file for details. |
||||
|
[COPY] |
||||
|
[COPY] --- ROCK-COPYRIGHT-NOTE-END --- |
||||
|
|
||||
|
[I] Credential Validation Modules |
||||
|
|
||||
|
[T] CVM is a framework for validating a set of credentials against a database |
||||
|
[T] using a filter program. The modules act as a filter, taking a set of |
||||
|
[T] credentials as input and writing a set of facts as output if those |
||||
|
[T] credentials are valid. Optional input is given to the module through |
||||
|
[T] environment variables. |
||||
|
[T] |
||||
|
[T] Some of the ideas for CVM came from experience with PAM (pluggable |
||||
|
[T] authentication modules), the checkpassword interface used by qmail-pop3d, |
||||
|
[T] and the "authmod" interface used by Courier IMAP and POP3. This framework |
||||
|
[T] places fewer restrictions on the invoking client than checkpassword does, |
||||
|
[T] and is much simpler to implement on both sides than PAM and the authmod |
||||
|
[T] framework. |
||||
|
[T] |
||||
|
[T] This package contains: |
||||
|
[T] - The reference source for the CVM interface. |
||||
|
[T] - Diagnostic and benchmark CVM clients. |
||||
|
[T] - A checkpassword interface CVM client. |
||||
|
[T] - A UNIX/POSIX system module (uses getpwnam). |
||||
|
[T] - A flat-file module. |
||||
|
[T] - A library for client writers. |
||||
|
[T] - A set of libraries for module writers. |
||||
|
|
||||
|
[U] http://untroubled.org/cvm/ |
||||
|
|
||||
|
[A] Bruce Guenter <bruceg@em.ca> |
||||
|
[M] Alejandro Mery <amery@geeks.cl> |
||||
|
|
||||
|
[C] extra/tool |
||||
|
|
||||
|
[L] GPL |
||||
|
[S] Stable |
||||
|
[V] 0.18 |
||||
|
[P] X -----5---9 810.000 |
||||
|
|
||||
|
[D] 3837659882 cvm-0.18.tar.gz http://untroubled.org/cvm/ |
||||
|
|