From de650b3211f1b8b43b4a3f54c7fa146baaff4d6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 14 Mar 2002 21:23:06 +0000 Subject: [PATCH] Release documentation for OpenPAM Centaury. Sponsored by: DARPA, NAI Labs git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@96 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- HISTORY | 22 +++++++++++++++++++--- RELNOTES | 19 +++++++++---------- 2 files changed, 28 insertions(+), 13 deletions(-) diff --git a/HISTORY b/HISTORY index 0cee583..f191f24 100644 --- a/HISTORY +++ b/HISTORY @@ -1,5 +1,22 @@ ============================================================================ -OpenPAM Celandine 2002-03-05 +OpenPAM Centaury 2002-03-14 + + - BUGFIX: Add missing #include to openpam_log.c. + + - BUGFIX: s/PAM_REINITIALISE_CRED/PAM_REINITIALIZE_CRED/. XSSO uses + the former, but Solaris and Linux-PAM use the latter. + + - BUGFIX: The dynamic loader and the module cache contained a number + of bugs which would cause a segmentation fault if pam_start(3) was + called again after pam_end(3), as happens in login(1), xdm(1) etc. + after a failed login. + + - BUGFIX: Refer to a module by the name used in the policy file, even + if the module that was actually loaded was versioned. + + - ENHANCE: Suppress debugging logs, unless compiled with -DDEBUG. +============================================================================ +OpenPAM Celandine 2002-03-05 - BUGFIX: PAM_TRY_AGAIN is a valid return value for pam_chauthtok(). @@ -20,7 +37,6 @@ OpenPAM Celandine 2002-03-05 - 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 @@ -67,4 +83,4 @@ OpenPAM Calamite 2002-02-09 First (beta) release. ============================================================================ -$P4: //depot/projects/openpam/HISTORY#5 $ +$P4: //depot/projects/openpam/HISTORY#6 $ diff --git a/RELNOTES b/RELNOTES index 997951d..7912cc7 100644 --- a/RELNOTES +++ b/RELNOTES @@ -1,20 +1,19 @@ - Release notes for OpenPAM Celandine - =================================== + Release notes for OpenPAM Centaury + ================================== This is a beta release. -The library itself is mostly complete. Documentation exists in the -form of man pages for the library functions, though some pages are -still incomplete. +The library itself is complete. Documentation exists in the form of +man pages for the library functions, though some pages are still +incomplete. -This release is primarily intended for reviewers and developers -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. +This release is incorporated into FreeBSD-CURRENT as of 2002-03-14. +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 documentation is still incomplete. -$P4: //depot/projects/openpam/RELNOTES#5 $ +$P4: //depot/projects/openpam/RELNOTES#6 $