summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-10-09use auto_string() where appropriate to kill a few staticsDenys Vlasenko4-40/+18
2014-07-01libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190Denys Vlasenko1-1/+4
2013-05-21sulogin: allow system maintenance login if root password is emptyJonathan Liu2-3/+5
2011-10-22getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...Denys Vlasenko4-105/+171
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko570-630/+628
2010-02-03libbb: fix bb_ask() to operate on correct fdDenys Vlasenko1-3/+2
2010-02-01remove now-unneeded memsetDenys Vlasenko2-4/+0
2010-02-01make echo -e "foo\nfoo" | passwd USER workDenys Vlasenko1-17/+21
2009-11-02*: introduce and use ffulsh_all()Denys Vlasenko49-96/+84
2009-07-05Patches to enable FreeBSD buildDenys Vlasenko10-53/+72
2008-12-03- add new applet mkpasswd(1)Bernhard Reutner-Fischer11-16/+116
2008-11-25ash,hush: add TODO for rare build failureDenis Vlasenko9-14/+25
2008-11-05*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...Denis Vlasenko13-27/+34
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko228-479/+479
2008-06-27*: introduce and use FAST_FUNC: regparm on i386, otherwise no-onDenis Vlasenko176-841/+847
2008-03-12libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_setDenis Vlasenko14-83/+60
2007-10-20bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.Denis Vlasenko2-47/+50
2007-09-27introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).Denis Vlasenko62-210/+208
2007-06-18libbb: random hunt for staticsDenis Vlasenko2-13/+16
2007-05-31delete tons of extra #includesDenis Vlasenko59-176/+68
2006-11-30passwd: rework:Denis Vlasenko5-296/+264
2006-09-23bb_askpass: shorten static password buffer. 256 is way too large.Denis Vlasenko4-31/+27
2006-01-30- add some ATTRIBUTE_UNUSED.Bernhard Reutner-Fischer13-146/+31
2005-12-12Flush input when prompting for a password (bug 373).Rob Landley1-0/+1
2004-05-01Do not use getpass(3)Eric Andersen7-38/+98