Release documentation for OpenPAM Celandine.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@90 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2002-03-05 14:38:25 +00:00
parent b89f077385
commit 0ea89457b5
3 changed files with 29 additions and 8 deletions

25
HISTORY
View File

@ -1,3 +1,26 @@
============================================================================
OpenPAM Celandine 2002-03-05
- BUGFIX: PAM_TRY_AGAIN is a valid return value for pam_chauthtok().
- BUGFIX: Run passwd chain twice, first with the PAM_PRELIM_CHECK
flag set, then with the PAM_UPDATE_AUTHTOK flag set.
- BUGFIX: Failure of a "sufficient" module should not terminate the
passwd chain if the PAM_PRELIM_CHECK flag is set.
- BUGFIX: Clear PAM_AUTHTOK after running the service modules.
- ENHANCE: Prevent applications from specifying the PAM_PRELIM_CHECK
or PAM_UPDATE_AUTHTOK flags themselves.
- BUGFIX: openpam_set_option() did not support changing the value of
an existing option.
- ENHANCE: Add support for module versioning. OpenPAM will prefer a
module with the same version number as the library itself to one
with no version number at all.
============================================================================
OpenPAM Cantaloupe 2002-02-22
@ -44,4 +67,4 @@ OpenPAM Calamite 2002-02-09
First (beta) release.
============================================================================
$P4: //depot/projects/openpam/HISTORY#4 $
$P4: //depot/projects/openpam/HISTORY#5 $

View File

@ -1,5 +1,5 @@
#
# $P4: //depot/projects/openpam/MANIFEST#4 $
# $P4: //depot/projects/openpam/MANIFEST#5 $
#
HISTORY
INSTALL
@ -56,6 +56,7 @@ include/security/pam_modules.h
include/security/pam_types.h
lib/Makefile
lib/openpam_dispatch.c
lib/openpam_dynamic.c
lib/openpam_findenv.c
lib/openpam_get_option.c
lib/openpam_impl.h

View File

@ -1,6 +1,6 @@
Release notes for OpenPAM Cantaloupe
====================================
Release notes for OpenPAM Celandine
===================================
This is a beta release.
@ -17,7 +17,4 @@ Known issues:
- The documentation is still incomplete.
Oh, and the previous release's code name was misspelled - egg on my
face! It should have been "Calliopsis".
$P4: //depot/projects/openpam/RELNOTES#4 $
$P4: //depot/projects/openpam/RELNOTES#5 $