Denis Vlasenko
|
fdddab0c61
make pw_encrypt() return malloc'ed string.
|
16 years ago |
Denis Vlasenko
|
4ea83bf562
uclibc insists on having 70k static buffer for crypt.
|
16 years ago |
Denis Vlasenko
|
53354ac47d
libbb: introduce and use print_flags().
|
16 years ago |
Bernhard Reutner-Fischer
|
797c96d8ce
- fix compilation on standard-conforming compilers
|
16 years ago |
Denis Vlasenko
|
f592aa36f3
which: -a support (needed for bfin uclibc build script)
|
16 years ago |
Denis Vlasenko
|
3b162ecdf6
networking/interface.c: fix indentation
|
16 years ago |
Denis Vlasenko
|
cd2663f15e
ash: optional printf builtin. +25 bytes if off, +35 if on.
|
16 years ago |
Bernhard Reutner-Fischer
|
17282292c2
- add strrchr
|
16 years ago |
Denis Vlasenko
|
af6cca50af
move setgroups definition to libbb.h so that it no longer inadvertently
|
16 years ago |
Bernhard Reutner-Fischer
|
ae4342ca3e
- Rename getpty() to xgetpty() and adjust callers.
|
16 years ago |
Denis Vlasenko
|
5599502a55
more -Wall warning fixes. -Wall is enabled now.
|
16 years ago |
Bernhard Reutner-Fischer
|
f3b778a4dc
- fix bug where we incorrectly rejected ifconfig eth0 hw ether $whatever
|
16 years ago |
Denis Vlasenko
|
6b06cb80be
more of -Wall fixes from Cristian Ionescu-Idbohrn.
|
16 years ago |
Denis Vlasenko
|
98636eb08c
Use intra-DSO calls when we build libbusybox. No-op for normal build.
|
16 years ago |
Denis Vlasenko
|
6bf05cf1ff
httpd: fix several bugs triggering by realtive path in -h DIR.
|
16 years ago |
Denis Vlasenko
|
c0431ed455
cp: fix "cp -RL" to create regular files even if src is a symlink
|
16 years ago |
Denis Vlasenko
|
5bb2fc2dc1
tentative fix for ppc64 problems with ioctl.
|
16 years ago |
Denis Vlasenko
|
f3745ea489
libbb: introduce xmalloc_xopen_read_close and use where appropriate
|
16 years ago |
Denis Vlasenko
|
278a1c2264
brctl: optional support for "show" cmd (by L. Gabriel Somlo <somlo AT cmu.edu>)
|
16 years ago |
Denis Vlasenko
|
468aea2d88
shells: do not frocibly enable test, echo and kill _applets_,
|
16 years ago |
Denis Vlasenko
|
d943af058b
libbb: preventive fix for SIGxxx >= 32
|
16 years ago |
Denis Vlasenko
|
b9ad75fa60
copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.
|
16 years ago |
Denis Vlasenko
|
8ee649a02e
*: more uniform naming: s/xmalloc_getline/xmalloc_fgetline/
|
17 years ago |
Denis Vlasenko
|
0b6c6a9c9f
lpd: fix OOM vulnerability (was eating arbitrarily large commands)
|
17 years ago |
Denis Vlasenko
|
c52248e41c
small NOMMU fixes
|
17 years ago |
Denis Vlasenko
|
a7d6c8bab9
adduser/addgroup: check username for invalid chars
|
17 years ago |
Denis Vlasenko
|
cf7cf62204
*: s/BB_SIGS_FATAL/BB_FATAL_SIGS/ (latter proved easier to remember)
|
17 years ago |
Denis Vlasenko
|
b44c790e41
*: fix various kinds of damage to letter 'c' in Arkadiusz Mickiewicz' surname.
|
17 years ago |
Denis Vlasenko
|
62a90cdd74
*: shrink by using [f]open_or_warn_stdin where appropriate
|
17 years ago |
Denis Vlasenko
|
85c247161b
*: fix fallout from -Wunused-parameter
|
17 years ago |