Denys Vlasenko
|
17058a06c4
libbb: switch bb_ask_noecho() to "mallocing" string return API
|
6 年 前 |
Denys Vlasenko
|
77cb6b99a4
libbb: rename bb_ask -> bb_ask_noecho, bb_ask_confirmation -> bb_ask_y_confirmation
|
6 年 前 |
Denys Vlasenko
|
2f094ae821
telnet: move winsize detection closer to I/O loop, delete non-functioning debug code
|
6 年 前 |
Denys Vlasenko
|
ebe6d9d875
whitespace and comment format fixes, no code changes
|
7 年 前 |
Denys Vlasenko
|
02859aaeb2
use auto_string() where appropriate to kill a few statics
|
9 年 前 |
Denys Vlasenko
|
d32fc647d7
libbb: fix bb_ask() to flush input before prompt, not after. Closes 7190
|
10 年 前 |
Jonathan Liu
|
b6dc13c2d3
sulogin: allow system maintenance login if root password is empty
|
11 年 前 |
Denys Vlasenko
|
7449e18190
getty,login: tighten up handling of ctty, pgrp, and tty attr restoring on timeout
|
13 年 前 |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 年 前 |
Denys Vlasenko
|
557deb1014
libbb: fix bb_ask() to operate on correct fd
|
14 年 前 |
Denys Vlasenko
|
c8e18ca12c
remove now-unneeded memset
|
14 年 前 |
Denys Vlasenko
|
e936c6d1c5
make echo -e "foo\nfoo" | passwd USER work
|
14 年 前 |
Denys Vlasenko
|
8131eea3dc
*: introduce and use ffulsh_all()
|
15 年 前 |
Denys Vlasenko
|
9b1b62adc4
Patches to enable FreeBSD build
|
15 年 前 |
Bernhard Reutner-Fischer
|
82b1429966
- add new applet mkpasswd(1)
|
16 年 前 |
Denis Vlasenko
|
61befda93b
ash,hush: add TODO for rare build failure
|
16 年 前 |
Denis Vlasenko
|
202ac504e1
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op
|
16 年 前 |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 年 前 |
Denis Vlasenko
|
defc1ea340
*: introduce and use FAST_FUNC: regparm on i386, otherwise no-on
|
16 年 前 |
Denis Vlasenko
|
8e2cfec1cd
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
|
16 年 前 |
Denis Vlasenko
|
e5387a0574
bb_askpass: handle Ctrl-C, restore termoios on Ctrl-C.
|
17 年 前 |
Denis Vlasenko
|
4daad9004d
introduce bb_putchar(). saves ~1800 on uclibc (less on glibc).
|
17 年 前 |
Denis Vlasenko
|
91e149a373
libbb: random hunt for statics
|
17 年 前 |
Denis Vlasenko
|
9a7d38fe24
delete tons of extra #includes
|
17 年 前 |
Denis Vlasenko
|
ab24e18c7a
passwd: rework:
|
18 年 前 |
Denis Vlasenko
|
6429aabbf1
bb_askpass: shorten static password buffer. 256 is way too large.
|
18 年 前 |
Bernhard Reutner-Fischer
|
20f4000086
- add some ATTRIBUTE_UNUSED.
|
19 年 前 |
Rob Landley
|
e422af6bcb
Flush input when prompting for a password (bug 373).
|
19 年 前 |
Eric Andersen
|
6f9a7783ce
Do not use getpass(3)
|
20 年 前 |