summaryrefslogtreecommitdiff
path: root/libbb/bb_askpass.c
Commit message (Expand)AuthorAgeFilesLines
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-031-1/+1
* libbb: switch bb_ask_noecho() to "mallocing" string return APIDenys Vlasenko2018-04-071-14/+31
* libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confir...Denys Vlasenko2018-04-071-3/+3
* telnet: move winsize detection closer to I/O loop, delete non-functioning deb...Denys Vlasenko2018-04-071-11/+1
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-051-1/+0
* use auto_string() where appropriate to kill a few staticsDenys Vlasenko2015-10-091-4/+2
* libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190Denys Vlasenko2014-07-011-1/+4
* sulogin: allow system maintenance login if root password is emptyJonathan Liu2013-05-211-1/+3
* getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko2011-10-221-8/+14
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
* libbb: fix bb_ask() to operate on correct fdDenys Vlasenko2010-02-031-3/+2
* remove now-unneeded memsetDenys Vlasenko2010-02-011-1/+0
* make echo -e "foo\nfoo" | passwd USER workDenys Vlasenko2010-02-011-17/+21
* *: introduce and use ffulsh_all()Denys Vlasenko2009-11-021-2/+2
* Patches to enable FreeBSD buildDenys Vlasenko2009-07-051-0/+3
* - add new applet mkpasswd(1)Bernhard Reutner-Fischer2008-12-031-4/+8
* ash,hush: add TODO for rare build failureDenis Vlasenko2008-11-251-2/+0
* *: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko2008-11-051-2/+2
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-051-1/+1
* *: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko2008-06-271-1/+1
* libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko2008-03-121-2/+2
* bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.Denis Vlasenko2007-10-201-17/+19
* introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko2007-09-271-1/+1
* libbb: random hunt for staticsDenis Vlasenko2007-06-181-6/+11
* delete tons of extra #includesDenis Vlasenko2007-05-311-6/+1
* passwd: rework:Denis Vlasenko2006-11-301-1/+1
* bb_askpass: shorten static password buffer. 256 is way too large.Denis Vlasenko2006-09-231-18/+15
* - add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer2006-01-301-14/+4
* Flush input when prompting for a password (bug 373).Rob Landley2005-12-121-0/+1
* Do not use getpass(3)Eric Andersen2004-05-011-0/+87