Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 May 2003 07:59:33 -0700 (PDT)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 30399 for review
Message-ID:  <200305021459.h42ExXCX088631@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=30399

Change 30399 by des@des.at.des.thinksec.com on 2003/05/02 07:59:28

	Roll OpenPAM Dianthus.

Affected files ...

.. //depot/projects/openpam/HISTORY#18 edit
.. //depot/projects/openpam/RELNOTES#15 edit
.. //depot/projects/openpam/include/security/openpam_version.h#7 edit

Differences ...

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

@@ -1,3 +1,20 @@
+OpenPAM Dianthus						2003-05-02
+
+ - BUGFIX: Initialize some potentially uninitialized variables.
+
+ - BUGFIX: Silence some warnings emitted by gcc -std=iso9899:1999.
+
+ - BUGFIX: In pam_getenv(), return a pointer to the stored variable
+   instead of a freshly allocated copy.
+
+ - ENHANCE: Detect recursion in openpam_borrow_cred()
+
+ - ENHANCE: Make borrowing one's own credentials a no-op.
+
+ - ENHANCE: Further improve debugging support.
+
+ - ENHANCE: Clean up some variable names.
+============================================================================
 OpenPAM Daffodil						2003-01-06
 
  - ENHANCE: Document dependency on <sys/types.h> (for size_t)
@@ -206,4 +223,4 @@
 
 First (beta) release.
 ============================================================================
-$P4: //depot/projects/openpam/HISTORY#17 $
+$P4: //depot/projects/openpam/HISTORY#18 $

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

@@ -1,16 +1,13 @@
 
-		  Release notes for OpenPAM Daffodil
+		  Release notes for OpenPAM Dianthus
 		  ==================================
 
-This is a bugfix release.  The previous release, Cyclamen, was rushed
-out without sufficient testing, and contained a number of small but
-serious errors.
+This is a maintenance release incorporating a number of minor patches
+accumulated since the previous release.
 
 This release corresponds to the code used in FreeBSD-CURRENT as of the
-release date.  It has also been successfully built on NetBSD 1.6, and
-should build with minimal or no changes on OpenBSD.  Work is underway
-to port OpenPAM to MacOS 10.2.  It has not been tested on any other
-operating system.
+release date.  It may or may not build on other platforms; previous
+releases have been built on NetBSD and (with partial success) MacOS X.
 
 The library itself is complete.  Documentation exists in the form of
 man pages for the library functions.  These man pages are generated by
@@ -27,4 +24,6 @@
 lost your name and email address.  Please contact me so I can give you
 proper credit for your contribution.
 
-$P4: //depot/projects/openpam/RELNOTES#14 $
+Please direct bug reports and inquiries to des@freebsd.org.
+
+$P4: //depot/projects/openpam/RELNOTES#15 $

==== //depot/projects/openpam/include/security/openpam_version.h#7 (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#6 $
+ * $P4: //depot/projects/openpam/include/security/openpam_version.h#7 $
  */
 
 #ifndef _OPENPAM_VERSION_H_INCLUDED
 #define _OPENPAM_VERSION_H_INCLUDED
 
 #define _OPENPAM
-#define _OPENPAM_VERSION	20020630
-#define _OPENPAM_RELEASE	"Citronella"
+#define _OPENPAM_VERSION	20030502
+#define _OPENPAM_RELEASE	"Dianthus"
 
 #endif



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