Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2002 16:41:17 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 16614 for review
Message-ID:  <200208262341.g7QNfHkK049128@freefall.freebsd.org>

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

Change 16614 by peter@peter_daintree on 2002/08/26 16:41:05

	it seems that libopie's abuse of utmp.ut_time and lastlog.ll_time
	are not actually compiled in anywhere.  Remove them from the lib.
	Unfortunately, __getutmpentry() is used from opiepasswd via
	insecure.c

Affected files ...

.. //depot/projects/ia64/lib/libopie/Makefile#2 edit

Differences ...

==== //depot/projects/ia64/lib/libopie/Makefile#2 (text+ko) ====

@@ -16,7 +16,7 @@
 	keycrunch.c lock.c lookup.c newseed.c parsechallenge.c passcheck.c \
 	passwd.c randomchallenge.c readpass.c unlock.c verify.c version.c \
 	btoe.c accessfile.c generator.c insecure.c getutmpentry.c \
-	readrec.c writerec.c login.c open.c logwtmp.c \
+	readrec.c writerec.c open.c \
 	getutline.c pututline.c endutent.c setutent.c # from libmissing
 SRCS+=	opieextra.c
 INCS=	${OPIE_DIST}/opie.h

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?200208262341.g7QNfHkK049128>