"Todd C. Miller" schrieb am Tue, 21. Jan 14:38:
> On Wed, 22 Jan 2014 08:48:29 +1300, Philip Guenther wrote:
>
> > I think this is a doc clarity/consistency issue. The manpage says:
> > readpassphrase() takes the following optional flags:
> >
> > If the flags are optional, then you can lea
On Wed, 22 Jan 2014 08:48:29 +1300, Philip Guenther wrote:
> I think this is a doc clarity/consistency issue. The manpage says:
> readpassphrase() takes the following optional flags:
>
> If the flags are optional, then you can leave them all out, which in
> this case means you use zero.
It
Philip Guenther schrieb am Wed, 22. Jan 08:48:
> On Wed, Jan 22, 2014 at 7:20 AM, Fritjof Bornebusch
> wrote:
> > Hi tech,
> >
> > these diffs use the constant RPP_ECHO_OFF described in the readpassphrase
> > manpage and not to value 0x00 itself.
>
> I think this is a doc clarity/consistency i
On Wed, Jan 22, 2014 at 7:20 AM, Fritjof Bornebusch wrote:
> Hi tech,
>
> these diffs use the constant RPP_ECHO_OFF described in the readpassphrase
> manpage and not to value 0x00 itself.
I think this is a doc clarity/consistency issue. The manpage says:
readpassphrase() takes the followin
Hi tech,
these diffs use the constant RPP_ECHO_OFF described in the readpassphrase
manpage and not to value 0x00 itself.
Regards,
Fritjof
Index: login_skey.c
===
RCS file: /cvs/src/libexec/login_skey/login_skey.c,v
retrieving revis