Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-04-05 | getpass: Don't fail if stdin is not a tty | Stef Walter | 1 | -23/+29 | |
We don't need to manipulate the tty state (such as turning off echo) when prompting for passwords if we're not reading from a tty. Reviewed-by: Jeremy Allison <jra@samba.org> Reviewed-by: Alexander Bokovoy <ab@samba.org> Autobuild-User(master): Alexander Bokovoy <ab@samba.org> Autobuild-Date(master): Fri Apr 5 07:34:37 CEST 2013 on sn-devel-104 | |||||
2012-12-03 | util: Add a UNIX platform independent samba_getpass(). | Andreas Schneider | 1 | -0/+224 | |
Reviewed-by: Jelmer Vernooij <jelmer@samba.org> |