index
:
busybox-w32
ansi
awk_faster
busybox
dscho-kill-gently
embed
fix_backslash
manifest
master
merge
merge_1_19
merge_1_20
noconsole
noconsole2
old
path_search
realpath
stty
su_cmd
su_cmd2
su_cmd3
symlink
tab_completion
tab_completion2
tilde
ucrt_hack
w32_1_26_2
wget-post-file
wip
A mirror of https://github.com/rmyorston/busybox-w32.git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libbb
/
bb_askpass.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
use auto_string() where appropriate to kill a few statics
Denys Vlasenko
2015-10-09
1
-4
/
+2
*
libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190
Denys Vlasenko
2014-07-01
1
-1
/
+4
*
sulogin: allow system maintenance login if root password is empty
Jonathan Liu
2013-05-21
1
-1
/
+3
*
getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on tim...
Denys Vlasenko
2011-10-22
1
-8
/
+14
*
*: make GNU licensing statement forms more regular
Denys Vlasenko
2010-08-16
1
-1
/
+1
*
libbb: fix bb_ask() to operate on correct fd
Denys Vlasenko
2010-02-03
1
-3
/
+2
*
remove now-unneeded memset
Denys Vlasenko
2010-02-01
1
-1
/
+0
*
make echo -e "foo\nfoo" | passwd USER work
Denys Vlasenko
2010-02-01
1
-17
/
+21
*
*: introduce and use ffulsh_all()
Denys Vlasenko
2009-11-02
1
-2
/
+2
*
Patches to enable FreeBSD build
Denys Vlasenko
2009-07-05
1
-0
/
+3
*
- add new applet mkpasswd(1)
Bernhard Reutner-Fischer
2008-12-03
1
-4
/
+8
*
ash,hush: add TODO for rare build failure
Denis Vlasenko
2008-11-25
1
-2
/
+0
*
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, x...
Denis Vlasenko
2008-11-05
1
-2
/
+2
*
*: rename ATTRIBUTE_XXX to just XXX.
Denis Vlasenko
2008-07-05
1
-1
/
+1
*
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
Denis Vlasenko
2008-06-27
1
-1
/
+1
*
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
Denis Vlasenko
2008-03-12
1
-2
/
+2
*
bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.
Denis Vlasenko
2007-10-20
1
-17
/
+19
*
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
Denis Vlasenko
2007-09-27
1
-1
/
+1
*
libbb: random hunt for statics
Denis Vlasenko
2007-06-18
1
-6
/
+11
*
delete tons of extra #includes
Denis Vlasenko
2007-05-31
1
-6
/
+1
*
passwd: rework:
Denis Vlasenko
2006-11-30
1
-1
/
+1
*
bb_askpass: shorten static password buffer. 256 is way too large.
Denis Vlasenko
2006-09-23
1
-18
/
+15
*
- add some ATTRIBUTE_UNUSED.
Bernhard Reutner-Fischer
2006-01-30
1
-14
/
+4
*
Flush input when prompting for a password (bug 373).
Rob Landley
2005-12-12
1
-0
/
+1
*
Do not use getpass(3)
Eric Andersen
2004-05-01
1
-0
/
+87