Commit graph

7 commits

Author SHA1 Message Date
schmonz
077f92a68f Update to 0.90. From the changelog:
- 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.
2008-04-13 06:51:19 +00:00
schmonz
346a3b0eee Update to 0.82. From the changelog:
- Fixed handling of user/domain name splitting in the client library
  when the caller doesn't initially provide a domain name.

- cvm_client_setenv now also sets $MAILDIR for use with Courier IMAP.
2006-11-07 22:50:05 +00:00
schmonz
6ff6cd2b92 Update to 0.81. From the changelog:
- Fixed a typo in the INSTHIER file that caused incomplete
    installations.
2006-07-31 01:23:00 +00:00
schmonz
fc734011fc Update to 0.80. From the changelog:
- Modified the build procedures to use libtool to produce and install
    shared libraries.

- No other code changes.
2006-07-29 00:59:23 +00:00
schmonz
c3fa3e6ac6 Update to 0.76. From the changelog:
- Fixed the autoconvert feature of cvm-vmailmgr to set the permissions
  and ownership of the created password table to that of the original.

- Added a feature to all qmail-based modules to treat all domains as
  local if $CVM_QMAIL_ASSUME_LOCAL is set.
2005-08-30 03:57:11 +00:00
schmonz
b65cdb480e Update to 0.75. From the changelog:
- Added an "autoconvert" mode to cvm-vmailmgr, which converts encrypted
  passwords to plain-text on successful authentication if
  $VMAILMGR_AUTOCONVERT is set.
2005-08-24 04:49:31 +00:00
schmonz
283009e17a Initial import of Credential Validation Modules. This package contains:
- The reference source for the CVM interface.
- Diagnostic and benchmark CVM clients.
- A checkpassword interface CVM client.
- A UNIX/POSIX system module (uses getpwnam).
- A flat-file module.
- A vmailmgr module.
- MySQL and PgSQL modules.
- A library for client writers.
- A set of libraries for module writers.
2005-07-20 03:28:41 +00:00