summaryrefslogtreecommitdiff
path: root/lib/util/getpass.c
AgeCommit message (Collapse)AuthorFilesLines
2013-04-05getpass: Don't fail if stdin is not a ttyStef Walter1-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-03util: Add a UNIX platform independent samba_getpass().Andreas Schneider1-0/+224
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>