Release documentation for OpenPAM Cinnamon.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@141 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2002-05-02 06:31:48 +00:00
parent 4081013c2b
commit f3d250644a
2 changed files with 27 additions and 6 deletions

25
HISTORY
View File

@ -1,4 +1,25 @@
============================================================================ ============================================================================
OpenPAM Cinnamon 2002-05-02
- ENHANCE: Add a null conversation function, openpam_nullconv().
- BUGFIX: Various markup bugs in the documentation.
- BUGFIX: Document <security/openpam.h>.
- BUGFIX: Duplicate expansion of openpam_log() macro arguments.
- ENHANCE: Restructure the policy-loading code and align our use of
the "other" policy with Solaris and Linux-PAM.
- ENHANCE: Log dlopen() and dlsym() failures.
- ENHANCE: In openpam_ttyconv(), emit a newline after error and info
messages unless the message contains one already.
- BUGFIX: In pam_vprompt(), initialize the response pointer to NULL
so we can detect whether the conversation function touched it.
============================================================================
OpenPAM Cineraria 2002-04-14 OpenPAM Cineraria 2002-04-14
- BUGFIX: Fix confusion between token and prompt in - BUGFIX: Fix confusion between token and prompt in
@ -10,7 +31,7 @@ OpenPAM Cineraria 2002-04-14
FreeBSD's version of Linux-PAM to simplify static linking without FreeBSD's version of Linux-PAM to simplify static linking without
requiring dummy primitives. requiring dummy primitives.
- ENHANCE: move the policy-loading code out of pam_start.c. - ENHANCE: Move the policy-loading code out of pam_start.c.
- BUGFIX: Fix typo in one of the versions of the openpam_log macro. - BUGFIX: Fix typo in one of the versions of the openpam_log macro.
@ -131,4 +152,4 @@ OpenPAM Calamite 2002-02-09
First (beta) release. First (beta) release.
============================================================================ ============================================================================
$P4: //depot/projects/openpam/HISTORY#10 $ $P4: //depot/projects/openpam/HISTORY#11 $

View File

@ -1,12 +1,12 @@
Release notes for OpenPAM Cineraria Release notes for OpenPAM Cinnamon
=================================== ==================================
The library itself is complete. Documentation exists in the form of The library itself is complete. Documentation exists in the form of
man pages for the library functions, though a few pages are still man pages for the library functions, though a few pages are still
incomplete. incomplete.
This release is incorporated into FreeBSD-CURRENT as of 2002-04-14. This release is incorporated into FreeBSD-CURRENT as of 2002-05-02.
It has also been successfully built on NetBSD, and should build with It has also been successfully built on NetBSD, and should build with
minimal or no changes on OpenBSD. It has not been tested on any other minimal or no changes on OpenBSD. It has not been tested on any other
OS. OS.
@ -15,4 +15,4 @@ Known issues:
- The documentation is still incomplete. - The documentation is still incomplete.
$P4: //depot/projects/openpam/RELNOTES#9 $ $P4: //depot/projects/openpam/RELNOTES#10 $