OpenPAM Citronella.

git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@165 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2002-06-30 23:20:26 +00:00
parent 913c1aaf47
commit a40e1b6ed2
3 changed files with 29 additions and 7 deletions

24
HISTORY
View File

@ -1,3 +1,25 @@
============================================================================
OpenPAM Citronella 2002-06-30
- ENHANCE: Add the "binding" control flag (from Solaris 9).
- ENHANCE: Define struct pam_repository and PAM_REPOSITORY (from
Solaris 9).
- ENHANCE: Flesh out the pam(3) man page.
- ENHANCE: Add an openpam(3) page with cross-references to all the
documented OpenPAM API extensions.
- ENHANCE: Add a pam_conv(3) man page describing the conversation
system.
- ENHANCE: Improved sample application.
- ENHANCE: Added sample pam_unix module.
- BUGFIX: Various documentation nits.
============================================================================ ============================================================================
OpenPAM Cinquefoil 2002-05-24 OpenPAM Cinquefoil 2002-05-24
@ -162,4 +184,4 @@ OpenPAM Calamite 2002-02-09
First (beta) release. First (beta) release.
============================================================================ ============================================================================
$P4: //depot/projects/openpam/HISTORY#12 $ $P4: //depot/projects/openpam/HISTORY#13 $

View File

@ -1,13 +1,13 @@
Release notes for OpenPAM Cinquefoil Release notes for OpenPAM Citronella
==================================== ====================================
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. man pages for the library functions.
This release is incorporated into FreeBSD-CURRENT as of 2002-05-24. This release is incorporated into FreeBSD-CURRENT as of 2002-06-30.
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.
$P4: //depot/projects/openpam/RELNOTES#11 $ $P4: //depot/projects/openpam/RELNOTES#12 $

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#5 $ * $P4: //depot/projects/openpam/include/security/openpam_version.h#6 $
*/ */
#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 20020524 #define _OPENPAM_VERSION 20020630
#define _OPENPAM_RELEASE "Cinquefoil" #define _OPENPAM_RELEASE "Citronella"
#endif #endif