summaryrefslogtreecommitdiffstats
path: root/lib/util/getpass.c
Commit message (Collapse)AuthorAgeFilesLines
* getpass: Don't fail if stdin is not a ttyStef Walter2013-04-051-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
* util: Add a UNIX platform independent samba_getpass().Andreas Schneider2012-12-031-0/+224
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>