freebsd-dev/stand/lua
Kyle Evans 11cac43197 stand/lua: Add optional GELI passphrase prompt
Prompt for GELI passphrase when geom_eli_passphrase_prompt has been set to
"YES" in loader.conf(5).

This entailed breaking out the password prompt into its own function that
can be reused between the password compare bits and this prompt that simply
takes the entered password and passes it along in the environment as
kern.geom.eli.passphrase.

I've also added a TODO to re-evaluate later if we want the "password
masking" -- it is currently not functional, so one still can't observe the
length of the password typed at the prompt.
2018-02-17 05:26:28 +00:00
..
color.lua
config.lua stand/lua: Try to load alternate kernels as directories first 2018-02-17 05:02:38 +00:00
core.lua stand/lua: Correct usage and acceptance of BACKSPACE/DELETE keys 2018-02-16 17:42:38 +00:00
drawer.lua stand/lua: Create/use some MENU_ constants where applicable 2018-02-16 14:57:42 +00:00
loader.lua
Makefile
menu.lua stand/lua: Color non-default kernels blue 2018-02-17 04:07:16 +00:00
password.lua stand/lua: Add optional GELI passphrase prompt 2018-02-17 05:26:28 +00:00
screen.lua stand/lua: Use escaped dot instead of single character class 2018-02-16 18:50:06 +00:00