[sudo-commits] sudo changeset 11555:fc2ed4a87e6f

Todd C. Miller Todd.Miller at sudo.ws
Tue Oct 9 14:21:58 MDT 2018


changeset:	11555:fc2ed4a87e6f in /raid/repos/sudo
details:	https://www.sudo.ws/repos/sudo/rev/fc2ed4a87e6f
user:		Todd C. Miller <Todd.Miller at sudo.ws>
date:		Tue Oct 09 14:20:13 2018 -0600

Log Message:
	Make EOF handling while reading the password prompt more like getpass(3).
	We now return the password as long as at least one character has
	been read.  Previously, EOF at the password prompt was treated as
	if nothing was entered.

diffstat:

 doc/sudo.cat     |   3 +--
 doc/sudo.man.in  |   3 +--
 doc/sudo.mdoc.in |   3 +--
 src/tgetpass.c   |  29 +++++++++++++++++------------
 4 files changed, 20 insertions(+), 18 deletions(-)


More information about the sudo-commits mailing list