busybox/coreutils
Rob Landley f8ec1b51f3 No, we _want_ the suid and sgid bits reverted by chown, for security reasons.
They mean something different when the user they're switching to is different,
so if you still want suid you reset it afterwards.  This is a safety feature.
2006-01-06 18:22:05 +00:00
..
libcoreutils * uniq.c: remove unneeded include and use short boilerplate. 2005-10-26 10:47:26 +00:00
basename.c
cal.c
cat.c
chgrp.c - rename libbb's password helpers as suggested in libbb.h 2005-09-20 21:06:17 +00:00
chmod.c Bug 310: be consistent about stat/lstat and chown/lchown to avoid accidentally 2005-12-12 06:58:53 +00:00
chown.c No, we _want_ the suid and sgid bits reverted by chown, for security reasons. 2006-01-06 18:22:05 +00:00
chroot.c
cmp.c
comm.c
Config.in Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it. 2005-10-08 17:48:25 +00:00
cp.c Fix cp /dev/null filename, and a few in-passing cleanups. 2005-11-01 21:55:14 +00:00
cut.c - new bb_opt_complementally syntax, use [-:?] only - 'free' chars 2005-10-14 09:56:52 +00:00
date.c RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 2005-10-15 13:45:32 +00:00
dd.c
df.c Patch from Dirk Clemens so df doesn't run numbers together on drives >100gig. 2005-09-10 02:59:35 +00:00
dirname.c
dos2unix.c common BUFSIZ BSS buffer, small reduce code, data and bss 2005-10-15 10:23:55 +00:00
du.c
echo.c
env.c - new bb_opt_complementally syntax, use [-:?] only - 'free' chars 2005-10-14 09:56:52 +00:00
expr.c change interface to bb_xasprintf() - more perfect for me. 2005-09-29 16:18:57 +00:00
false.c
fold.c Add build options to control SuS compatability, allows numeric 2005-12-11 03:09:05 +00:00
head.c - Stephane Billiart writes: 2005-12-15 11:47:16 +00:00
hostid.c
id.c - new bb_opt_complementally syntax, use [-:?] only - 'free' chars 2005-10-14 09:56:52 +00:00
install.c - new bb_opt_complementally syntax, use [-:?] only - 'free' chars 2005-10-14 09:56:52 +00:00
length.c
ln.c printf() arguments shouldn't be passed straight from user supplied data. 2005-12-12 06:49:33 +00:00
logname.c
ls.c another more const 2005-10-20 11:17:48 +00:00
Makefile use the shorter license header 2005-09-24 07:16:29 +00:00
Makefile.in use brief license line 2005-09-24 06:01:57 +00:00
md5_sha1_sum.c Eliminate unnecessary allocation from md5sum that was leaked without ever being used. 2005-12-15 06:51:52 +00:00
mkdir.c Cleanup patch by Bernhard Fischer, removing unnecessary includes of 2005-09-11 01:05:30 +00:00
mkfifo.c
mknod.c
mv.c Cleanup patch by Bernhard Fischer, removing unnecessary includes of 2005-09-11 01:05:30 +00:00
nice.c
nohup.c usage bb_dev_null 2005-10-12 15:34:25 +00:00
od.c
printenv.c
printf.c
pwd.c
realpath.c RESERVE_CONFIG_BUFFER --> bb_common_bufsiz1 2005-10-15 13:45:32 +00:00
rm.c
rmdir.c
seq.c
sleep.c
sort.c Rename CONFIG_SORT_BIG to CONFIG_FEATURE_SORT_BIG so allbareconfig can find it. 2005-10-08 17:48:25 +00:00
stat.c another more const 2005-10-20 11:17:48 +00:00
stty.c
sum.c Cleanup patch by Bernhard Fischer, removing unnecessary includes of 2005-09-11 01:05:30 +00:00
sync.c
tail.c - Stephane Billiart writes: 2005-12-15 11:47:16 +00:00
tee.c common BUFSIZ BSS buffer, small reduce code, data and bss 2005-10-15 10:23:55 +00:00
test.c
touch.c
tr.c common BUFSIZ BSS buffer, small reduce code, data and bss 2005-10-15 10:23:55 +00:00
true.c
tty.c
uname.c
uniq.c * uniq.c: remove unneeded include and use short boilerplate. 2005-10-26 10:47:26 +00:00
usleep.c
uudecode.c change strange depend to libbb.h, but require busybox.h 2005-10-06 15:18:09 +00:00
uuencode.c Cleanup patch by Bernhard Fischer, removing unnecessary includes of 2005-09-11 01:05:30 +00:00
watch.c
wc.c
who.c
whoami.c - rename libbb's password helpers as suggested in libbb.h 2005-09-20 21:06:17 +00:00
yes.c