From owner-p4-projects@FreeBSD.ORG Mon Jul 14 05:35:12 2003 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D834137B404; Mon, 14 Jul 2003 05:35:11 -0700 (PDT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B73137B401 for ; Mon, 14 Jul 2003 05:35:11 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0E0E243FAF for ; Mon, 14 Jul 2003 05:35:11 -0700 (PDT) (envelope-from des@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h6ECZA0U058552 for ; Mon, 14 Jul 2003 05:35:10 -0700 (PDT) (envelope-from des@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h6ECZAXt058549 for perforce@freebsd.org; Mon, 14 Jul 2003 05:35:10 -0700 (PDT) Message-Id: <200307141235.h6ECZAXt058549@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to des@freebsd.org using -f From: Dag-Erling Smorgrav To: Perforce Change Reviews Subject: PERFORCE change 34470 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Date: Mon, 14 Jul 2003 12:35:13 -0000 X-Original-Date: Mon, 14 Jul 2003 05:35:10 -0700 (PDT) X-List-Received-Date: Mon, 14 Jul 2003 12:35:13 -0000 http://perforce.freebsd.org/chv.cgi?CH=34470 Change 34470 by des@des.at.des.thinksec.com on 2003/07/14 05:34:43 Prepare to release OpenPAM Dogwood later today. Affected files ... .. //depot/projects/openpam/HISTORY#20 edit .. //depot/projects/openpam/include/security/openpam_version.h#11 edit Differences ... ==== //depot/projects/openpam/HISTORY#20 (text+ko) ==== @@ -1,3 +1,24 @@ +OpenPAM Dogwood 2003-07-14 + + - ENHANCE: Use the GNU autotools. + + - ENHANCE: Constify the msg field in struct pam_message. + + - BUGFIX: Remove left-over debugging output + + - BUGFIX: Avoid side effects in arguments to the FREE() macro + + - ENHANCE: Make openpam_ttyconv(3) use read(2) rather than fgets(3). + + - BUGFIX: Staticize some variables which shouldn't be global. + + - BUGFIX: Correcly anticipate a NULL user in pam_get_user(3). + + - ENHANCE: Various minor documentation improvements. + +Thanks to Dmitry V. Levin for considerable +assistance with this release. +============================================================================ OpenPAM Digitalis 2003-06-01 - ENHANCE: Completely rewrite the configuration parser and add @@ -242,4 +263,4 @@ First (beta) release. ============================================================================ -$P4: //depot/projects/openpam/HISTORY#19 $ +$P4: //depot/projects/openpam/HISTORY#20 $ ==== //depot/projects/openpam/include/security/openpam_version.h#11 (text+ko) ==== @@ -31,7 +31,7 @@ * 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#10 $ + * $P4: //depot/projects/openpam/include/security/openpam_version.h#11 $ */ #ifndef _OPENPAM_VERSION_H_INCLUDED @@ -39,6 +39,6 @@ #define _OPENPAM #define _OPENPAM_VERSION YYYYMMDD -#define _OPENPAM_RELEASE "Digitalis" +#define _OPENPAM_RELEASE "Dogwood" #endif