From 0ea89457b54349750d5d5a5d4897312b13a51df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Tue, 5 Mar 2002 14:38:25 +0000 Subject: [PATCH] Release documentation for OpenPAM Celandine. git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@90 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- HISTORY | 25 ++++++++++++++++++++++++- MANIFEST | 3 ++- RELNOTES | 9 +++------ 3 files changed, 29 insertions(+), 8 deletions(-) diff --git a/HISTORY b/HISTORY index c86c0c1..0cee583 100644 --- a/HISTORY +++ b/HISTORY @@ -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 $ diff --git a/MANIFEST b/MANIFEST index cd68772..af31041 100644 --- a/MANIFEST +++ b/MANIFEST @@ -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 diff --git a/RELNOTES b/RELNOTES index 5ed044e..997951d 100644 --- a/RELNOTES +++ b/RELNOTES @@ -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 $