1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
|
Source: cvm
Section: admin
Priority: optional
Maintainer: Gerrit Pape <pape@smarden.org>
Build-Depends: libbg-dev (>= 2.03+dfsg-2), default-libmysqlclient-dev, libpq-dev, libsqlite3-dev, libtool, libtool-bin, vim, freecdb, sqlite3
Standards-Version: 3.7.3.0
Package: cvm
Section: admin
Architecture: any
Depends: ${shlibs:Depends}
Description: Credential Validation Modules
CVM is a framework for validating a set of credentials against a database
using a filter program. The modules act as a filter, taking a set of
credentials as input and writing a set of facts as output if those
credentials are valid. Optional input is given to the module through
environment variables.
.
Some of the ideas for CVM came from experience with PAM (pluggable
authentication modules), the checkpassword interface used by qmail-pop3d,
and the "authmod" interface used by Courier IMAP and POP3. This framework
places fewer restrictions on the invoking client than checkpassword does,
and is much simpler to implement on both sides than PAM and the authmod
framework.
.
See http://untroubled.org/cvm/cvm.html for more information.
Package: cvm-mysql
Section: admin
Architecture: any
Depends: ${shlibs:Depends}
Recommends: cvm
Description: Credential Validation Modules (MySQL)
CVM is a framework for validating a set of credentials against a database
using a filter program. The modules act as a filter, taking a set of
credentials as input and writing a set of facts as output if those
credentials are valid. Optional input is given to the module through
environment variables.
.
Some of the ideas for CVM came from experience with PAM (pluggable
authentication modules), the checkpassword interface used by qmail-pop3d,
and the "authmod" interface used by Courier IMAP and POP3. This framework
places fewer restrictions on the invoking client than checkpassword does,
and is much simpler to implement on both sides than PAM and the authmod
framework.
.
See http://untroubled.org/cvm/cvm.html for more information.
Package: cvm-pgsql
Section: admin
Architecture: any
Depends: ${shlibs:Depends}
Recommends: cvm
Description: Credential Validation Modules (PostgreSQL)
CVM is a framework for validating a set of credentials against a database
using a filter program. The modules act as a filter, taking a set of
credentials as input and writing a set of facts as output if those
credentials are valid. Optional input is given to the module through
environment variables.
.
Some of the ideas for CVM came from experience with PAM (pluggable
authentication modules), the checkpassword interface used by qmail-pop3d,
and the "authmod" interface used by Courier IMAP and POP3. This framework
places fewer restrictions on the invoking client than checkpassword does,
and is much simpler to implement on both sides than PAM and the authmod
framework.
.
See http://untroubled.org/cvm/cvm.html for more information.
Package: libcvm1
Section: libs
Architecture: any
Depends: ${shlibs:Depends}
Suggests: libcvm1-dev
Description: Credential Validation Modules (shared libraries)
CVM is a framework for validating a set of credentials against a database
using a filter program. The modules act as a filter, taking a set of
credentials as input and writing a set of facts as output if those
credentials are valid. Optional input is given to the module through
environment variables.
.
Some of the ideas for CVM came from experience with PAM (pluggable
authentication modules), the checkpassword interface used by qmail-pop3d,
and the "authmod" interface used by Courier IMAP and POP3. This framework
places fewer restrictions on the invoking client than checkpassword does,
and is much simpler to implement on both sides than PAM and the authmod
framework.
.
See http://untroubled.org/cvm/cvm.html for more information.
Package: libcvm1-dev
Section: libdevel
Architecture: any
Depends: libcvm1 (= ${binary:Version})
Provides: libcvm-dev, cvm-dev
Conflicts: libcvm-dev, cvm-dev
Recommends: cvm
Description: Credential Validation Modules (development files, documentation)
CVM is a framework for validating a set of credentials against a database
using a filter program. The modules act as a filter, taking a set of
credentials as input and writing a set of facts as output if those
credentials are valid. Optional input is given to the module through
environment variables.
.
Some of the ideas for CVM came from experience with PAM (pluggable
authentication modules), the checkpassword interface used by qmail-pop3d,
and the "authmod" interface used by Courier IMAP and POP3. This framework
places fewer restrictions on the invoking client than checkpassword does,
and is much simpler to implement on both sides than PAM and the authmod
framework.
.
See http://untroubled.org/cvm/cvm.html for more information.
|