Re: readpassphrase constant flags

2014-01-21 Thread Fritjof Bornebusch
"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

Re: readpassphrase constant flags

2014-01-21 Thread Todd C. Miller
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

Re: readpassphrase constant flags

2014-01-21 Thread Fritjof Bornebusch
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

Re: readpassphrase constant flags

2014-01-21 Thread Philip Guenther
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

readpassphrase constant flags

2014-01-21 Thread Fritjof Bornebusch
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