Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2001 01:14:55 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        Brian Feldman <green@FreeBSD.org>
Cc:        <cvs-committers@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/include Makefile readpassphrase.h src/lib/libc/gen Makefile.inc getpass.3 getpass.c readpassphrase.3 readpassphrase.c
Message-ID:  <20011122005803.O9694-100000@delplex.bde.org>
In-Reply-To: <200111201515.fAKFFhk31551@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 20 Nov 2001, Brian Feldman wrote:

> green       2001/11/20 07:15:42 PST
>
>   Modified files:
>     include              Makefile
>     lib/libc/gen         Makefile.inc getpass.3
>   Added files:
>     include              readpassphrase.h
>     lib/libc/gen         readpassphrase.3 readpassphrase.c
>   Removed files:
>     lib/libc/gen         getpass.c
>   Log:
>   Introduce readpassphrase(3), a superset of getpass(3).  This
>   comes originally from Todd Miller.
>
>   Obtained from:  OpenBSD

This seems to break the threads library, since it is missing the
FreeBSD changes to getpass.c that changed some syscall names from
foo to _foo.

readpassphrase() is only a small extension of getpass(), so it should
not be in a new file or have lost its original copyright.

Bruce


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




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