44d1989997
des encrypt: fix goof with NUL byte added at the end as '.'
Denys Vlasenko
2009-05-01 03:41:25 +02:00
05ae400830
mdev: fix a case where we mangle device_path string and then use it.
Denys Vlasenko
2009-05-01 03:09:54 +02:00
47aaa2bee6
Make it clearer that usually people should _NOT_ select FEATURE_UNIX_LOCAL.
Denys Vlasenko
2009-05-01 03:00:04 +02:00
690ad2426e
git commit test
Denys Vlasenko
2009-04-30 21:24:24 +02:00
1fd3b38fd1
*: bb_error_msg's messages should not be capitalized
Denis Vlasenko
2009-04-29 12:02:57 +00:00
052ad9a568
lzop: new applet. Busyboxed by Alain Knaff. +7700 bytes.
Denis Vlasenko
2009-04-29 12:01:51 +00:00
c8653f62f2
hush: make it possible to have interactive shell on non-ctty. init=/bin/hush: shows prompt, history works, etc.
Denis Vlasenko
2009-04-27 23:29:14 +00:00
42e4af3119
make leak test more robust by unsetting all vars
Denis Vlasenko
2009-04-26 23:25:36 +00:00
28e67966f3
hush: make getopt32 usable in builtins. use it in unset. more uses are expected in the future.
Denis Vlasenko
2009-04-26 23:22:40 +00:00
572930027d
hush: nommu fix for function passing
Denis Vlasenko
2009-04-26 20:06:14 +00:00
71c165780a
ifplugd: new applet by Maksym Kryzhanovskyy (xmaks AT email.cz) +3k code and 0.5k in messages. Most of the bloat due to compat :(
Denis Vlasenko
2009-04-26 01:08:51 +00:00
5bf59c104a
shrink if FEATURE_SHADOWPASSWDS is off
Denis Vlasenko
2009-04-25 13:26:10 +00:00
f6b4685691
add FEATURE_UNIX_LOCAL. By Ingo van Lil (inguin AT gmx.de)
Denis Vlasenko
2009-04-25 13:16:53 +00:00
9ac3dc764a
unlzma: speedup, by Pascal Bellard (pascal.bellard AT ads-lu.com)
Denis Vlasenko
2009-04-25 12:19:35 +00:00
6fb5f01c0b
we need to daemonize *before* opening the watchdog device
Mike Frysinger
2009-04-25 06:16:37 +00:00
26cf2831d7
do not tell people they can enter "help" if help has actually been disabled
Mike Frysinger
2009-04-24 06:40:30 +00:00
67c1c7b456
use get_local_var_value() rather than getenv() when working with PS1/PS2/HOME, respect the PS2 env var, and make sure that the prompt changes whenever PS1/PS2 changes so we dont have to re-exec the shell to get a changed prompt
Mike Frysinger
2009-04-24 06:26:18 +00:00
eb4e5ecc32
inetd: constify data
Denis Vlasenko
2009-04-22 23:25:48 +00:00
c2931aa2df
adduser/addgroup: support specifying uid/gid, add system account creation mode. By Tito.
Denis Vlasenko
2009-04-22 21:35:52 +00:00
c8d7109f60
httpd: fix small bug in parser. it crept in during cleanup
Denis Vlasenko
2009-04-22 14:16:59 +00:00
b029154a2a
httpd: improve help text
Denis Vlasenko
2009-04-22 00:26:39 +00:00
8ed1945a91
nc: free lsa in server mode, we might be up for a long time
Denis Vlasenko
2009-04-21 23:51:43 +00:00
a771e7c005
*: remove check for errors on getsockaddr in cases we know they can't happen libbb: make get_sock_lsa use only one getsockaddr syscall, not two
Denis Vlasenko
2009-04-21 23:48:38 +00:00
f9d4fc3cf8
switch_root: improve behavior on error; improve help text *: make "can't execute '%s'" message uniform
Denis Vlasenko
2009-04-21 20:40:51 +00:00
950bd72966
hush: speed up set_local_var
Denis Vlasenko
2009-04-21 11:23:56 +00:00
5e34ff29bc
*: mass renaming of USE_XXXX to IF_XXXX and SKIP_XXXX to IF_NOT_XXXX - the second one was especially badly named. It was not skipping anything!
Denis Vlasenko
2009-04-21 11:09:40 +00:00
8b814b4a34
tar: support for tar --numeric-owner. By Natanael Copa.
Denis Vlasenko
2009-04-21 00:52:21 +00:00
76478b8091
udhcpc: fix truncation of last char in client hostnames
Denis Vlasenko
2009-04-21 00:41:57 +00:00