Release documentation for OpenPAM Caliopsis.

Sponsored by:	DARPA, NAI Labs


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@59 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2002-02-13 02:51:17 +00:00
parent c7df899506
commit 5758a3eb3b
2 changed files with 25 additions and 2 deletions

11
HISTORY
View File

@ -1,4 +1,15 @@
============================================================================
OpenPAM Caliopsis 2002-02-13
Fixed a number of bugs in the previous release, including:
- a number of bugs in and related to pam_[gs]et_item(3)
- off-by-one bug in pam_start.c would trim last character off certain
configuration lines
- incorrect ordering of an array in openpam_load.c would cause service
module functions to get mixed up
- missing 'continue' in openpam_dispatch.c caused successes to be
counted as failures
============================================================================
OpenPAM Calamite 2002-02-09
First (beta) release.

View File

@ -1,6 +1,6 @@
Release notes for OpenPAM Calamite
==================================
Release notes for OpenPAM Caliopsis
===================================
This is a beta release.
@ -13,4 +13,16 @@ interested in testing OpenPAM on FreeBSD. It has not been tested on
any other OS, though it should build and run with minimal tweaks on
NetBSD and OpenBSD.
Known issues:
- The pam_get_user() and pam_get_authtok() functions do not check
for commonly used options such as {use,try}_first_pass or
auth_as_self. In fact, pam_get_authtok() behaves as if
try_first_pass was always specified.
- The provided conversation function, openpam_ttyconv(), should
block signals, and support some sort of timeout.
- The documentation is far from complete.
$Id$