mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
This bump adds support for 'set foo' to set foo=true, but also two new commands from srp_helper@: 'change password', 'text-editor content'. - ietf-system: 'change password' now starts an interactive session that results in a random-salted sha512 encrypted hash. - 'text-editor <node-of-binary-type>', starts 'editor file | base64' - 'set <node-of-bool-type>', sets node=true A prototype askpass script has been added as a proof-of-concept. It follows the design of other askpass style programs, like ssh-askpass, that pass the resulting password on stdout. With the additional support for also writing it to an output file, e.g., a pipe. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>