Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 30 Jun 2002 14:21:07 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 13663 for review
Message-ID:  <200206302121.g5ULL7Va038729@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=13663

Change 13663 by des@des.at.des.thinksec.com on 2002/06/30 14:20:26

	OpenPAM Citronella.

Affected files ...

.. //depot/projects/openpam/HISTORY#13 edit
.. //depot/projects/openpam/RELNOTES#12 edit
.. //depot/projects/openpam/include/security/openpam_version.h#6 edit

Differences ...

==== //depot/projects/openpam/HISTORY#13 (text+ko) ====

@@ -1,4 +1,26 @@
 ============================================================================
+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
 
  - BUGFIX: Various warnings uncovered by gcc 3.1.
@@ -162,4 +184,4 @@
 
 First (beta) release.
 ============================================================================
-$P4: //depot/projects/openpam/HISTORY#12 $
+$P4: //depot/projects/openpam/HISTORY#13 $

==== //depot/projects/openpam/RELNOTES#12 (text+ko) ====

@@ -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
 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
 minimal or no changes on OpenBSD.  It has not been tested on any other
 OS.
 
-$P4: //depot/projects/openpam/RELNOTES#11 $
+$P4: //depot/projects/openpam/RELNOTES#12 $

==== //depot/projects/openpam/include/security/openpam_version.h#6 (text+ko) ====

@@ -31,14 +31,14 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * 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
 #define _OPENPAM_VERSION_H_INCLUDED
 
 #define _OPENPAM
-#define _OPENPAM_VERSION	20020524
-#define _OPENPAM_RELEASE	"Cinquefoil"
+#define _OPENPAM_VERSION	20020630
+#define _OPENPAM_RELEASE	"Citronella"
 
 #endif

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200206302121.g5ULL7Va038729>