Denys Vlasenko
|
95dee81a46
loginutils/*: convert to new-style "one file" applets
|
9 years ago |
Denys Vlasenko
|
9c1c605b1a
sulogin: use common password-checking routine.
|
11 years ago |
Denys Vlasenko
|
66426760be
*: remove "Options:" string from help texts
|
13 years ago |
Pere Orga
|
6a3e01d5a9
move help text from include/usage.src.h to debianutils/*.c e2fsprogs/*.c editors/*.c loginutils/*.c mailutils/*.c
|
13 years ago |
Denys Vlasenko
|
7d4e7a27af
s/FAIL_DELAY/LOGIN_FAIL_DELAY/
|
13 years ago |
Denys Vlasenko
|
940c7206c2
convert "do {...} while (1);" -> "while (1) {...}"
|
13 years ago |
Denys Vlasenko
|
0ef64bdb40
*: make GNU licensing statement forms more regular
|
14 years ago |
Jeremie Koenig
|
68fca4cd55
vlock: disable linux console calls on other systems
|
14 years ago |
Denis Vlasenko
|
0c68a874e7
libbb: password/group function helpers rewritten by Tito:
|
16 years ago |
Denis Vlasenko
|
202ac504e1
*: code shrink by adding a wrapper around very common tcsetattr(0, TCSANOW, xx) op
|
16 years ago |
Bernhard Reutner-Fischer
|
d73cbd31a2
- first pass to unify/cleanup uid handling (-236b)
|
16 years ago |
Denis Vlasenko
|
a60f84ebf0
*: rename ATTRIBUTE_XXX to just XXX.
|
16 years ago |
Bernhard Reutner-Fischer
|
636a1f85e8
- use EXIT_{SUCCESS,FAILURE}. No object-code changes
|
16 years ago |
Denis Vlasenko
|
68404f13d4
*: add -Wunused-parameter; fix resulting breakage
|
16 years ago |
Denis Vlasenko
|
8e2cfec1cd
libbb: introduse and use signal_[no_]SA_RESTART_empty_mask and sigaction_set
|
16 years ago |
Denis Vlasenko
|
4cf1d08fc2
nc: remove a bit of bloat
|
16 years ago |
Denis Vlasenko
|
9b49a5ed85
add -fvisibility=hidden to CC flags, mark XXX_main functions
|
17 years ago |
Denis Vlasenko
|
33b900f984
vlock: get rid of statics
|
17 years ago |
Denis Vlasenko
|
fe7cd642b0
don't pass argc in getopt32, it's superfluous
|
17 years ago |
Denis Vlasenko
|
fb79a2e2cf
xioctl and friends by Tito <farmatito@tiscali.it>
|
17 years ago |
Denis Vlasenko
|
b6adbf1be2
usage.c: remove reference to busybox.h
|
17 years ago |
Denis Vlasenko
|
06af216528
suppress warnings about easch <applet>_main() having
|
18 years ago |
Bernhard Reutner-Fischer
|
b8bb27c7ea
- save 4 bytes
|
18 years ago |
Bernhard Reutner-Fischer
|
8a0a83d503
- minor shrinkage
|
18 years ago |
Denis Vlasenko
|
e1a0d486e4
message string changes, mostly for consistency, also -32 bytes in .rodata
|
18 years ago |
Denis Vlasenko
|
1385899416
attempt to regularize atoi mess.
|
18 years ago |
Denis Vlasenko
|
67b23e6043
getopt_ulflags -> getopt32.
|
18 years ago |
Denis Vlasenko
|
d9867320b4
vlock: make message shorter
|
18 years ago |
Denis Vlasenko
|
a36a676923
correct_password: undo whitespace damage.
|
18 years ago |
Rob Landley
|
d921b2ecc0
Remove bb_ prefixes from xfuncs.c (and a few other places), consolidate
|
18 years ago |