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
This commit is contained in:
Dag-Erling Smørgrav 2002-03-14 21:23:06 +00:00
parent 87b5599651
commit de650b3211
2 changed files with 28 additions and 13 deletions

22
HISTORY
View File

@ -1,5 +1,22 @@
============================================================================
OpenPAM Celandine 2002-03-05
OpenPAM Centaury 2002-03-14
- BUGFIX: Add missing #include <string.h> 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 $

View File

@ -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 $