Roll OpenPAM Cinquefoil.

Sponsored by:	DARPA, NAI Labs


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@150 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2002-05-24 14:49:23 +00:00
parent 1ec67a0180
commit fb3aece812
3 changed files with 19 additions and 14 deletions

12
HISTORY
View File

@ -1,4 +1,14 @@
============================================================================ ============================================================================
OpenPAM Cinquefoil 2002-05-24
- BUGFIX: Various warnings uncovered by gcc 3.1.
- ENHANCE: Add a null conversation function, openpam_nullconv(3).
- BUGFIX: Initialize the "other" chain to all zeroes.
- ENHANCE: Document openpam_ttyconv(3).
============================================================================
OpenPAM Cinnamon 2002-05-02 OpenPAM Cinnamon 2002-05-02
- ENHANCE: Add a null conversation function, openpam_nullconv(). - ENHANCE: Add a null conversation function, openpam_nullconv().
@ -152,4 +162,4 @@ OpenPAM Calamite 2002-02-09
First (beta) release. First (beta) release.
============================================================================ ============================================================================
$P4: //depot/projects/openpam/HISTORY#11 $ $P4: //depot/projects/openpam/HISTORY#12 $

View File

@ -1,18 +1,13 @@
Release notes for OpenPAM Cinnamon Release notes for OpenPAM Cinquefoil
================================== ====================================
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.
incomplete.
This release is incorporated into FreeBSD-CURRENT as of 2002-05-02. This release is incorporated into FreeBSD-CURRENT as of 2002-05-24.
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.
Known issues: $P4: //depot/projects/openpam/RELNOTES#11 $
- The documentation is still incomplete.
$P4: //depot/projects/openpam/RELNOTES#10 $

View File

@ -31,14 +31,14 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE. * SUCH DAMAGE.
* *
* $P4: //depot/projects/openpam/include/security/openpam_version.h#3 $ * $P4: //depot/projects/openpam/include/security/openpam_version.h#4 $
*/ */
#ifndef _OPENPAM_VERSION_H_INCLUDED #ifndef _OPENPAM_VERSION_H_INCLUDED
#define _OPENPAM_VERSION_H_INCLUDED #define _OPENPAM_VERSION_H_INCLUDED
#define _OPENPAM #define _OPENPAM
#define _OPENPAM_VERSION 20020502 #define _OPENPAM_VERSION 20020524
#define _OPENPAM_RELEASE "Cinnamon" #define _OPENPAM_RELEASE "Cinquefoil"
#endif #endif