index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
bb_askpass.c
Age
Commit message (
Expand
)
Author
2008-12-03
- add new applet mkpasswd(1)
Bernhard Reutner-Fischer
2008-11-25
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-05
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...
Denis Vlasenko
2008-07-05
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-06-27
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-03-12
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2007-10-20
bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.
Denis Vlasenko
2007-09-27
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-06-18
libbb: random hunt for statics
Denis Vlasenko
2007-05-31
delete tons of extra #includes
Denis Vlasenko
2006-11-30
passwd: rework:
Denis Vlasenko
2006-09-23
bb_askpass: shorten static password buffer. 256 is way too large.
Denis Vlasenko
2006-01-30
- add some ATTRIBUTE_UNUSED.
Bernhard Reutner-Fischer
2005-12-12
Flush input when prompting for a password (bug 373).
Rob Landley
2004-05-01
Do not use getpass(3)
Eric Andersen