CVSROOT: /cvs Module name: src Changes by: flor...@cvs.openbsd.org 2015/11/05 13:07:15
Modified files: usr.bin/htpasswd: htpasswd.c Log message: Make our initial pledge stricter once we figured out in which mode we are running. In batch mode we are only reading from stdin and writing to stdout. If no file is specified we are reading from stdin, writing to stdout and need to control the tty for readpassphrase. OK deraadt@ on an earlier version some time ago.