From 5758a3eb3bcccd4ee595192de76383ad0a1e7666 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Wed, 13 Feb 2002 02:51:17 +0000 Subject: [PATCH] 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 --- HISTORY | 11 +++++++++++ RELNOTES | 16 ++++++++++++++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 58ba3c8..b09caa1 100644 --- a/HISTORY +++ b/HISTORY @@ -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. diff --git a/RELNOTES b/RELNOTES index 9309bc6..a1eebcc 100644 --- a/RELNOTES +++ b/RELNOTES @@ -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$