summaryrefslogtreecommitdiff
path: root/chmod_chown_chgrp.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix symlink following bug in chmod -R and friends. Allow SYSV styleErik Andersen2000-04-181-2/+4
| | | | | | | 'chown foo:bar' in addition to 'chown foo.bar', and fix a bug in the busybox globbing routine such that 'find /dir -name [i]' no longer segfaults. -Erik
* Upates to include copyright 2000 to everythingErik Andersen2000-04-131-1/+1
| | | | -Erik
* Yet another installment in the ongoing tar sagaErik Andersen2000-03-281-4/+3
| | | | -Erik
* Wrote killall.Erik Andersen2000-03-071-4/+2
| | | | | | Adjusted mount, ps, utility.c, etc to handle my nifty new kernel patches the allow busybox to run perfectly without /proc. -Erik
* A few updates (including the cp fix the Craig has been looking for)Erik Andersen2000-03-041-0/+8
| | | | -Erik
* UpdatesErik Andersen2000-02-111-16/+9
| | | | -Erik
* Some formatting updates (ran the code through indent)Erik Andersen2000-02-081-110/+128
| | | | -Erik
* A few minor updates. ;-)Erik Andersen2000-02-071-9/+20
| | | | | | Seriously though, read the Changelog for busybox 0.42, which this is about to become... -Erik
* Clear up some ambiguity with old style assignments.Erik Andersen2000-01-291-4/+4
| | | | -Erik
* put #if's around the lchown, becauseJohn Beppu2000-01-241-1/+7
| | | | older glibc versions don't have it.
* Went ahead and fixed bug #301 (chown not working on symlinks)John Beppu2000-01-231-1/+1
| | | | | | | in fileAction(), I changed the chown() to lchown(); Hopefully, that doesn't break anything. (I don't think it does). nested ?:?:?: madness in chmod_chown_chgrp.c
* Latest and greatest0_36Eric Andersen1999-11-181-8/+8
|
* Updates to usage, and made tar work.Eric Andersen1999-11-101-12/+12
| | | | -Erik
* Removed cruftEric Andersen1999-10-221-1/+1
|
* Make mkdir -m workEric Andersen1999-10-221-1/+1
|
* Fixed up copyright notices and suchEric Andersen1999-10-201-2/+4
|
* Made ps work. Fixed some stuff.Eric Andersen1999-10-201-50/+0
|
* Fixed chmod and friends.Eric Andersen1999-10-201-188/+77
|
* Added sfdisk. Ststic-ified a bunch of stuff.Eric Andersen1999-10-191-0/+168
|
* More stuffEric Andersen1999-10-191-1/+1
|
* More fixesEric Andersen1999-10-181-1/+1
|
* Some fixes and suchEric Andersen1999-10-171-13/+10
|
* More stuffEric Andersen1999-10-131-112/+8
|
* Combined stuffEric Andersen1999-10-131-0/+253